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

Revision 12062, 17.4 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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