gnutls-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: GNU TLS Library
  3. Summary(ja): GNU TLS ライブラリ
  4. Name: gnutls
  5. Version: 3.4.14
  6. Release: 3%{?_dist_release}
  7. License: GPLv3+ and LGPLv2+
  8. # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
  9. Group: System Environment/Libraries
  10. URL: http://www.gnutls.org/
  11. Source0: %{name}-%{version}.tar.xz
  12. Source1: libgnutls-config
  13. #patches from fedora development
  14. Patch1: gnutls-3.2.7-rpath.patch
  15. Patch3: gnutls-3.1.11-nosrp.patch
  16. # Vine Patches
  17. # Nothing...
  18. # Security fixes
  19. # CVE-2016-7444/GNUTLS-SA-2016-3
  20. Patch2001: https://gitlab.com/gnutls/gnutls/commit/964632f37dfdfb914ebc5e49db4fa29af35b1de9.patch
  21. # from Fedora
  22. # CVE-2017-5337, CVE-2017-5334, CVE-2017-5336, CVE-2017-5335
  23. Patch3001: gnutls-3.4.17-various-flaws1.patch
  24. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  25. BuildRequires: libtasn1-devel >= 4.3
  26. BuildRequires: datefudge
  27. BuildRequires: gmp-devel
  28. BuildRequires: gettext readline-devel libtool
  29. BuildRequires: guile-devel >= 1.8.6
  30. BuildRequires: p11-kit-devel >= 0.21.3
  31. BuildRequires: nettle-devel >= 3.1.1
  32. BuildRequires: texinfo, autogen
  33. BuildRequires: zlib-devel
  34. Requires: zlib
  35. # for tests
  36. BuildRequires: net-tools
  37. Requires(post): ldconfig
  38. Requires(postun): ldconfig
  39. Vendor: Project Vine
  40. Distribution: Vine Linux
  41. %description
  42. GnuTLS is a project that aims to develop a library which provides a secure
  43. layer, over a reliable transport layer. Currently the GnuTLS library implements
  44. the proposed standards by the IETF's TLS working group.
  45. #'
  46. %package devel
  47. Summary: Development files for the GnuTLS package.
  48. Summary(ja): GnuTLS の開発用ファイル
  49. Group: Development/Libraries
  50. Requires: %{name} = %{version}-%{release}
  51. Requires: libgcrypt-devel, zlib-devel, pkgconfig
  52. Requires: libtasn1-devel, nettle-devel
  53. Requires(post,preun): /sbin/install-info
  54. %description devel
  55. GnuTLS is a project that aims to develop a library which provides a secure
  56. layer, over a reliable transport layer. Currently the GnuTLS library implements
  57. the proposed standards by the IETF's TLS working group.
  58. This package contains files needed for developing applications with the GnuTLS
  59. library.
  60. #'
  61. %package utils
  62. Summary: Command line tools for TLS protocol.
  63. Summary(ja): GnuTLS のコマンドラインツール
  64. Group: Applications/System
  65. Requires: %{name} = %{version}-%{release}
  66. %description utils
  67. GnuTLS is a project that aims to develop a library which provides a secure
  68. layer, over a reliable transport layer. Currently the GnuTLS library implements
  69. the proposed standards by the IETF's TLS working group.
  70. This package contains command line TLS client and server and certificate
  71. manipulation tools.
  72. #'
  73. %package guile
  74. Summary: Guile bindings for the GNUTLS library
  75. Group: Development/Libraries
  76. Requires: %{name} = %{version}-%{release}
  77. Requires: guile
  78. %description guile
  79. GnuTLS is a project that aims to develop a library which provides a secure
  80. layer, over a reliable transport layer. Currently the GnuTLS library implements
  81. the proposed standards by the IETF's TLS working group.
  82. This package contains Guile bindings for the library.
  83. #'
  84. %package c++
  85. Summary: The C++ interface to GnuTLS
  86. Group: System Environment/Libraries
  87. Requires: %{name} = %{version}-%{release}
  88. %description c++
  89. GnuTLS is a project that aims to develop a library which provides a secure
  90. layer, over a reliable transport layer. Currently the GnuTLS library implements
  91. the proposed standards by the IETF's TLS working group.
  92. This package contains the C++ interface for the GnuTLS library.
  93. #'
  94. %package -n compat32-%{name}
  95. Summary: GNU TLS Library
  96. Summary(ja): GNU TLS ライブラリ
  97. Group: System Environment/Libraries
  98. Requires: %{name} = %{version}-%{release}
  99. %description -n compat32-%{name}
  100. GnuTLS is a project that aims to develop a library which provides a secure
  101. layer, over a reliable transport layer. Currently the GnuTLS library implements
  102. the proposed standards by the IETF's TLS working group.
  103. #'
  104. %package -n compat32-%{name}-devel
  105. Summary: Development files for the GnuTLS package.
  106. Summary(ja): GnuTLS の開発用ファイル
  107. Group: Development/Libraries
  108. Requires: compat32-%{name} = %{version}-%{release}
  109. Requires: %{name}-devel = %{version}-%{release}
  110. Requires: compat32-libgcrypt-devel, compat32-zlib-devel
  111. Requires(post,preun): /sbin/install-info
  112. %description -n compat32-%{name}-devel
  113. GnuTLS is a project that aims to develop a library which provides a secure
  114. layer, over a reliable transport layer. Currently the GnuTLS library implements
  115. the proposed standards by the IETF's TLS working group.
  116. This package contains files needed for developing applications with the GnuTLS
  117. library.
  118. #'
  119. %package -n compat32-%{name}-guile
  120. Summary: Guile bindings for the GNUTLS library
  121. Group: Development/Libraries
  122. Requires: compat32-%{name} = %{version}-%{release}
  123. Requires: %{name}-guile = %{version}-%{release}
  124. %description -n compat32-%{name}-guile
  125. GnuTLS is a project that aims to develop a library which provides a secure
  126. layer, over a reliable transport layer. Currently the GnuTLS library implements
  127. the proposed standards by the IETF's TLS working group.
  128. This package contains Guile bindings for the library.
  129. #'
  130. %prep
  131. %setup -q
  132. %patch1 -p1 -b .rpath
  133. %patch3 -p1 -b .nosrp
  134. %patch2001 -p1
  135. %patch3001 -p1
  136. %build
  137. export LDFLAGS="-Wl,--no-add-needed"
  138. # autoreconf -fi
  139. %configure \
  140. --disable-openssl-compatibility \
  141. --disable-srp-authentication \
  142. --disable-static \
  143. --disable-srp-authentication \
  144. --disable-non-suiteb-curves \
  145. --disable-rpath \
  146. --enable-guile
  147. # --with-libgcrypt
  148. # --with-lzo \
  149. # --with-included-libcfg \
  150. # --with-libtasn1-prefix=%{_prefix} \
  151. # --with-included-libtasn1 \
  152. # --with-included-opencdk \
  153. # --with-included-lzo \
  154. make %{?_smp_mflags}
  155. # cp lib/COPYING COPYING.LIB
  156. %install
  157. %__rm -rf %{buildroot}
  158. # makeinstall macro causes build error, why?
  159. make install DESTDIR=%{buildroot}
  160. rm -f $RPM_BUILD_ROOT%{_bindir}/srptool
  161. rm -f $RPM_BUILD_ROOT%{_bindir}/danetool
  162. rm -f $RPM_BUILD_ROOT%{_bindir}/gnutls-srpcrypt
  163. # replace libgnutls*-config
  164. %__install -d %{buildroot}%{_bindir}
  165. %__install -p -m755 %{SOURCE1} %{buildroot}%{_bindir}/libgnutls-config
  166. # %__install -p -m755 %{SOURCE1} %{buildroot}%{_bindir}/libgnutls-extra-config
  167. rm -f $RPM_BUILD_ROOT%{_mandir}/man1/srptool.1
  168. rm -f $RPM_BUILD_ROOT%{_mandir}/man3/*srp*
  169. rm -f $RPM_BUILD_ROOT%{_infodir}/dir
  170. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  171. rm -f $RPM_BUILD_ROOT%{_libdir}/libguile*.a
  172. rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-dane.pc
  173. # remove unneeded files
  174. %__rm -f %{buildroot}%{_libdir}/*.la
  175. %__rm -f %{buildroot}%{_libdir}/guile/2.0/*.la
  176. %find_lang gnutls
  177. %check
  178. make check
  179. %clean
  180. rm -rf %{buildroot}
  181. %post -p /sbin/ldconfig
  182. %postun -p /sbin/ldconfig
  183. %post devel
  184. if [ -f %{_infodir}/gnutls.info.gz ]; then
  185. /sbin/install-info %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
  186. fi
  187. %preun devel
  188. if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
  189. /sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
  190. fi
  191. %post guile -p /sbin/ldconfig
  192. %postun guile -p /sbin/ldconfig
  193. %post -n compat32-%{name} -p /sbin/ldconfig
  194. %postun -n compat32-%{name} -p /sbin/ldconfig
  195. %post -n compat32-%{name}-guile -p /sbin/ldconfig
  196. %postun -n compat32-%{name}-guile -p /sbin/ldconfig
  197. %files -f gnutls.lang
  198. %defattr(-,root,root,-)
  199. %{_libdir}/libgnutls.so.30*
  200. # %{_libdir}/libgnutls-xssl.so.0*
  201. %doc README AUTHORS NEWS THANKS
  202. %files devel
  203. %defattr(-,root,root,-)
  204. %{_bindir}/libgnutls*-config
  205. %{_includedir}/*
  206. %{_libdir}/libgnutls*.so
  207. %{_libdir}/pkgconfig/*.pc
  208. %{_mandir}/man3/*
  209. %{_infodir}/gnutls*
  210. %{_infodir}/pkcs11-vision.png.gz
  211. %files utils
  212. %defattr(-,root,root,-)
  213. %{_bindir}/certtool
  214. %{_bindir}/psktool
  215. %{_bindir}/p11tool
  216. %{_bindir}/ocsptool
  217. %{_bindir}/gnutls*
  218. %{_mandir}/man1/*
  219. %doc doc/certtool.cfg
  220. %files guile
  221. %defattr(-,root,root,-)
  222. %{_libdir}/guile/2.0/guile*.so*
  223. %{_datadir}/guile/site/gnutls
  224. %{_datadir}/guile/site/gnutls.scm
  225. %files c++
  226. %{_libdir}/libgnutlsxx.so.*
  227. %if %{build_compat32}
  228. %files -n compat32-%{name}
  229. %defattr(-,root,root,-)
  230. %{_libdir}/libgnutls.so.30*
  231. # %{_libdir}/libgnutls-xssl.so.0*
  232. %files -n compat32-%{name}-devel
  233. %defattr(-,root,root,-)
  234. #%{_libdir}/libgnutls*.a
  235. %{_libdir}/libgnutls*.so
  236. %{_libdir}/pkgconfig/*.pc
  237. %files -n compat32-%{name}-guile
  238. %defattr(-,root,root,-)
  239. %{_libdir}/guile/2.0/guile*.so*
  240. %endif
  241. %changelog
  242. * Sat Jan 28 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-3
  243. - fix CVE-2017-5337, CVE-2017-5334, CVE-2017-5336, CVE-2017-5335
  244. - add Patch3001 from Fedora 24 gnutls-3.4.17-2.fc24
  245. * Thu Jan 12 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4.14-2
  246. - fix CVE-2016-7444; OCSP validation issue
  247. - add Patch2001
  248. - add BR: net-tools; for test
  249. * Thu Jul 7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.14-1
  250. - new upstream release 3.4.14.
  251. - dropped Patch100.
  252. - added BR: datefudge.
  253. * Mon Jul 4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
  254. - new upstream release 3.4.13.
  255. - added Patch100: workaround of failing cert-test (The certificate was expired).
  256. * Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.9-1
  257. - new upstream release 3.4.9
  258. * Fri Jan 1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-2
  259. - rebuilt to marge changelog
  260. * Tue Dec 29 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-1
  261. - new upstream release 3.4.7
  262. * Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.17-3
  263. - rebuild with nettls-3.1.1
  264. * Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-2
  265. - BR: libtasn1-devel >= 3.9
  266. * Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-1
  267. - built for release
  268. * Tue Aug 18 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.2
  269. - rm libgnutls-xssl.so.0* in files list
  270. * Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.1
  271. - for test
  272. * Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-3
  273. - add patch1000 for fix SA-2015-3
  274. * Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.20-2
  275. - rebuilt with guile 2.0.11
  276. * Tue Nov 18 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-1
  277. - new upstream release with security fix
  278. * Thu Jun 5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.15-1
  279. - new upstream release with security fix
  280. * Tue Mar 11 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.12.1-1
  281. - new upstream release with security fix
  282. * Wed Feb 19 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.11-1
  283. - new upstream release with security fix
  284. * Sun Feb 9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-3
  285. - fix R: in compat32
  286. * Wed Feb 5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-2
  287. - fix BR:, R: (drop unneeded dependency)
  288. * Mon Feb 3 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.10-1
  289. - new upstream release 3.2.10
  290. - update patches / drop old patches
  291. - add BR: nettle
  292. * Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-2
  293. - added Patch100 from upstream to fix CVE-2013-2116
  294. * Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
  295. - new upstream release
  296. - fixed a day of the week in %%changelog
  297. * Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.22-1
  298. - new upstream release
  299. * Sun Nov 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.21-1
  300. - new upstream release
  301. * Sun Jun 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.20-1
  302. - new upstream release
  303. * Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.19-1
  304. - new upstream release
  305. * Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.18-1
  306. - new upstream release
  307. - changed BuildRequires: p11-kit-devel >= 0.11
  308. * Fri Mar 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.17-1
  309. - new upstream release
  310. * Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.16-1
  311. - new upstream release
  312. * Mon Dec 05 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-3
  313. - added BuildRequires: p11-kit-devel
  314. * Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-2
  315. - deleted BuildRequires: nettle-devel
  316. - mistake.. fixed.
  317. * Sun Dec 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.14-1
  318. - new upstream release
  319. - synced Fedora development package
  320. - add new sub-package: c++
  321. * Sun Apr 10 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-2
  322. - add Requires: libtasn1-devel for devel subpackage
  323. * Sun Apr 3 2011 IWAI, Masaharu <iwai@alib.jp> 2.10.5-1
  324. - new upstream release
  325. * Sun Dec 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.4-1
  326. - new upstream release
  327. * Tue Nov 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.3-1
  328. - new upstream release
  329. - dropt patch1
  330. * Sat Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.2-1
  331. - new upstream release
  332. - added patch1,2,3,4 from Fedora development
  333. - added BuildRequires: gettext readline-devel libtool
  334. - added configure option
  335. --disable-static,--disable-srp-authentication
  336. - dropt *.a files from -devel package again
  337. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.8.6-2
  338. - build with rpm-4.8.1-1 for pkg-config file
  339. * Mon Mar 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.6-1
  340. - new upstream release
  341. - applied new naming policy to spec
  342. * Thu Nov 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.5-1
  343. - new upstream release
  344. * Sat Sep 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.4-1
  345. - new upstream release
  346. * Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.3-1
  347. - new upstream release
  348. * Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.2-1
  349. - new upstream release with security fix (handling X.509 CN or SAN fields)
  350. * Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.8.1-2vl5
  351. - added compat32 package for x86_64 arch support
  352. * Thu Jun 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.1-1vl5
  353. - new upstream release
  354. - added autoreconf
  355. - deleted libguile*.a
  356. - dropt Patch3
  357. - added %post guile, %postun guile
  358. * Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-2
  359. - drop *.a files from -devel package
  360. - build with system lzo
  361. * Sun May 03 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.6-1
  362. - new upstream release with security fixes (CVE-2009-1415,1416,1417)
  363. * Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1vl5
  364. - update to 2.6.5
  365. * Wed Mar 25 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.4-2
  366. - spec in UTF-8
  367. * Sun Feb 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.4-1vl5
  368. - update to 2.6.4
  369. - modifeid Source0
  370. * Mon Jan 19 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.3-2vl5
  371. - add BuildRequires: guile-devel >= 1.8.6
  372. * Tue Jan 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.3-1vl5
  373. - update to 2.6.3
  374. - import from fedora developing's 2.6.3
  375. - License tag fixed
  376. - dropped patch0, patch1, patch2
  377. - added patch3
  378. - added BuildRequires: gmp-devel
  379. - add new sub-package: guile
  380. - added %package guile, %description guile, %files guile
  381. * Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl5
  382. - used %%{?_dist_release} macro
  383. * Mon Mar 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-2vl1
  384. - update to 1.6.3 (use no-SRP source)
  385. - import from fedora core's 1.6.3-2
  386. - nosrc.tar.bz2 (source0)
  387. - license tag fix
  388. - build with system libtasn1
  389. * Fri Mar 09 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.5-0vl1
  390. - update to 1.4.5 (use no-SRP source)
  391. - import from fedora core's 1.4.5-1
  392. - nosrc.tar.bz2 (source0)
  393. - drop obsolete cve-2006-4790.patch (patch3)
  394. * Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-2vl1
  395. - [SECURITY] update to 1.4.1 (use no-SRP source)
  396. - import from fedora core's 1.4.1-2
  397. - nosrp.tar.bz2 (source0)
  398. - libgnutls-config (source1)
  399. - nosrc.patch (patch0)
  400. - enable-psk.patch (patch1)
  401. - cve-2006-4790.patch (patch3)
  402. - update required version of libgcrypt (>= 1.2.2)
  403. - add Requires: pkgconfig to -devel package
  404. - add %%check section
  405. - update %%files
  406. - add new sub-package: utils
  407. * Sat May 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.25-0vl1
  408. - [SECURITY FIX] upstream release
  409. - record packet parsing denial of service (CAN-2005-1431)
  410. * Mon Mar 28 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.24-0vl1
  411. - initial build for Vine Linux
  412. - upstream release
  413. * Wed Mar 2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
  414. - gcc4 rebuild
  415. * Tue Jan 4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
  416. - add gnutls Requires zlib-devel (#144069)
  417. * Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
  418. - Make gnutls-devel Require libgcrypt-devel
  419. * Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
  420. - rebuild with release++, otherwise unchanged.
  421. * Tue Sep 7 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-2
  422. - patent tainted SRP code removed.
  423. * Sun Sep 5 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-1
  424. - update to 1.0.20.
  425. - add --with-included-opencdk --with-included-libtasn1
  426. - add --with-included-libcfg --with-included-lzo
  427. - add --disable-srp-authentication.
  428. - do "make check" after build.
  429. * Fri Mar 21 2003 Jeff Johnson <jbj@redhat.com> 0.9.2-1
  430. - upgrade to 0.9.2
  431. * Tue Jun 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.4-1
  432. - update to 0.4.4.
  433. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  434. - automated rebuild
  435. * Sat May 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.3-1
  436. - update to 0.4.3.
  437. * Tue May 21 2002 Jeff Johnson <jbj@redhat.com> 0.4.2-1
  438. - update to 0.4.2.
  439. - change license to LGPL.
  440. - include splint annotations patch.
  441. * Tue Apr 2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
  442. - update to 0.4.0
  443. * Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
  444. - update to 0.3.2
  445. * Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
  446. - add a URL
  447. * Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
  448. - initial package