2007-04-10 16:14:48 +00:00
|
|
|
Summary: A TLS protocol implementation
|
2004-09-09 05:45:39 +00:00
|
|
|
Name: gnutls
|
2012-06-18 13:39:16 +00:00
|
|
|
Version: 2.12.20
|
2012-11-01 10:28:44 +00:00
|
|
|
Release: 4%{?dist}
|
2008-07-01 07:21:07 +00:00
|
|
|
# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
|
|
|
|
License: GPLv3+ and LGPLv2+
|
2004-09-09 05:45:39 +00:00
|
|
|
Group: System Environment/Libraries
|
2012-03-08 17:10:00 +00:00
|
|
|
BuildRequires: libgcrypt-devel >= 1.2.2, p11-kit-devel >= 0.11, gettext
|
2008-02-04 21:29:40 +00:00
|
|
|
BuildRequires: zlib-devel, readline-devel, libtasn1-devel
|
2008-09-25 09:13:22 +00:00
|
|
|
BuildRequires: lzo-devel, libtool, automake, autoconf
|
|
|
|
BuildRequires: guile-devel
|
2004-09-09 05:45:39 +00:00
|
|
|
URL: http://www.gnutls.org/
|
2009-08-14 08:43:38 +00:00
|
|
|
#Source0: ftp://ftp.gnutls.org/pub/gnutls/%{name}-%{version}.tar.gz
|
|
|
|
#Source1: ftp://ftp.gnutls.org/pub/gnutls/%{name}-%{version}.tar.gz.sig
|
2004-09-09 05:45:53 +00:00
|
|
|
# XXX patent tainted SRP code removed.
|
2012-03-08 17:10:00 +00:00
|
|
|
Source0: %{name}-%{version}-nosrp.tar.xz
|
2005-12-09 14:41:58 +00:00
|
|
|
Source1: libgnutls-config
|
2011-09-29 08:00:35 +00:00
|
|
|
Patch1: gnutls-2.12.11-rpath.patch
|
2010-05-12 19:25:56 +00:00
|
|
|
Patch2: gnutls-2.8.6-link-libgcrypt.patch
|
2010-08-04 10:50:27 +00:00
|
|
|
# Remove nonexisting references from texinfo file
|
2011-04-19 10:19:54 +00:00
|
|
|
Patch3: gnutls-2.12.2-nosrp.patch
|
2011-06-21 21:56:51 +00:00
|
|
|
# Skip tests that are expected to fail on libgcrypt build
|
|
|
|
Patch4: gnutls-2.12.7-dsa-skiptests.patch
|
2012-06-18 15:26:46 +00:00
|
|
|
# Make it build with recent glibc that removed gets
|
|
|
|
Patch5: gnutls-2.12.20-build.patch
|
2012-08-08 12:41:53 +00:00
|
|
|
# Fix the gnutls-cli-debug manpage
|
|
|
|
Patch6: gnutls-2.12.20-cli-debug-manpage.patch
|
2012-11-01 10:28:44 +00:00
|
|
|
# Use only FIPS approved ciphers in the FIPS mode
|
|
|
|
Patch7: gnutls-2.12.20-fips-algorithms.patch
|
2007-06-06 20:23:58 +00:00
|
|
|
|
2007-04-10 16:14:48 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-11-23 11:18:46 +00:00
|
|
|
Requires: libgcrypt >= 1.2.2
|
2012-05-18 07:06:24 +00:00
|
|
|
# Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174
|
|
|
|
Provides: bundled(gnulib) = 20120301
|
2004-09-09 05:45:39 +00:00
|
|
|
|
2011-07-25 15:35:07 +00:00
|
|
|
%package c++
|
|
|
|
Summary: The C++ interface to GnuTLS
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2004-09-09 05:45:39 +00:00
|
|
|
%package devel
|
2007-04-10 16:14:48 +00:00
|
|
|
Summary: Development files for the %{name} package
|
2004-09-09 05:45:39 +00:00
|
|
|
Group: Development/Libraries
|
2011-07-25 15:35:07 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-c++%{?_isa} = %{version}-%{release}
|
2004-11-08 19:23:50 +00:00
|
|
|
Requires: libgcrypt-devel
|
2006-09-14 12:39:29 +00:00
|
|
|
Requires: pkgconfig
|
2007-04-10 16:14:48 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
2005-01-04 13:56:10 +00:00
|
|
|
|
2005-07-04 22:10:55 +00:00
|
|
|
%package utils
|
2010-01-28 21:22:45 +00:00
|
|
|
License: GPLv3+
|
2007-04-10 16:14:48 +00:00
|
|
|
Summary: Command line tools for TLS protocol
|
2005-07-04 22:10:55 +00:00
|
|
|
Group: Applications/System
|
2011-07-25 15:35:07 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2004-09-09 05:45:39 +00:00
|
|
|
|
2008-09-25 09:13:22 +00:00
|
|
|
%package guile
|
|
|
|
Summary: Guile bindings for the GNUTLS library
|
|
|
|
Group: Development/Libraries
|
2011-07-25 15:35:07 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2008-09-25 09:13:22 +00:00
|
|
|
Requires: guile
|
|
|
|
|
2004-09-09 05:45:39 +00:00
|
|
|
%description
|
2005-06-06 19:36:11 +00:00
|
|
|
GnuTLS is a project that aims to develop a library which provides a secure
|
|
|
|
layer, over a reliable transport layer. Currently the GnuTLS library implements
|
|
|
|
the proposed standards by the IETF's TLS working group.
|
2004-09-09 05:45:39 +00:00
|
|
|
|
2011-07-25 15:35:07 +00:00
|
|
|
%description c++
|
|
|
|
GnuTLS is a project that aims to develop a library which provides a secure
|
|
|
|
layer, over a reliable transport layer. Currently the GnuTLS library implements
|
|
|
|
the proposed standards by the IETF's TLS working group.
|
|
|
|
This package contains the C++ interface for the GnuTLS library.
|
|
|
|
|
2004-09-09 05:45:39 +00:00
|
|
|
%description devel
|
2005-06-06 19:36:11 +00:00
|
|
|
GnuTLS is a project that aims to develop a library which provides a secure
|
|
|
|
layer, over a reliable transport layer. Currently the GnuTLS library implements
|
|
|
|
the proposed standards by the IETF's TLS working group.
|
|
|
|
This package contains files needed for developing applications with
|
|
|
|
the GnuTLS library.
|
2004-09-09 05:45:39 +00:00
|
|
|
|
2005-07-04 22:10:55 +00:00
|
|
|
%description utils
|
|
|
|
GnuTLS is a project that aims to develop a library which provides a secure
|
|
|
|
layer, over a reliable transport layer. Currently the GnuTLS library implements
|
|
|
|
the proposed standards by the IETF's TLS working group.
|
|
|
|
This package contains command line TLS client and server and certificate
|
|
|
|
manipulation tools.
|
|
|
|
|
2008-09-25 09:13:22 +00:00
|
|
|
%description guile
|
|
|
|
GnuTLS is a project that aims to develop a library which provides a secure
|
|
|
|
layer, over a reliable transport layer. Currently the GnuTLS library implements
|
|
|
|
the proposed standards by the IETF's TLS working group.
|
|
|
|
This package contains Guile bindings for the library.
|
|
|
|
|
2004-09-09 05:45:39 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2012-06-18 15:26:46 +00:00
|
|
|
|
2010-01-28 21:22:45 +00:00
|
|
|
%patch1 -p1 -b .rpath
|
2010-05-12 19:25:56 +00:00
|
|
|
%patch2 -p1 -b .link
|
2010-08-04 10:50:27 +00:00
|
|
|
%patch3 -p1 -b .nosrp
|
2011-06-21 21:56:51 +00:00
|
|
|
%patch4 -p1 -b .skiptests
|
2012-06-18 15:26:46 +00:00
|
|
|
%patch5 -p1 -b .build
|
2012-08-08 12:41:53 +00:00
|
|
|
%patch6 -p1 -b .cli-debug
|
2012-11-01 10:28:44 +00:00
|
|
|
%patch7 -p1 -b .fips
|
2005-08-07 19:12:26 +00:00
|
|
|
|
2004-09-09 05:45:53 +00:00
|
|
|
for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do
|
2005-08-07 19:12:26 +00:00
|
|
|
touch lib/$i
|
2004-09-09 05:45:53 +00:00
|
|
|
done
|
2004-09-09 05:45:39 +00:00
|
|
|
|
|
|
|
%build
|
2010-02-16 01:26:02 +00:00
|
|
|
|
|
|
|
export LDFLAGS="-Wl,--no-add-needed"
|
|
|
|
|
2008-07-01 07:21:07 +00:00
|
|
|
%configure --with-libtasn1-prefix=%{_prefix} \
|
|
|
|
--with-included-libcfg \
|
2010-01-18 08:55:59 +00:00
|
|
|
--disable-static \
|
2011-07-25 15:35:07 +00:00
|
|
|
--disable-openssl-compatibility \
|
2011-04-19 10:19:54 +00:00
|
|
|
--disable-srp-authentication \
|
|
|
|
--disable-rpath \
|
2012-02-03 22:49:13 +00:00
|
|
|
%ifarch %{arm}
|
|
|
|
--disable-largefile \
|
|
|
|
%endif
|
2011-04-19 10:19:54 +00:00
|
|
|
--with-libgcrypt
|
2012-03-08 17:10:00 +00:00
|
|
|
# Note that the arm hack above is not quite right and the proper thing would
|
|
|
|
# be to compile guile with largefile support.
|
2004-09-09 05:45:39 +00:00
|
|
|
make
|
2009-06-03 18:56:13 +00:00
|
|
|
cp lib/COPYING COPYING.LIB
|
2004-09-09 05:45:39 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -fr $RPM_BUILD_ROOT
|
2011-04-19 10:19:54 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2005-12-09 14:41:58 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/srptool
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/gnutls-srpcrypt
|
|
|
|
cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/libgnutls-config
|
|
|
|
cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/libgnutls-extra-config
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/srptool.1
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man3/*srp*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
2008-09-25 09:13:22 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libguile*.a
|
2009-06-03 18:56:13 +00:00
|
|
|
%find_lang libgnutls
|
2004-09-09 05:45:39 +00:00
|
|
|
|
2004-09-09 05:45:53 +00:00
|
|
|
%check
|
|
|
|
make check
|
2004-09-09 05:45:39 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2011-07-25 15:35:07 +00:00
|
|
|
%post c++ -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun c++ -p /sbin/ldconfig
|
|
|
|
|
2005-08-08 08:39:25 +00:00
|
|
|
%post devel
|
|
|
|
if [ -f %{_infodir}/gnutls.info.gz ]; then
|
2007-04-10 16:14:48 +00:00
|
|
|
/sbin/install-info %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
|
2005-08-08 08:39:25 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%preun devel
|
|
|
|
if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
|
2007-04-10 16:14:48 +00:00
|
|
|
/sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
|
2005-08-08 08:39:25 +00:00
|
|
|
fi
|
|
|
|
|
2008-09-25 09:13:22 +00:00
|
|
|
%post guile -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun guile -p /sbin/ldconfig
|
|
|
|
|
2009-06-03 18:56:13 +00:00
|
|
|
%files -f libgnutls.lang
|
2007-04-10 16:14:48 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-07-25 15:35:07 +00:00
|
|
|
%{_libdir}/libgnutls.so.*
|
|
|
|
%{_libdir}/libgnutls-extra.so.*
|
2007-04-10 16:14:48 +00:00
|
|
|
%doc COPYING COPYING.LIB README AUTHORS
|
2004-09-09 05:45:39 +00:00
|
|
|
|
2011-07-25 15:35:07 +00:00
|
|
|
%files c++
|
|
|
|
%{_libdir}/libgnutlsxx.so.*
|
|
|
|
|
2004-09-09 05:45:39 +00:00
|
|
|
%files devel
|
2007-04-10 16:14:48 +00:00
|
|
|
%defattr(-,root,root,-)
|
2005-12-09 14:41:58 +00:00
|
|
|
%{_bindir}/libgnutls*-config
|
2004-09-09 05:45:39 +00:00
|
|
|
%{_includedir}/*
|
2008-09-25 09:13:22 +00:00
|
|
|
%{_libdir}/libgnutls*.so
|
2005-04-22 13:12:08 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2005-08-07 19:12:26 +00:00
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_infodir}/gnutls*
|
2011-04-19 10:19:54 +00:00
|
|
|
%{_infodir}/pkcs11-vision*
|
2004-09-09 05:45:39 +00:00
|
|
|
|
2005-07-04 22:10:55 +00:00
|
|
|
%files utils
|
2007-04-10 16:14:48 +00:00
|
|
|
%defattr(-,root,root,-)
|
2005-07-04 22:10:55 +00:00
|
|
|
%{_bindir}/certtool
|
2006-06-14 12:43:43 +00:00
|
|
|
%{_bindir}/psktool
|
2011-04-19 10:19:54 +00:00
|
|
|
%{_bindir}/p11tool
|
2005-07-04 22:10:55 +00:00
|
|
|
%{_bindir}/gnutls*
|
|
|
|
%{_mandir}/man1/*
|
2008-12-15 14:23:08 +00:00
|
|
|
%doc doc/certtool.cfg
|
2005-07-04 22:10:55 +00:00
|
|
|
|
2008-09-25 09:13:22 +00:00
|
|
|
%files guile
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libguile*.so*
|
|
|
|
%{_datadir}/guile/site/gnutls
|
|
|
|
%{_datadir}/guile/site/gnutls.scm
|
|
|
|
|
2004-09-09 05:45:39 +00:00
|
|
|
%changelog
|
2012-11-01 10:28:44 +00:00
|
|
|
* Thu Nov 1 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-4
|
|
|
|
- negotiate only FIPS approved algorithms in the FIPS mode (#871826)
|
|
|
|
|
2012-08-08 12:41:53 +00:00
|
|
|
* Wed Aug 8 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-3
|
|
|
|
- fix the gnutls-cli-debug manpage - patch by Peter Schiffer
|
|
|
|
|
2012-07-19 08:47:29 +00:00
|
|
|
* 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
|
|
|
|
|
2012-06-18 13:39:16 +00:00
|
|
|
* Mon Jun 18 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-1
|
|
|
|
- new upstream version
|
|
|
|
|
2012-05-18 07:06:24 +00:00
|
|
|
* Fri May 18 2012 Tomas Mraz <tmraz@redhat.com> 2.12.19-1
|
|
|
|
- new upstream version
|
|
|
|
|
2012-03-29 15:44:48 +00:00
|
|
|
* Thu Mar 29 2012 Tomas Mraz <tmraz@redhat.com> 2.12.18-1
|
|
|
|
- new upstream version
|
|
|
|
|
2012-03-08 17:10:00 +00:00
|
|
|
* Thu Mar 8 2012 Tomas Mraz <tmraz@redhat.com> 2.12.17-1
|
|
|
|
- new upstream version
|
|
|
|
- fix leaks in key generation (#796302)
|
|
|
|
|
2012-02-03 22:49:13 +00:00
|
|
|
* Fri Feb 03 2012 Kevin Fenzi <kevin@scrye.com> - 2.12.14-3
|
|
|
|
- Disable largefile on arm arch. (#787287)
|
|
|
|
|
2012-01-13 04:07:41 +00:00
|
|
|
* 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
|
|
|
|
|
2011-11-08 11:18:16 +00:00
|
|
|
* Mon Nov 8 2011 Tomas Mraz <tmraz@redhat.com> 2.12.14-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-10-24 15:40:44 +00:00
|
|
|
* Mon Oct 24 2011 Tomas Mraz <tmraz@redhat.com> 2.12.12-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-09-29 08:00:35 +00:00
|
|
|
* Thu Sep 29 2011 Tomas Mraz <tmraz@redhat.com> 2.12.11-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-08-26 15:34:41 +00:00
|
|
|
* Fri Aug 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.9-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-08-18 09:57:02 +00:00
|
|
|
* Tue Aug 16 2011 Tomas Mraz <tmraz@redhat.com> 2.12.8-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-07-25 15:35:07 +00:00
|
|
|
* 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)
|
|
|
|
|
2011-06-21 21:56:51 +00:00
|
|
|
* Tue Jun 21 2011 Tomas Mraz <tmraz@redhat.com> 2.12.7-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-05-09 18:25:47 +00:00
|
|
|
* Wed May 9 2011 Tomas Mraz <tmraz@redhat.com> 2.12.4-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-04-26 17:24:15 +00:00
|
|
|
* Tue Apr 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.3-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-04-19 10:19:54 +00:00
|
|
|
* Mon Apr 18 2011 Tomas Mraz <tmraz@redhat.com> 2.12.2-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-03-03 17:29:20 +00:00
|
|
|
* Thu Mar 3 2011 Tomas Mraz <tmraz@redhat.com> 2.10.5-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-02-09 05:23:23 +00:00
|
|
|
* 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
|
|
|
|
|
2010-12-08 20:34:28 +00:00
|
|
|
* Wed Dec 8 2010 Tomas Mraz <tmraz@redhat.com> 2.10.4-1
|
|
|
|
- new upstream version
|
|
|
|
|
2010-12-02 14:36:29 +00:00
|
|
|
* Tue Dec 2 2010 Tomas Mraz <tmraz@redhat.com> 2.10.3-2
|
|
|
|
- fix buffer overflow in gnutls-serv (#659259)
|
|
|
|
|
2010-11-19 15:23:46 +00:00
|
|
|
* Fri Nov 19 2010 Tomas Mraz <tmraz@redhat.com> 2.10.3-1
|
|
|
|
- new upstream version
|
|
|
|
|
2010-09-30 14:15:46 +00:00
|
|
|
* Thu Sep 30 2010 Tomas Mraz <tmraz@redhat.com> 2.10.2-1
|
|
|
|
- new upstream version
|
|
|
|
|
2010-09-29 21:21:54 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 2.10.1-4
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-23 16:35:42 +00:00
|
|
|
* Thu Sep 23 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-3
|
|
|
|
- more patching for internal errors regression (#629858)
|
|
|
|
patch by Vivek Dasmohapatra
|
|
|
|
|
2010-09-21 11:41:13 +00:00
|
|
|
* Tue Sep 21 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-2
|
|
|
|
- backported patch from upstream git hopefully fixing internal errors
|
|
|
|
(#629858)
|
|
|
|
|
2010-08-04 10:50:27 +00:00
|
|
|
* Wed Aug 4 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-1
|
|
|
|
- new upstream version
|
|
|
|
|
2010-06-02 08:52:17 +00:00
|
|
|
* Wed Jun 2 2010 Tomas Mraz <tmraz@redhat.com> 2.8.6-2
|
|
|
|
- add support for safe renegotiation CVE-2009-3555 (#533125)
|
|
|
|
|
2010-05-12 18:00:20 +00:00
|
|
|
* Wed May 12 2010 Tomas Mraz <tmraz@redhat.com> 2.8.6-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2010-02-16 01:26:02 +00:00
|
|
|
* Mon Feb 15 2010 Rex Dieter <rdieter@fedoraproject.org> 2.8.5-4
|
|
|
|
- FTBFS gnutls-2.8.5-3.fc13: ImplicitDSOLinking (#564624)
|
|
|
|
|
2010-01-28 21:22:45 +00:00
|
|
|
* 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
|
|
|
|
|
2010-01-18 08:55:59 +00:00
|
|
|
* Mon Jan 18 2010 Tomas Mraz <tmraz@redhat.com> 2.8.5-2
|
|
|
|
- do not create static libraries (#556052)
|
|
|
|
|
2009-11-02 21:05:33 +00:00
|
|
|
* Mon Nov 2 2009 Tomas Mraz <tmraz@redhat.com> 2.8.5-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2009-09-23 18:53:50 +00:00
|
|
|
* Wed Sep 23 2009 Tomas Mraz <tmraz@redhat.com> 2.8.4-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2009-08-14 08:43:38 +00:00
|
|
|
* Fri Aug 14 2009 Tomas Mraz <tmraz@redhat.com> 2.8.3-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2009-07-25 01:00:24 +00:00
|
|
|
* 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
|
|
|
|
|
2009-06-10 19:02:21 +00:00
|
|
|
* Wed Jun 10 2009 Tomas Mraz <tmraz@redhat.com> 2.8.1-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2009-06-03 18:56:13 +00:00
|
|
|
* Wed Jun 3 2009 Tomas Mraz <tmraz@redhat.com> 2.8.0-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2009-05-04 14:01:48 +00:00
|
|
|
* Mon May 4 2009 Tomas Mraz <tmraz@redhat.com> 2.6.6-1
|
|
|
|
- upgrade to a new upstream version - security fixes
|
|
|
|
|
2009-04-14 07:53:54 +00:00
|
|
|
* Tue Apr 14 2009 Tomas Mraz <tmraz@redhat.com> 2.6.5-1
|
|
|
|
- upgrade to a new upstream version, minor bugfixes only
|
|
|
|
|
2009-03-06 14:44:26 +00:00
|
|
|
* Fri Mar 6 2009 Tomas Mraz <tmraz@redhat.com> 2.6.4-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2009-02-25 00:11:54 +00:00
|
|
|
* 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
|
|
|
|
|
2008-12-15 14:23:08 +00:00
|
|
|
* Mon Dec 15 2008 Tomas Mraz <tmraz@redhat.com> 2.6.3-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2008-12-04 16:50:10 +00:00
|
|
|
* Thu Dec 4 2008 Tomas Mraz <tmraz@redhat.com> 2.6.2-1
|
|
|
|
- upgrade to a new upstream version
|
|
|
|
|
2008-11-11 12:12:17 +00:00
|
|
|
* Tue Nov 11 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-3
|
|
|
|
- fix chain verification issue CVE-2008-4989 (#470079)
|
|
|
|
|
2008-09-25 09:13:22 +00:00
|
|
|
* 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
|
|
|
|
|
2008-09-23 18:56:47 +00:00
|
|
|
* Tue Sep 23 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-1
|
|
|
|
- new upstream version
|
|
|
|
|
2008-07-01 07:21:07 +00:00
|
|
|
* 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
|
|
|
|
|
2008-06-24 09:37:09 +00:00
|
|
|
* Tue Jun 24 2008 Tomas Mraz <tmraz@redhat.com> 2.4.0-1
|
|
|
|
- upgrade to latest upstream
|
|
|
|
|
2008-05-20 13:45:03 +00:00
|
|
|
* 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)
|
|
|
|
|
2008-02-04 21:29:40 +00:00
|
|
|
* Mon Feb 4 2008 Joe Orton <jorton@redhat.com> 2.0.4-2
|
|
|
|
- use system libtasn1
|
|
|
|
|
2007-12-04 16:48:55 +00:00
|
|
|
* Tue Dec 4 2007 Tomas Mraz <tmraz@redhat.com> 2.0.4-1
|
|
|
|
- upgrade to latest upstream
|
|
|
|
|
2007-08-21 19:44:08 +00:00
|
|
|
* Tue Aug 21 2007 Tomas Mraz <tmraz@redhat.com> 1.6.3-2
|
|
|
|
- license tag fix
|
|
|
|
|
2007-06-06 13:26:50 +00:00
|
|
|
* Wed Jun 6 2007 Tomas Mraz <tmraz@redhat.com> 1.6.3-1
|
|
|
|
- upgrade to latest upstream (#232445)
|
|
|
|
|
2007-04-10 16:14:48 +00:00
|
|
|
* 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
|
|
|
|
|
2007-02-07 18:56:37 +00:00
|
|
|
* Wed Feb 7 2007 Tomas Mraz <tmraz@redhat.com> 1.4.5-1
|
|
|
|
- new upstream version
|
|
|
|
- drop libtermcap-devel from buildrequires
|
|
|
|
|
2006-09-14 12:39:29 +00:00
|
|
|
* Thu Sep 14 2006 Tomas Mraz <tmraz@redhat.com> 1.4.1-2
|
|
|
|
- detect forged signatures - CVE-2006-4790 (#206411), patch
|
|
|
|
from upstream
|
|
|
|
|
2006-07-18 16:26:10 +00:00
|
|
|
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.1-1
|
|
|
|
- upgrade to new upstream version, only minor changes
|
|
|
|
|
2006-07-12 06:12:22 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4.0-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-14 12:43:43 +00:00
|
|
|
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.0-1
|
|
|
|
- upgrade to new upstream version (#192070), rebuild
|
|
|
|
of dependent packages required
|
|
|
|
|
2006-05-16 15:43:52 +00:00
|
|
|
* Tue May 16 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.10-2
|
|
|
|
- added missing buildrequires
|
|
|
|
|
2006-02-13 08:10:43 +00:00
|
|
|
* Mon Feb 13 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.10-1
|
|
|
|
- updated to new version (fixes CVE-2006-0645)
|
|
|
|
|
2006-02-11 03:19:29 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-3.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:58:23 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-3.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-03 19:46:58 +00:00
|
|
|
* Tue Jan 3 2006 Jesse Keating <jkeating@redhat.com> 1.2.9-3
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-09 14:41:58 +00:00
|
|
|
* 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
|
|
|
|
|
2005-11-23 11:18:46 +00:00
|
|
|
* Wed Nov 23 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-1
|
|
|
|
- upgrade to newest upstream
|
|
|
|
- removed .la files (#172635)
|
|
|
|
|
2005-08-07 19:12:26 +00:00
|
|
|
* Sun Aug 7 2005 Tomas Mraz <tmraz@redhat.com> 1.2.6-1
|
|
|
|
- upgrade to newest upstream (rebuild of dependencies necessary)
|
|
|
|
|
2005-07-04 22:10:55 +00:00
|
|
|
* Mon Jul 4 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-2
|
|
|
|
- split the command line tools to utils subpackage
|
|
|
|
|
2005-04-30 20:46:20 +00:00
|
|
|
* Sat Apr 30 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-1
|
|
|
|
- new upstream version fixes potential DOS attack
|
|
|
|
|
2005-04-23 22:45:15 +00:00
|
|
|
* Sat Apr 23 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-2
|
|
|
|
- readd the version script dropped by upstream
|
|
|
|
|
2005-04-22 13:12:08 +00:00
|
|
|
* Fri Apr 22 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-1
|
|
|
|
- update to the latest upstream version on the 1.0 branch
|
|
|
|
|
2005-03-03 07:43:39 +00:00
|
|
|
* Wed Mar 2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
|
|
|
|
- gcc4 rebuild
|
|
|
|
|
2005-01-04 13:56:10 +00:00
|
|
|
* Tue Jan 4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
|
|
|
|
- add gnutls Requires zlib-devel (#144069)
|
|
|
|
|
2004-11-08 19:23:50 +00:00
|
|
|
* Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
|
|
|
|
- Make gnutls-devel Require libgcrypt-devel
|
|
|
|
|
2004-09-21 16:26:45 +00:00
|
|
|
* Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
|
|
|
|
- rebuild with release++, otherwise unchanged.
|
|
|
|
|
2004-09-09 05:45:53 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 05:45:39 +00:00
|
|
|
* 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
|
|
|
|
|
|
|
|
* Wed Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
|
|
|
|
- add a URL
|
|
|
|
|
|
|
|
* Wed Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- initial package
|