diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-03-02 12:20:53 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-03-02 12:20:53 +0000 |
commit | 070bc160f52243c869d5d874aa9edcc58eb8e10e (patch) | |
tree | afbfb9d6c5065ba3f209e4e0104b8f7ac4bcf921 /net-misc | |
parent | Version bump. #159131 (diff) | |
download | gentoo-2-070bc160f52243c869d5d874aa9edcc58eb8e10e.tar.gz gentoo-2-070bc160f52243c869d5d874aa9edcc58eb8e10e.tar.bz2 gentoo-2-070bc160f52243c869d5d874aa9edcc58eb8e10e.zip |
New release, which sets the minimum MTU to be 576 regardless of what the
DHCP server wants. Fixes #168985.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.0.16.ebuild | 35 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-3.0.16 | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index ac3c613fc9cf..2fae737d6efe 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.134 2007/03/01 10:53:34 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.135 2007/03/02 12:20:53 uberlord Exp $ + +*dhcpcd-3.0.16 (02 Mar 2007) + + 02 Mar 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.16.ebuild: + New release, which sets the minimum MTU to be 576 regardless of what the + DHCP server wants. Fixes #168985. *dhcpcd-3.0.15 (01 Mar 2007) diff --git a/net-misc/dhcpcd/dhcpcd-3.0.16.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.16.ebuild new file mode 100644 index 000000000000..c3ee5b97216e --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-3.0.16.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.0.16.ebuild,v 1.1 2007/03/02 12:20:53 uberlord Exp $ + +inherit eutils toolchain-funcs + +DESCRIPTION="A DHCP client" +HOMEPAGE="http://dhcpcd.berlios.de" +SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +PROVIDE="virtual/dhcpc" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Redefine the location of ntp.drift + sed -i -e 's,#define NTPDRIFTFILE\t.*,#define NTPDRIFTFILE\t\t\"/var/lib/ntp/ntp.drift\",' \ + pathnames.h || die "sed failed" +} + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog +} diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-3.0.16 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.16 new file mode 100644 index 000000000000..4ddc5918d873 --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.16 @@ -0,0 +1,3 @@ +MD5 f100349190074dced9bced60dcc1b9f7 dhcpcd-3.0.16.tar.bz2 31639 +RMD160 24ab33bf453a0eb3301fc879e7e98f607aaf14d6 dhcpcd-3.0.16.tar.bz2 31639 +SHA256 324318a4d9feabf313011bdf8e0152beb904e7f4611cc539f767304343639be7 dhcpcd-3.0.16.tar.bz2 31639 |