[Pkg-openssl-changes] r329 - openssl-blacklist/trunk/debian
keescook-guest at alioth.debian.org
keescook-guest at alioth.debian.org
Mon Jun 16 18:56:18 UTC 2008
Author: keescook-guest
Date: 2008-06-16 18:56:17 +0000 (Mon, 16 Jun 2008)
New Revision: 329
Modified:
openssl-blacklist/trunk/debian/changelog
openssl-blacklist/trunk/debian/control
openssl-blacklist/trunk/debian/rules
Log:
include run of internal tests during build, bump to standards version 3.8.0 (no changes needed)
Modified: openssl-blacklist/trunk/debian/changelog
===================================================================
--- openssl-blacklist/trunk/debian/changelog 2008-06-16 18:43:55 UTC (rev 328)
+++ openssl-blacklist/trunk/debian/changelog 2008-06-16 18:56:17 UTC (rev 329)
@@ -1,12 +1,19 @@
openssl-blacklist (0.4.1) unstable; urgency=low
+ [ Jamie Strandboge ]
* add RSA-4096 blacklist for le64
* install RSA-4096 blacklist
* don't send STDERR to STDOUT as this may interfere with obtaining the
modulus with long bits
- -- Jamie Strandboge <jamie at ubuntu.com> Mon, 16 Jun 2008 07:35:18 -0400
+ [ Kees Cook ]
+ * debian/rules:
+ - add new examples (using wildcards)
+ - include run of internal tests during build
+ * debian/control: bump to standards version 3.8.0 (no changes needed)
+ -- Kees Cook <kees at outflux.net> Mon, 16 Jun 2008 11:48:09 -0700
+
openssl-blacklist (0.4) unstable; urgency=low
* allow checking of certificate requests
Modified: openssl-blacklist/trunk/debian/control
===================================================================
--- openssl-blacklist/trunk/debian/control 2008-06-16 18:43:55 UTC (rev 328)
+++ openssl-blacklist/trunk/debian/control 2008-06-16 18:56:17 UTC (rev 329)
@@ -5,7 +5,7 @@
Maintainer: Kees Cook <kees at outflux.net>
Uploaders: Jamie Strandboge <jamie at ubuntu.com>, Christoph Martin <christoph.martin at uni-mainz.de>
Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0.0
Vcs-Browser: http://svn.debian.org/wsvn/pkg-openssl/openssl-blacklist
Vcs-Svn: svn://svn.debian.org/pkg-openssl/openssl-blacklist/
Modified: openssl-blacklist/trunk/debian/rules
===================================================================
--- openssl-blacklist/trunk/debian/rules 2008-06-16 18:43:55 UTC (rev 328)
+++ openssl-blacklist/trunk/debian/rules 2008-06-16 18:56:17 UTC (rev 329)
@@ -11,6 +11,7 @@
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
+ sh ./test.sh
touch $@
clean:
More information about the Pkg-openssl-changes
mailing list