diff options
author | tron <tron> | 2007-11-16 11:41:38 +0000 |
---|---|---|
committer | tron <tron> | 2007-11-16 11:41:38 +0000 |
commit | 404680f78e5a9b727bb510968a1938b49d92a79a (patch) | |
tree | 70068407b06f32028f06aef209e868c5bdc7dd23 /net/samba/Makefile | |
parent | de0ea18c6c314ad13ef9d444e36a6c78e4390ab9 (diff) | |
download | pkgsrc-404680f78e5a9b727bb510968a1938b49d92a79a.tar.gz |
Apply security fixes for CVE-2007-4572 and CVE-2007-5398 released by the
Samba project. Bump package revision.
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 6a0eb98f7bf..46583c0c668 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.176 2007/11/06 00:47:48 rillig Exp $ +# $NetBSD: Makefile,v 1.177 2007/11/16 11:41:38 tron Exp $ .include "Makefile.mirrors" DISTNAME= samba-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/} |