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

Revision 12496, 18.7 KB checked in by tomop, 3 years ago (diff)

updated 6 packages

gnutls-3.6.15-2

grub2-2.04-4

kernel-5.4.66-1

libX11-1.6.12-1

perl-DBI-1.643-1

rsyslog-8.2008.0-2

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