diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-04-01 17:54:45 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-04-01 17:54:45 +0000 |
commit | 3081fa92b946b39586a591512caa5cf64ce8ac4a (patch) | |
tree | 6803ec52e25323832e0f58e7344846cd2e4689a3 /net-dialup | |
parent | stable amd64 (diff) | |
download | historical-3081fa92b946b39586a591512caa5cf64ce8ac4a.tar.gz historical-3081fa92b946b39586a591512caa5cf64ce8ac4a.tar.bz2 historical-3081fa92b946b39586a591512caa5cf64ce8ac4a.zip |
taint check (#81880)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/pptpclient/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/pptpclient/Manifest | 18 | ||||
-rw-r--r-- | net-dialup/pptpclient/files/digest-pptpclient-1.5.0-r2 | 2 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.5.0-r2.ebuild | 43 |
4 files changed, 62 insertions, 9 deletions
diff --git a/net-dialup/pptpclient/ChangeLog b/net-dialup/pptpclient/ChangeLog index 1ce018f55a78..7778c835a625 100644 --- a/net-dialup/pptpclient/ChangeLog +++ b/net-dialup/pptpclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/pptpclient # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.21 2005/03/19 15:29:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.22 2005/04/01 17:54:45 mrness Exp $ + +*pptpclient-1.5.0-r2 (01 Apr 2005) + + 01 Apr 2005; Alin Nastac <mrness@gentoo.org> +pptpclient-1.5.0-r2.ebuild: + Fix taint check of pptp-command script. Thanks goes to Francisco Olarte + <folarte@peoplecall.com> who spotted and fixed this problem (#81880). 19 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> pptpclient-1.5.0-r1.ebuild: diff --git a/net-dialup/pptpclient/Manifest b/net-dialup/pptpclient/Manifest index 634ce57855ae..9ab2f8c221da 100644 --- a/net-dialup/pptpclient/Manifest +++ b/net-dialup/pptpclient/Manifest @@ -1,20 +1,22 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 c543474e56575b30fa51c394cb1c427b ChangeLog 3618 MD5 1773fe804f8f6a0d43aee1f8b514c016 pptpclient-1.5.0-r1.ebuild 1084 -MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 6f9302a1736918cbbd1a3e82e73d3307 pptpclient-1.3.1.ebuild 1027 -MD5 bd60480b6ba90362342540fb9cbe7ebe files/xpptp_fe.pl 5620 -MD5 34862b5af00d851d068eb3e384093c3b files/pptp_fe.pl 8100 +MD5 fc31e0a341e14d711c24b06192910a36 pptpclient-1.5.0-r2.ebuild 1136 +MD5 361d2020a5125a5efde8457c44e6f23c ChangeLog 3877 +MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 dad6352a156cbe6ce71b057f50af2eec files/options.pptp 359 -MD5 5e3ae8ec4aa13dfc12f71d856a170c99 files/digest-pptpclient-1.3.1 124 +MD5 34862b5af00d851d068eb3e384093c3b files/pptp_fe.pl 8100 MD5 2ae5d625d43dc891c4e445b5049bb947 files/digest-pptpclient-1.5.0-r1 124 +MD5 10a1583f3984e35a544b59b0d9595b2c files/digest-pptpclient-1.5.0-r2 135 +MD5 5e3ae8ec4aa13dfc12f71d856a170c99 files/digest-pptpclient-1.3.1 124 +MD5 bd60480b6ba90362342540fb9cbe7ebe files/xpptp_fe.pl 5620 MD5 eeee374ec64214d7f9c26a21ce8f4a36 files/new-mppe/options.pptp 340 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCPFOLugEuf3OQ0akRApPnAJ4iwWMFOBLH1XuFMn5EnicjgJq/zgCfULvW -1Xe4kM63vjK/V3v13K17xvw= -=6xV2 +iD8DBQFCTYr+jiC39V7gKu0RAsxiAKCD81eAeLOYP8dBJkfuhU7HuEHG3QCcDpD2 +ZNi8aeEe5TKdfessRbhTn0A= +=Zb34 -----END PGP SIGNATURE----- diff --git a/net-dialup/pptpclient/files/digest-pptpclient-1.5.0-r2 b/net-dialup/pptpclient/files/digest-pptpclient-1.5.0-r2 new file mode 100644 index 000000000000..43e8731abe14 --- /dev/null +++ b/net-dialup/pptpclient/files/digest-pptpclient-1.5.0-r2 @@ -0,0 +1,2 @@ +MD5 281ee37788bdf3260426eca56a9af858 pptp-linux-1.5.0.tar.gz 223317 +MD5 a2fd08077b4c6ab1edd9e959901639cd pptp-command-20050401.gz 7662 diff --git a/net-dialup/pptpclient/pptpclient-1.5.0-r2.ebuild b/net-dialup/pptpclient/pptpclient-1.5.0-r2.ebuild new file mode 100644 index 000000000000..231adeecf37e --- /dev/null +++ b/net-dialup/pptpclient/pptpclient-1.5.0-r2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.5.0-r2.ebuild,v 1.1 2005/04/01 17:54:45 mrness Exp $ + +MY_P=pptp-linux-${PV} +MY_CMD=pptp-command-20050401 + +DESCRIPTION="Linux client for PPTP" +HOMEPAGE="http://pptpclient.sourceforge.net/" +SRC_URI="mirror://sourceforge/pptpclient/${MY_P}.tar.gz + mirror://gentoo/${MY_CMD}.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64 ~alpha" +IUSE="tcltk" + +DEPEND=">=net-dialup/ppp-2.4.2 + dev-lang/perl + tcltk? ( dev-perl/perl-tk )" + +S=${WORKDIR}/${MY_P} + +src_compile() { + emake OPTIMISE= DEBUG= CFLAGS="${CFLAGS}" || die "make failed" +} + +src_install() { + dosbin pptp + dodoc AUTHORS COPYING ChangeLog DEVELOPERS NEWS README TODO USING + dodoc Documentation/* + dodoc Reference/* + dodir /etc/pptp.d + + # The current version of pptp-linux doesn't include the + # RH-specific portions, so include them ourselves. + cd ${FILESDIR} + insinto /etc/ppp + doins new-mppe/options.pptp + newsbin ${WORKDIR}/${MY_CMD} pptp-command + dosbin pptp_fe.pl + use tcltk && dosbin xpptp_fe.pl +} |