[arch-commits] Commit in openssl/trunk (PKGBUILD openssl-0.9.8m-cfb.patch)

Pierre Schmitz pierre at archlinux.org
Wed Mar 24 14:24:17 UTC 2010


    Date: Wednesday, March 24, 2010 @ 10:24:17
  Author: pierre
Revision: 73290

upgpkg: openssl 0.9.8n-1
upstream update

Modified:
  openssl/trunk/PKGBUILD
Deleted:
  openssl/trunk/openssl-0.9.8m-cfb.patch

--------------------------+
 PKGBUILD                 |   17 +++++------------
 openssl-0.9.8m-cfb.patch |   15 ---------------
 2 files changed, 5 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-24 13:29:54 UTC (rev 73289)
+++ PKGBUILD	2010-03-24 14:24:17 UTC (rev 73290)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=openssl
-pkgver=0.9.8m
-pkgrel=2
+pkgver=0.9.8n
+pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
 arch=('i686' 'x86_64')
 url='http://www.openssl.org'
@@ -15,13 +15,11 @@
 source=("http://www.openssl.org/source/${pkgname}-${pkgver}.tar.gz"
         'openssl-0.9.8l-fix_manpages-1.patch'
         'openssl-0.9.8a-no-rpath.patch'
-        'openssl-0.9.8m-ca-dir.patch'
-        'openssl-0.9.8m-cfb.patch')
-md5sums=('898bf125370926d5f692a2201124f8ec'
+        'openssl-0.9.8m-ca-dir.patch')
+md5sums=('076d8efc3ed93646bd01f04e23c07066'
          '04a6a88c2ee4badd4f8649792b73eaf3'
          '4738d1eaff4e9975e9a26e4f76e48318'
-         '1216688f46de6948ed2175e58e75c043'
-         'd7ead9cc459e5d0233d5b1e1d24380a7')
+         '1216688f46de6948ed2175e58e75c043')
 
 build() {
 	cd $srcdir/$pkgname-$pkgver
@@ -35,11 +33,6 @@
 	# mark stack as non-executable: http://bugs.archlinux.org/task/12434
 	./config --prefix=/usr --openssldir=/etc/ssl shared zlib -Wa,--noexecstack
 
-	# see http://bugs.archlinux.org/task/18564
-	# and http://cvs.openssl.org/chngview?cn=19336
-	# will be in 0.9.8n
-	patch -p0 -i $srcdir/openssl-0.9.8m-cfb.patch || return 1
-
 	make || return 1
 
 	# the test fails due to missing write permissions in /etc/ssl

Deleted: openssl-0.9.8m-cfb.patch
===================================================================
--- openssl-0.9.8m-cfb.patch	2010-03-24 13:29:54 UTC (rev 73289)
+++ openssl-0.9.8m-cfb.patch	2010-03-24 14:24:17 UTC (rev 73290)
@@ -1,15 +0,0 @@
---- crypto/evp/evp_locl.h	2010/02/15 19:40:45	1.10.2.7
-+++ crypto/evp/evp_locl.h	2010/02/26 14:41:38	1.10.2.8
-@@ -127,9 +127,9 @@
- #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \
- 			     iv_len, cbits, flags, init_key, cleanup, \
- 			     set_asn1, get_asn1, ctrl) \
--BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, \
--			(cbits + 7)/8, key_len, iv_len, \
--		flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
-+BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
-+		  key_len, iv_len, flags, init_key, cleanup, set_asn1, \
-+		  get_asn1, ctrl)
- 
- #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \
- 			     iv_len, cbits, flags, init_key, cleanup, \




More information about the arch-commits mailing list