Nikos Mavrogiannopoulos d28c417
# This spec file has been automatically updated
Nikos Mavrogiannopoulos 5651d6d
Version:	3.5.12
Nikos Mavrogiannopoulos c7bc852
Release: 1%{?dist}
Nikos Mavrogiannopoulos d28c417
Patch1:	gnutls-3.2.7-rpath.patch
Nikos Mavrogiannopoulos d28c417
Patch2:	gnutls-3.4.2-no-now-guile.patch
5909bee
%bcond_without dane
Nikos Mavrogiannopoulos c21c2db
%bcond_without guile
1bccd5c
Summary: A TLS protocol implementation
cvsdist 7277b39
Name: gnutls
Nikos Mavrogiannopoulos ac53d6d
# The libraries are LGPLv2.1+, utilities are GPLv3+
Nikos Mavrogiannopoulos ac53d6d
License: GPLv3+ and LGPLv2+
cvsdist 7277b39
Group: System Environment/Libraries
Nikos Mavrogiannopoulos a5e0426
BuildRequires: p11-kit-devel >= 0.21.3, gettext-devel
Nikos Mavrogiannopoulos 221bd1e
BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 4.3
Nikos Mavrogiannopoulos ac53d6d
BuildRequires: libtool, automake, autoconf, texinfo
Nikos Mavrogiannopoulos ac53d6d
BuildRequires: autogen-libopts-devel >= 5.18 autogen
Nikos Mavrogiannopoulos a651ee8
BuildRequires: nettle-devel >= 3.1.1
Nikos Mavrogiannopoulos ac53d6d
BuildRequires: trousers-devel >= 0.3.11.2
Nikos Mavrogiannopoulos d28c417
BuildRequires: libidn2-devel
Nikos Mavrogiannopoulos 5de456f
BuildRequires: libunistring-devel
Nikos Mavrogiannopoulos 1ef29d4
BuildRequires: gperf, net-tools, datefudge, softhsm
Nikos Mavrogiannopoulos 9a4f99b
# for a sanity check on cert loading
Nikos Mavrogiannopoulos 9a4f99b
BuildRequires: p11-kit-trust, ca-certificates
Nikos Mavrogiannopoulos fc4b700
Requires: crypto-policies
Nikos Mavrogiannopoulos 5651d6d
Requires: p11-kit-trust%{?_isa}
Nikos Mavrogiannopoulos 221bd1e
Requires: libtasn1 >= 4.3
Nikos Mavrogiannopoulos 6372546
Recommends: trousers >= 0.3.11.2
Nikos Mavrogiannopoulos fc4b700
5909bee
%if %{with dane}
Nikos Mavrogiannopoulos 20323df
BuildRequires: unbound-devel unbound-libs
5909bee
%endif
36b677b
%if %{with guile}
4b31e92
BuildRequires: guile-devel
36b677b
%endif
cvsdist 7277b39
URL: http://www.gnutls.org/
Nikos Mavrogiannopoulos 5651d6d
Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/%{name}-%{version}.tar.xz
Nikos Mavrogiannopoulos 5651d6d
Source1: ftp://ftp.gnutls.org/gcrypt/gnutls/%{name}-%{version}.tar.xz.sig
Nikos Mavrogiannopoulos 5651d6d
Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
7371ef8
a201b9b
# Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174
58e5b65
Provides: bundled(gnulib) = 20130424
cvsdist 7277b39
78e3636
%package c++
78e3636
Summary: The C++ interface to GnuTLS
78e3636
Requires: %{name}%{?_isa} = %{version}-%{release}
78e3636
cvsdist 7277b39
%package devel
1bccd5c
Summary: Development files for the %{name} package
cvsdist 7277b39
Group: Development/Libraries
78e3636
Requires: %{name}%{?_isa} = %{version}-%{release}
78e3636
Requires: %{name}-c++%{?_isa} = %{version}-%{release}
5909bee
%if %{with dane}
5909bee
Requires: %{name}-dane%{?_isa} = %{version}-%{release}
5909bee
%endif
7baf89f
Requires: pkgconfig
1bccd5c
Requires(post): /sbin/install-info
1bccd5c
Requires(preun): /sbin/install-info
Ivana Varekova 06b7f40
fe90c79
%package utils
dcf6be7
License: GPLv3+
1bccd5c
Summary: Command line tools for TLS protocol
fe90c79
Group: Applications/System
78e3636
Requires: %{name}%{?_isa} = %{version}-%{release}
5909bee
%if %{with dane}
5909bee
Requires: %{name}-dane%{?_isa} = %{version}-%{release}
5909bee
%endif
5909bee
5909bee
%if %{with dane}
5909bee
%package dane
5909bee
Summary: A DANE protocol implementation for GnuTLS
5909bee
Requires: %{name}%{?_isa} = %{version}-%{release}
5909bee
%endif
cvsdist 7277b39
36b677b
%if %{with guile}
4b31e92
%package guile
4b31e92
Summary: Guile bindings for the GNUTLS library
4b31e92
Group: Development/Libraries
78e3636
Requires: %{name}%{?_isa} = %{version}-%{release}
4b31e92
Requires: guile
36b677b
%endif
4b31e92
cvsdist 7277b39
%description
Nikos Mavrogiannopoulos e2cbd69
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos e2cbd69
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos e2cbd69
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos e2cbd69
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos e2cbd69
other required structures. 
cvsdist 7277b39
78e3636
%description c++
Nikos Mavrogiannopoulos e2cbd69
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos e2cbd69
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos e2cbd69
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos e2cbd69
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos e2cbd69
other required structures. 
78e3636
cvsdist 7277b39
%description devel
Nikos Mavrogiannopoulos e2cbd69
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos e2cbd69
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos e2cbd69
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos e2cbd69
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos e2cbd69
other required structures. 
03e3f84
This package contains files needed for developing applications with
03e3f84
the GnuTLS library.
cvsdist 7277b39
fe90c79
%description utils
Nikos Mavrogiannopoulos e2cbd69
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos e2cbd69
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos e2cbd69
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos e2cbd69
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos e2cbd69
other required structures. 
fe90c79
This package contains command line TLS client and server and certificate
fe90c79
manipulation tools.
fe90c79
5909bee
%if %{with dane}
5909bee
%description dane
Nikos Mavrogiannopoulos e2cbd69
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos e2cbd69
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos e2cbd69
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos e2cbd69
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos e2cbd69
other required structures. 
5909bee
This package contains library that implements the DANE protocol for verifying
5909bee
TLS certificates through DNSSEC.
5909bee
%endif
5909bee
36b677b
%if %{with guile}
4b31e92
%description guile
Nikos Mavrogiannopoulos e2cbd69
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos e2cbd69
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos e2cbd69
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos e2cbd69
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos e2cbd69
other required structures. 
4b31e92
This package contains Guile bindings for the library.
36b677b
%endif
4b31e92
cvsdist 7277b39
%prep
Nikos Mavrogiannopoulos 5651d6d
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
Nikos Mavrogiannopoulos 5651d6d
cvsdist 7277b39
%setup -q
Nikos Mavrogiannopoulos d28c417
%patch1 -p1
Nikos Mavrogiannopoulos d28c417
%patch2 -p1
Nikos Mavrogiannopoulos 82221f2
Nikos Mavrogiannopoulos 6372546
sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
Nikos Mavrogiannopoulos 1267af8
rm -f lib/minitasn1/*.c lib/minitasn1/*.h
Nikos Mavrogiannopoulos 1267af8
rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/*.h 
Nikos Mavrogiannopoulos 6372546
Nikos Mavrogiannopoulos 61aaf14
echo "SYSTEM=NORMAL" >> tests/system.prio
cvsdist 7277b39
cvsdist 7277b39
%build
a59d844
%configure --with-libtasn1-prefix=%{_prefix} \
d3a26aa
           --disable-static \
78e3636
           --disable-openssl-compatibility \
Nikos Mavrogiannopoulos cbca970
           --disable-non-suiteb-curves \
Nikos Mavrogiannopoulos cbca970
           --with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \
Nikos Mavrogiannopoulos 9a4f99b
           --with-default-trust-store-pkcs11="pkcs11:" \
Nikos Mavrogiannopoulos cbca970
           --with-trousers-lib=%{_libdir}/libtspi.so.1 \
Nikos Mavrogiannopoulos c7bc852
           --htmldir=%{_docdir}/manual \
36b677b
%if %{with guile}
36b677b
           --enable-guile \
36b677b
%else
36b677b
           --disable-guile \
36b677b
%endif
5909bee
%if %{with dane}
Nikos Mavrogiannopoulos cbca970
           --with-unbound-root-key-file=/var/lib/unbound/root.key \
5909bee
           --enable-dane \
5909bee
%else
5909bee
           --disable-dane \
5909bee
%endif
Nikos Mavrogiannopoulos 61aaf14
           --disable-rpath \
Nikos Mavrogiannopoulos 61aaf14
           --with-default-priority-string="@SYSTEM"
Nikos Mavrogiannopoulos d28c417
a447c56
make %{?_smp_mflags} V=1
cvsdist 7277b39
cvsdist 7277b39
%install
3647f55
make install DESTDIR=$RPM_BUILD_ROOT
Nikos Mavrogiannopoulos c7bc852
make -C doc install-html DESTDIR=$RPM_BUILD_ROOT
1a646a7
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
1a646a7
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
Nikos Mavrogiannopoulos c21c2db
rm -f $RPM_BUILD_ROOT%{_libdir}/guile/2.0/guile-gnutls*.a
Nikos Mavrogiannopoulos c21c2db
rm -f $RPM_BUILD_ROOT%{_libdir}/guile/2.0/guile-gnutls*.la
Nikos Mavrogiannopoulos b664601
rm -f $RPM_BUILD_ROOT%{_libdir}/gnutls/libpkcs11mock1.*
5909bee
%if %{without dane}
5909bee
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-dane.pc
5909bee
%endif
5909bee
5909bee
%find_lang gnutls
cvsdist 7277b39
cvsdist 487ecb4
%check
Nikos Mavrogiannopoulos ac53d6d
make check %{?_smp_mflags}
cvsdist 7277b39
cvsdist 7277b39
%post -p /sbin/ldconfig
cvsdist 7277b39
cvsdist 7277b39
%postun -p /sbin/ldconfig
cvsdist 7277b39
78e3636
%post c++ -p /sbin/ldconfig
78e3636
78e3636
%postun c++ -p /sbin/ldconfig
78e3636
4237faf
%post devel
4237faf
if [ -f %{_infodir}/gnutls.info.gz ]; then
1bccd5c
    /sbin/install-info %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
4237faf
fi
4237faf
4237faf
%preun devel
4237faf
if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
1bccd5c
   /sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
4237faf
fi
4237faf
5909bee
%if %{with dane}
5909bee
%post dane -p /sbin/ldconfig
5909bee
5909bee
%postun dane -p /sbin/ldconfig
5909bee
%endif
5909bee
cb85f60
%if %{with guile}
4b31e92
%post guile -p /sbin/ldconfig
4b31e92
4b31e92
%postun guile -p /sbin/ldconfig
cb85f60
%endif
4b31e92
5909bee
%files -f gnutls.lang
1bccd5c
%defattr(-,root,root,-)
Nikos Mavrogiannopoulos d074b53
%{_libdir}/libgnutls.so.30*
Nikos Mavrogiannopoulos a61a453
%doc README.md AUTHORS NEWS THANKS
Nikos Mavrogiannopoulos a61a453
%license LICENSE doc/COPYING doc/COPYING.LESSER
cvsdist 7277b39
78e3636
%files c++
78e3636
%{_libdir}/libgnutlsxx.so.*
78e3636
cvsdist 7277b39
%files devel
1bccd5c
%defattr(-,root,root,-)
cvsdist 7277b39
%{_includedir}/*
4b31e92
%{_libdir}/libgnutls*.so
f98988c
%{_libdir}/pkgconfig/*.pc
ece0766
%{_mandir}/man3/*
ece0766
%{_infodir}/gnutls*
3647f55
%{_infodir}/pkcs11-vision*
Nikos Mavrogiannopoulos c7bc852
%{_docdir}/manual/*
cvsdist 7277b39
fe90c79
%files utils
1bccd5c
%defattr(-,root,root,-)
fe90c79
%{_bindir}/certtool
Nikos Mavrogiannopoulos ac53d6d
%{_bindir}/tpmtool
5909bee
%{_bindir}/ocsptool
109ee1c
%{_bindir}/psktool
3647f55
%{_bindir}/p11tool
Nikos Mavrogiannopoulos 5651d6d
%{_bindir}/srptool
5909bee
%if %{with dane}
5909bee
%{_bindir}/danetool
5909bee
%endif
fe90c79
%{_bindir}/gnutls*
fe90c79
%{_mandir}/man1/*
62efe95
%doc doc/certtool.cfg
fe90c79
5909bee
%if %{with dane}
5909bee
%files dane
5909bee
%defattr(-,root,root,-)
5909bee
%{_libdir}/libgnutls-dane.so.*
5909bee
%endif
5909bee
36b677b
%if %{with guile}
4b31e92
%files guile
4b31e92
%defattr(-,root,root,-)
Nikos Mavrogiannopoulos c21c2db
%{_libdir}/guile/2.0/guile-gnutls*.so*
Nikos Mavrogiannopoulos a61a453
%{_libdir}/guile/2.0/site-ccache/gnutls.go
Nikos Mavrogiannopoulos a61a453
%{_libdir}/guile/2.0/site-ccache/gnutls/extra.go
Nikos Mavrogiannopoulos a61a453
%{_datadir}/guile/site/2.0/gnutls.scm
Nikos Mavrogiannopoulos a61a453
%{_datadir}/guile/site/2.0/gnutls/extra.scm
36b677b
%endif
4b31e92
cvsdist 7277b39
%changelog
Nikos Mavrogiannopoulos 5651d6d
* Thu May 11 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.12-1
Nikos Mavrogiannopoulos 5651d6d
- Update to upstream 3.5.12 release
Nikos Mavrogiannopoulos 5651d6d
Nikos Mavrogiannopoulos 9a4f99b
* Fri Apr 07 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.11-1
Nikos Mavrogiannopoulos 9a4f99b
- Update to upstream 3.5.11 release
Nikos Mavrogiannopoulos 9a4f99b
Nikos Mavrogiannopoulos c7bc852
* Mon Mar 06 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.10-1
Nikos Mavrogiannopoulos c7bc852
- Update to upstream 3.5.10 release
Nikos Mavrogiannopoulos c7bc852
Nikos Mavrogiannopoulos f6ef868
* Wed Feb 15 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.9-2
Nikos Mavrogiannopoulos f6ef868
- Work around missing pkg-config file (#1422256)
Nikos Mavrogiannopoulos f6ef868
Nikos Mavrogiannopoulos d28c417
* Tue Feb 14 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.5.9-1
Nikos Mavrogiannopoulos d28c417
- Update to upstream 3.5.9 release
Nikos Mavrogiannopoulos d28c417
037ae5e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.8-3
037ae5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
037ae5e
Nikos Mavrogiannopoulos 8e79fb9
* Sat Feb  4 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.8-2
Nikos Mavrogiannopoulos 8e79fb9
- Added patch fix initialization issue in gnutls_pkcs11_obj_list_import_url4
Nikos Mavrogiannopoulos 8e79fb9
Nikos Mavrogiannopoulos 61aaf14
* Mon Jan  9 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.8-1
Nikos Mavrogiannopoulos 61aaf14
- New upstream release
Nikos Mavrogiannopoulos 61aaf14
Nikos Mavrogiannopoulos 7d478c2
* Tue Dec 13 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.7-3
Nikos Mavrogiannopoulos c0021cc
- Fix PKCS#8 file loading (#1404084)
Nikos Mavrogiannopoulos c0021cc
Nikos Mavrogiannopoulos 5de456f
* Thu Dec  8 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.7-1
Nikos Mavrogiannopoulos 5de456f
- New upstream release
Nikos Mavrogiannopoulos 5de456f
Nikos Mavrogiannopoulos dc821ab
* Fri Nov  4 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.6-1
Nikos Mavrogiannopoulos dc821ab
- New upstream release
Nikos Mavrogiannopoulos dc821ab
Colin Walters 3cf950d
* Tue Oct 11 2016 walters@redhat.com - 3.5.5-2
Colin Walters 3cf950d
- Apply patch to fix compatibility with ostree (#1383708)
Colin Walters 3cf950d
Nikos Mavrogiannopoulos b441c90
* Mon Oct 10 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.5-1
Nikos Mavrogiannopoulos b441c90
- New upstream release
Nikos Mavrogiannopoulos b441c90
Nikos Mavrogiannopoulos ee80365
* Thu Sep  8 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.4-1
Nikos Mavrogiannopoulos ee80365
- New upstream release
Nikos Mavrogiannopoulos ee80365
Nikos Mavrogiannopoulos 6ba01df
* Mon Aug 29 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.3-2
Nikos Mavrogiannopoulos 6ba01df
- Work around #1371082 for x86
Nikos Mavrogiannopoulos da39dd4
- Fixed issue with DTLS sliding window implementation (#1370881)
Nikos Mavrogiannopoulos 6ba01df
Nikos Mavrogiannopoulos 7ff50e4
* Tue Aug  9 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.3-1
Nikos Mavrogiannopoulos 7ff50e4
- New upstream release
Nikos Mavrogiannopoulos 7ff50e4
Nikos Mavrogiannopoulos 6d46127
* Wed Jul  6 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.2-1
Nikos Mavrogiannopoulos 6d46127
- New upstream release
Nikos Mavrogiannopoulos 6d46127
Nikos Mavrogiannopoulos a61a453
* Wed Jun 15 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.1-1
Nikos Mavrogiannopoulos a61a453
- New upstream release
Nikos Mavrogiannopoulos a61a453
Nikos Mavrogiannopoulos b499732
* Tue Jun  7 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.13-1
Nikos Mavrogiannopoulos b499732
- New upstream release (#1343258)
Nikos Mavrogiannopoulos 433af11
- Addresses issue with setuid programs introduced in 3.4.12 (#1343342)
Nikos Mavrogiannopoulos b499732
Nikos Mavrogiannopoulos b664601
* Fri May 20 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.12-1
Nikos Mavrogiannopoulos b664601
- New upstream release
Nikos Mavrogiannopoulos b664601
Nikos Mavrogiannopoulos 29e389a
* Mon Apr 11 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.11-1
Nikos Mavrogiannopoulos 29e389a
- New upstream release
Nikos Mavrogiannopoulos 29e389a
Nikos Mavrogiannopoulos 8be97de
* Fri Mar  4 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.10-1
Nikos Mavrogiannopoulos 8be97de
- New upstream release (#1314576)
Nikos Mavrogiannopoulos 8be97de
Nikos Mavrogiannopoulos ad51d93
* Wed Feb  3 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.9-1
Nikos Mavrogiannopoulos e01d29a
- Fix broken key usage flags introduced in 3.4.8 (#1303355)
Nikos Mavrogiannopoulos e01d29a
Nikos Mavrogiannopoulos dfae7bf
* Mon Jan 11 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.8-1
Nikos Mavrogiannopoulos dfae7bf
- New upstream release (#1297079)
Nikos Mavrogiannopoulos dfae7bf
Nikos Mavrogiannopoulos d73f86a
* Mon Nov 23 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.7-1
Nikos Mavrogiannopoulos d73f86a
- New upstream release (#1284300)
Nikos Mavrogiannopoulos d73f86a
- Documentation updates (#1282864)
Nikos Mavrogiannopoulos d73f86a
- Adds interface to set unique IDs in certificates (#1281343)
Nikos Mavrogiannopoulos d73f86a
- Allow arbitrary key sizes with ARCFOUR (#1284401)
Nikos Mavrogiannopoulos d73f86a
Nikos Mavrogiannopoulos 7cbe638
* Wed Oct 21 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.6-1
Nikos Mavrogiannopoulos 7cbe638
- New upstream release (#1273672)
Nikos Mavrogiannopoulos 7cbe638
- Enhances p11tool to write CKA_ISSUER and CKA_SERIAL_NUMBER (#1272178)
Nikos Mavrogiannopoulos 7cbe638
cd47026
* Tue Oct 20 2015 Adam Williamson <awilliam@redhat.com> - 3.4.5-2
cd47026
- fix interaction with Chrome 45+ (master secret extension) (#1273102)
cd47026
Nikos Mavrogiannopoulos b18da6e
* Mon Sep 14 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.5-1
Nikos Mavrogiannopoulos b18da6e
- New upstream release (#1252192)
Nikos Mavrogiannopoulos b18da6e
- Eliminates hard limits on CRL parsing of certtool.
Nikos Mavrogiannopoulos b18da6e
Nikos Mavrogiannopoulos 42c70b8
* Mon Aug 10 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.4-1
Nikos Mavrogiannopoulos 9cf431b
- new upstream release
Nikos Mavrogiannopoulos 9cf431b
- no longer requires trousers patch
Nikos Mavrogiannopoulos 9cf431b
- fixes issue in gnutls_x509_privkey_import (#1250020)
Nikos Mavrogiannopoulos 9cf431b
Nikos Mavrogiannopoulos 6372546
* Mon Jul 13 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.3-2
Nikos Mavrogiannopoulos 6372546
- Don't link against trousers but rather dlopen() it when available.
Nikos Mavrogiannopoulos 6372546
  That avoids a dependency on openssl by the main library.
Nikos Mavrogiannopoulos 6372546
Nikos Mavrogiannopoulos 6eb3f60
* Mon Jul 13 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.3-1
Nikos Mavrogiannopoulos 6eb3f60
- new upstream release
Nikos Mavrogiannopoulos 6eb3f60
8bada13
* Thu Jul 02 2015 Adam Jackson <ajax@redhat.com> 3.4.2-3
8bada13
- Only disable -z now for the guile modules
8bada13
Nikos Mavrogiannopoulos 6eb3f60
* Thu Jun 18 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.2-2
Nikos Mavrogiannopoulos 82221f2
- rename the symbol version for internal symbols to avoid clashes
Nikos Mavrogiannopoulos 82221f2
  with 3.3.x.
Nikos Mavrogiannopoulos 82221f2
Nikos Mavrogiannopoulos 3893efa
* Wed Jun 17 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.2-1
Nikos Mavrogiannopoulos 3893efa
- new upstream release
Nikos Mavrogiannopoulos 3893efa
Nikos Mavrogiannopoulos ece2d60
* Tue May  5 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.1-2
Nikos Mavrogiannopoulos ece2d60
- Provide missing GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA definition
Nikos Mavrogiannopoulos ece2d60
Nikos Mavrogiannopoulos a651ee8
* Mon May  4 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.4.1-1
Nikos Mavrogiannopoulos a651ee8
- new upstream release
Nikos Mavrogiannopoulos a651ee8
dc19172
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.3.14-2
dc19172
- Rebuilt for GCC 5 C++11 ABI change
dc19172
Nikos Mavrogiannopoulos 221bd1e
* Mon Mar 30 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.14-1
Nikos Mavrogiannopoulos 221bd1e
- new upstream release
Nikos Mavrogiannopoulos 7e98ff1
- improved BER decoding of PKCS #12 structures (#1131461)
Nikos Mavrogiannopoulos 221bd1e
Nikos Mavrogiannopoulos 3225335
* Fri Mar  6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.13-3
Nikos Mavrogiannopoulos 3225335
- Build with hardened flags
Nikos Mavrogiannopoulos a5703fd
- Removed -Wl,--no-add-needed linker flag
Nikos Mavrogiannopoulos 3225335
dfbb332
* Fri Feb 27 2015 Till Maas <opensource@till.name> - 3.3.13-2
dfbb332
- Do not build with hardened flags
dfbb332
Nikos Mavrogiannopoulos da0f85e
* Thu Feb 26 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.13-1
Nikos Mavrogiannopoulos da0f85e
- new upstream release
Nikos Mavrogiannopoulos da0f85e
a447c56
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.3.12-3
a447c56
- Make build verbose
a447c56
- Use %%license
a447c56
2a7a5df
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.3.12-2
2a7a5df
- Rebuilt for Fedora 23 Change
2a7a5df
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2a7a5df
Nikos Mavrogiannopoulos 9bb47d2
* Mon Jan 19 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.12-1
Nikos Mavrogiannopoulos 9bb47d2
- new upstream release
Nikos Mavrogiannopoulos 9bb47d2
Nikos Mavrogiannopoulos c21c2db
* Mon Jan  5 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.11-2
Nikos Mavrogiannopoulos c21c2db
- enabled guile bindings (#1177847)
Nikos Mavrogiannopoulos c21c2db
Nikos Mavrogiannopoulos 414dfb2
* Thu Dec 11 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.11-1
Nikos Mavrogiannopoulos 414dfb2
- new upstream release
Nikos Mavrogiannopoulos 414dfb2
Nikos Mavrogiannopoulos 9d836ae
* Mon Nov 10 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.10-1
Nikos Mavrogiannopoulos 9d836ae
- new upstream release
Nikos Mavrogiannopoulos 9d836ae
Nikos Mavrogiannopoulos 6306f55
* Thu Oct 23 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.9-2
Nikos Mavrogiannopoulos 6306f55
- applied fix for issue in get-issuer (#1155901)
Nikos Mavrogiannopoulos 6306f55
Nikos Mavrogiannopoulos aa6e9f9
* Mon Oct 13 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.9-1
Nikos Mavrogiannopoulos aa6e9f9
- new upstream release
Nikos Mavrogiannopoulos aa6e9f9
Nikos Mavrogiannopoulos fbd14bb
* Fri Sep 19 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-2
Nikos Mavrogiannopoulos fbd14bb
- strip rpath from library
Nikos Mavrogiannopoulos fbd14bb
Nikos Mavrogiannopoulos 46e6bc7
* Thu Sep 18 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-1
Nikos Mavrogiannopoulos 46e6bc7
- new upstream release
Nikos Mavrogiannopoulos 46e6bc7
Nikos Mavrogiannopoulos 32224e1
* Mon Aug 25 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.7-1
Nikos Mavrogiannopoulos 32224e1
- new upstream release
Nikos Mavrogiannopoulos 32224e1
3fd759a
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-2
3fd759a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3fd759a
Nikos Mavrogiannopoulos d10b4ab
* Wed Jul 23 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.6-1
Nikos Mavrogiannopoulos 4717075
- new upstream release
Nikos Mavrogiannopoulos 4717075
Nikos Mavrogiannopoulos 5560d4e
* Tue Jul 01 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.5-2
Nikos Mavrogiannopoulos 5560d4e
- Added work-around for s390 builds with gcc 4.9 (#1102324)
Nikos Mavrogiannopoulos 5560d4e
Nikos Mavrogiannopoulos 97e9be8
* Mon Jun 30 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.5-1
Nikos Mavrogiannopoulos 97e9be8
- new upstream release
Nikos Mavrogiannopoulos 97e9be8
Nikos Mavrogiannopoulos 025c37f
* Tue Jun 17 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.4-3
Nikos Mavrogiannopoulos 025c37f
- explicitly depend on p11-kit-trust
Nikos Mavrogiannopoulos 025c37f
307f9de
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.4-2
307f9de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
307f9de
Nikos Mavrogiannopoulos 102a02e
* Mon Jun 02 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.4-1
Nikos Mavrogiannopoulos 102a02e
- new upstream release
Nikos Mavrogiannopoulos 102a02e
Nikos Mavrogiannopoulos 1bf7872
* Fri May 30 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.3-1
Nikos Mavrogiannopoulos 1bf7872
- new upstream release
Nikos Mavrogiannopoulos 1bf7872
Nikos Mavrogiannopoulos fc4b700
* Wed May 21 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.2-2
Nikos Mavrogiannopoulos fc4b700
- Require crypto-policies
Nikos Mavrogiannopoulos fc4b700
Nikos Mavrogiannopoulos eaa8756
* Fri May 09 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.2-1
Nikos Mavrogiannopoulos eaa8756
- new upstream release
Nikos Mavrogiannopoulos eaa8756
Nikos Mavrogiannopoulos d5d21f3
* Mon May 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.1-4
Nikos Mavrogiannopoulos d5d21f3
- Replaced /etc/crypto-profiles/apps with /etc/crypto-policies/back-ends.
Nikos Mavrogiannopoulos 0f0e860
- Added support for "very weak" profile.
Nikos Mavrogiannopoulos 0f0e860
Nikos Mavrogiannopoulos 2fe59e7
* Mon Apr 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.1-2
Nikos Mavrogiannopoulos 2fe59e7
- gnutls_global_deinit() will not do anything if the previous 
Nikos Mavrogiannopoulos 2fe59e7
  initialization has failed (#1091053)
Nikos Mavrogiannopoulos 2fe59e7
Nikos Mavrogiannopoulos bbe5fc5
* Mon Apr 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.1-1
Nikos Mavrogiannopoulos bbe5fc5
- new upstream release
Nikos Mavrogiannopoulos bbe5fc5
Nikos Mavrogiannopoulos 4adeac7
* Mon Apr 14 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.0-1
Nikos Mavrogiannopoulos 4adeac7
- new upstream release
Nikos Mavrogiannopoulos 4adeac7
Nikos Mavrogiannopoulos 5cf107d
* Tue Apr 08 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.13-1
Nikos Mavrogiannopoulos 5cf107d
- new upstream release
Nikos Mavrogiannopoulos 5cf107d
Nikos Mavrogiannopoulos 666ef99
* Wed Mar 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.12.1-1
Nikos Mavrogiannopoulos 666ef99
- new upstream release
Nikos Mavrogiannopoulos 666ef99
Nikos Mavrogiannopoulos de9af10
* Mon Mar 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.12-1
Nikos Mavrogiannopoulos de9af10
- new upstream release
Nikos Mavrogiannopoulos de9af10
Nikos Mavrogiannopoulos 90a3d74
* Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.10-2
Nikos Mavrogiannopoulos 90a3d74
- use p11-kit trust store for certificate verification
Nikos Mavrogiannopoulos 90a3d74
Nikos Mavrogiannopoulos 29d5d57
* Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.10-1
Nikos Mavrogiannopoulos 29d5d57
- new upstream release
Nikos Mavrogiannopoulos 29d5d57
b05113e
* Tue Jan 14 2014 Tomáš Mráz <tmraz@redhat.com> 3.2.8-2
b05113e
- build the crywrap tool
b05113e
Nikos Mavrogiannopoulos c1c2e40
* Mon Dec 23 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.8-1
Nikos Mavrogiannopoulos c1c2e40
- new upstream release
Nikos Mavrogiannopoulos c1c2e40
Nikos Mavrogiannopoulos 302b210
* Wed Dec  4 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.7-2
Nikos Mavrogiannopoulos 302b210
- Use the correct root key for unbound /var/lib/unbound/root.key (#1012494)
Nikos Mavrogiannopoulos 302b210
- Pull asm fixes from upstream (#973210)
Nikos Mavrogiannopoulos 20323df
Nikos Mavrogiannopoulos ac53d6d
* Mon Nov 25 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.7-1
Nikos Mavrogiannopoulos ac53d6d
- new upstream release
Nikos Mavrogiannopoulos ac53d6d
- added dependency to autogen-libopts-devel to use the system's
Nikos Mavrogiannopoulos ac53d6d
  libopts library
Nikos Mavrogiannopoulos ac53d6d
- added dependency to trousers-devel to enable TPM support
Nikos Mavrogiannopoulos ac53d6d
10214f4
* Mon Nov  4 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.16-1
10214f4
- new upstream release
10214f4
- fixes CVE-2013-4466 off-by-one in dane_query_tlsa()
10214f4
7388dd7
* Fri Oct 25 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.15-1
7388dd7
- new upstream release
7388dd7
- fixes CVE-2013-4466 buffer overflow in handling DANE entries
7388dd7
aaa40d9
* Wed Oct 16 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.13-3
aaa40d9
- enable ECC NIST Suite B curves
aaa40d9
80b24a3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.13-2
80b24a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
80b24a3
4859c6c
* Mon Jul 15 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.13-1
4859c6c
- new upstream release
4859c6c
58e5b65
* Mon May 13 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.11-1
58e5b65
- new upstream release
58e5b65
dc3d7aa
* Mon Mar 25 2013 Tomas Mraz <tmraz@redhat.com> 3.1.10-1
dc3d7aa
- new upstream release
dc3d7aa
- license of the library is back to LGPLv2.1+
dc3d7aa
dbc4639
* Fri Mar 15 2013 Tomas Mraz <tmraz@redhat.com> 3.1.9-1
dbc4639
- new upstream release
dbc4639
48bea99
* Thu Mar  7 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-3
48bea99
- drop the temporary old library
48bea99
93d9bb6
* Tue Feb 26 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-2
93d9bb6
- don't send ECC algos as supported (#913797)
93d9bb6
db751d6
* Thu Feb 21 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-1
db751d6
- new upstream version
db751d6
5909bee
* Wed Feb  6 2013 Tomas Mraz <tmraz@redhat.com> 3.1.7-1
5909bee
- new upstream version, requires rebuild of dependencies
5909bee
- this release temporarily includes old compatibility .so
5909bee
b0e98f8
* Tue Feb  5 2013 Tomas Mraz <tmraz@redhat.com> 2.12.22-2
b0e98f8
- rebuilt with new libtasn1
36b677b
- make guile bindings optional - breaks i686 build and there is
36b677b
  no dependent package
b0e98f8
74eb4df
* Tue Jan  8 2013 Tomas Mraz <tmraz@redhat.com> 2.12.22-1
74eb4df
- new upstream version
74eb4df
12a6020
* Wed Nov 28 2012 Tomas Mraz <tmraz@redhat.com> 2.12.21-2
12a6020
- use RSA bit sizes supported by libgcrypt in FIPS mode for security
12a6020
  levels (#879643)
12a6020
2d2ba4e
* Fri Nov  9 2012 Tomas Mraz <tmraz@redhat.com> 2.12.21-1
2d2ba4e
- new upstream version
2d2ba4e
b89d89d
* Thu Nov  1 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-4
b89d89d
- negotiate only FIPS approved algorithms in the FIPS mode (#871826)
b89d89d
471a3d6
* Wed Aug  8 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-3
471a3d6
- fix the gnutls-cli-debug manpage - patch by Peter Schiffer
471a3d6
bae11dc
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12.20-2
bae11dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bae11dc
68d8817
* Mon Jun 18 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-1
68d8817
- new upstream version
68d8817
a201b9b
* Fri May 18 2012 Tomas Mraz <tmraz@redhat.com> 2.12.19-1
a201b9b
- new upstream version
a201b9b
b3578ef
* Thu Mar 29 2012 Tomas Mraz <tmraz@redhat.com> 2.12.18-1
b3578ef
- new upstream version
b3578ef
4fa9d2f
* Thu Mar  8 2012 Tomas Mraz <tmraz@redhat.com> 2.12.17-1
4fa9d2f
- new upstream version
4fa9d2f
- fix leaks in key generation (#796302)
4fa9d2f
4a3e023
* Fri Feb 03 2012 Kevin Fenzi <kevin@scrye.com> - 2.12.14-3
4a3e023
- Disable largefile on arm arch. (#787287)
4a3e023
f33ca28
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12.14-2
f33ca28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f33ca28
74eb4df
* Tue Nov  8 2011 Tomas Mraz <tmraz@redhat.com> 2.12.14-1
c79c5f1
- new upstream version
c79c5f1
cea39b5
* Mon Oct 24 2011 Tomas Mraz <tmraz@redhat.com> 2.12.12-1
cea39b5
- new upstream version
cea39b5
2486b7b
* Thu Sep 29 2011 Tomas Mraz <tmraz@redhat.com> 2.12.11-1
2486b7b
- new upstream version
2486b7b
c7325b3
* Fri Aug 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.9-1
c7325b3
- new upstream version
c7325b3
90d6dcb
* Tue Aug 16 2011 Tomas Mraz <tmraz@redhat.com> 2.12.8-1
90d6dcb
- new upstream version
90d6dcb
78e3636
* Mon Jul 25 2011 Tomas Mraz <tmraz@redhat.com> 2.12.7-2
78e3636
- fix problem when using new libgcrypt
78e3636
- split libgnutlsxx to a subpackage (#455146)
78e3636
- drop libgnutls-openssl (#460310)
78e3636
ee69d5a
* Tue Jun 21 2011 Tomas Mraz <tmraz@redhat.com> 2.12.7-1
ee69d5a
- new upstream version
ee69d5a
74eb4df
* Mon May  9 2011 Tomas Mraz <tmraz@redhat.com> 2.12.4-1
Tomas Mraz 6453cd4
- new upstream version
Tomas Mraz 6453cd4
8abbfa8
* Tue Apr 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.3-1
8abbfa8
- new upstream version
8abbfa8
3647f55
* Mon Apr 18 2011 Tomas Mraz <tmraz@redhat.com> 2.12.2-1
3647f55
- new upstream version
3647f55
f2f3720
* Thu Mar  3 2011 Tomas Mraz <tmraz@redhat.com> 2.10.5-1
f2f3720
- new upstream version
f2f3720
977328e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.4-2
977328e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
977328e
609ce39
* Wed Dec  8 2010 Tomas Mraz <tmraz@redhat.com> 2.10.4-1
609ce39
- new upstream version
609ce39
74eb4df
* Thu Dec  2 2010 Tomas Mraz <tmraz@redhat.com> 2.10.3-2
d7caee0
- fix buffer overflow in gnutls-serv (#659259)
d7caee0
9f571c6
* Fri Nov 19 2010 Tomas Mraz <tmraz@redhat.com> 2.10.3-1
9f571c6
- new upstream version
9f571c6
a7a87e5
* Thu Sep 30 2010 Tomas Mraz <tmraz@redhat.com> 2.10.2-1
a7a87e5
- new upstream version
a7a87e5
Jesse Keating a883f00
* Wed Sep 29 2010 jkeating - 2.10.1-4
Jesse Keating a883f00
- Rebuilt for gcc bug 634757
Jesse Keating a883f00
5994244
* Thu Sep 23 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-3
5994244
- more patching for internal errors regression (#629858)
5994244
  patch by Vivek Dasmohapatra
5994244
dac93df
* Tue Sep 21 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-2
dac93df
- backported patch from upstream git hopefully fixing internal errors
dac93df
  (#629858)
dac93df
38c06fe
* Wed Aug  4 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-1
38c06fe
- new upstream version
38c06fe
d0d3424
* Wed Jun  2 2010 Tomas Mraz <tmraz@redhat.com> 2.8.6-2
d0d3424
- add support for safe renegotiation CVE-2009-3555 (#533125)
d0d3424
5cdd3d4
* Wed May 12 2010 Tomas Mraz <tmraz@redhat.com> 2.8.6-1
5cdd3d4
- upgrade to a new upstream version
5cdd3d4
428c451
* Mon Feb 15 2010 Rex Dieter <rdieter@fedoraproject.org> 2.8.5-4
428c451
- FTBFS gnutls-2.8.5-3.fc13: ImplicitDSOLinking (#564624)
428c451
dcf6be7
* Thu Jan 28 2010 Tomas Mraz <tmraz@redhat.com> 2.8.5-3
dcf6be7
- drop superfluous rpath from binaries
dcf6be7
- do not call autoreconf during build
dcf6be7
- specify the license on utils subpackage
dcf6be7
d3a26aa
* Mon Jan 18 2010 Tomas Mraz <tmraz@redhat.com> 2.8.5-2
d3a26aa
- do not create static libraries (#556052)
d3a26aa
062c3e6
* Mon Nov  2 2009 Tomas Mraz <tmraz@redhat.com> 2.8.5-1
062c3e6
- upgrade to a new upstream version
062c3e6
7425f05
* Wed Sep 23 2009 Tomas Mraz <tmraz@redhat.com> 2.8.4-1
7425f05
- upgrade to a new upstream version
7425f05
4e89b48
* Fri Aug 14 2009 Tomas Mraz <tmraz@redhat.com> 2.8.3-1
4e89b48
- upgrade to a new upstream version
4e89b48
510643b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
510643b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
510643b
fead956
* Wed Jun 10 2009 Tomas Mraz <tmraz@redhat.com> 2.8.1-1
fead956
- upgrade to a new upstream version
fead956
cc299af
* Wed Jun  3 2009 Tomas Mraz <tmraz@redhat.com> 2.8.0-1
cc299af
- upgrade to a new upstream version
cc299af
f2597d8
* Mon May  4 2009 Tomas Mraz <tmraz@redhat.com> 2.6.6-1
f2597d8
- upgrade to a new upstream version - security fixes
f2597d8
296548f
* Tue Apr 14 2009 Tomas Mraz <tmraz@redhat.com> 2.6.5-1
296548f
- upgrade to a new upstream version, minor bugfixes only
296548f
261e5e9
* Fri Mar  6 2009 Tomas Mraz <tmraz@redhat.com> 2.6.4-1
261e5e9
- upgrade to a new upstream version
261e5e9
721f03d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-2
721f03d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
721f03d
62efe95
* Mon Dec 15 2008 Tomas Mraz <tmraz@redhat.com> 2.6.3-1
62efe95
- upgrade to a new upstream version
62efe95
9c5b753
* Thu Dec  4 2008 Tomas Mraz <tmraz@redhat.com> 2.6.2-1
9c5b753
- upgrade to a new upstream version
9c5b753
202be7c
* Tue Nov 11 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-3
202be7c
- fix chain verification issue CVE-2008-4989 (#470079)
202be7c
4b31e92
* Thu Sep 25 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-2
4b31e92
- add guile subpackage (#463735)
4b31e92
- force new libtool through autoreconf to drop unnecessary rpaths
4b31e92
b65911e
* Tue Sep 23 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-1
b65911e
- new upstream version
b65911e
a59d844
* Tue Jul  1 2008 Tomas Mraz <tmraz@redhat.com> 2.4.1-1
a59d844
- new upstream version
a59d844
- correct the license tag
a59d844
- explicit --with-included-opencdk not needed
a59d844
- use external lzo library, internal not included anymore
a59d844
df2ef39
* Tue Jun 24 2008 Tomas Mraz <tmraz@redhat.com> 2.4.0-1
df2ef39
- upgrade to latest upstream
df2ef39
7eaa873
* Tue May 20 2008 Tomas Mraz <tmraz@redhat.com> 2.0.4-3
7eaa873
- fix three security issues in gnutls handshake - GNUTLS-SA-2008-1
7eaa873
  (#447461, #447462, #447463)
7eaa873
0c2a289
* Mon Feb  4 2008 Joe Orton <jorton@redhat.com> 2.0.4-2
0c2a289
- use system libtasn1
0c2a289
9e40af7
* Tue Dec  4 2007 Tomas Mraz <tmraz@redhat.com> 2.0.4-1
9e40af7
- upgrade to latest upstream
9e40af7
14c4e4b
* Tue Aug 21 2007 Tomas Mraz <tmraz@redhat.com> 1.6.3-2
14c4e4b
- license tag fix
14c4e4b
2ffe497
* Wed Jun  6 2007 Tomas Mraz <tmraz@redhat.com> 1.6.3-1
2ffe497
- upgrade to latest upstream (#232445)
2ffe497
1bccd5c
* Tue Apr 10 2007 Tomas Mraz <tmraz@redhat.com> 1.4.5-2
1bccd5c
- properly require install-info (patch by Ville Skyttä)
1bccd5c
- standard buildroot and use dist tag
1bccd5c
- add COPYING and README to doc
1bccd5c
fa6168a
* Wed Feb  7 2007 Tomas Mraz <tmraz@redhat.com> 1.4.5-1
fa6168a
- new upstream version
fa6168a
- drop libtermcap-devel from buildrequires
fa6168a
7baf89f
* Thu Sep 14 2006 Tomas Mraz <tmraz@redhat.com> 1.4.1-2
7baf89f
- detect forged signatures - CVE-2006-4790 (#206411), patch
7baf89f
  from upstream
7baf89f
4e49f8e
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.1-1
4e49f8e
- upgrade to new upstream version, only minor changes
4e49f8e
1b6a7df
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4.0-1.1
1b6a7df
- rebuild
1b6a7df
109ee1c
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.0-1
109ee1c
- upgrade to new upstream version (#192070), rebuild
109ee1c
  of dependent packages required
109ee1c
c0160c6
* Tue May 16 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.10-2
c0160c6
- added missing buildrequires
c0160c6
73103d2
* Mon Feb 13 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.10-1
73103d2
- updated to new version (fixes CVE-2006-0645)
73103d2
bbcda79
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-3.2
bbcda79
- bump again for double-long bug on ppc(64)
bbcda79
a3ad88a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-3.1
a3ad88a
- rebuilt for new gcc4.1 snapshot and glibc changes
a3ad88a
d9f0e10
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.2.9-3
d9f0e10
- rebuilt
d9f0e10
1a646a7
* Fri Dec  9 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-2
1a646a7
- replaced *-config scripts with calls to pkg-config to
1a646a7
  solve multilib conflicts
1a646a7
5090376
* Wed Nov 23 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-1
5090376
- upgrade to newest upstream
5090376
- removed .la files (#172635)
5090376
ece0766
* Sun Aug  7 2005 Tomas Mraz <tmraz@redhat.com> 1.2.6-1
ece0766
- upgrade to newest upstream (rebuild of dependencies necessary)
ece0766
fe90c79
* Mon Jul  4 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-2
fe90c79
- split the command line tools to utils subpackage
fe90c79
1fc90fa
* Sat Apr 30 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-1
1fc90fa
- new upstream version fixes potential DOS attack
1fc90fa
08b4472
* Sat Apr 23 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-2
08b4472
- readd the version script dropped by upstream
08b4472
f98988c
* Fri Apr 22 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-1
f98988c
- update to the latest upstream version on the 1.0 branch
f98988c
72d4238
* Wed Mar  2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
72d4238
- gcc4 rebuild
72d4238
Ivana Varekova 06b7f40
* Tue Jan  4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
Ivana Varekova 06b7f40
- add gnutls Requires zlib-devel (#144069)
Ivana Varekova 06b7f40
5f29102
* Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
5f29102
- Make gnutls-devel Require libgcrypt-devel
5f29102
jbj 16f8e2a
* Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
jbj 16f8e2a
- rebuild with release++, otherwise unchanged.
jbj 16f8e2a
cvsdist 487ecb4
* Tue Sep  7 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-2
cvsdist 487ecb4
- patent tainted SRP code removed.
cvsdist 487ecb4
cvsdist 487ecb4
* Sun Sep  5 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-1
cvsdist 487ecb4
- update to 1.0.20.
cvsdist 487ecb4
- add --with-included-opencdk --with-included-libtasn1
cvsdist 487ecb4
- add --with-included-libcfg --with-included-lzo
cvsdist 487ecb4
- add --disable-srp-authentication.
cvsdist 487ecb4
- do "make check" after build.
cvsdist 487ecb4
cvsdist 487ecb4
* Fri Mar 21 2003 Jeff Johnson <jbj@redhat.com> 0.9.2-1
cvsdist 487ecb4
- upgrade to 0.9.2
cvsdist 487ecb4
cvsdist 7277b39
* Tue Jun 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.4-1
cvsdist 7277b39
- update to 0.4.4.
cvsdist 7277b39
cvsdist 7277b39
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 7277b39
- automated rebuild
cvsdist 7277b39
cvsdist 7277b39
* Sat May 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.3-1
cvsdist 7277b39
- update to 0.4.3.
cvsdist 7277b39
cvsdist 7277b39
* Tue May 21 2002 Jeff Johnson <jbj@redhat.com> 0.4.2-1
cvsdist 7277b39
- update to 0.4.2.
cvsdist 7277b39
- change license to LGPL.
cvsdist 7277b39
- include splint annotations patch.
cvsdist 7277b39
cvsdist 7277b39
* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
cvsdist 7277b39
- update to 0.4.0
cvsdist 7277b39
cvsdist 7277b39
* Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
cvsdist 7277b39
- update to 0.3.2
cvsdist 7277b39
74eb4df
* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
cvsdist 7277b39
- add a URL
cvsdist 7277b39
74eb4df
* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7277b39
- initial package