Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308333 | Differences between
and this patch

Collapse All | Expand All

(-)openssl-blacklist.orig/openssl-blacklist-0.4.1.ebuild (-2 / +7 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.4.1.ebuild,v 1.3 2008/10/02 18:16:52 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.4.1.ebuild,v 1.3 2008/10/02 18:16:52 jer Exp $
4
4
5
EAPI="3"
6
PYTHON_DEPEND="2"
7
inherit python
8
5
DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008"
9
DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008"
6
HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/"
10
HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/"
7
SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
11
SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
Lines 9-15 Link Here
9
SLOT="0"
13
SLOT="0"
10
KEYWORDS="amd64 hppa x86 ~x86-fbsd"
14
KEYWORDS="amd64 hppa x86 ~x86-fbsd"
11
IUSE=""
15
IUSE=""
12
DEPEND="dev-lang/python"
16
DEPEND=""
17
RDEPEND="${DEPEND}"
Lines 26-30 Link Here
26
                       | cut -d ' ' -f 5 | cut -b21- | sort \
26
                       | cut -d ' ' -f 5 | cut -b21- | sort \
27
                       >> "${D}/usr/share/openssl-blacklist/blacklist.RSA-$keysize"
27
                       >> "${D}/usr/share/openssl-blacklist/blacklist.RSA-$keysize"
28
       done
28
       done
29
29
              python_convert_shebangs -r 2 "${ED}"
30
}
30
}
(-)openssl-blacklist.orig/openssl-blacklist-0.4.2.ebuild (-2 / +7 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.4.2.ebuild,v 1.1 2009/04/15 08:05:43 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.4.2.ebuild,v 1.1 2009/04/15 08:05:43 hanno Exp $
4
4
5
EAPI="3"
6
PYTHON_DEPEND="2"
7
inherit python
8
5
DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008"
9
DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008"
6
HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/"
10
HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/"
7
SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
11
SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
Lines 9-15 Link Here
9
SLOT="0"
13
SLOT="0"
10
KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
14
KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
11
IUSE=""
15
IUSE=""
12
DEPEND="dev-lang/python"
16
DEPEND=""
13
RDEPEND="${DEPEND}"
17
RDEPEND="${DEPEND}"
14
S="${WORKDIR}/trunk"
18
S="${WORKDIR}/trunk"
15
S="${WORKDIR}/trunk"
19
S="${WORKDIR}/trunk"
16
20
Lines 27-31 Link Here
27
                       | cut -d ' ' -f 5 | cut -b21- | sort \
31
                       | cut -d ' ' -f 5 | cut -b21- | sort \
28
                       >> "${D}/usr/share/openssl-blacklist/blacklist.RSA-$keysize"
32
                       >> "${D}/usr/share/openssl-blacklist/blacklist.RSA-$keysize"
29
       done
33
       done
30
34
       python_convert_shebangs -r 2 "${ED}"
31
}
35
}
36
32
37

Return to bug 308333