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

RevLine 
[521]1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
[12199]2%global guile_shortver %(guile-config --version 2>&1 | sed -e 's/^guile-config.*version //' -e ' s/\.[0-9]*$//')
[521]3
[12366]4%global __provides_exclude_from ^%{_libdir}/pkgconfig/.*$
5
[521]6Summary:        GNU TLS Library
7Summary(ja):    GNU TLS ライブラリ
8Name:           gnutls
[12366]9Version:        3.6.13
[11895]10Release:        1%{?_dist_release}
[521]11# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
12Group:          System Environment/Libraries
[12366]13License:        GPLv3+ and LGPLv2+
[521]14URL:            http://www.gnutls.org/
[12199]15%global         shortver %(echo "%{version}" | sed -e 's/\.[0-9]*$//')
16Source0:        https://www.gnupg.org/ftp/gcrypt/gnutls/v%{shortver}/%{name}-%{version}.tar.xz
[521]17Source1:        libgnutls-config
18
[2008]19#patches from fedora development
[8262]20Patch1: gnutls-3.2.7-rpath.patch
[12062]21Patch2: gnutls-3.6.7-no-now-guile.patch
[521]22
[8262]23# Vine Patches
[10555]24# Nothing...
[10546]25
[8262]26# Security fixes
27
[521]28BuildRoot:      %{_tmppath}/%{name}-%{version}-root
[11895]29BuildRequires:  libtasn1-devel >= 4.13
30Requires:               libtasn1 >= 4.13
31BuildRequires:  libunistring-devel
32BuildRequires:  datefudge >= 1.22
[9292]33BuildRequires:  gmp-devel
34BuildRequires:  gettext readline-devel libtool
35BuildRequires:  guile-devel >= 1.8.6
[9926]36BuildRequires:  p11-kit-devel >= 0.21.3
[11895]37BuildRequires:  nettle-devel >= 3.4
38Requires:               nettle >= 3.4
[9292]39BuildRequires:  texinfo, autogen
[11895]40BuildRequires:  unbound-devel unbound-libs
[9292]41BuildRequires:  zlib-devel
[11895]42Requires:               zlib
[10869]43# for tests
44BuildRequires:  net-tools
[521]45
[11895]46Requires(post): ldconfig
47Requires(postun):       ldconfig
[521]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
[8262]64Requires:       libtasn1-devel, nettle-devel
[12366]65Provides:       pkgconfig(gnutls) = %{version}
66Provides:       pkgconfig(gnutls-dane) = %{version}
[521]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
[5263]106%package c++
107Summary: The C++ interface to GnuTLS
108Group: System Environment/Libraries
[8262]109Requires: %{name} = %{version}-%{release}
[5263]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
[521]118%package -n compat32-%{name}
119Summary:        GNU TLS Library
120Summary(ja):    GNU TLS ライブラリ
121Group:          System Environment/Libraries
[8262]122Requires:       %{name} = %{version}-%{release}
[521]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
[11895]162%autosetup -p1
[8299]163
[11895]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
[521]167
[11895]168echo "SYSTEM=NORMAL" >> tests/system.prio
169
[521]170%build
[8262]171export LDFLAGS="-Wl,--no-add-needed"
172# autoreconf -fi
173%configure \
[11895]174        --enable-sha1-support \
175        --disable-static \
[5263]176        --disable-openssl-compatibility \
[8262]177        --disable-non-suiteb-curves \
[11895]178        --enable-guile \
179        --with-unbound-root-key-file=/var/lib/unbound/root.key \
180        --enable-dane \
[5263]181        --disable-rpath \
[11895]182        %{nil}
[8262]183#       --with-libgcrypt
184#       --with-lzo \
185#       --with-included-libcfg \
186#       --with-libtasn1-prefix=%{_prefix} \
[521]187#       --with-included-libtasn1 \
188#       --with-included-opencdk \
189#       --with-included-lzo \
[8262]190make %{?_smp_mflags}
191# cp lib/COPYING COPYING.LIB
[521]192
193%install
194%__rm -rf %{buildroot}
[8262]195# makeinstall macro causes build error, why?
196make install DESTDIR=%{buildroot}
[521]197
[11895]198rm -f %{buildroot}%{_infodir}/dir
199rm -f %{buildroot}%{_libdir}/*.la
200rm -f %{buildroot}%{_libdir}/libguile*.a
[12199]201rm -f %{buildroot}%{_libdir}/guile/%{guile_shortver}/*.la
202rm -f %{buildroot}%{_libdir}/guile/%{guile_shortver}/extensions/*.la
[11895]203rm -f %{buildroot}%{_libdir}/gnutls/libpkcs11mock1.*
204rm -rf %{buildroot}%{_docdir}/gnutls
[521]205
[8262]206%find_lang gnutls
[521]207
208%check
[11895]209make check %{?_smp_mflags}
[521]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
[8262]240%files -f gnutls.lang
[521]241%defattr(-,root,root,-)
[9926]242%{_libdir}/libgnutls.so.30*
[11895]243%{_libdir}/libgnutls-dane.so.*
[9720]244# %{_libdir}/libgnutls-xssl.so.0*
[11895]245%doc README* AUTHORS NEWS THANKS
[521]246
247%files devel
248%defattr(-,root,root,-)
249%{_includedir}/*
250%{_libdir}/libgnutls*.so
251%{_libdir}/pkgconfig/*.pc
252%{_mandir}/man3/*
253%{_infodir}/gnutls*
[5263]254%{_infodir}/pkcs11-vision.png.gz
[521]255
256%files utils
257%defattr(-,root,root,-)
258%{_bindir}/certtool
[11895]259%{_bindir}/danetool
[521]260%{_bindir}/psktool
[5263]261%{_bindir}/p11tool
[8262]262%{_bindir}/ocsptool
[11895]263%{_bindir}/srptool
[521]264%{_bindir}/gnutls*
265%{_mandir}/man1/*
266%doc doc/certtool.cfg
267
268%files guile
269%defattr(-,root,root,-)
[12199]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
[521]275
[5263]276%files c++
277%{_libdir}/libgnutlsxx.so.*
278
[521]279%if %{build_compat32}
280%files -n compat32-%{name}
281%defattr(-,root,root,-)
[9926]282%{_libdir}/libgnutls.so.30*
[11895]283%{_libdir}/libgnutls-dane.so.*
[9720]284# %{_libdir}/libgnutls-xssl.so.0*
[521]285
286%files -n compat32-%{name}-devel
287%defattr(-,root,root,-)
[2008]288#%{_libdir}/libgnutls*.a
[521]289%{_libdir}/libgnutls*.so
290%{_libdir}/pkgconfig/*.pc
291
292%files -n compat32-%{name}-guile
293%defattr(-,root,root,-)
[12199]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
[521]297%endif
298
299%changelog
[12366]300* Tue Apr 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.13-1
301- new upstream release.
302
[12199]303* Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.9-1
304- new upstream release.
305
[12062]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
[11895]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
[10871]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
[10869]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
[10555]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
[10546]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
[10028]335* Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.9-1
336- new upstream release 3.4.9
337
[9926]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
[9900]344* Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.17-3
345- rebuild with nettls-3.1.1
346
[9720]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
[9711]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
[9292]362* Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.20-2
363- rebuilt with guile 2.0.11
364
[9100]365* Tue Nov 18 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-1
366- new upstream release with security fix   
367
[8519]368* Thu Jun  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.15-1
369- new upstream release with security fix 
370
[8299]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
[8262]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
[7710]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
[7444]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
[7378]395* Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.22-1
396- new upstream release
397
[7117]398* Sun Nov 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.21-1
399- new upstream release
400
[6308]401* Sun Jun 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.20-1
402- new upstream release
403
[6155]404* Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.19-1
405- new upstream release
406
[5919]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
[5914]411* Fri Mar 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.17-1
412- new upstream release
413
[5405]414* Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.16-1
415- new upstream release
416
[5269]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
[5264]421- deleted BuildRequires: nettle-devel
422  - mistake.. fixed.
423
[5269]424* Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-1
[5263]425- new upstream release
426- synced Fedora development package
427- add new sub-package: c++
428
[3397]429* Sun Apr 10 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-2
430- add Requires: libtasn1-devel for devel subpackage
431
[3274]432* Sun Apr  3 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-1
433- new upstream release
434
[2335]435* Sun Dec 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.4-1
436- new upstream release
437
[2230]438* Tue Nov 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.3-1
439- new upstream release
440- dropt patch1
441
[7444]442* Sat Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.2-1
[2008]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
[1860]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
[641]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
[521]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
[5263]486* Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1vl5
[521]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
[7444]592* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
[521]593- add a URL
594
[7444]595* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
[521]596- initial package
Note: See TracBrowser for help on using the repository browser.