update to 1.11, new version fixed CVE-2020-36403

Signed-off-by: herengui <herengui@uniontech.com>
This commit is contained in:
herengui 2022-02-08 15:48:37 +08:00
parent a3d5d079ce
commit 1a4dd74adb
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
htslib-1.11.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: htslib
Version: 1.10.2
Release: 3
Version: 1.11
Release: 1
Summary: C library for high-throughput sequencing data formats
License: MIT and BSD
URL: http://www.htslib.org
Source0: https://github.com/samtools/htslib/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/samtools/htslib/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc autoconf automake make curl-devel zlib-devel bzip2-devel xz-devel libxcrypt-devel openssl-devel
@ -85,6 +85,9 @@ rm -rf %{buildroot}/%{_libdir}/libhts.a
%{_mandir}/man1/tabix.1*
%changelog
* Tue Feb 08 2022 herengui <herengui@uniontech.com> - 1.11-1
- update to 1.11, new version fixed CVE-2020-36403
* Wed Jun 16 2021 zhao yang <yangzhao1@kylinos.cn> - 1.10.2-3
- Add htslib-tools package