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