123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589 |
- %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
- %global guile_shortver %(guile-config --version 2>&1 | sed -e 's/^guile-config.*version //' -e ' s/\.[0-9]*$//')
- Summary: GNU TLS Library
- Summary(ja): GNU TLS ライブラリ
- Name: gnutls
- Version: 3.6.9
- Release: 1%{?_dist_release}
- License: GPLv3+ and LGPLv2+
- # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
- Group: System Environment/Libraries
- URL: http://www.gnutls.org/
- %global shortver %(echo "%{version}" | sed -e 's/\.[0-9]*$//')
- Source0: https://www.gnupg.org/ftp/gcrypt/gnutls/v%{shortver}/%{name}-%{version}.tar.xz
- Source1: libgnutls-config
- #patches from fedora development
- Patch1: gnutls-3.2.7-rpath.patch
- Patch2: gnutls-3.6.7-no-now-guile.patch
- # Vine Patches
- # Nothing...
- # Security fixes
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: libtasn1-devel >= 4.13
- Requires: libtasn1 >= 4.13
- BuildRequires: libunistring-devel
- BuildRequires: datefudge >= 1.22
- BuildRequires: gmp-devel
- BuildRequires: gettext readline-devel libtool
- BuildRequires: guile-devel >= 1.8.6
- BuildRequires: p11-kit-devel >= 0.21.3
- BuildRequires: nettle-devel >= 3.4
- Requires: nettle >= 3.4
- BuildRequires: texinfo, autogen
- BuildRequires: unbound-devel unbound-libs
- BuildRequires: zlib-devel
- Requires: zlib
- # for tests
- BuildRequires: net-tools
- Requires(post): ldconfig
- Requires(postun): ldconfig
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- 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.
- #'
- %package devel
- Summary: Development files for the GnuTLS package.
- Summary(ja): GnuTLS の開発用ファイル
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: libgcrypt-devel, zlib-devel, pkgconfig
- Requires: libtasn1-devel, nettle-devel
- Requires(post,preun): /sbin/install-info
- %description devel
- 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.
- #'
- %package utils
- Summary: Command line tools for TLS protocol.
- Summary(ja): GnuTLS のコマンドラインツール
- Group: Applications/System
- Requires: %{name} = %{version}-%{release}
- %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.
- #'
- %package guile
- Summary: Guile bindings for the GNUTLS library
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: guile
- %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.
- #'
- %package c++
- Summary: The C++ interface to GnuTLS
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %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.
- #'
- %package -n compat32-%{name}
- Summary: GNU TLS Library
- Summary(ja): GNU TLS ライブラリ
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %description -n compat32-%{name}
- 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.
- #'
- %package -n compat32-%{name}-devel
- Summary: Development files for the GnuTLS package.
- Summary(ja): GnuTLS の開発用ファイル
- Group: Development/Libraries
- Requires: compat32-%{name} = %{version}-%{release}
- Requires: %{name}-devel = %{version}-%{release}
- Requires: compat32-libgcrypt-devel, compat32-zlib-devel
- Requires(post,preun): /sbin/install-info
- %description -n compat32-%{name}-devel
- 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.
- #'
- %package -n compat32-%{name}-guile
- Summary: Guile bindings for the GNUTLS library
- Group: Development/Libraries
- Requires: compat32-%{name} = %{version}-%{release}
- Requires: %{name}-guile = %{version}-%{release}
- %description -n compat32-%{name}-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.
- #'
- %prep
- %autosetup -p1
- sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
- rm -f lib/minitasn1/*.c lib/minitasn1/*.h
- rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/*.h
- echo "SYSTEM=NORMAL" >> tests/system.prio
- %build
- export LDFLAGS="-Wl,--no-add-needed"
- # autoreconf -fi
- %configure \
- --enable-sha1-support \
- --disable-static \
- --disable-openssl-compatibility \
- --disable-non-suiteb-curves \
- --enable-guile \
- --with-unbound-root-key-file=/var/lib/unbound/root.key \
- --enable-dane \
- --disable-rpath \
- %{nil}
- # --with-libgcrypt
- # --with-lzo \
- # --with-included-libcfg \
- # --with-libtasn1-prefix=%{_prefix} \
- # --with-included-libtasn1 \
- # --with-included-opencdk \
- # --with-included-lzo \
- make %{?_smp_mflags}
- # cp lib/COPYING COPYING.LIB
- %install
- %__rm -rf %{buildroot}
- # makeinstall macro causes build error, why?
- make install DESTDIR=%{buildroot}
- rm -f %{buildroot}%{_infodir}/dir
- rm -f %{buildroot}%{_libdir}/*.la
- rm -f %{buildroot}%{_libdir}/libguile*.a
- rm -f %{buildroot}%{_libdir}/guile/%{guile_shortver}/*.la
- rm -f %{buildroot}%{_libdir}/guile/%{guile_shortver}/extensions/*.la
- rm -f %{buildroot}%{_libdir}/gnutls/libpkcs11mock1.*
- rm -rf %{buildroot}%{_docdir}/gnutls
- %find_lang gnutls
- %check
- make check %{?_smp_mflags}
- %clean
- rm -rf %{buildroot}
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %post devel
- if [ -f %{_infodir}/gnutls.info.gz ]; then
- /sbin/install-info %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
- fi
- %preun devel
- if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
- /sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
- fi
- %post guile -p /sbin/ldconfig
- %postun guile -p /sbin/ldconfig
- %post -n compat32-%{name} -p /sbin/ldconfig
- %postun -n compat32-%{name} -p /sbin/ldconfig
- %post -n compat32-%{name}-guile -p /sbin/ldconfig
- %postun -n compat32-%{name}-guile -p /sbin/ldconfig
- %files -f gnutls.lang
- %defattr(-,root,root,-)
- %{_libdir}/libgnutls.so.30*
- %{_libdir}/libgnutls-dane.so.*
- # %{_libdir}/libgnutls-xssl.so.0*
- %doc README* AUTHORS NEWS THANKS
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/*
- %{_libdir}/libgnutls*.so
- %{_libdir}/pkgconfig/*.pc
- %{_mandir}/man3/*
- %{_infodir}/gnutls*
- %{_infodir}/pkcs11-vision.png.gz
- %files utils
- %defattr(-,root,root,-)
- %{_bindir}/certtool
- %{_bindir}/danetool
- %{_bindir}/psktool
- %{_bindir}/p11tool
- %{_bindir}/ocsptool
- %{_bindir}/srptool
- %{_bindir}/gnutls*
- %{_mandir}/man1/*
- %doc doc/certtool.cfg
- %files guile
- %defattr(-,root,root,-)
- %{_libdir}/guile/%{guile_shortver}/extensions/guile*.so*
- %{_libdir}/guile/%{guile_shortver}/site-ccache/gnutls.go
- %{_libdir}/guile/%{guile_shortver}/site-ccache/gnutls/extra.go
- %{_datadir}/guile/site/%{guile_shortver}/gnutls
- %{_datadir}/guile/site/%{guile_shortver}/gnutls.scm
- %files c++
- %{_libdir}/libgnutlsxx.so.*
- %if %{build_compat32}
- %files -n compat32-%{name}
- %defattr(-,root,root,-)
- %{_libdir}/libgnutls.so.30*
- %{_libdir}/libgnutls-dane.so.*
- # %{_libdir}/libgnutls-xssl.so.0*
- %files -n compat32-%{name}-devel
- %defattr(-,root,root,-)
- #%{_libdir}/libgnutls*.a
- %{_libdir}/libgnutls*.so
- %{_libdir}/pkgconfig/*.pc
- %files -n compat32-%{name}-guile
- %defattr(-,root,root,-)
- %{_libdir}/guile/%{guile_shortver}/extensions/guile*.so*
- %{_libdir}/guile/%{guile_shortver}/site-ccache/gnutls.go
- %{_libdir}/guile/%{guile_shortver}/site-ccache/gnutls/extra.go
- %endif
- %changelog
- * Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.9-1
- - new upstream release.
- * Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.7-1
- - new upstream release.
- - updated Patch2.
- - dropped Patch3.
- * Thu Nov 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.4-1
- - new upstream release.
- - dropped Patch2-3,1001 and 2001.
- - imported Patch2-3 from rawhide.
- - enabled DANE support.
- * Sat Jan 28 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-3
- - fix CVE-2017-5337, CVE-2017-5334, CVE-2017-5336, CVE-2017-5335
- - add Patch3001 from Fedora 24 gnutls-3.4.17-2.fc24
- * Thu Jan 12 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-2
- - fix CVE-2016-7444; OCSP validation issue
- - add Patch2001
- - add BR: net-tools; for test
- * Thu Jul 7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.14-1
- - new upstream release 3.4.14.
- - dropped Patch100.
- - added BR: datefudge.
- * Mon Jul 4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
- - new upstream release 3.4.13.
- - added Patch100: workaround of failing cert-test (The certificate was expired).
- * Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.9-1
- - new upstream release 3.4.9
- * Fri Jan 1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-2
- - rebuilt to marge changelog
- * Tue Dec 29 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-1
- - new upstream release 3.4.7
- * Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.17-3
- - rebuild with nettls-3.1.1
- * Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-2
- - BR: libtasn1-devel >= 3.9
- * Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-1
- - built for release
- * Tue Aug 18 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.2
- - rm libgnutls-xssl.so.0* in files list
- * Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.1
- - for test
- * Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-3
- - add patch1000 for fix SA-2015-3
- * Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.20-2
- - rebuilt with guile 2.0.11
- * Tue Nov 18 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-1
- - new upstream release with security fix
- * Thu Jun 5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.15-1
- - new upstream release with security fix
- * Tue Mar 11 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.12.1-1
- - new upstream release with security fix
- * Wed Feb 19 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.11-1
- - new upstream release with security fix
- * Sun Feb 9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-3
- - fix R: in compat32
- * Wed Feb 5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-2
- - fix BR:, R: (drop unneeded dependency)
- * Mon Feb 3 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-1
- - new upstream release 3.2.10
- - update patches / drop old patches
- - add BR: nettle
- * Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-2
- - added Patch100 from upstream to fix CVE-2013-2116
- * Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
- - new upstream release
- - fixed a day of the week in %%changelog
- * Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.22-1
- - new upstream release
- * Sun Nov 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.21-1
- - new upstream release
- * Sun Jun 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.20-1
- - new upstream release
- * Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.19-1
- - new upstream release
- * Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.18-1
- - new upstream release
- - changed BuildRequires: p11-kit-devel >= 0.11
- * Fri Mar 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.17-1
- - new upstream release
- * Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.16-1
- - new upstream release
- * Mon Dec 05 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-3
- - added BuildRequires: p11-kit-devel
- * Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-2
- - deleted BuildRequires: nettle-devel
- - mistake.. fixed.
- * Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-1
- - new upstream release
- - synced Fedora development package
- - add new sub-package: c++
- * Sun Apr 10 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-2
- - add Requires: libtasn1-devel for devel subpackage
- * Sun Apr 3 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-1
- - new upstream release
- * Sun Dec 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.4-1
- - new upstream release
- * Tue Nov 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.3-1
- - new upstream release
- - dropt patch1
- * Sat Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.2-1
- - new upstream release
- - added patch1,2,3,4 from Fedora development
- - added BuildRequires: gettext readline-devel libtool
- - added configure option
- --disable-static,--disable-srp-authentication
- - dropt *.a files from -devel package again
- * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.8.6-2
- - build with rpm-4.8.1-1 for pkg-config file
- * Mon Mar 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.6-1
- - new upstream release
- - applied new naming policy to spec
- * Thu Nov 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.5-1
- - new upstream release
- * Sat Sep 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.4-1
- - new upstream release
- * Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.3-1
- - new upstream release
- * Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.2-1
- - new upstream release with security fix (handling X.509 CN or SAN fields)
- * Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.8.1-2vl5
- - added compat32 package for x86_64 arch support
- * Thu Jun 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.1-1vl5
- - new upstream release
- - added autoreconf
- - deleted libguile*.a
- - dropt Patch3
- - added %post guile, %postun guile
- * Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-2
- - drop *.a files from -devel package
- - build with system lzo
- * Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-1
- - new upstream release with security fixes (CVE-2009-1415,1416,1417)
- * Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1vl5
- - update to 2.6.5
- * Wed Mar 25 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.4-2
- - spec in UTF-8
- * Sun Feb 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.4-1vl5
- - update to 2.6.4
- - modifeid Source0
- * Mon Jan 19 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.3-2vl5
- - add BuildRequires: guile-devel >= 1.8.6
- * Tue Jan 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.3-1vl5
- - update to 2.6.3
- - import from fedora developing's 2.6.3
- - License tag fixed
- - dropped patch0, patch1, patch2
- - added patch3
- - added BuildRequires: gmp-devel
- - add new sub-package: guile
- - added %package guile, %description guile, %files guile
- * Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl5
- - used %%{?_dist_release} macro
- * Mon Mar 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl1
- - update to 1.6.3 (use no-SRP source)
- - import from fedora core's 1.6.3-2
- - nosrc.tar.bz2 (source0)
- - license tag fix
- - build with system libtasn1
- * Fri Mar 09 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.5-0vl1
- - update to 1.4.5 (use no-SRP source)
- - import from fedora core's 1.4.5-1
- - nosrc.tar.bz2 (source0)
- - drop obsolete cve-2006-4790.patch (patch3)
- * Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-2vl1
- - [SECURITY] update to 1.4.1 (use no-SRP source)
- - import from fedora core's 1.4.1-2
- - nosrp.tar.bz2 (source0)
- - libgnutls-config (source1)
- - nosrc.patch (patch0)
- - enable-psk.patch (patch1)
- - cve-2006-4790.patch (patch3)
- - update required version of libgcrypt (>= 1.2.2)
- - add Requires: pkgconfig to -devel package
- - add %%check section
- - update %%files
- - add new sub-package: utils
- * Sat May 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.25-0vl1
- - [SECURITY FIX] upstream release
- - record packet parsing denial of service (CAN-2005-1431)
- * Mon Mar 28 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.24-0vl1
- - initial build for Vine Linux
- - upstream release
- * Wed Mar 2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
- - gcc4 rebuild
- * Tue Jan 4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
- - add gnutls Requires zlib-devel (#144069)
- * Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
- - Make gnutls-devel Require libgcrypt-devel
- * Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
- - rebuild with release++, otherwise unchanged.
- * Tue Sep 7 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-2
- - patent tainted SRP code removed.
- * Sun Sep 5 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-1
- - update to 1.0.20.
- - add --with-included-opencdk --with-included-libtasn1
- - add --with-included-libcfg --with-included-lzo
- - add --disable-srp-authentication.
- - do "make check" after build.
- * Fri Mar 21 2003 Jeff Johnson <jbj@redhat.com> 0.9.2-1
- - upgrade to 0.9.2
- * Tue Jun 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.4-1
- - update to 0.4.4.
- * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- - automated rebuild
- * Sat May 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.3-1
- - update to 0.4.3.
- * Tue May 21 2002 Jeff Johnson <jbj@redhat.com> 0.4.2-1
- - update to 0.4.2.
- - change license to LGPL.
- - include splint annotations patch.
- * Tue Apr 2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
- - update to 0.4.0
- * Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
- - update to 0.3.2
- * Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
- - add a URL
- * Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
- - initial package
|