freebsd-ports/security/linux-c6-nss/Makefile
Johannes Jost Meixner cfbcc3d9da security/linux-c6-nss: update to 3.16.1
Upgrade linux-c6-nss to 3.16.1, due to CVE-2014-1568.
While there, add SRC_DISTFILES necessary due to licensing that did not make it
to r368845.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D846
Security:	48108fb0-751c-4cbb-8f33-09239ead4b55
2014-09-27 06:00:09 +00:00

33 lines
893 B
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= nss
PORTVERSION= 3.16.1
CATEGORIES= security linux
DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \
nss-util-3.16.1-2.el6_5.${LINUX_RPM_ARCH}.rpm \
nss-softokn-3.14.3-12.el6_5.${LINUX_RPM_ARCH}.rpm \
nss-softokn-freebl-3.14.3-12.el6_5.${LINUX_RPM_ARCH}.rpm
#
MASTER_SITES= CENTOS_LINUX_UPDATES
MAINTAINER= emulation@FreeBSD.org
COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-f10-nss-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
RPMVERSION= 7.el6_5
USE_LINUX= c6
USE_LINUX_APPS= nspr sqlite3
USE_LINUX_RPM= yes
USE_LDCONFIG= yes
SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} \
nss-util-3.16.1-2.el6_5.src.rpm \
nss-softokn-3.14.3-12.el6_5.src.rpm
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>