89b4a57204
update for json-c This json-c update fixes the following two security issue: - bnc#870147: Fixed buffer overflow if size_t is larger than int (CVE-2013-6370). - bnc#870147: Fixed possible hash collision DoS (CVE-2013-6371). Bump PKGREVISION.
14 lines
383 B
Makefile
14 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/04/23 12:54:23 obache Exp $
|
|
|
|
DISTNAME= suse_libjson-${SUSE_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= emulators
|
|
RPMUPDPKGS+= libjson0-0.10-3.4.1.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for libjson
|
|
|
|
EMUL_MODULES.linux= base
|
|
|
|
.include "../../emulators/suse131_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|