diff options
Diffstat (limited to 'net/samba33/Makefile')
-rw-r--r-- | net/samba33/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/samba33/Makefile b/net/samba33/Makefile index 81b71b2c850..53d32ad7e72 100644 --- a/net/samba33/Makefile +++ b/net/samba33/Makefile @@ -1,11 +1,14 @@ -# $NetBSD: Makefile,v 1.20 2012/03/13 13:22:24 taca Exp $ +# $NetBSD: Makefile,v 1.21 2012/04/11 10:10:58 asau Exp $ .include "../../net/samba/Makefile.mirrors" DISTNAME= samba-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/} +PATCH_SITES= http://www.samba.org/samba/ftp/patches/security/ +PATCHFILES= samba-3.3.16-CVE-2012-1182.patch +PATCH_DIST_STRIP= -p2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.samba.org/ |