source: projects/specs/trunk/g/gnutls/gnutls-vl.spec @ 11895

Revision 11895, 17.3 KB checked in by tomop, 6 years ago (diff)

gnutls-3.6.4-1

RevLine 
[521]1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary:        GNU TLS Library
4Summary(ja):    GNU TLS ライブラリ
5Name:           gnutls
[11895]6Version:        3.6.4
7Release:        1%{?_dist_release}
[521]8License:        GPLv3+ and LGPLv2+
9# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
10Group:          System Environment/Libraries
11URL:            http://www.gnutls.org/
[8262]12Source0:        %{name}-%{version}.tar.xz
[521]13Source1:        libgnutls-config
14
[2008]15#patches from fedora development
[8262]16Patch1: gnutls-3.2.7-rpath.patch
[11895]17Patch2: gnutls-3.6.4-no-now-guile.patch
18Patch3: gnutls-3.6.4-fix-rehandshake.patch
[521]19
[8262]20# Vine Patches
[10555]21# Nothing...
[10546]22
[8262]23# Security fixes
24
[521]25BuildRoot:      %{_tmppath}/%{name}-%{version}-root
[11895]26BuildRequires:  libtasn1-devel >= 4.13
27Requires:               libtasn1 >= 4.13
28BuildRequires:  libunistring-devel
29BuildRequires:  datefudge >= 1.22
[9292]30BuildRequires:  gmp-devel
31BuildRequires:  gettext readline-devel libtool
32BuildRequires:  guile-devel >= 1.8.6
[9926]33BuildRequires:  p11-kit-devel >= 0.21.3
[11895]34BuildRequires:  nettle-devel >= 3.4
35Requires:               nettle >= 3.4
[9292]36BuildRequires:  texinfo, autogen
[11895]37BuildRequires:  unbound-devel unbound-libs
[9292]38BuildRequires:  zlib-devel
[11895]39Requires:               zlib
[10869]40# for tests
41BuildRequires:  net-tools
[521]42
[11895]43Requires(post): ldconfig
44Requires(postun):       ldconfig
[521]45
46Vendor:         Project Vine
47Distribution:   Vine Linux
48
49%description
50GnuTLS is a project that aims to develop a library which provides a secure
51layer, over a reliable transport layer. Currently the GnuTLS library implements
52the proposed standards by the IETF's TLS working group.
53#'
54
55%package devel
56Summary:        Development files for the GnuTLS package.
57Summary(ja):    GnuTLS の開発用ファイル
58Group:          Development/Libraries
59Requires:       %{name} = %{version}-%{release}
60Requires:       libgcrypt-devel, zlib-devel, pkgconfig
[8262]61Requires:       libtasn1-devel, nettle-devel
[521]62Requires(post,preun): /sbin/install-info
63
64%description devel
65GnuTLS is a project that aims to develop a library which provides a secure
66layer, over a reliable transport layer. Currently the GnuTLS library implements
67the proposed standards by the IETF's TLS working group.
68
69This package contains files needed for developing applications with the GnuTLS
70library.
71#'
72
73%package utils
74Summary:        Command line tools for TLS protocol.
75Summary(ja):    GnuTLS のコマンドラインツール
76Group:          Applications/System
77Requires:       %{name} = %{version}-%{release}
78
79%description utils
80GnuTLS is a project that aims to develop a library which provides a secure
81layer, over a reliable transport layer. Currently the GnuTLS library implements
82the proposed standards by the IETF's TLS working group.
83
84This package contains command line TLS client and server and certificate
85manipulation tools.
86#'
87
88%package guile
89Summary: Guile bindings for the GNUTLS library
90Group: Development/Libraries
91Requires: %{name} = %{version}-%{release}
92Requires: guile
93
94%description guile
95GnuTLS is a project that aims to develop a library which provides a secure
96layer, over a reliable transport layer. Currently the GnuTLS library implements
97the proposed standards by the IETF's TLS working group.
98This package contains Guile bindings for the library.
99#'
100
[5263]101%package c++
102Summary: The C++ interface to GnuTLS
103Group: System Environment/Libraries
[8262]104Requires: %{name} = %{version}-%{release}
[5263]105
106%description c++
107GnuTLS is a project that aims to develop a library which provides a secure
108layer, over a reliable transport layer. Currently the GnuTLS library implements
109the proposed standards by the IETF's TLS working group.
110This package contains the C++ interface for the GnuTLS library.
111#'
112
[521]113%package -n compat32-%{name}
114Summary:        GNU TLS Library
115Summary(ja):    GNU TLS ライブラリ
116Group:          System Environment/Libraries
[8262]117Requires:       %{name} = %{version}-%{release}
[521]118
119%description -n compat32-%{name}
120GnuTLS is a project that aims to develop a library which provides a secure
121layer, over a reliable transport layer. Currently the GnuTLS library implements
122the proposed standards by the IETF's TLS working group.
123#'
124
125%package -n compat32-%{name}-devel
126Summary:        Development files for the GnuTLS package.
127Summary(ja):    GnuTLS の開発用ファイル
128Group:          Development/Libraries
129Requires:       compat32-%{name} = %{version}-%{release}
130Requires:       %{name}-devel = %{version}-%{release}
131Requires:       compat32-libgcrypt-devel, compat32-zlib-devel
132Requires(post,preun): /sbin/install-info
133
134%description -n compat32-%{name}-devel
135GnuTLS is a project that aims to develop a library which provides a secure
136layer, over a reliable transport layer. Currently the GnuTLS library implements
137the proposed standards by the IETF's TLS working group.
138
139This package contains files needed for developing applications with the GnuTLS
140library.
141#'
142
143%package -n compat32-%{name}-guile
144Summary: Guile bindings for the GNUTLS library
145Group: Development/Libraries
146Requires: compat32-%{name} = %{version}-%{release}
147Requires: %{name}-guile = %{version}-%{release}
148
149%description -n compat32-%{name}-guile
150GnuTLS is a project that aims to develop a library which provides a secure
151layer, over a reliable transport layer. Currently the GnuTLS library implements
152the proposed standards by the IETF's TLS working group.
153This package contains Guile bindings for the library.
154#'
155
156%prep
[11895]157%autosetup -p1
[8299]158
[11895]159sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
160rm -f lib/minitasn1/*.c lib/minitasn1/*.h
161rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/*.h
[521]162
[11895]163echo "SYSTEM=NORMAL" >> tests/system.prio
164
[521]165%build
[8262]166export LDFLAGS="-Wl,--no-add-needed"
167# autoreconf -fi
168%configure \
[11895]169        --enable-sha1-support \
170        --disable-static \
[5263]171        --disable-openssl-compatibility \
[8262]172        --disable-non-suiteb-curves \
[11895]173        --enable-guile \
174        --with-unbound-root-key-file=/var/lib/unbound/root.key \
175        --enable-dane \
[5263]176        --disable-rpath \
[11895]177        %{nil}
[8262]178#       --with-libgcrypt
179#       --with-lzo \
180#       --with-included-libcfg \
181#       --with-libtasn1-prefix=%{_prefix} \
[521]182#       --with-included-libtasn1 \
183#       --with-included-opencdk \
184#       --with-included-lzo \
[8262]185make %{?_smp_mflags}
186# cp lib/COPYING COPYING.LIB
[521]187
188%install
189%__rm -rf %{buildroot}
[8262]190# makeinstall macro causes build error, why?
191make install DESTDIR=%{buildroot}
[521]192
[11895]193rm -f %{buildroot}%{_infodir}/dir
194rm -f %{buildroot}%{_libdir}/*.la
195rm -f %{buildroot}%{_libdir}/libguile*.a
196rm -f %{buildroot}%{_libdir}/guile/2.0/*.la
197rm -f %{buildroot}%{_libdir}/gnutls/libpkcs11mock1.*
198rm -rf %{buildroot}%{_docdir}/gnutls
[521]199
[8262]200%find_lang gnutls
[521]201
202%check
[11895]203make check %{?_smp_mflags}
[521]204
205%clean
206rm -rf %{buildroot}
207
208%post -p /sbin/ldconfig
209
210%postun -p /sbin/ldconfig
211
212%post devel
213if [ -f %{_infodir}/gnutls.info.gz ]; then
214    /sbin/install-info %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
215fi
216
217%preun devel
218if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
219   /sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
220fi
221
222%post guile -p /sbin/ldconfig
223
224%postun guile -p /sbin/ldconfig
225
226%post -n compat32-%{name} -p /sbin/ldconfig
227
228%postun -n compat32-%{name} -p /sbin/ldconfig
229
230%post -n compat32-%{name}-guile -p /sbin/ldconfig
231
232%postun -n compat32-%{name}-guile -p /sbin/ldconfig
233
[8262]234%files -f gnutls.lang
[521]235%defattr(-,root,root,-)
[9926]236%{_libdir}/libgnutls.so.30*
[11895]237%{_libdir}/libgnutls-dane.so.*
[9720]238# %{_libdir}/libgnutls-xssl.so.0*
[11895]239%doc README* AUTHORS NEWS THANKS
[521]240
241%files devel
242%defattr(-,root,root,-)
243%{_includedir}/*
244%{_libdir}/libgnutls*.so
245%{_libdir}/pkgconfig/*.pc
246%{_mandir}/man3/*
247%{_infodir}/gnutls*
[5263]248%{_infodir}/pkcs11-vision.png.gz
[521]249
250%files utils
251%defattr(-,root,root,-)
252%{_bindir}/certtool
[11895]253%{_bindir}/danetool
[521]254%{_bindir}/psktool
[5263]255%{_bindir}/p11tool
[8262]256%{_bindir}/ocsptool
[11895]257%{_bindir}/srptool
[521]258%{_bindir}/gnutls*
259%{_mandir}/man1/*
260%doc doc/certtool.cfg
261
262%files guile
263%defattr(-,root,root,-)
[9292]264%{_libdir}/guile/2.0/guile*.so*
[11895]265%{_libdir}/guile/2.0/site-ccache/gnutls.go
266%{_libdir}/guile/2.0/site-ccache/gnutls/extra.go
267%{_datadir}/guile/site/2.0/gnutls
268%{_datadir}/guile/site/2.0/gnutls.scm
[521]269
[5263]270%files c++
271%{_libdir}/libgnutlsxx.so.*
272
[521]273%if %{build_compat32}
274%files -n compat32-%{name}
275%defattr(-,root,root,-)
[9926]276%{_libdir}/libgnutls.so.30*
[11895]277%{_libdir}/libgnutls-dane.so.*
[9720]278# %{_libdir}/libgnutls-xssl.so.0*
[521]279
280%files -n compat32-%{name}-devel
281%defattr(-,root,root,-)
[2008]282#%{_libdir}/libgnutls*.a
[521]283%{_libdir}/libgnutls*.so
284%{_libdir}/pkgconfig/*.pc
285
286%files -n compat32-%{name}-guile
287%defattr(-,root,root,-)
[9292]288%{_libdir}/guile/2.0/guile*.so*
[11895]289%{_libdir}/guile/2.0/site-ccache/gnutls.go
290%{_libdir}/guile/2.0/site-ccache/gnutls/extra.go
[521]291%endif
292
293%changelog
[11895]294* Thu Nov 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.4-1
295- new upstream release.
296- dropped Patch2-3,1001 and 2001.
297- imported Patch2-3 from rawhide.
298- enabled DANE support.
299
[10871]300* Sat Jan 28 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-3
301- fix CVE-2017-5337, CVE-2017-5334, CVE-2017-5336, CVE-2017-5335
302 - add Patch3001 from Fedora 24 gnutls-3.4.17-2.fc24
303
[10869]304* Thu Jan 12 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-2
305- fix CVE-2016-7444; OCSP validation issue
306 - add Patch2001
307- add BR: net-tools; for test
308
[10555]309* Thu Jul  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.14-1
310- new upstream release 3.4.14.
311- dropped Patch100.
312- added BR: datefudge.
313
[10546]314* Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
315- new upstream release 3.4.13.
316- added Patch100: workaround of failing cert-test (The certificate was expired).
317
[10028]318* Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.9-1
319- new upstream release 3.4.9
320
[9926]321* Fri Jan  1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-2
322- rebuilt to marge changelog
323
324* Tue Dec 29 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-1
325- new upstream release 3.4.7
326
[9900]327* Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.17-3
328- rebuild with nettls-3.1.1
329
[9720]330* Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-2
331- BR: libtasn1-devel >= 3.9
332
333* Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-1
334- built for release
335
336* Tue Aug 18 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.2
337- rm libgnutls-xssl.so.0* in files list
338
339* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.1
340- for test
341
[9711]342* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-3
343- add patch1000 for fix SA-2015-3
344
[9292]345* Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.20-2
346- rebuilt with guile 2.0.11
347
[9100]348* Tue Nov 18 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-1
349- new upstream release with security fix   
350
[8519]351* Thu Jun  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.15-1
352- new upstream release with security fix 
353
[8299]354* Tue Mar 11 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.12.1-1
355- new upstream release with security fix
356
[8262]357* Wed Feb 19 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.11-1
358- new upstream release with security fix
359
360* Sun Feb  9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-3
361- fix R: in compat32
362
363* Wed Feb  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-2
364- fix BR:, R: (drop unneeded dependency)
365
366* Mon Feb  3 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-1
367- new upstream release 3.2.10
368- update patches / drop old patches
369- add BR: nettle
370
[7710]371* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-2
372- added Patch100 from upstream to fix CVE-2013-2116
373
[7444]374* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
375- new upstream release
376- fixed a day of the week in %%changelog
377
[7378]378* Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.22-1
379- new upstream release
380
[7117]381* Sun Nov 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.21-1
382- new upstream release
383
[6308]384* Sun Jun 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.20-1
385- new upstream release
386
[6155]387* Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.19-1
388- new upstream release
389
[5919]390* Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.18-1
391- new upstream release
392- changed BuildRequires: p11-kit-devel >= 0.11
393
[5914]394* Fri Mar 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.17-1
395- new upstream release
396
[5405]397* Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.16-1
398- new upstream release
399
[5269]400* Mon Dec 05 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-3
401- added BuildRequires: p11-kit-devel
402
403* Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-2
[5264]404- deleted BuildRequires: nettle-devel
405  - mistake.. fixed.
406
[5269]407* Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-1
[5263]408- new upstream release
409- synced Fedora development package
410- add new sub-package: c++
411
[3397]412* Sun Apr 10 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-2
413- add Requires: libtasn1-devel for devel subpackage
414
[3274]415* Sun Apr  3 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-1
416- new upstream release
417
[2335]418* Sun Dec 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.4-1
419- new upstream release
420
[2230]421* Tue Nov 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.3-1
422- new upstream release
423- dropt patch1
424
[7444]425* Sat Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.2-1
[2008]426- new upstream release
427- added patch1,2,3,4 from Fedora development
428- added BuildRequires: gettext readline-devel libtool
429- added configure option
430  --disable-static,--disable-srp-authentication
431  - dropt *.a files from -devel package again
432
[1860]433* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.8.6-2
434- build with rpm-4.8.1-1 for pkg-config file
435
[641]436* Mon Mar 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.6-1
437- new upstream release
438- applied new naming policy to spec
439
[521]440* Thu Nov 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.5-1
441- new upstream release
442
443* Sat Sep 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.4-1
444- new upstream release
445
446* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.3-1
447- new upstream release
448
449* Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.2-1
450- new upstream release with security fix (handling X.509 CN or SAN fields)
451
452* Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.8.1-2vl5
453- added compat32 package for x86_64 arch support
454
455* Thu Jun 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.1-1vl5
456- new upstream release
457- added autoreconf
458- deleted libguile*.a
459- dropt Patch3
460- added %post guile, %postun guile
461
462* Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-2
463- drop *.a files from -devel package
464- build with system lzo
465
466* Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-1
467- new upstream release with security fixes (CVE-2009-1415,1416,1417)
468
[5263]469* Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1vl5
[521]470- update to 2.6.5
471
472* Wed Mar 25 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.4-2
473- spec in UTF-8
474
475* Sun Feb 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.4-1vl5
476- update to 2.6.4
477- modifeid Source0
478
479* Mon Jan 19 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.3-2vl5
480- add BuildRequires: guile-devel >= 1.8.6
481
482* Tue Jan 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.3-1vl5
483- update to 2.6.3
484- import from fedora developing's 2.6.3
485  - License tag fixed
486- dropped patch0, patch1, patch2
487- added patch3
488- added BuildRequires: gmp-devel
489- add new sub-package: guile
490  - added %package guile, %description guile, %files guile
491
492* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl5
493- used %%{?_dist_release} macro
494
495* Mon Mar 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl1
496- update to 1.6.3 (use no-SRP source)
497- import from fedora core's 1.6.3-2
498  - nosrc.tar.bz2 (source0)
499  - license tag fix
500- build with system libtasn1
501
502* Fri Mar 09 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.5-0vl1
503- update to 1.4.5 (use no-SRP source)
504- import from fedora core's 1.4.5-1
505  - nosrc.tar.bz2 (source0)
506- drop obsolete cve-2006-4790.patch (patch3)
507
508* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-2vl1
509- [SECURITY] update to 1.4.1 (use no-SRP source)
510- import from fedora core's 1.4.1-2
511  - nosrp.tar.bz2 (source0)
512  - libgnutls-config (source1)
513  - nosrc.patch (patch0)
514  - enable-psk.patch (patch1)
515  - cve-2006-4790.patch (patch3)
516- update required version of libgcrypt (>= 1.2.2)
517- add Requires: pkgconfig to -devel package
518- add %%check section
519- update %%files
520- add new sub-package: utils
521
522* Sat May 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.25-0vl1
523- [SECURITY FIX] upstream release
524  - record packet parsing denial of service (CAN-2005-1431)
525
526* Mon Mar 28 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.24-0vl1
527- initial build for Vine Linux
528- upstream release
529
530* Wed Mar  2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
531- gcc4 rebuild
532
533* Tue Jan  4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
534- add gnutls Requires zlib-devel (#144069)
535
536* Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
537- Make gnutls-devel Require libgcrypt-devel
538
539* Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
540- rebuild with release++, otherwise unchanged.
541
542* Tue Sep  7 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-2
543- patent tainted SRP code removed.
544
545* Sun Sep  5 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-1
546- update to 1.0.20.
547- add --with-included-opencdk --with-included-libtasn1
548- add --with-included-libcfg --with-included-lzo
549- add --disable-srp-authentication.
550- do "make check" after build.
551
552* Fri Mar 21 2003 Jeff Johnson <jbj@redhat.com> 0.9.2-1
553- upgrade to 0.9.2
554
555* Tue Jun 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.4-1
556- update to 0.4.4.
557
558* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
559- automated rebuild
560
561* Sat May 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.3-1
562- update to 0.4.3.
563
564* Tue May 21 2002 Jeff Johnson <jbj@redhat.com> 0.4.2-1
565- update to 0.4.2.
566- change license to LGPL.
567- include splint annotations patch.
568
569* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
570- update to 0.4.0
571
572* Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
573- update to 0.3.2
574
[7444]575* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
[521]576- add a URL
577
[7444]578* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
[521]579- initial package
Note: See TracBrowser for help on using the repository browser.