[Pkg-openssl-changes] r755 - openssl/trunk/debian
Kurt Roeckx
kroeckx at moszumanska.debian.org
Thu Dec 3 17:29:08 UTC 2015
Author: kroeckx
Date: 2015-12-03 17:29:08 +0000 (Thu, 03 Dec 2015)
New Revision: 755
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/rules
Log:
Remove all symlinks during clean
There was an issue with the tar having the symlinks point to the wrong place.
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2015-12-03 17:09:29 UTC (rev 754)
+++ openssl/trunk/debian/changelog 2015-12-03 17:29:08 UTC (rev 755)
@@ -5,8 +5,9 @@
- Fix CVE-2015-3194
- Fix CVE-2015-3195
- Fix CVE-2015-3196
+ * Remove all symlinks during clean
- -- Kurt Roeckx <kurt at roeckx.be> Thu, 03 Dec 2015 17:59:14 +0100
+ -- Kurt Roeckx <kurt at roeckx.be> Thu, 03 Dec 2015 18:28:16 +0100
openssl (1.0.2d-3) unstable; urgency=medium
Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules 2015-12-03 17:09:29 UTC (rev 754)
+++ openssl/trunk/debian/rules 2015-12-03 17:29:08 UTC (rev 755)
@@ -100,7 +100,7 @@
rm -f test/asn1test test/wp_test test/srptest test/jpaketest
rm -f certs/demo/*.0
rm -rf crypto/aes/aes-armv4.S crypto/bn/armv4-gf2m.S crypto/modes/ghash-armv4.S crypto/sha/*.S
- rm -f include/openssl/*
+ find . -type l -exec rm '{}' \;
dh_clean
install: build
More information about the Pkg-openssl-changes
mailing list