diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-03 10:25:12 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-03 10:25:12 +0000 |
commit | f5d5197d44bc27f0e406d4255d89b2f6c7f4c5fe (patch) | |
tree | f673de2cf96a1c1c2b976d7f67887472f5c5412f /net-dialup | |
parent | Added net-misc/ksb26. (diff) | |
download | gentoo-2-f5d5197d44bc27f0e406d4255d89b2f6c7f4c5fe.tar.gz gentoo-2-f5d5197d44bc27f0e406d4255d89b2f6c7f4c5fe.tar.bz2 gentoo-2-f5d5197d44bc27f0e406d4255d89b2f6c7f4c5fe.zip |
New patchset which fixes bug #334047 and bug #334727. No revbump
(Portage version: 2.2_rc73/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 0a18db4ae4d1..13d4ebf37eaf 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ppp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.260 2010/08/22 13:02:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.261 2010/09/03 10:25:12 hwoarang Exp $ + + 03 Sep 2010; Markos Chandras <hwoarang@gentoo.org> ppp-2.4.5.ebuild: + New patchset which fixes bug #334047 and bug #334727. No revbump 22 Aug 2010; Markus Meier <maekke@gentoo.org> ppp-2.4.4-r25.ebuild: arm stable, bug #331611 diff --git a/net-dialup/ppp/ppp-2.4.5.ebuild b/net-dialup/ppp/ppp-2.4.5.ebuild index 4b4f21b54c73..0b78ee6963b9 100644 --- a/net-dialup/ppp/ppp-2.4.5.ebuild +++ b/net-dialup/ppp/ppp-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5.ebuild,v 1.1 2010/08/08 10:24:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5.ebuild,v 1.2 2010/09/03 10:25:12 hwoarang Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit eutils toolchain-funcs linux-info pam DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="http://www.samba.org/ppp" SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz - mirror://gentoo/${P}-gentoo-20100808.tar.gz + mirror://gentoo/${P}-gentoo-20100903.tar.gz dhcp? ( http://www.netservers.co.uk/gpl/ppp-dhcpc.tgz )" LICENSE="BSD GPL-2" @@ -39,6 +39,8 @@ src_prepare() { epatch "${WORKDIR}/patch/passwordfd-read-early.patch" epatch "${WORKDIR}/patch/pppd-usepeerwins.patch" epatch "${WORKDIR}/patch/connect-errors.patch" + epatch "${WORKDIR}/patch/Makefile.patch" + epatch "${WORKDIR}/patch/pppol2tpv3-2.6.35.patch" use eap-tls && { # see http://www.nikhef.nl/~janjust/ppp for more info |