summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-04-28 07:35:43 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-04-28 07:35:43 +0000
commitb7bc64dd337875c54c9decf88ed5cec3fa1811b1 (patch)
tree9d6347b9a6f62903190380a76344b9544e9a8d4c /net-dialup
parentUnmasked (diff)
downloadhistorical-b7bc64dd337875c54c9decf88ed5cec3fa1811b1.tar.gz
historical-b7bc64dd337875c54c9decf88ed5cec3fa1811b1.tar.bz2
historical-b7bc64dd337875c54c9decf88ed5cec3fa1811b1.zip
Security update
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/pptpd/ChangeLog7
-rw-r--r--net-dialup/pptpd/files/digest-pptpd-1.1.3.200304091
-rw-r--r--net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild38
3 files changed, 45 insertions, 1 deletions
diff --git a/net-dialup/pptpd/ChangeLog b/net-dialup/pptpd/ChangeLog
index dee251e1c0c0..fe8b6e708080 100644
--- a/net-dialup/pptpd/ChangeLog
+++ b/net-dialup/pptpd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dialup/pptpd
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.3 2003/02/12 07:53:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.4 2003/04/28 07:35:43 aliz Exp $
+
+*pptpd-1.1.3.20030409 (28 Apr 2003)
+
+ 28 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> pptpd-1.1.3.20030409.ebuild :
+ Security update.
*pptpd-1.1.3 (6 Nov 2002)
diff --git a/net-dialup/pptpd/files/digest-pptpd-1.1.3.20030409 b/net-dialup/pptpd/files/digest-pptpd-1.1.3.20030409
new file mode 100644
index 000000000000..eb1d7d124888
--- /dev/null
+++ b/net-dialup/pptpd/files/digest-pptpd-1.1.3.20030409
@@ -0,0 +1 @@
+MD5 b860a9dd19e16b2298cecb480733091a pptpd-1.1.3-20030409.tar.gz 148934
diff --git a/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild b/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild
new file mode 100644
index 000000000000..145fc29eb118
--- /dev/null
+++ b/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.20030409.ebuild,v 1.1 2003/04/28 07:35:43 aliz Exp $
+
+S=${WORKDIR}/poptop
+DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
+SRC_URI="mirror://sourceforge/poptop/pptpd-1.1.3-20030409.tar.gz"
+HOMEPAGE="http://www.poptop.org"
+
+DEPEND="virtual/glibc
+ net-dialup/ppp"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ make \
+ DESTDIR=${D} \
+ man_prefix=/usr/share/man \
+ install || die
+
+ insinto /etc
+ doins ${FILESDIR}/1.1.3/pptpd.conf
+ insinto /etc/ppp
+ dodir /etc/ppp
+ insinto /etc/ppp
+ doins ${FILESDIR}/1.1.3/options.pptpd
+
+ dodoc README* AUTHORS COPYING INSTALL TODO ChangeLog
+ docinto samples; dodoc samples/*
+}
+