[Pkg-openssl-changes] r323 - openssl-blacklist/trunk/debian

keescook-guest at alioth.debian.org keescook-guest at alioth.debian.org
Wed Jun 11 19:42:21 UTC 2008


Author: keescook-guest
Date: 2008-06-11 19:42:21 +0000 (Wed, 11 Jun 2008)
New Revision: 323

Modified:
   openssl-blacklist/trunk/debian/changelog
   openssl-blacklist/trunk/debian/rules
Log:
bump to 0.4 due to new features and lists; make sure comment header goes to the right place

Modified: openssl-blacklist/trunk/debian/changelog
===================================================================
--- openssl-blacklist/trunk/debian/changelog	2008-06-11 18:42:23 UTC (rev 322)
+++ openssl-blacklist/trunk/debian/changelog	2008-06-11 19:42:21 UTC (rev 323)
@@ -1,4 +1,4 @@
-openssl-blacklist (0.3.3) unstable; urgency=low
+openssl-blacklist (0.4) unstable; urgency=low
 
   * allow checking of certificate requests
   * only check moduli with an exponent of 65537 (the default on Debian/Ubuntu)

Modified: openssl-blacklist/trunk/debian/rules
===================================================================
--- openssl-blacklist/trunk/debian/rules	2008-06-11 18:42:23 UTC (rev 322)
+++ openssl-blacklist/trunk/debian/rules	2008-06-11 19:42:21 UTC (rev 323)
@@ -32,7 +32,7 @@
 	# Trim blacklists to reduce the size of the package without too
 	# drastically creating false positives.
 	for keysize in 512 1024 2048 4096; do \
-		cat $(CURDIR)/debian/blacklist.prefix > $(CURDIR)/debian/tmp/usr/share/openssl-blacklist/blacklist.$$keysize; \
+		cat $(CURDIR)/debian/blacklist.prefix > $(CURDIR)/debian/tmp/usr/share/openssl-blacklist/blacklist.RSA-$$keysize; \
 		cat $(CURDIR)/blacklists/be32/blacklist-$$keysize.db $(CURDIR)/blacklists/le32/blacklist-$$keysize.db $(CURDIR)/blacklists/le64/blacklist-$$keysize.db | cut -d ' ' -f 5 | cut -b21- | sort >> $(CURDIR)/debian/tmp/usr/share/openssl-blacklist/blacklist.RSA-$$keysize; \
 	done
 




More information about the Pkg-openssl-changes mailing list