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

Revision 12416, 18.3 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

bubblewrap-0.4.1-2

gnutls-3.6.14-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.14
10Release:        1%{?_dist_release}
11# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
12Group:          System Environment/Libraries
13Vendor:         Project Vine
14Distribution:   Vine Linux
15
16License:        GPLv3+ and LGPLv2+
17URL:            https://www.gnutls.org/
18%global         shortver %(echo "%{version}" | sed -e 's/\.[0-9]*$//')
19Source0:        https://www.gnupg.org/ftp/gcrypt/gnutls/v%{shortver}/%{name}-%{version}.tar.xz
20Source1:        libgnutls-config
21
22#patches from fedora development
23Patch1: gnutls-3.2.7-rpath.patch
24Patch2: gnutls-3.6.7-no-now-guile.patch
25
26# Vine Patches
27# Nothing...
28
29# Security fixes
30
31BuildRoot:      %{_tmppath}/%{name}-%{version}-root
32BuildRequires:  libtasn1-devel >= 4.13
33Requires:               libtasn1 >= 4.13
34BuildRequires:  libunistring-devel
35BuildRequires:  datefudge >= 1.22
36BuildRequires:  gmp-devel
37BuildRequires:  gettext readline-devel libtool
38BuildRequires:  guile-devel >= 1.8.6
39BuildRequires:  p11-kit-devel >= 0.21.3
40BuildRequires:  nettle-devel >= 3.4
41Requires:               nettle >= 3.4
42BuildRequires:  texinfo, autogen
43BuildRequires:  unbound-devel unbound-libs
44BuildRequires:  zlib-devel
45Requires:               zlib
46# for tests
47BuildRequires:  net-tools
48
49Requires(post): ldconfig
50Requires(postun):       ldconfig
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* Thu Jun 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.14-1
301- new upstream release.
302
303* Tue Apr 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.13-1
304- new upstream release.
305
306* Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.9-1
307- new upstream release.
308
309* Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.7-1
310- new upstream release.
311- updated Patch2.
312- dropped Patch3.
313
314* Thu Nov 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.4-1
315- new upstream release.
316- dropped Patch2-3,1001 and 2001.
317- imported Patch2-3 from rawhide.
318- enabled DANE support.
319
320* Sat Jan 28 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-3
321- fix CVE-2017-5337, CVE-2017-5334, CVE-2017-5336, CVE-2017-5335
322 - add Patch3001 from Fedora 24 gnutls-3.4.17-2.fc24
323
324* Thu Jan 12 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-2
325- fix CVE-2016-7444; OCSP validation issue
326 - add Patch2001
327- add BR: net-tools; for test
328
329* Thu Jul  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.14-1
330- new upstream release 3.4.14.
331- dropped Patch100.
332- added BR: datefudge.
333
334* Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
335- new upstream release 3.4.13.
336- added Patch100: workaround of failing cert-test (The certificate was expired).
337
338* Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.9-1
339- new upstream release 3.4.9
340
341* Fri Jan  1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-2
342- rebuilt to marge changelog
343
344* Tue Dec 29 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-1
345- new upstream release 3.4.7
346
347* Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.17-3
348- rebuild with nettls-3.1.1
349
350* Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-2
351- BR: libtasn1-devel >= 3.9
352
353* Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-1
354- built for release
355
356* Tue Aug 18 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.2
357- rm libgnutls-xssl.so.0* in files list
358
359* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.1
360- for test
361
362* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-3
363- add patch1000 for fix SA-2015-3
364
365* Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.20-2
366- rebuilt with guile 2.0.11
367
368* Tue Nov 18 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-1
369- new upstream release with security fix   
370
371* Thu Jun  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.15-1
372- new upstream release with security fix 
373
374* Tue Mar 11 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.12.1-1
375- new upstream release with security fix
376
377* Wed Feb 19 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.11-1
378- new upstream release with security fix
379
380* Sun Feb  9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-3
381- fix R: in compat32
382
383* Wed Feb  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-2
384- fix BR:, R: (drop unneeded dependency)
385
386* Mon Feb  3 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-1
387- new upstream release 3.2.10
388- update patches / drop old patches
389- add BR: nettle
390
391* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-2
392- added Patch100 from upstream to fix CVE-2013-2116
393
394* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
395- new upstream release
396- fixed a day of the week in %%changelog
397
398* Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.22-1
399- new upstream release
400
401* Sun Nov 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.21-1
402- new upstream release
403
404* Sun Jun 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.20-1
405- new upstream release
406
407* Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.19-1
408- new upstream release
409
410* Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.18-1
411- new upstream release
412- changed BuildRequires: p11-kit-devel >= 0.11
413
414* Fri Mar 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.17-1
415- new upstream release
416
417* Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.16-1
418- new upstream release
419
420* Mon Dec 05 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-3
421- added BuildRequires: p11-kit-devel
422
423* Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-2
424- deleted BuildRequires: nettle-devel
425  - mistake.. fixed.
426
427* Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-1
428- new upstream release
429- synced Fedora development package
430- add new sub-package: c++
431
432* Sun Apr 10 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-2
433- add Requires: libtasn1-devel for devel subpackage
434
435* Sun Apr  3 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-1
436- new upstream release
437
438* Sun Dec 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.4-1
439- new upstream release
440
441* Tue Nov 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.3-1
442- new upstream release
443- dropt patch1
444
445* Sat Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.2-1
446- new upstream release
447- added patch1,2,3,4 from Fedora development
448- added BuildRequires: gettext readline-devel libtool
449- added configure option
450  --disable-static,--disable-srp-authentication
451  - dropt *.a files from -devel package again
452
453* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.8.6-2
454- build with rpm-4.8.1-1 for pkg-config file
455
456* Mon Mar 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.6-1
457- new upstream release
458- applied new naming policy to spec
459
460* Thu Nov 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.5-1
461- new upstream release
462
463* Sat Sep 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.4-1
464- new upstream release
465
466* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.3-1
467- new upstream release
468
469* Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.2-1
470- new upstream release with security fix (handling X.509 CN or SAN fields)
471
472* Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.8.1-2vl5
473- added compat32 package for x86_64 arch support
474
475* Thu Jun 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.1-1vl5
476- new upstream release
477- added autoreconf
478- deleted libguile*.a
479- dropt Patch3
480- added %post guile, %postun guile
481
482* Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-2
483- drop *.a files from -devel package
484- build with system lzo
485
486* Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-1
487- new upstream release with security fixes (CVE-2009-1415,1416,1417)
488
489* Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1vl5
490- update to 2.6.5
491
492* Wed Mar 25 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.4-2
493- spec in UTF-8
494
495* Sun Feb 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.4-1vl5
496- update to 2.6.4
497- modifeid Source0
498
499* Mon Jan 19 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.3-2vl5
500- add BuildRequires: guile-devel >= 1.8.6
501
502* Tue Jan 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.3-1vl5
503- update to 2.6.3
504- import from fedora developing's 2.6.3
505  - License tag fixed
506- dropped patch0, patch1, patch2
507- added patch3
508- added BuildRequires: gmp-devel
509- add new sub-package: guile
510  - added %package guile, %description guile, %files guile
511
512* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl5
513- used %%{?_dist_release} macro
514
515* Mon Mar 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl1
516- update to 1.6.3 (use no-SRP source)
517- import from fedora core's 1.6.3-2
518  - nosrc.tar.bz2 (source0)
519  - license tag fix
520- build with system libtasn1
521
522* Fri Mar 09 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.5-0vl1
523- update to 1.4.5 (use no-SRP source)
524- import from fedora core's 1.4.5-1
525  - nosrc.tar.bz2 (source0)
526- drop obsolete cve-2006-4790.patch (patch3)
527
528* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-2vl1
529- [SECURITY] update to 1.4.1 (use no-SRP source)
530- import from fedora core's 1.4.1-2
531  - nosrp.tar.bz2 (source0)
532  - libgnutls-config (source1)
533  - nosrc.patch (patch0)
534  - enable-psk.patch (patch1)
535  - cve-2006-4790.patch (patch3)
536- update required version of libgcrypt (>= 1.2.2)
537- add Requires: pkgconfig to -devel package
538- add %%check section
539- update %%files
540- add new sub-package: utils
541
542* Sat May 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.25-0vl1
543- [SECURITY FIX] upstream release
544  - record packet parsing denial of service (CAN-2005-1431)
545
546* Mon Mar 28 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.24-0vl1
547- initial build for Vine Linux
548- upstream release
549
550* Wed Mar  2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
551- gcc4 rebuild
552
553* Tue Jan  4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
554- add gnutls Requires zlib-devel (#144069)
555
556* Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
557- Make gnutls-devel Require libgcrypt-devel
558
559* Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
560- rebuild with release++, otherwise unchanged.
561
562* Tue Sep  7 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-2
563- patent tainted SRP code removed.
564
565* Sun Sep  5 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-1
566- update to 1.0.20.
567- add --with-included-opencdk --with-included-libtasn1
568- add --with-included-libcfg --with-included-lzo
569- add --disable-srp-authentication.
570- do "make check" after build.
571
572* Fri Mar 21 2003 Jeff Johnson <jbj@redhat.com> 0.9.2-1
573- upgrade to 0.9.2
574
575* Tue Jun 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.4-1
576- update to 0.4.4.
577
578* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
579- automated rebuild
580
581* Sat May 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.3-1
582- update to 0.4.3.
583
584* Tue May 21 2002 Jeff Johnson <jbj@redhat.com> 0.4.2-1
585- update to 0.4.2.
586- change license to LGPL.
587- include splint annotations patch.
588
589* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
590- update to 0.4.0
591
592* Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
593- update to 0.3.2
594
595* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
596- add a URL
597
598* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
599- initial package
Note: See TracBrowser for help on using the repository browser.