1042 lines
35 KiB
RPMSpec
1042 lines
35 KiB
RPMSpec
Version: 3.6.14
|
|
Release: 7%{?dist}
|
|
Patch1: gnutls-3.2.7-rpath.patch
|
|
Patch2: gnutls-3.6.4-no-now-guile.patch
|
|
Patch3: gnutls-3.6.13-enable-intel-cet.patch
|
|
Patch4: gnutls-3.6.14-autogen-int.patch
|
|
Patch5: gnutls-3.6.14-fips-mode-check.patch
|
|
Patch6: gnutls-3.6.14-fips-dh-primes.patch
|
|
Patch7: gnutls-3.6.14-memcmp.patch
|
|
Patch8: gnutls-3.6.14-fips-dh-check.patch
|
|
Patch9: gnutls-3.6.14-fix-iovec-memory-leak.patch
|
|
Patch10: gnutls-3.6.14-fips-dh-selftests.patch
|
|
Patch11: gnutls-3.6.14-fips-kdf-selftests.patch
|
|
Patch12: gnutls-3.6.14-no-renegotiation.patch
|
|
%bcond_without dane
|
|
%if 0%{?rhel}
|
|
%bcond_with guile
|
|
%bcond_without fips
|
|
%else
|
|
%bcond_without guile
|
|
%bcond_without fips
|
|
%endif
|
|
|
|
Summary: A TLS protocol implementation
|
|
Name: gnutls
|
|
# The libraries are LGPLv2.1+, utilities are GPLv3+
|
|
License: GPLv3+ and LGPLv2+
|
|
Group: System Environment/Libraries
|
|
BuildRequires: p11-kit-devel >= 0.21.3, gettext-devel
|
|
BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 4.3
|
|
BuildRequires: libtool, automake, autoconf, texinfo
|
|
BuildRequires: autogen-libopts-devel >= 5.18 autogen
|
|
BuildRequires: nettle-devel >= 3.4.1
|
|
BuildRequires: trousers-devel >= 0.3.11.2
|
|
BuildRequires: libidn2-devel
|
|
BuildRequires: libunistring-devel
|
|
BuildRequires: gperf, net-tools, datefudge, softhsm, gcc, gcc-c++
|
|
BuildRequires: gnupg2
|
|
%if %{with fips}
|
|
BuildRequires: fipscheck
|
|
%endif
|
|
|
|
# for a sanity check on cert loading
|
|
BuildRequires: p11-kit-trust, ca-certificates
|
|
Requires: crypto-policies
|
|
Requires: p11-kit-trust
|
|
Requires: libtasn1 >= 4.3
|
|
Requires: nettle >= 3.4.1
|
|
Recommends: trousers >= 0.3.11.2
|
|
|
|
%if %{with dane}
|
|
BuildRequires: unbound-devel unbound-libs
|
|
%endif
|
|
%if %{with guile}
|
|
BuildRequires: guile-devel
|
|
%endif
|
|
URL: http://www.gnutls.org/
|
|
Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/%{name}-%{version}.tar.xz
|
|
Source1: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/%{name}-%{version}.tar.xz.sig
|
|
Source2: gpgkey-462225C3B46F34879FC8496CD605848ED7E69871.gpg
|
|
|
|
# Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174
|
|
Provides: bundled(gnulib) = 20130424
|
|
|
|
%package c++
|
|
Summary: The C++ interface to GnuTLS
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%package devel
|
|
Summary: Development files for the %{name} package
|
|
Group: Development/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-c++%{?_isa} = %{version}-%{release}
|
|
%if %{with dane}
|
|
Requires: %{name}-dane%{?_isa} = %{version}-%{release}
|
|
%endif
|
|
Requires: pkgconfig
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
%package utils
|
|
License: GPLv3+
|
|
Summary: Command line tools for TLS protocol
|
|
Group: Applications/System
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%if %{with dane}
|
|
Requires: %{name}-dane%{?_isa} = %{version}-%{release}
|
|
%endif
|
|
|
|
%if %{with dane}
|
|
%package dane
|
|
Summary: A DANE protocol implementation for GnuTLS
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%endif
|
|
|
|
%if %{with guile}
|
|
%package guile
|
|
Summary: Guile bindings for the GNUTLS library
|
|
Group: Development/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: guile
|
|
%endif
|
|
|
|
%description
|
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
|
protocols and technologies around them. It provides a simple C language
|
|
application programming interface (API) to access the secure communications
|
|
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
|
|
other required structures.
|
|
|
|
%description c++
|
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
|
protocols and technologies around them. It provides a simple C language
|
|
application programming interface (API) to access the secure communications
|
|
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
|
|
other required structures.
|
|
|
|
%description devel
|
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
|
protocols and technologies around them. It provides a simple C language
|
|
application programming interface (API) to access the secure communications
|
|
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
|
|
other required structures.
|
|
This package contains files needed for developing applications with
|
|
the GnuTLS library.
|
|
|
|
%description utils
|
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
|
protocols and technologies around them. It provides a simple C language
|
|
application programming interface (API) to access the secure communications
|
|
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
|
|
other required structures.
|
|
This package contains command line TLS client and server and certificate
|
|
manipulation tools.
|
|
|
|
%if %{with dane}
|
|
%description dane
|
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
|
protocols and technologies around them. It provides a simple C language
|
|
application programming interface (API) to access the secure communications
|
|
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
|
|
other required structures.
|
|
This package contains library that implements the DANE protocol for verifying
|
|
TLS certificates through DNSSEC.
|
|
%endif
|
|
|
|
%if %{with guile}
|
|
%description guile
|
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
|
protocols and technologies around them. It provides a simple C language
|
|
application programming interface (API) to access the secure communications
|
|
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
|
|
other required structures.
|
|
This package contains Guile bindings for the library.
|
|
%endif
|
|
|
|
%prep
|
|
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
%autosetup -p1
|
|
|
|
sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
|
|
rm -f lib/minitasn1/*.c lib/minitasn1/*.h
|
|
rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/*.h
|
|
|
|
echo "SYSTEM=NORMAL" >> tests/system.prio
|
|
|
|
# Note that we explicitly enable SHA1, as SHA1 deprecation is handled
|
|
# via the crypto policies
|
|
|
|
%build
|
|
CCASFLAGS="$CCASFLAGS -Wa,--generate-missing-build-notes=yes"
|
|
export CCASFLAGS
|
|
%configure --with-libtasn1-prefix=%{_prefix} \
|
|
%if %{with fips}
|
|
--enable-fips140-mode \
|
|
%endif
|
|
--enable-tls13-support \
|
|
--enable-sha1-support \
|
|
--disable-static \
|
|
--disable-openssl-compatibility \
|
|
--disable-non-suiteb-curves \
|
|
--with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \
|
|
--with-default-trust-store-pkcs11="pkcs11:" \
|
|
--with-trousers-lib=%{_libdir}/libtspi.so.1 \
|
|
--htmldir=%{_docdir}/manual \
|
|
%if %{with guile}
|
|
--enable-guile \
|
|
%else
|
|
--disable-guile \
|
|
%endif
|
|
%if %{with dane}
|
|
--with-unbound-root-key-file=/var/lib/unbound/root.key \
|
|
--enable-dane \
|
|
%else
|
|
--disable-dane \
|
|
%endif
|
|
--disable-rpath \
|
|
--with-default-priority-string="@SYSTEM"
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
%if %{with fips}
|
|
%define __spec_install_post \
|
|
%{?__debug_package:%{__debug_install_post}} \
|
|
%{__arch_install_post} \
|
|
%{__os_install_post} \
|
|
fipshmac -d $RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_libdir}/libgnutls.so.30.*.* \
|
|
file=`basename $RPM_BUILD_ROOT%{_libdir}/libgnutls.so.30.*.hmac` && mv $RPM_BUILD_ROOT%{_libdir}/$file $RPM_BUILD_ROOT%{_libdir}/.$file && ln -s .$file $RPM_BUILD_ROOT%{_libdir}/.libgnutls.so.30.hmac \
|
|
%{nil}
|
|
%endif
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make -C doc install-html DESTDIR=$RPM_BUILD_ROOT
|
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/guile/2.0/guile-gnutls*.a
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/guile/2.0/guile-gnutls*.la
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gnutls/libpkcs11mock1.*
|
|
%if %{without dane}
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-dane.pc
|
|
%endif
|
|
|
|
%find_lang gnutls
|
|
|
|
%check
|
|
make check %{?_smp_mflags}
|
|
|
|
%post devel
|
|
if [ -f %{_infodir}/gnutls.info.gz ]; then
|
|
/sbin/install-info %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
|
|
fi
|
|
|
|
%preun devel
|
|
if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
|
|
/sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
|
|
fi
|
|
|
|
%files -f gnutls.lang
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/libgnutls.so.30*
|
|
%if %{with fips}
|
|
%{_libdir}/.libgnutls.so.30*.hmac
|
|
%endif
|
|
%doc README.md AUTHORS NEWS THANKS
|
|
%license LICENSE doc/COPYING doc/COPYING.LESSER
|
|
|
|
%files c++
|
|
%{_libdir}/libgnutlsxx.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/*
|
|
%{_libdir}/libgnutls*.so
|
|
%if %{with fips}
|
|
%{_libdir}/.libgnutls.so.*.hmac
|
|
%endif
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_mandir}/man3/*
|
|
%{_infodir}/gnutls*
|
|
%{_infodir}/pkcs11-vision*
|
|
%{_docdir}/manual/*
|
|
|
|
%files utils
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/certtool
|
|
%{_bindir}/tpmtool
|
|
%{_bindir}/ocsptool
|
|
%{_bindir}/psktool
|
|
%{_bindir}/p11tool
|
|
%{_bindir}/srptool
|
|
%if %{with dane}
|
|
%{_bindir}/danetool
|
|
%endif
|
|
%{_bindir}/gnutls*
|
|
%{_mandir}/man1/*
|
|
%doc doc/certtool.cfg
|
|
|
|
%if %{with dane}
|
|
%files dane
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/libgnutls-dane.so.*
|
|
%endif
|
|
|
|
%if %{with guile}
|
|
%files guile
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/guile/2.0/guile-gnutls*.so*
|
|
%{_libdir}/guile/2.0/site-ccache/gnutls.go
|
|
%{_libdir}/guile/2.0/site-ccache/gnutls/extra.go
|
|
%{_datadir}/guile/site/2.0/gnutls.scm
|
|
%{_datadir}/guile/site/2.0/gnutls/extra.scm
|
|
%endif
|
|
|
|
%changelog
|
|
* Tue Nov 3 2020 Daiki Ueno <dueno@redhat.com> - 3.6.14-7
|
|
- Increase DH key bits to >= 2048 in self-tests (#1879506)
|
|
- Implement self-tests for KDF and CMAC (#1890870)
|
|
- Fix CVE-2020-24659: heap buffer-overflow when "no_renegotiation" alert is received (#1873959)
|
|
|
|
* Mon Aug 24 2020 Daiki Ueno <dueno@redhat.com> - 3.6.14-6
|
|
- Fix memory leak when serializing iovec_t (#1844112)
|
|
|
|
* Sat Jul 18 2020 Daiki Ueno <dueno@redhat.com> - 3.6.14-5
|
|
- Perform validation checks on (EC)DH public keys and share secrets (#1855803)
|
|
|
|
* Mon Jun 29 2020 Daiki Ueno <dueno@redhat.com> - 3.6.14-4
|
|
- Tighten FIPS DH primes check according to SP800-56A (rev 3) (#1849079)
|
|
|
|
* Fri Jun 5 2020 Daiki Ueno <dueno@redhat.com> - 3.6.14-3
|
|
- Update gnutls-3.6.14-fips-mode-check.patch
|
|
|
|
* Thu Jun 4 2020 Daiki Ueno <dueno@redhat.com> - 3.6.14-2
|
|
- Return false from gnutls_fips140_mode_enabled() if selftests failed (#1827687)
|
|
|
|
* Thu Jun 4 2020 Daiki Ueno <dueno@redhat.com> - 3.6.14-1
|
|
- Update to upstream 3.6.14 release
|
|
|
|
* Mon May 25 2020 Anderson Sasaki <ansasaki@redhat.com> - 3.6.13-3
|
|
- Add an option to gnutls-cli to wait for resumption under TLS 1.3 (#1677754)
|
|
|
|
* Wed May 20 2020 Anderson Sasaki <ansasaki@redhat.com> - 3.6.13-2
|
|
- Enable Intel CET (#1838476)
|
|
|
|
* Tue May 5 2020 Daiki Ueno <dueno@redhat.com> - 3.6.13-1
|
|
- Update to upstream 3.6.13 release
|
|
|
|
* Tue Apr 21 2020 Daiki Ueno <dueno@redhat.com> - 3.6.8-10
|
|
- Fix CVE-2020-11501 (#1822005)
|
|
|
|
* Wed Nov 6 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-9
|
|
- Fix CFB8 decryption when repeatedly called (#1757848)
|
|
- Fix gnutls_aead_cipher_{en,de}cryptv2 with input not multiple of block size (#1757856)
|
|
|
|
* Fri Aug 16 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-8
|
|
- Use fallback random function for RSA blinding in FIPS selftests
|
|
|
|
* Fri Aug 16 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-7
|
|
- Fix deterministic signature creation in selftests
|
|
|
|
* Fri Aug 16 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-6
|
|
- Treat login error more gracefully when enumerating PKCS#11 tokens (#1705478)
|
|
- Use deterministic ECDSA/DSA in FIPS selftests (#1716560)
|
|
- Add gnutls_aead_cipher_{encrypt,decrypt}v2 functions (#1684461)
|
|
|
|
* Fri Aug 9 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-5
|
|
- Avoid UB when encrypting session tickets
|
|
|
|
* Tue Jul 2 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-4
|
|
- Add RNG continuous test under FIPS
|
|
|
|
* Fri Jun 14 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-3
|
|
- Follow-up fix on multiple key updates handling (#1673975)
|
|
|
|
* Thu Jun 13 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-2
|
|
- Run FIPS AES self-tests over overridden algorithms
|
|
|
|
* Wed May 29 2019 Daiki Ueno <dueno@redhat.com> - 3.6.8-1
|
|
- Update to upstream 3.6.8 release
|
|
|
|
* Fri May 24 2019 Anderson Sasaki <ansasaki@redhat.com> - 3.6.5-4
|
|
- Fixed FIPS signatures self tests (#1680509)
|
|
|
|
* Wed Mar 27 2019 Anderson Sasaki <ansasaki@redhat.com> - 3.6.5-3
|
|
- Fixed CVE-2019-3829 (#1693285)
|
|
- Fixed CVE-2019-3836 (#1693288)
|
|
- Added explicit BuildRequires for nettle-devel >= 3.4.1
|
|
|
|
* Fri Jan 11 2019 Anderson Sasaki <ansasaki@redhat.com> - 3.6.5-2
|
|
- Fixed FIPS integrity self tests (#1665061)
|
|
|
|
* Mon Dec 17 2018 Anderson Sasaki <ansasaki@redhat.com> - 3.6.5-1
|
|
- Update to upstream 3.6.5 release
|
|
- Fixes CVE-2018-16868 (#1655395)
|
|
- Removed ldconfig scriptlet
|
|
- Added explicit Requires for nettle >= 3.4.1
|
|
|
|
* Mon Nov 26 2018 Anderson Sasaki <ansasaki@redhat.com> - 3.6.4-7
|
|
- Fix incorrect certificate type returned in TLS1.3 resumption (#1649786)
|
|
|
|
* Mon Nov 12 2018 Anderson Sasaki <ansasaki@redhat.com> - 3.6.4-6
|
|
- Add support for record_size_limit extension in TLS1.2 (#1644850)
|
|
|
|
* Tue Oct 30 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.4-5
|
|
- Fix issue with GOST ciphers (#1644193)
|
|
- Made gnutls-serv use the default priorities if none is specified (#1644243)
|
|
|
|
* Wed Oct 24 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.4-3
|
|
- Fix issue with rehandshake affecting glib-networking (#1641072)
|
|
|
|
* Tue Oct 16 2018 Tomáš Mráz <tmraz@redhat.com> - 3.6.4-2
|
|
- Add missing annobin notes for assembler sources
|
|
|
|
* Tue Sep 25 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.4-1
|
|
- Updated to upstream 3.6.4 release
|
|
- Added support for the latest version of the TLS1.3 protocol
|
|
|
|
* Thu Aug 16 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.3-4
|
|
- Fixed support for ECDSA public keys (backported from Fedora)
|
|
- Ensure that we do not cause issues with version rollback detection
|
|
and TLS1.3.
|
|
|
|
* Thu Jul 26 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.3-4
|
|
- Updated to upstream 3.6.3 release
|
|
|
|
* Wed Jun 06 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.2-3
|
|
- Include FIPS mode
|
|
- Add missing BuildRequires: gnupg2 for gpgv2 in %%prep
|
|
|
|
* Fri Feb 16 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.2-1
|
|
- Updated to upstream 3.6.2 release
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Fri Feb 2 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.1-4
|
|
- Rebuilt to address incompatibility with new nettle
|
|
|
|
* Thu Nov 30 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.1-3
|
|
- Corrected regression from 3.6.1-2 which prevented the loading of
|
|
arbitrary p11-kit modules (#1507402)
|
|
|
|
* Mon Nov 6 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.1-2
|
|
- Prevent the loading of all PKCS#11 modules on certificate verification
|
|
but only restrict to p11-kit trust module (#1507402)
|
|
|
|
* Sat Oct 21 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.1-1
|
|
- Update to upstream 3.6.1 release
|
|
|
|
* Mon Aug 21 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.6.0-1
|
|
- Update to upstream 3.6.0 release
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.14-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.14-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Tue Jul 04 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.14-1
|
|
- Update to upstream 3.5.14 release
|
|
|
|
* Wed Jun 07 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.13-1
|
|
- Update to upstream 3.5.13 release
|
|
|
|
* Thu May 11 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.12-2
|
|
- Fix issue with p11-kit-trust arch dependency
|
|
|
|
* Thu May 11 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.12-1
|
|
- Update to upstream 3.5.12 release
|
|
|
|
* Fri Apr 07 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.11-1
|
|
- Update to upstream 3.5.11 release
|
|
|
|
* Mon Mar 06 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.10-1
|
|
- Update to upstream 3.5.10 release
|
|
|
|
* Wed Feb 15 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.9-2
|
|
- Work around missing pkg-config file (#1422256)
|
|
|
|
* Tue Feb 14 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.9-1
|
|
- Update to upstream 3.5.9 release
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.8-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Sat Feb 4 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.8-2
|
|
- Added patch fix initialization issue in gnutls_pkcs11_obj_list_import_url4
|
|
|
|
* Mon Jan 9 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.8-1
|
|
- New upstream release
|
|
|
|
* Tue Dec 13 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.7-3
|
|
- Fix PKCS#8 file loading (#1404084)
|
|
|
|
* Thu Dec 8 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.7-1
|
|
- New upstream release
|
|
|
|
* Fri Nov 4 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.6-1
|
|
- New upstream release
|
|
|
|
* Tue Oct 11 2016 walters@redhat.com - 3.5.5-2
|
|
- Apply patch to fix compatibility with ostree (#1383708)
|
|
|
|
* Mon Oct 10 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.5-1
|
|
- New upstream release
|
|
|
|
* Thu Sep 8 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.4-1
|
|
- New upstream release
|
|
|
|
* Mon Aug 29 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.3-2
|
|
- Work around #1371082 for x86
|
|
- Fixed issue with DTLS sliding window implementation (#1370881)
|
|
|
|
* Tue Aug 9 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.3-1
|
|
- New upstream release
|
|
|
|
* Wed Jul 6 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.2-1
|
|
- New upstream release
|
|
|
|
* Wed Jun 15 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.1-1
|
|
- New upstream release
|
|
|
|
* Tue Jun 7 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.13-1
|
|
- New upstream release (#1343258)
|
|
- Addresses issue with setuid programs introduced in 3.4.12 (#1343342)
|
|
|
|
* Fri May 20 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.12-1
|
|
- New upstream release
|
|
|
|
* Mon Apr 11 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.11-1
|
|
- New upstream release
|
|
|
|
* Fri Mar 4 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.10-1
|
|
- New upstream release (#1314576)
|
|
|
|
* Wed Feb 3 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.9-1
|
|
- Fix broken key usage flags introduced in 3.4.8 (#1303355)
|
|
|
|
* Mon Jan 11 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.8-1
|
|
- New upstream release (#1297079)
|
|
|
|
* Mon Nov 23 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.7-1
|
|
- New upstream release (#1284300)
|
|
- Documentation updates (#1282864)
|
|
- Adds interface to set unique IDs in certificates (#1281343)
|
|
- Allow arbitrary key sizes with ARCFOUR (#1284401)
|
|
|
|
* Wed Oct 21 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.6-1
|
|
- New upstream release (#1273672)
|
|
- Enhances p11tool to write CKA_ISSUER and CKA_SERIAL_NUMBER (#1272178)
|
|
|
|
* Tue Oct 20 2015 Adam Williamson <awilliam@redhat.com> - 3.4.5-2
|
|
- fix interaction with Chrome 45+ (master secret extension) (#1273102)
|
|
|
|
* Mon Sep 14 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.5-1
|
|
- New upstream release (#1252192)
|
|
- Eliminates hard limits on CRL parsing of certtool.
|
|
|
|
* Mon Aug 10 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.4-1
|
|
- new upstream release
|
|
- no longer requires trousers patch
|
|
- fixes issue in gnutls_x509_privkey_import (#1250020)
|
|
|
|
* Mon Jul 13 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.3-2
|
|
- Don't link against trousers but rather dlopen() it when available.
|
|
That avoids a dependency on openssl by the main library.
|
|
|
|
* Mon Jul 13 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.3-1
|
|
- new upstream release
|
|
|
|
* Thu Jul 02 2015 Adam Jackson <ajax@redhat.com> 3.4.2-3
|
|
- Only disable -z now for the guile modules
|
|
|
|
* Thu Jun 18 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.2-2
|
|
- rename the symbol version for internal symbols to avoid clashes
|
|
with 3.3.x.
|
|
|
|
* Wed Jun 17 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.2-1
|
|
- new upstream release
|
|
|
|
* Tue May 5 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.1-2
|
|
- Provide missing GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA definition
|
|
|
|
* Mon May 4 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.1-1
|
|
- new upstream release
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.3.14-2
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
* Mon Mar 30 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.14-1
|
|
- new upstream release
|
|
- improved BER decoding of PKCS #12 structures (#1131461)
|
|
|
|
* Fri Mar 6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.13-3
|
|
- Build with hardened flags
|
|
- Removed -Wl,--no-add-needed linker flag
|
|
|
|
* Fri Feb 27 2015 Till Maas <opensource@till.name> - 3.3.13-2
|
|
- Do not build with hardened flags
|
|
|
|
* Thu Feb 26 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.13-1
|
|
- new upstream release
|
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.3.12-3
|
|
- Make build verbose
|
|
- Use %%license
|
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.3.12-2
|
|
- Rebuilt for Fedora 23 Change
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
* Mon Jan 19 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.12-1
|
|
- new upstream release
|
|
|
|
* Mon Jan 5 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.11-2
|
|
- enabled guile bindings (#1177847)
|
|
|
|
* Thu Dec 11 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.11-1
|
|
- new upstream release
|
|
|
|
* Mon Nov 10 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.10-1
|
|
- new upstream release
|
|
|
|
* Thu Oct 23 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.9-2
|
|
- applied fix for issue in get-issuer (#1155901)
|
|
|
|
* Mon Oct 13 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.9-1
|
|
- new upstream release
|
|
|
|
* Fri Sep 19 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-2
|
|
- strip rpath from library
|
|
|
|
* Thu Sep 18 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-1
|
|
- new upstream release
|
|
|
|
* Mon Aug 25 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.7-1
|
|
- new upstream release
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Wed Jul 23 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.6-1
|
|
- new upstream release
|
|
|
|
* Tue Jul 01 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.5-2
|
|
- Added work-around for s390 builds with gcc 4.9 (#1102324)
|
|
|
|
* Mon Jun 30 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.5-1
|
|
- new upstream release
|
|
|
|
* Tue Jun 17 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.4-3
|
|
- explicitly depend on p11-kit-trust
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Mon Jun 02 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.4-1
|
|
- new upstream release
|
|
|
|
* Fri May 30 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.3-1
|
|
- new upstream release
|
|
|
|
* Wed May 21 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.2-2
|
|
- Require crypto-policies
|
|
|
|
* Fri May 09 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.2-1
|
|
- new upstream release
|
|
|
|
* Mon May 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.1-4
|
|
- Replaced /etc/crypto-profiles/apps with /etc/crypto-policies/back-ends.
|
|
- Added support for "very weak" profile.
|
|
|
|
* Mon Apr 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.1-2
|
|
- gnutls_global_deinit() will not do anything if the previous
|
|
initialization has failed (#1091053)
|
|
|
|
* Mon Apr 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.1-1
|
|
- new upstream release
|
|
|
|
* Mon Apr 14 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.0-1
|
|
- new upstream release
|
|
|
|
* Tue Apr 08 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.13-1
|
|
- new upstream release
|
|
|
|
* Wed Mar 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.12.1-1
|
|
- new upstream release
|
|
|
|
* Mon Mar 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.12-1
|
|
- new upstream release
|
|
|
|
* Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.10-2
|
|
- use p11-kit trust store for certificate verification
|
|
|
|
* Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.10-1
|
|
- new upstream release
|
|
|
|
* Tue Jan 14 2014 Tomáš Mráz <tmraz@redhat.com> 3.2.8-2
|
|
- build the crywrap tool
|
|
|
|
* Mon Dec 23 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.8-1
|
|
- new upstream release
|
|
|
|
* Wed Dec 4 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.7-2
|
|
- Use the correct root key for unbound /var/lib/unbound/root.key (#1012494)
|
|
- Pull asm fixes from upstream (#973210)
|
|
|
|
* Mon Nov 25 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.7-1
|
|
- new upstream release
|
|
- added dependency to autogen-libopts-devel to use the system's
|
|
libopts library
|
|
- added dependency to trousers-devel to enable TPM support
|
|
|
|
* Mon Nov 4 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.16-1
|
|
- new upstream release
|
|
- fixes CVE-2013-4466 off-by-one in dane_query_tlsa()
|
|
|
|
* Fri Oct 25 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.15-1
|
|
- new upstream release
|
|
- fixes CVE-2013-4466 buffer overflow in handling DANE entries
|
|
|
|
* Wed Oct 16 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.13-3
|
|
- enable ECC NIST Suite B curves
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.13-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Mon Jul 15 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.13-1
|
|
- new upstream release
|
|
|
|
* Mon May 13 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.11-1
|
|
- new upstream release
|
|
|
|
* Mon Mar 25 2013 Tomas Mraz <tmraz@redhat.com> 3.1.10-1
|
|
- new upstream release
|
|
- license of the library is back to LGPLv2.1+
|
|
|
|
* Fri Mar 15 2013 Tomas Mraz <tmraz@redhat.com> 3.1.9-1
|
|
- new upstream release
|
|
|
|
* Thu Mar 7 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-3
|
|
- drop the temporary old library
|
|
|
|
* Tue Feb 26 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-2
|
|
- don't send ECC algos as supported (#913797)
|
|
|
|
* Thu Feb 21 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-1
|
|
- new upstream version
|
|
|
|
* Wed Feb 6 2013 Tomas Mraz <tmraz@redhat.com> 3.1.7-1
|
|
- new upstream version, requires rebuild of dependencies
|
|
- this release temporarily includes old compatibility .so
|
|
|
|
* Tue Feb 5 2013 Tomas Mraz <tmraz@redhat.com> 2.12.22-2
|
|
- rebuilt with new libtasn1
|
|
- make guile bindings optional - breaks i686 build and there is
|
|
no dependent package
|
|
|
|
* Tue Jan 8 2013 Tomas Mraz <tmraz@redhat.com> 2.12.22-1
|
|
- new upstream version
|
|
|
|
* Wed Nov 28 2012 Tomas Mraz <tmraz@redhat.com> 2.12.21-2
|
|
- use RSA bit sizes supported by libgcrypt in FIPS mode for security
|
|
levels (#879643)
|
|
|
|
* Fri Nov 9 2012 Tomas Mraz <tmraz@redhat.com> 2.12.21-1
|
|
- new upstream version
|
|
|
|
* Thu Nov 1 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-4
|
|
- negotiate only FIPS approved algorithms in the FIPS mode (#871826)
|
|
|
|
* Wed Aug 8 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-3
|
|
- fix the gnutls-cli-debug manpage - patch by Peter Schiffer
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12.20-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Mon Jun 18 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-1
|
|
- new upstream version
|
|
|
|
* Fri May 18 2012 Tomas Mraz <tmraz@redhat.com> 2.12.19-1
|
|
- new upstream version
|
|
|
|
* Thu Mar 29 2012 Tomas Mraz <tmraz@redhat.com> 2.12.18-1
|
|
- new upstream version
|
|
|
|
* Thu Mar 8 2012 Tomas Mraz <tmraz@redhat.com> 2.12.17-1
|
|
- new upstream version
|
|
- fix leaks in key generation (#796302)
|
|
|
|
* Fri Feb 03 2012 Kevin Fenzi <kevin@scrye.com> - 2.12.14-3
|
|
- Disable largefile on arm arch. (#787287)
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12.14-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Tue Nov 8 2011 Tomas Mraz <tmraz@redhat.com> 2.12.14-1
|
|
- new upstream version
|
|
|
|
* Mon Oct 24 2011 Tomas Mraz <tmraz@redhat.com> 2.12.12-1
|
|
- new upstream version
|
|
|
|
* Thu Sep 29 2011 Tomas Mraz <tmraz@redhat.com> 2.12.11-1
|
|
- new upstream version
|
|
|
|
* Fri Aug 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.9-1
|
|
- new upstream version
|
|
|
|
* Tue Aug 16 2011 Tomas Mraz <tmraz@redhat.com> 2.12.8-1
|
|
- new upstream version
|
|
|
|
* Mon Jul 25 2011 Tomas Mraz <tmraz@redhat.com> 2.12.7-2
|
|
- fix problem when using new libgcrypt
|
|
- split libgnutlsxx to a subpackage (#455146)
|
|
- drop libgnutls-openssl (#460310)
|
|
|
|
* Tue Jun 21 2011 Tomas Mraz <tmraz@redhat.com> 2.12.7-1
|
|
- new upstream version
|
|
|
|
* Mon May 9 2011 Tomas Mraz <tmraz@redhat.com> 2.12.4-1
|
|
- new upstream version
|
|
|
|
* Tue Apr 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.3-1
|
|
- new upstream version
|
|
|
|
* Mon Apr 18 2011 Tomas Mraz <tmraz@redhat.com> 2.12.2-1
|
|
- new upstream version
|
|
|
|
* Thu Mar 3 2011 Tomas Mraz <tmraz@redhat.com> 2.10.5-1
|
|
- new upstream version
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed Dec 8 2010 Tomas Mraz <tmraz@redhat.com> 2.10.4-1
|
|
- new upstream version
|
|
|
|
* Thu Dec 2 2010 Tomas Mraz <tmraz@redhat.com> 2.10.3-2
|
|
- fix buffer overflow in gnutls-serv (#659259)
|
|
|
|
* Fri Nov 19 2010 Tomas Mraz <tmraz@redhat.com> 2.10.3-1
|
|
- new upstream version
|
|
|
|
* Thu Sep 30 2010 Tomas Mraz <tmraz@redhat.com> 2.10.2-1
|
|
- new upstream version
|
|
|
|
* Wed Sep 29 2010 jkeating - 2.10.1-4
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
* Thu Sep 23 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-3
|
|
- more patching for internal errors regression (#629858)
|
|
patch by Vivek Dasmohapatra
|
|
|
|
* Tue Sep 21 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-2
|
|
- backported patch from upstream git hopefully fixing internal errors
|
|
(#629858)
|
|
|
|
* Wed Aug 4 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-1
|
|
- new upstream version
|
|
|
|
* Wed Jun 2 2010 Tomas Mraz <tmraz@redhat.com> 2.8.6-2
|
|
- add support for safe renegotiation CVE-2009-3555 (#533125)
|
|
|
|
* Wed May 12 2010 Tomas Mraz <tmraz@redhat.com> 2.8.6-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Mon Feb 15 2010 Rex Dieter <rdieter@fedoraproject.org> 2.8.5-4
|
|
- FTBFS gnutls-2.8.5-3.fc13: ImplicitDSOLinking (#564624)
|
|
|
|
* Thu Jan 28 2010 Tomas Mraz <tmraz@redhat.com> 2.8.5-3
|
|
- drop superfluous rpath from binaries
|
|
- do not call autoreconf during build
|
|
- specify the license on utils subpackage
|
|
|
|
* Mon Jan 18 2010 Tomas Mraz <tmraz@redhat.com> 2.8.5-2
|
|
- do not create static libraries (#556052)
|
|
|
|
* Mon Nov 2 2009 Tomas Mraz <tmraz@redhat.com> 2.8.5-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Wed Sep 23 2009 Tomas Mraz <tmraz@redhat.com> 2.8.4-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Fri Aug 14 2009 Tomas Mraz <tmraz@redhat.com> 2.8.3-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Wed Jun 10 2009 Tomas Mraz <tmraz@redhat.com> 2.8.1-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Wed Jun 3 2009 Tomas Mraz <tmraz@redhat.com> 2.8.0-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Mon May 4 2009 Tomas Mraz <tmraz@redhat.com> 2.6.6-1
|
|
- upgrade to a new upstream version - security fixes
|
|
|
|
* Tue Apr 14 2009 Tomas Mraz <tmraz@redhat.com> 2.6.5-1
|
|
- upgrade to a new upstream version, minor bugfixes only
|
|
|
|
* Fri Mar 6 2009 Tomas Mraz <tmraz@redhat.com> 2.6.4-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Mon Dec 15 2008 Tomas Mraz <tmraz@redhat.com> 2.6.3-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Thu Dec 4 2008 Tomas Mraz <tmraz@redhat.com> 2.6.2-1
|
|
- upgrade to a new upstream version
|
|
|
|
* Tue Nov 11 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-3
|
|
- fix chain verification issue CVE-2008-4989 (#470079)
|
|
|
|
* Thu Sep 25 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-2
|
|
- add guile subpackage (#463735)
|
|
- force new libtool through autoreconf to drop unnecessary rpaths
|
|
|
|
* Tue Sep 23 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-1
|
|
- new upstream version
|
|
|
|
* Tue Jul 1 2008 Tomas Mraz <tmraz@redhat.com> 2.4.1-1
|
|
- new upstream version
|
|
- correct the license tag
|
|
- explicit --with-included-opencdk not needed
|
|
- use external lzo library, internal not included anymore
|
|
|
|
* Tue Jun 24 2008 Tomas Mraz <tmraz@redhat.com> 2.4.0-1
|
|
- upgrade to latest upstream
|
|
|
|
* Tue May 20 2008 Tomas Mraz <tmraz@redhat.com> 2.0.4-3
|
|
- fix three security issues in gnutls handshake - GNUTLS-SA-2008-1
|
|
(#447461, #447462, #447463)
|
|
|
|
* Mon Feb 4 2008 Joe Orton <jorton@redhat.com> 2.0.4-2
|
|
- use system libtasn1
|
|
|
|
* Tue Dec 4 2007 Tomas Mraz <tmraz@redhat.com> 2.0.4-1
|
|
- upgrade to latest upstream
|
|
|
|
* Tue Aug 21 2007 Tomas Mraz <tmraz@redhat.com> 1.6.3-2
|
|
- license tag fix
|
|
|
|
* Wed Jun 6 2007 Tomas Mraz <tmraz@redhat.com> 1.6.3-1
|
|
- upgrade to latest upstream (#232445)
|
|
|
|
* Tue Apr 10 2007 Tomas Mraz <tmraz@redhat.com> 1.4.5-2
|
|
- properly require install-info (patch by Ville Skyttä)
|
|
- standard buildroot and use dist tag
|
|
- add COPYING and README to doc
|
|
|
|
* Wed Feb 7 2007 Tomas Mraz <tmraz@redhat.com> 1.4.5-1
|
|
- new upstream version
|
|
- drop libtermcap-devel from buildrequires
|
|
|
|
* Thu Sep 14 2006 Tomas Mraz <tmraz@redhat.com> 1.4.1-2
|
|
- detect forged signatures - CVE-2006-4790 (#206411), patch
|
|
from upstream
|
|
|
|
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.1-1
|
|
- upgrade to new upstream version, only minor changes
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4.0-1.1
|
|
- rebuild
|
|
|
|
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.0-1
|
|
- upgrade to new upstream version (#192070), rebuild
|
|
of dependent packages required
|
|
|
|
* Tue May 16 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.10-2
|
|
- added missing buildrequires
|
|
|
|
* Mon Feb 13 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.10-1
|
|
- updated to new version (fixes CVE-2006-0645)
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-3.2
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-3.1
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Tue Jan 3 2006 Jesse Keating <jkeating@redhat.com> 1.2.9-3
|
|
- rebuilt
|
|
|
|
* Fri Dec 9 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-2
|
|
- replaced *-config scripts with calls to pkg-config to
|
|
solve multilib conflicts
|
|
|
|
* Wed Nov 23 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-1
|
|
- upgrade to newest upstream
|
|
- removed .la files (#172635)
|
|
|
|
* Sun Aug 7 2005 Tomas Mraz <tmraz@redhat.com> 1.2.6-1
|
|
- upgrade to newest upstream (rebuild of dependencies necessary)
|
|
|
|
* Mon Jul 4 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-2
|
|
- split the command line tools to utils subpackage
|
|
|
|
* Sat Apr 30 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-1
|
|
- new upstream version fixes potential DOS attack
|
|
|
|
* Sat Apr 23 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-2
|
|
- readd the version script dropped by upstream
|
|
|
|
* Fri Apr 22 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-1
|
|
- update to the latest upstream version on the 1.0 branch
|
|
|
|
* Wed Mar 2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
|
|
- gcc4 rebuild
|
|
|
|
* Tue Jan 4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
|
|
- add gnutls Requires zlib-devel (#144069)
|
|
|
|
* Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
|
|
- Make gnutls-devel Require libgcrypt-devel
|
|
|
|
* Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
|
|
- rebuild with release++, otherwise unchanged.
|
|
|
|
* Tue Sep 7 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-2
|
|
- patent tainted SRP code removed.
|
|
|
|
* Sun Sep 5 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-1
|
|
- update to 1.0.20.
|
|
- add --with-included-opencdk --with-included-libtasn1
|
|
- add --with-included-libcfg --with-included-lzo
|
|
- add --disable-srp-authentication.
|
|
- do "make check" after build.
|
|
|
|
* Fri Mar 21 2003 Jeff Johnson <jbj@redhat.com> 0.9.2-1
|
|
- upgrade to 0.9.2
|
|
|
|
* Tue Jun 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.4-1
|
|
- update to 0.4.4.
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Sat May 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.3-1
|
|
- update to 0.4.3.
|
|
|
|
* Tue May 21 2002 Jeff Johnson <jbj@redhat.com> 0.4.2-1
|
|
- update to 0.4.2.
|
|
- change license to LGPL.
|
|
- include splint annotations patch.
|
|
|
|
* Tue Apr 2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
|
|
- update to 0.4.0
|
|
|
|
* Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
|
|
- update to 0.3.2
|
|
|
|
* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
|
|
- add a URL
|
|
|
|
* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
- initial package
|