[arch-commits] Commit in openssl/trunk (PKGBUILD)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Feb 17 12:51:07 UTC 2013


    Date: Sunday, February 17, 2013 @ 13:51:07
  Author: pierre
Revision: 178160

Remove all workarounds for broken servers as this breaks more than it helps

Modified:
  openssl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-17 10:57:26 UTC (rev 178159)
+++ PKGBUILD	2013-02-17 12:51:07 UTC (rev 178160)
@@ -6,7 +6,7 @@
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=2
+pkgrel=3
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
 arch=('i686' 'x86_64')
 url='https://www.openssl.org'
@@ -41,14 +41,10 @@
 	patch -p0 -i $srcdir/ca-dir.patch
 
 	# mark stack as non-executable: http://bugs.archlinux.org/task/12434
-	# workaround for https://rt.openssl.org/Ticket/Display.html?id=2771
-	# See Changes file "Changes between 1.0.1 and 1.0.1a [19 Apr 2012]"
 	./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
 		shared zlib enable-md2 ${optflags} \
 		"${openssltarget}" \
-		-Wa,--noexecstack "${CFLAGS}" "${LDFLAGS}" \
-		-DOPENSSL_NO_TLS1_2_CLIENT \
-		-DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
+		-Wa,--noexecstack "${CFLAGS}" "${LDFLAGS}"
 
 	make depend
 	make
@@ -59,8 +55,6 @@
 	# the test fails due to missing write permissions in /etc/ssl
 	# revert this patch for make test
 	patch -p0 -R -i $srcdir/ca-dir.patch
-	# Do not test TLS1.2 as we disabled it above using OPENSSL_NO_TLS1_2_CLIENT
-	sed 's/TLSv1.2 //g' -i test/testssl
 	make test
 	patch -p0 -i $srcdir/ca-dir.patch
 }




More information about the arch-commits mailing list