ansasaki / rpms / gnutls

Forked from rpms/gnutls 5 years ago
Clone
5909bee
%bcond_without dane
36b677b
%bcond_with guile
1bccd5c
Summary: A TLS protocol implementation
cvsdist 7277b39
Name: gnutls
Nikos Mavrogiannopoulos c7a8b70
Version: 3.1.20
Nikos Mavrogiannopoulos a779426
Release: 5%{?dist}
58e5b65
# The libraries are LGPLv2.1+, utilities are GPLv3+, however
58e5b65
# the bundled gnulib is LGPLv3+
58e5b65
License: GPLv3+ and LGPLv2+ and LGPLv3+
cvsdist 7277b39
Group: System Environment/Libraries
31646fb
BuildRequires: p11-kit-devel >= 0.11, gettext
2fa17c9
BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 3.1
Nikos Mavrogiannopoulos 965b0c9
BuildRequires: libtool, automake, autoconf, texinfo
5909bee
BuildRequires: nettle-devel >= 2.5
Nikos Mavrogiannopoulos c7ea0f3
# Not suitable autogen is present in this release
Nikos Mavrogiannopoulos c7ea0f3
# BuildRequires: autogen-libopts-devel >= 5.18 autogen
Nikos Mavrogiannopoulos 3c13ac8
Nikos Mavrogiannopoulos 3c13ac8
# Do not link against trousers in F19. The installed trousers
Nikos Mavrogiannopoulos 3c13ac8
# package isn't sufficient.
Nikos Mavrogiannopoulos 3c13ac8
#BuildRequires: trousers-devel >= 0.3.11.2
5909bee
%if %{with dane}
Nikos Mavrogiannopoulos 5d35881
BuildRequires: unbound-devel unbound-libs
5909bee
%endif
36b677b
%if %{with guile}
4b31e92
BuildRequires: guile-devel
36b677b
%endif
cvsdist 7277b39
URL: http://www.gnutls.org/
5909bee
#Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/%{name}-%{version}.tar.xz
5909bee
#Source1: ftp://ftp.gnutls.org/gcrypt/gnutls/%{name}-%{version}.tar.xz.sig
5909bee
# XXX patent tainted code removed.
7388dd7
Source0: %{name}-%{version}-hobbled.tar.xz
1a646a7
Source1: libgnutls-config
5909bee
Source2: hobble-gnutls
aaa40d9
Source3: ecc.c
Nikos Mavrogiannopoulos 965b0c9
Patch1: gnutls-3.1.17-rpath.patch
Nikos Mavrogiannopoulos c7a8b70
Patch2: gnutls-3.1.20-init-keyword.patch
Nikos Mavrogiannopoulos c7a8b70
Patch3: gnutls-3.1.20-supported-ecc.patch
b89d89d
# Use only FIPS approved ciphers in the FIPS mode
12a6020
Patch7: gnutls-2.12.21-fips-algorithms.patch
aaa40d9
Patch8: gnutls-3.1.11-nosrp.patch
7bd6921
# Use random port in some tests to avoid conflicts during simultaneous builds on the same machine
7bd6921
Patch9: gnutls-3.1.10-tests-rndport.patch
Nikos Mavrogiannopoulos eb5540a
Patch10: gnutls-3.1.18-suiteb.patch
Nikos Mavrogiannopoulos 04f2e8d
Patch11: gnutls-3.1.20-v1-fix.patch
Nikos Mavrogiannopoulos de89acf
Patch12: gnutls-3.1.18-cve-2014-0092.patch
Nikos Mavrogiannopoulos a779426
Patch13: gnutls-3.1.18-cve-2014-3466.patch
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 965b0c9
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos 965b0c9
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos 965b0c9
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos 965b0c9
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos 965b0c9
other required structures. 
cvsdist 7277b39
78e3636
%description c++
Nikos Mavrogiannopoulos 965b0c9
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos 965b0c9
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos 965b0c9
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos 965b0c9
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos 965b0c9
other required structures. 
78e3636
This package contains the C++ interface for the GnuTLS library.
78e3636
cvsdist 7277b39
%description devel
Nikos Mavrogiannopoulos 965b0c9
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos 965b0c9
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos 965b0c9
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos 965b0c9
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos 965b0c9
other required structures. 
03e3f84
This package contains files needed for developing applications with
03e3f84
the GnuTLS library.
cvsdist 7277b39
fe90c79
%description utils
Nikos Mavrogiannopoulos 965b0c9
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos 965b0c9
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos 965b0c9
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos 965b0c9
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos 965b0c9
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 965b0c9
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos 965b0c9
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos 965b0c9
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos 965b0c9
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos 965b0c9
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 965b0c9
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
Nikos Mavrogiannopoulos 965b0c9
protocols and technologies around them. It provides a simple C language 
Nikos Mavrogiannopoulos 965b0c9
application programming interface (API) to access the secure communications 
Nikos Mavrogiannopoulos 965b0c9
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
Nikos Mavrogiannopoulos 965b0c9
other required structures. 
4b31e92
This package contains Guile bindings for the library.
36b677b
%endif
4b31e92
cvsdist 7277b39
%prep
cvsdist 7277b39
%setup -q
5001552
dcf6be7
%patch1 -p1 -b .rpath
Nikos Mavrogiannopoulos c7a8b70
%patch2 -p1 -b .ikeyword
Nikos Mavrogiannopoulos c7a8b70
%patch3 -p1 -b .supported-ecc
5909bee
# This patch is not applicable as we use nettle now but some parts will be
5909bee
# later reused.
5909bee
#%patch7 -p1 -b .fips
aaa40d9
%patch8 -p1 -b .nosrp
7bd6921
%patch9 -p1 -b .rndport
aaa40d9
%patch10 -p1 -b .suiteb
Nikos Mavrogiannopoulos 04f2e8d
%patch11 -p1 -b .v1-fix
Nikos Mavrogiannopoulos de89acf
%patch12 -p1 -b .cve-2014-0092
Nikos Mavrogiannopoulos a779426
%patch13 -p1 -b .cve-2014-3466
ece0766
5909bee
%{SOURCE2} -e
cvsdist 7277b39
aaa40d9
cp -f %{SOURCE3} lib/algorithms
Nikos Mavrogiannopoulos 57d4957
rm -f doc/gnutls.info*
aaa40d9
cvsdist 7277b39
%build
428c451
428c451
export LDFLAGS="-Wl,--no-add-needed"
428c451
a59d844
%configure --with-libtasn1-prefix=%{_prefix} \
a59d844
           --with-included-libcfg \
