diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-01-04 22:07:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-01-04 22:07:32 +0000 |
commit | 01af9c04a26e7cfc049df6e2c3ab48f7b688deb4 (patch) | |
tree | 4047aa380fc3ba282ba1d1b2ebf25ab4a5fca94d /net-misc | |
parent | todorc was installed into /etc, not /etc/devtodo, fixed that (diff) | |
download | gentoo-2-01af9c04a26e7cfc049df6e2c3ab48f7b688deb4.tar.gz gentoo-2-01af9c04a26e7cfc049df6e2c3ab48f7b688deb4.tar.bz2 gentoo-2-01af9c04a26e7cfc049df6e2c3ab48f7b688deb4.zip |
Versionbump and securityupdate
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 12 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild | 44 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild | 39 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r3 | 1 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4 | 1 |
5 files changed, 96 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 8db8b7b568a9..3b24a7e02d76 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.11 2002/12/13 11:00:11 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.12 2003/01/04 22:07:32 aliz Exp $ + +*dhcpcd-1.3.22_p4 (04 Jan 2003) + + 04 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> : + Version bump + +*dhcpcd-1.3.22_p3-r3 (04 Jan 2003) + + 04 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild : + Removed installation of pcmcia network files. Marked stable becuse of security update. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild new file mode 100644 index 000000000000..936d3e69bf0f --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild,v 1.1 2003/01/04 22:07:32 aliz Exp $ + +inherit gnuconfig + +S=${WORKDIR}/${P/_p/-pl} +DESCRIPTION="A dhcp client only" +SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" +HOMEPAGE="http://www.phystech.com/download/" +DEPEND="" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha" +LICENSE="GPL-2" +IUSE="alpha build" + +src_unpack() { + unpack ${A} || die "unpack failed" + use alpha && gnuconfig_update + + #make the pidfile always goto /var/run (woodchip Dec 4 2002) + cd ${S} + cp client.c client.c.orig + sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ + client.c.orig >client.c + cp signals.c signals.c.orig + sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ + signals.c.orig >signals.c +} + +src_compile() { + econf || die "Configure failed" + emake || die "Make failed" +} + +src_install () { + einstall sbindir=${D}/sbin || die "Install failed" + if [ -z "`use build`" ] + then + dodoc AUTHORS COPYING ChangeLog NEWS README + else + rm -rf ${D}/usr/share + fi +} diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild new file mode 100644 index 000000000000..a34291e93bf5 --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.1 2003/01/04 22:07:32 aliz Exp $ + +inherit gnuconfig + +S=${WORKDIR}/${P/_p/-pl} +DESCRIPTION="A dhcp client only" +SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" +HOMEPAGE="http://www.phystech.com/download/" +DEPEND="" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +LICENSE="GPL-2" +IUSE="alpha build" + +src_unpack() { + unpack ${A} || die "unpack failed" + use alpha && gnuconfig_update + + #make the pidfile always goto /var/run (woodchip Dec 4 2002) + cd ${S} + cp client.c client.c.orig + sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ + client.c.orig >client.c + cp signals.c signals.c.orig + sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ + signals.c.orig >signals.c +} + +src_install () { + einstall sbindir=${D}/sbin || die "Install failed" + if [ -z "`use build`" ] + then + dodoc AUTHORS COPYING ChangeLog NEWS README + else + rm -rf ${D}/usr/share + fi +} diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r3 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r3 new file mode 100644 index 000000000000..ead94227578c --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r3 @@ -0,0 +1 @@ +MD5 9a974a96d953508dc4c3bcfa67869fd5 dhcpcd-1.3.22-pl3.tar.gz 137365 diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4 new file mode 100644 index 000000000000..e8d14823feae --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4 @@ -0,0 +1 @@ +MD5 dd627a121e43835bead3ffef5b1a72fd dhcpcd-1.3.22-pl4.tar.gz 148455 |