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

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

updated 11 packages

chrony-3.5.1-2

dnsmasq-2.82-1

epiphany-3.36.4-2

filezilla-3.50.0-1

gnutls-3.6.15-1

libfilezilla-0.24.1-1

nettle-3.6-1

rdesktop-1.9.0-2

tigervnc-1.10.1-2

webkitgtk4-2.28.4-1

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