jer 14/09/09 16:54:17 Modified: ChangeLog ncpfs-2.2.6-r3.ebuild Log: function_entry -> zend_function_entry (bug #522444). (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.35 net-fs/ncpfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 13 Aug 2014 07:01:46 -0000 1.34 +++ ChangeLog 9 Sep 2014 16:54:17 -0000 1.35 @@ -1,6 +1,10 @@ # ChangeLog for net-fs/ncpfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.34 2014/08/13 07:01:46 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.35 2014/09/09 16:54:17 jer Exp $ + + 09 Sep 2014; Jeroen Roovers <[email protected]> ncpfs-2.2.6-r3.ebuild, + +files/ncpfs-2.2.6-zend_function_entry.patch: + function_entry -> zend_function_entry (bug #522444). 13 Aug 2014; Joshua Kinard <[email protected]> ncpfs-2.2.6-r3.ebuild, -files/ncpfs-2.2.6-cve-2011-1679-1680.patch, 1.3 net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild?r1=1.2&r2=1.3 Index: ncpfs-2.2.6-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ncpfs-2.2.6-r3.ebuild 13 Aug 2014 07:01:46 -0000 1.2 +++ ncpfs-2.2.6-r3.ebuild 9 Sep 2014 16:54:17 -0000 1.3 @@ -1,9 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild,v 1.2 2014/08/13 07:01:46 kumba Exp $ - -EAPI="5" +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild,v 1.3 2014/09/09 16:54:17 jer Exp $ +EAPI=5 inherit eutils pam DESCRIPTION="Provides Access to Netware services using the NCP protocol" @@ -60,6 +59,9 @@ # Bug 446696. This might need re-diffing if additional Makefile # fixes are added. epatch "${FILESDIR}"/${P}-makefile-fix-soname-link.patch + + # bug 522444 + epatch "${FILESDIR}"/${P}-zend_function_entry.patch } src_configure() {
