gnutls-vl.spec 17 KB

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