diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-08-21 10:53:21 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-08-21 10:53:21 +0000 |
commit | fa803359b2fd76c2ebd10f82add83f7490b35914 (patch) | |
tree | b40622f71029d2d1355c6741f74008b01c3b2fac /net-misc | |
parent | Version bump, security bug #186277. (diff) | |
download | gentoo-2-fa803359b2fd76c2ebd10f82add83f7490b35914.tar.gz gentoo-2-fa803359b2fd76c2ebd10f82add83f7490b35914.tar.bz2 gentoo-2-fa803359b2fd76c2ebd10f82add83f7490b35914.zip |
Bumpage
(Portage version: 2.1.3.6)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.1.5.ebuild | 39 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-3.1.5 | 3 |
3 files changed, 48 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 5e757b32167a..eddfeccb3d71 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,11 @@ # 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.154 2007/08/11 10:23:51 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.155 2007/08/21 10:53:21 uberlord Exp $ + +*dhcpcd-3.1.5 (21 Aug 2007) + + 21 Aug 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.5.ebuild: + Bumpage 11 Aug 2007; Roy Marples <uberlord@gentoo.org> dhcpcd-3.1.4.ebuild: Fix linker error when coreutils is statically built, #188333. diff --git a/net-misc/dhcpcd/dhcpcd-3.1.5.ebuild b/net-misc/dhcpcd/dhcpcd-3.1.5.ebuild new file mode 100644 index 000000000000..e5ee8500f15a --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-3.1.5.ebuild @@ -0,0 +1,39 @@ +# 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.1.5.ebuild,v 1.1 2007/08/21 10:53:21 uberlord Exp $ + +inherit 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="vram" + +DEPEND="" +PROVIDE="virtual/dhcpc" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Redefine the location of ntp.drift + sed -i -e 's,#define NTPDRIFTFILE[:space:]*,#define NTPDRIFTFILE\t\"/var/lib/ntp/ntp.drift\",' \ + config.h || die "sed failed" + + # Disable DUID support if we have volatile storage. + # LiveCD's *should* enable this USE flag + use vram && echo "#undef ENABLE_DUID" >> config.h +} + +src_compile() { + make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog +} diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-3.1.5 b/net-misc/dhcpcd/files/digest-dhcpcd-3.1.5 new file mode 100644 index 000000000000..73dbb745b6fd --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.1.5 @@ -0,0 +1,3 @@ +MD5 2a0070088d07371d99a9929355af855f dhcpcd-3.1.5.tar.bz2 40958 +RMD160 a00b50c2aadcce5f23d0dcca7691dea173d219fa dhcpcd-3.1.5.tar.bz2 40958 +SHA256 ce98a97a2002d672de67d32bb0226d12146788bd16b1c5ef1a319c82b7933e0e dhcpcd-3.1.5.tar.bz2 40958 |