diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-08-04 18:51:46 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-08-04 18:51:46 +0000 |
commit | 4f8d3004d2b26b51cb1ac645247d2657cce945bc (patch) | |
tree | 4eaf799356dcade38acf389cea6504ffec9b98e6 /net-misc/iputils | |
parent | security bump - file offset pointer handling vulnerability - bug 59378 (Manif... (diff) | |
download | gentoo-2-4f8d3004d2b26b51cb1ac645247d2657cce945bc.tar.gz gentoo-2-4f8d3004d2b26b51cb1ac645247d2657cce945bc.tar.bz2 gentoo-2-4f8d3004d2b26b51cb1ac645247d2657cce945bc.zip |
Fix bison sed line. Bugs 59414 and 59191.
Diffstat (limited to 'net-misc/iputils')
-rw-r--r-- | net-misc/iputils/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iputils/iputils-021109-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/iputils/ChangeLog b/net-misc/iputils/ChangeLog index d43e23ff5cde..671a6645cc7d 100644 --- a/net-misc/iputils/ChangeLog +++ b/net-misc/iputils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iputils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.31 2004/07/01 21:18:28 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.32 2004/08/04 18:51:46 avenj Exp $ + + 04 Aug 2004; Jon Portnoy <avenj@gentoo.org> iputils-021109-r3.ebuild : + Fix bison sed line. Bugs 59414 and 59191. 01 Jul 2004; Jon Hood <squinky86@gentoo.org> iputils-020927.ebuild, iputils-021109-r3.ebuild: diff --git a/net-misc/iputils/iputils-021109-r3.ebuild b/net-misc/iputils/iputils-021109-r3.ebuild index af2f5ac4eda7..4865ebfdb65a 100644 --- a/net-misc/iputils/iputils-021109-r3.ebuild +++ b/net-misc/iputils/iputils-021109-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.8 2004/08/03 12:28:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.9 2004/08/04 18:51:46 avenj Exp $ inherit flag-o-matic gcc gnuconfig eutils @@ -51,7 +51,7 @@ src_unpack() { sed -i "s:-ll:-lfl ${LDFLAGS}:" setkey/Makefile || die "sed setkey failed" - sed -i 's:yacc:bison:' libipsec/Makefile #59191 + sed -i 's:yacc:bison -y:' libipsec/Makefile #59191 use uclibc && sed -e 's/sys_errlist\[errno\]/strerror(errno)/' -i ${S}/rdisc.c use uclibc && epatch ${FILESDIR}/${PN}-20020927-no-ether_ntohost.patch |