5935a076ec
Bump PKGREVISION to 3. ============================================================================== openSUSE Security Update: libxml2, python-libxml2: Reverted patch for CVE-2014-0191 ______________________________________________________________________________ Announcement ID: openSUSE-SU-2014:0753-1 Rating: moderate References: #876652 Cross-References: CVE-2014-0191 Affected Products: openSUSE 13.1 openSUSE 12.3 ______________________________________________________________________________ An update that fixes one vulnerability is now available. Description: Removed fix for CVE-2014-0191. This fix breaks existing applications and there's currently no way to prevent that. ============================================================================== openSUSE Security Update: update to fix CVE-2014-3660 ______________________________________________________________________________ Announcement ID: openSUSE-SU-2014:1330-1 Rating: moderate References: #901546 Cross-References: CVE-2014-3660 Affected Products: openSUSE 13.1 openSUSE 12.3 ______________________________________________________________________________ An update that fixes one vulnerability is now available. Description: This update fixes a denial of service vulnerability when expanding recursive entity (CVE-2014-3660) bnc#901546
14 lines
385 B
Makefile
14 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/11/03 08:05:03 obache Exp $
|
|
|
|
PKGNAME= suse_libxml2-${SUSE_VERSION}
|
|
PKGREVISION= 3
|
|
CATEGORIES= emulators
|
|
RPMUPDPKGS+= libxml2-2-2.9.1-2.16.1.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for libxml2
|
|
|
|
EMUL_MODULES.linux= base
|
|
|
|
.include "../../emulators/suse131_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|