d3a26aa
           --disable-static \
78e3636
           --disable-openssl-compatibility \
3647f55
           --disable-srp-authentication \
Nikos Mavrogiannopoulos 3c13ac8
	   --without-tpm \
Nikos Mavrogiannopoulos c7ea0f3
	   --enable-local-libopts \
36b677b
%if %{with guile}
36b677b
           --enable-guile \
58e5b65
%ifarch %{arm}
58e5b65
           --disable-largefile \
58e5b65
%endif
36b677b
%else
36b677b
           --disable-guile \
36b677b
%endif
5909bee
%if %{with dane}
Nikos Mavrogiannopoulos 5d35881
	   --with-unbound-root-key-file=/var/lib/unbound/root.key \
5909bee
           --enable-dane \
5909bee
%else
5909bee
           --disable-dane \
5909bee
%endif
dc3d7aa
           --disable-rpath
4fa9d2f
# Note that the arm hack above is not quite right and the proper thing would
4fa9d2f
# be to compile guile with largefile support.
cvsdist 7277b39
make
cvsdist 7277b39
cvsdist 7277b39
%install
3647f55
make install DESTDIR=$RPM_BUILD_ROOT
1a646a7
rm -f $RPM_BUILD_ROOT%{_bindir}/srptool
1a646a7
rm -f $RPM_BUILD_ROOT%{_bindir}/gnutls-srpcrypt
1a646a7
cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/libgnutls-config
1a646a7
cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/libgnutls-extra-config
1a646a7
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/srptool.1
Nikos Mavrogiannopoulos fbed431
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/tpmtool.1
1a646a7
rm -f $RPM_BUILD_ROOT%{_mandir}/man3/*srp*
1a646a7
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
1a646a7
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
4b31e92
rm -f $RPM_BUILD_ROOT%{_libdir}/libguile*.a
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
cvsdist 487ecb4
make check
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,-)
5909bee
%{_libdir}/libgnutls.so.28*
5909bee
%{_libdir}/libgnutls-xssl.so.0*
5909bee
%doc COPYING COPYING.LESSER README AUTHORS NEWS THANKS
cvsdist 7277b39
78e3636
%files c++
78e3636
%{_libdir}/libgnutlsxx.so.*
78e3636
cvsdist 7277b39
%files devel
1bccd5c
%defattr(-,root,root,-)
1a646a7
%{_bindir}/libgnutls*-config
cvsdist 7277b39
%{_includedir}/*
4b31e92
%{_libdir}/libgnutls*.so
f98988c
%{_libdir}/pkgconfig/*.pc
ece0766
%{_mandir}/man3/*
ece0766
%{_infodir}/gnutls*
3647f55
%{_infodir}/pkcs11-vision*
cvsdist 7277b39
fe90c79
%files utils
1bccd5c
%defattr(-,root,root,-)
fe90c79
%{_bindir}/certtool
5909bee
%{_bindir}/ocsptool
109ee1c
%{_bindir}/psktool
Nikos Mavrogiannopoulos a6f727a
#%{_bindir}/tpmtool
3647f55
%{_bindir}/p11tool
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,-)
4b31e92
%{_libdir}/libguile*.so*
4b31e92
%{_datadir}/guile/site/gnutls
4b31e92
%{_datadir}/guile/site/gnutls.scm
36b677b
%endif
4b31e92
cvsdist 7277b39
%changelog
Nikos Mavrogiannopoulos a779426
* Fri May 30 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.20-5
Nikos Mavrogiannopoulos a779426
- fixes CVE-2014-3466 (#1103046)
Nikos Mavrogiannopoulos a779426
Nikos Mavrogiannopoulos de89acf
* Thu Feb 27 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.20-4
Nikos Mavrogiannopoulos de89acf
- fixes CVE-2014-0092
Nikos Mavrogiannopoulos de89acf
Nikos Mavrogiannopoulos 5b6a2d9
* Fri Feb 14 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.1.20-3
Nikos Mavrogiannopoulos 5b6a2d9
- Fix CVE-2014-1959 (#1065094)
Nikos Mavrogiannopoulos 04f2e8d
Nikos Mavrogiannopoulos c7a8b70
* Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.1.20-1
Nikos Mavrogiannopoulos c7a8b70
- new upstream release
Nikos Mavrogiannopoulos 57d4957
- Fixed issue with gnutls.info not being available
Nikos Mavrogiannopoulos c7a8b70
- Compile with trousers
Nikos Mavrogiannopoulos c7a8b70
- Pulled fix from upstream for illegal supported-ecc extension (#1060411)
Nikos Mavrogiannopoulos 57d4957
Nikos Mavrogiannopoulos aa2c065
* Thu Jan 02 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.1.18-3
Nikos Mavrogiannopoulos eb5540a
- Applied fix in suiteb patch to prevent crash in multiple 
Nikos Mavrogiannopoulos eb5540a
  deinitializations (#1046672)
Nikos Mavrogiannopoulos 808ab76
- new upstream release
Nikos Mavrogiannopoulos 808ab76
Nikos Mavrogiannopoulos af1fb22
* Thu Dec  5 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.1.17-2
Nikos Mavrogiannopoulos af1fb22
- Use the correct root key for unbound (#1012494)
Nikos Mavrogiannopoulos af1fb22
- Pull asm fixes from upstream (#973210)
Nikos Mavrogiannopoulos fbed431
- tpmtool manpage is no longer installed (#1036363)
Nikos Mavrogiannopoulos 5d35881
Nikos Mavrogiannopoulos a6f727a
* Tue Nov 26 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.1.17-2
Nikos Mavrogiannopoulos a6f727a
- Avoid linking with trousers to prevent introducing new features in f20
Nikos Mavrogiannopoulos a6f727a
Nikos Mavrogiannopoulos 965b0c9
* Tue Nov 26 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.1.17-1
Nikos Mavrogiannopoulos 965b0c9
- new upstream release
Nikos Mavrogiannopoulos 965b0c9
- links against the system libopts
Nikos Mavrogiannopoulos 965b0c9
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
6453cd4
- new upstream version
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