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

Revision 12522, 18.8 KB checked in by tomop, 3 years ago (diff)

updated 16 packages

SDL2-2.0.14-1

gmp-6.2.1-1

gnupg2-2.2.27-1

gnutls-3.7.0-1

golang-1.15.7-1

iputils-20210202-1

libassuan-2.5.4-1

libgcrypt-1.9.1-1

libgpg-error-1.41-1

libksba-1.5.0-1

libusb1-1.0.24-1

nettle-3.7-1

npth-1.6-2

pcsc-lite-1.9.0-1

python3-3.8.7-1

tcpdump-4.9.3-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
[12522]9Version:        3.7.0
10Release:        1%{?_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
[12522]327* Tue Feb 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.0-1
328- new upstream release.
329
[12496]330* Wed Sep 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.15-2
331- added a subpackage: gnutls-dane.
332
[12487]333* Tue Sep 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.15-1
334- new upstream release.
335
[12416]336* Thu Jun 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.14-1
337- new upstream release.
338
[12366]339* Tue Apr 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.13-1
340- new upstream release.
341
[12199]342* Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.9-1
343- new upstream release.
344
[12062]345* Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.7-1
346- new upstream release.
347- updated Patch2.
348- dropped Patch3.
349
[11895]350* Thu Nov 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.4-1
351- new upstream release.
352- dropped Patch2-3,1001 and 2001.
353- imported Patch2-3 from rawhide.
354- enabled DANE support.
355
[10871]356* Sat Jan 28 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-3
357- fix CVE-2017-5337, CVE-2017-5334, CVE-2017-5336, CVE-2017-5335
358 - add Patch3001 from Fedora 24 gnutls-3.4.17-2.fc24
359
[10869]360* Thu Jan 12 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-2
361- fix CVE-2016-7444; OCSP validation issue
362 - add Patch2001
363- add BR: net-tools; for test
364
[10555]365* Thu Jul  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.14-1
366- new upstream release 3.4.14.
367- dropped Patch100.
368- added BR: datefudge.
369
[10546]370* Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
371- new upstream release 3.4.13.
372- added Patch100: workaround of failing cert-test (The certificate was expired).
373
[10028]374* Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.9-1
375- new upstream release 3.4.9
376
[9926]377* Fri Jan  1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-2
378- rebuilt to marge changelog
379
380* Tue Dec 29 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-1
381- new upstream release 3.4.7
382
[9900]383* Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.17-3
384- rebuild with nettls-3.1.1
385
[9720]386* Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-2
387- BR: libtasn1-devel >= 3.9
388
389* Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-1
390- built for release
391
392* Tue Aug 18 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.2
393- rm libgnutls-xssl.so.0* in files list
394
395* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.1
396- for test
397
[9711]398* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-3
399- add patch1000 for fix SA-2015-3
400
[9292]401* Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.20-2
402- rebuilt with guile 2.0.11
403
[9100]404* Tue Nov 18 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-1
405- new upstream release with security fix   
406
[8519]407* Thu Jun  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.15-1
408- new upstream release with security fix 
409
[8299]410* Tue Mar 11 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.12.1-1
411- new upstream release with security fix
412
[8262]413* Wed Feb 19 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.11-1
414- new upstream release with security fix
415
416* Sun Feb  9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-3
417- fix R: in compat32
418
419* Wed Feb  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-2
420- fix BR:, R: (drop unneeded dependency)
421
422* Mon Feb  3 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-1
423- new upstream release 3.2.10
424- update patches / drop old patches
425- add BR: nettle
426
[7710]427* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-2
428- added Patch100 from upstream to fix CVE-2013-2116
429
[7444]430* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
431- new upstream release
432- fixed a day of the week in %%changelog
433
[7378]434* Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.22-1
435- new upstream release
436
[7117]437* Sun Nov 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.21-1
438- new upstream release
439
[6308]440* Sun Jun 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.20-1
441- new upstream release
442
[6155]443* Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.19-1
444- new upstream release
445
[5919]446* Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.18-1
447- new upstream release
448- changed BuildRequires: p11-kit-devel >= 0.11
449
[5914]450* Fri Mar 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.17-1
451- new upstream release
452
[5405]453* Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.16-1
454- new upstream release
455
[5269]456* Mon Dec 05 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-3
457- added BuildRequires: p11-kit-devel
458
459* Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-2
[5264]460- deleted BuildRequires: nettle-devel
461  - mistake.. fixed.
462
[5269]463* Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-1
[5263]464- new upstream release
465- synced Fedora development package
466- add new sub-package: c++
467
[3397]468* Sun Apr 10 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-2
469- add Requires: libtasn1-devel for devel subpackage
470
[3274]471* Sun Apr  3 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-1
472- new upstream release
473
[2335]474* Sun Dec 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.4-1
475- new upstream release
476
[2230]477* Tue Nov 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.3-1
478- new upstream release
479- dropt patch1
480
[7444]481* Sat Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.2-1
[2008]482- new upstream release
483- added patch1,2,3,4 from Fedora development
484- added BuildRequires: gettext readline-devel libtool
485- added configure option
486  --disable-static,--disable-srp-authentication
487  - dropt *.a files from -devel package again
488
[1860]489* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.8.6-2
490- build with rpm-4.8.1-1 for pkg-config file
491
[641]492* Mon Mar 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.6-1
493- new upstream release
494- applied new naming policy to spec
495
[521]496* Thu Nov 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.5-1
497- new upstream release
498
499* Sat Sep 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.4-1
500- new upstream release
501
502* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.3-1
503- new upstream release
504
505* Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.2-1
506- new upstream release with security fix (handling X.509 CN or SAN fields)
507
508* Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.8.1-2vl5
509- added compat32 package for x86_64 arch support
510
511* Thu Jun 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.1-1vl5
512- new upstream release
513- added autoreconf
514- deleted libguile*.a
515- dropt Patch3
516- added %post guile, %postun guile
517
518* Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-2
519- drop *.a files from -devel package
520- build with system lzo
521
522* Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-1
523- new upstream release with security fixes (CVE-2009-1415,1416,1417)
524
[5263]525* Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1vl5
[521]526- update to 2.6.5
527
528* Wed Mar 25 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.4-2
529- spec in UTF-8
530
531* Sun Feb 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.4-1vl5
532- update to 2.6.4
533- modifeid Source0
534
535* Mon Jan 19 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.3-2vl5
536- add BuildRequires: guile-devel >= 1.8.6
537
538* Tue Jan 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.3-1vl5
539- update to 2.6.3
540- import from fedora developing's 2.6.3
541  - License tag fixed
542- dropped patch0, patch1, patch2
543- added patch3
544- added BuildRequires: gmp-devel
545- add new sub-package: guile
546  - added %package guile, %description guile, %files guile
547
548* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl5
549- used %%{?_dist_release} macro
550
551* Mon Mar 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl1
552- update to 1.6.3 (use no-SRP source)
553- import from fedora core's 1.6.3-2
554  - nosrc.tar.bz2 (source0)
555  - license tag fix
556- build with system libtasn1
557
558* Fri Mar 09 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.5-0vl1
559- update to 1.4.5 (use no-SRP source)
560- import from fedora core's 1.4.5-1
561  - nosrc.tar.bz2 (source0)
562- drop obsolete cve-2006-4790.patch (patch3)
563
564* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-2vl1
565- [SECURITY] update to 1.4.1 (use no-SRP source)
566- import from fedora core's 1.4.1-2
567  - nosrp.tar.bz2 (source0)
568  - libgnutls-config (source1)
569  - nosrc.patch (patch0)
570  - enable-psk.patch (patch1)
571  - cve-2006-4790.patch (patch3)
572- update required version of libgcrypt (>= 1.2.2)
573- add Requires: pkgconfig to -devel package
574- add %%check section
575- update %%files
576- add new sub-package: utils
577
578* Sat May 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.25-0vl1
579- [SECURITY FIX] upstream release
580  - record packet parsing denial of service (CAN-2005-1431)
581
582* Mon Mar 28 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.24-0vl1
583- initial build for Vine Linux
584- upstream release
585
586* Wed Mar  2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
587- gcc4 rebuild
588
589* Tue Jan  4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
590- add gnutls Requires zlib-devel (#144069)
591
592* Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
593- Make gnutls-devel Require libgcrypt-devel
594
595* Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
596- rebuild with release++, otherwise unchanged.
597
598* Tue Sep  7 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-2
599- patent tainted SRP code removed.
600
601* Sun Sep  5 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-1
602- update to 1.0.20.
603- add --with-included-opencdk --with-included-libtasn1
604- add --with-included-libcfg --with-included-lzo
605- add --disable-srp-authentication.
606- do "make check" after build.
607
608* Fri Mar 21 2003 Jeff Johnson <jbj@redhat.com> 0.9.2-1
609- upgrade to 0.9.2
610
611* Tue Jun 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.4-1
612- update to 0.4.4.
613
614* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
615- automated rebuild
616
617* Sat May 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.3-1
618- update to 0.4.3.
619
620* Tue May 21 2002 Jeff Johnson <jbj@redhat.com> 0.4.2-1
621- update to 0.4.2.
622- change license to LGPL.
623- include splint annotations patch.
624
625* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
626- update to 0.4.0
627
628* Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
629- update to 0.3.2
630
[7444]631* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
[521]632- add a URL
633
[7444]634* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
[521]635- initial package
Note: See TracBrowser for help on using the repository browser.