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

Revision 12366, 18.2 KB checked in by tomop, 4 years ago (diff)

updated 5 packages

gnutls-3.6.13-1

keepalived-2.0.20-1

nsd-4.3.0-2

samba-4.12.1-1

zabbix-4.0.19-1

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