[Pkg-openssl-changes] r859 - openssl/branches/1.1.0/debian

Kurt Roeckx kroeckx at moszumanska.debian.org
Thu Nov 10 17:55:22 UTC 2016


Author: kroeckx
Date: 2016-11-10 17:55:20 +0000 (Thu, 10 Nov 2016)
New Revision: 859

Removed:
   openssl/branches/1.1.0/debian/d2i-tests.tar
Modified:
   openssl/branches/1.1.0/debian/changelog
   openssl/branches/1.1.0/debian/rules
Log:
Remove d2i tests from debian tarball.


Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog	2016-11-10 17:19:27 UTC (rev 858)
+++ openssl/branches/1.1.0/debian/changelog	2016-11-10 17:55:20 UTC (rev 859)
@@ -5,8 +5,9 @@
     - Fix CVE-2016-7054
     - Fix CVE-2016-7055
   * remove no-rpath.patch, applied upstream.
+  * Remove old d2i test cases, use the one from the upstream tarball.
 
- -- Kurt Roeckx <kurt at roeckx.be>  Thu, 10 Nov 2016 18:11:07 +0100
+ -- Kurt Roeckx <kurt at roeckx.be>  Thu, 10 Nov 2016 18:54:31 +0100
 
 openssl (1.1.0b-2) unstable; urgency=low
 

Deleted: openssl/branches/1.1.0/debian/d2i-tests.tar
===================================================================
(Binary files differ)

Modified: openssl/branches/1.1.0/debian/rules
===================================================================
--- openssl/branches/1.1.0/debian/rules	2016-11-10 17:19:27 UTC (rev 858)
+++ openssl/branches/1.1.0/debian/rules	2016-11-10 17:55:20 UTC (rev 859)
@@ -53,7 +53,6 @@
 	dh_testdir
 #	perl util/ssldir.pl /usr/lib/ssl
 #	chmod +x debian/libtool
-	tar xf debian/d2i-tests.tar
 	./Configure no-shared $(CONFARGS) debian-$(DEB_HOST_ARCH)
 	$(MAKE) depend
 	$(MAKE) -f Makefile all
@@ -109,7 +108,6 @@
 	rm -rf crypto/aes/aes-armv4.S crypto/bn/armv4-gf2m.S crypto/modes/ghash-armv4.S crypto/sha/*.S
 	rm -f configdata.pm crypto/include/internal/bn_conf.h crypto/include/internal/dso_conf.h include/openssl/opensslconf.h
 	rm -f crypto.map ssl.map engines/afalg/afalg.so test/req-check.err test/req-fff.p test/sid-fff.p
-	rm -f test/d2i-tests/*
 	find . -type l -exec rm '{}' \;
 	dh_clean
 




More information about the Pkg-openssl-changes mailing list