diff options
author | Joshua Kinard <kumba@gentoo.org> | 2011-02-10 09:26:38 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2011-02-10 09:26:38 +0000 |
commit | 7d1204465d06e4b841a721a9dd1f44d6c955aac1 (patch) | |
tree | 0524faadc0b4fd8270de704b1ff6f254109aec7d /net-fs/ncpfs/ChangeLog | |
parent | add ~ppc-aix keyword. (diff) | |
download | historical-7d1204465d06e4b841a721a9dd1f44d6c955aac1.tar.gz historical-7d1204465d06e4b841a721a9dd1f44d6c955aac1.tar.bz2 historical-7d1204465d06e4b841a721a9dd1f44d6c955aac1.zip |
Add two patches to ncpfs, one to correct several vulnerabilities (#308071) and another to remove unneeded __attribute((packed)) directives to make the build look a lot cleaner. Also imported an init.d script and companion conf.d file for starting up/shutting down IPX through the init system. The init script should address #238688 in this package. Also fixed #126323 by installing headers for ncpfs into /usr/include. And removed the -r0 ebuild.
Package-Manager: portage-2.1.9.39/cvs/Linux x86_64
Diffstat (limited to 'net-fs/ncpfs/ChangeLog')
-rw-r--r-- | net-fs/ncpfs/ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/net-fs/ncpfs/ChangeLog b/net-fs/ncpfs/ChangeLog index 5ca2b14bd894..14989dc1af59 100644 --- a/net-fs/ncpfs/ChangeLog +++ b/net-fs/ncpfs/ChangeLog @@ -1,6 +1,19 @@ # ChangeLog for net-fs/ncpfs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.26 2010/10/08 16:22:59 mabi Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.27 2011/02/10 09:26:38 kumba Exp $ + +*ncpfs-2.2.6-r2 (10 Feb 2011) + + 10 Feb 2011; Joshua Kinard <kumba@gentoo.org> -ncpfs-2.2.6.ebuild, + +ncpfs-2.2.6-r2.ebuild, +files/ncpfs-2.2.6-multiple-vulns.patch, + +files/ncpfs-2.2.6-remove-packed-attrib.patch, +files/ipx.confd, + +files/ipx.init: + Add two patches to ncpfs, one to correct several vulnerabilities (#308071) + and another to remove unneeded __attribute((packed)) directives to make the + build look a lot cleaner. Also imported an init.d script and companion conf.d + file for starting up/shutting down IPX through the init system. The init + script should address #238688 in this package. Also fixed #126323 by + installing headers for ncpfs into /usr/include. And removed the -r0 ebuild. 08 Oct 2010; Matti Bickel <mabi@gentoo.org> ncpfs-2.2.6-r1.ebuild: change virtual/php to dev-lang/php (bug #319623) |