summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2008-05-17 00:33:15 +0000
committerHanno Boeck <hanno@gentoo.org>2008-05-17 00:33:15 +0000
commitd622bb37f8ede8d45865a041aa619fa5a7708316 (patch)
tree97c7c230a990fe9e387cb557f672ee2f7144aff3 /app-crypt/openssl-blacklist
parentupdated depends for bug #221345 (diff)
downloadhistorical-d622bb37f8ede8d45865a041aa619fa5a7708316.tar.gz
historical-d622bb37f8ede8d45865a041aa619fa5a7708316.tar.bz2
historical-d622bb37f8ede8d45865a041aa619fa5a7708316.zip
add ubuntus openssl-blacklist to check for weak ssl keys
Package-Manager: portage-2.1.5
Diffstat (limited to 'app-crypt/openssl-blacklist')
-rw-r--r--app-crypt/openssl-blacklist/ChangeLog10
-rw-r--r--app-crypt/openssl-blacklist/Manifest14
-rw-r--r--app-crypt/openssl-blacklist/metadata.xml6
-rw-r--r--app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild23
4 files changed, 53 insertions, 0 deletions
diff --git a/app-crypt/openssl-blacklist/ChangeLog b/app-crypt/openssl-blacklist/ChangeLog
new file mode 100644
index 000000000000..381aca362284
--- /dev/null
+++ b/app-crypt/openssl-blacklist/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-crypt/openssl-blacklist
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/ChangeLog,v 1.1 2008/05/17 00:33:15 hanno Exp $
+
+*openssl-blacklist-0.1 (17 May 2008)
+
+ 17 May 2008; Hanno Boeck <hanno@gentoo.org> +openssl-blacklist-0.1.ebuild:
+ Initial commit of ubuntus tool to detect weak ssl-keys according to
+ CVE-2008-0166.
+
diff --git a/app-crypt/openssl-blacklist/Manifest b/app-crypt/openssl-blacklist/Manifest
new file mode 100644
index 000000000000..f3beabb0462f
--- /dev/null
+++ b/app-crypt/openssl-blacklist/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST openssl-blacklist_0.1-0ubuntu0.8.04.2.tar.gz 7778452 RMD160 e1f9cfb0a1a3c4116d681a27567e0d3e0cca82ef SHA1 abf3c8caeeac5ea825f082fc64a93d30419422f5 SHA256 e65b90fbfddf426e106b501e77c576680ef8f96e48e575253b18486bb9621d79
+EBUILD openssl-blacklist-0.1.ebuild 825 RMD160 4c5400133cc8b26341eb5e2ef880376108bb6296 SHA1 2efee71643e00465af4f0898a57c2b0fef3abfec SHA256 337f474a73b4d98b2559d02c72a9ecf0a0edcccd52d0b095568609d4d9813918
+MISC ChangeLog 429 RMD160 244f9a6e46e9f4a2b54054faaabd9fe1f9e6fc41 SHA1 6df2fe3d7d1d0ace1d6a694599fd9b5e601126a8 SHA256 014dd8d270ef70cd15d6218597e8937cb1ffb2db4c5a94edec13cfe3447ee26f
+MISC metadata.xml 217 RMD160 3b01d5dab901ee93217f72b711954d3cccbb1717 SHA1 e304788b60dd2cf214d360a21d267e8635474d98 SHA256 2f5dfc1eb79d2d9ee02663da6e1449f499c3a37b7f4cc2391e18d7789a314669
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAkguJ9UACgkQr2QksT29OyDjNACdGSrqVHGl7CJAtjS3e0KHrdMo
+wFIAnjJbb8Ui2SbpNeSXTkgA+taXCO+K
+=M0t2
+-----END PGP SIGNATURE-----
diff --git a/app-crypt/openssl-blacklist/metadata.xml b/app-crypt/openssl-blacklist/metadata.xml
new file mode 100644
index 000000000000..efa54454de71
--- /dev/null
+++ b/app-crypt/openssl-blacklist/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>hanno@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild b/app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild
new file mode 100644
index 000000000000..9976cc54acf7
--- /dev/null
+++ b/app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.1.ebuild,v 1.1 2008/05/17 00:33:15 hanno Exp $
+
+DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008"
+HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/"
+SRC_URI="https://launchpadlibrarian.net/14520224/${PN}_${PV}-0ubuntu0.8.04.2.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-lang/python"
+
+src_compile() {
+ einfo nothing to compile
+}
+
+src_install() {
+ dobin openssl-vulnkey || die "dobin failed"
+ doman openssl-vulnkey.1 || die "doman failed"
+ insinto /usr/share/openssl-blacklist/
+ doins blacklist.RSA-* || die "installing blacklist failed"
+}