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 | |
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')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/Makefile.patches | 12 | ||||
-rw-r--r-- | net/samba/distinfo | 8 |
3 files changed, 15 insertions, 9 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/} diff --git a/net/samba/Makefile.patches b/net/samba/Makefile.patches index 52588e09a64..916bdffc822 100644 --- a/net/samba/Makefile.patches +++ b/net/samba/Makefile.patches @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.patches,v 1.5 2007/10/28 07:28:45 taca Exp $ +# $NetBSD: Makefile.patches,v 1.6 2007/11/16 11:41:38 tron Exp $ # # This Makefile fragment describes the recommended patches for the # currently packaged version of Samba. All recommended patches for @@ -14,9 +14,9 @@ # #PATCH_SITES= http://www.samba.org/samba/patches/patches-${VERSION}/ #PATCHFILES= -#PATCH_DIST_STRIP= -p2 +PATCH_DIST_STRIP= -p2 -#.for p in -#PATCHFILES+= ${p} -#SITES.${CVE_PATCH}= http://www.samba.org/samba/ftp/patches/security/ -#.endfor +.for CVE_PATCH in samba-3.0.26a-CVE-2007-4572.patch samba-3.0.26a-CVE-2007-5398.patch +PATCHFILES+= ${CVE_PATCH} +SITES.${CVE_PATCH}= http://www.samba.org/samba/ftp/patches/security/ +.endfor diff --git a/net/samba/distinfo b/net/samba/distinfo index 805c39fd7ef..2f8e7587ac5 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,5 +1,11 @@ -$NetBSD: distinfo,v 1.56 2007/11/06 00:47:49 rillig Exp $ +$NetBSD: distinfo,v 1.57 2007/11/16 11:41:38 tron Exp $ +SHA1 (samba-3.0.26a-CVE-2007-4572.patch) = 32b4f45558a0765b9cd96e67ac57a83cc62678ea +RMD160 (samba-3.0.26a-CVE-2007-4572.patch) = 81afb6ce0a58cd688fc3c25c1c8a878ca1a4b7fc +Size (samba-3.0.26a-CVE-2007-4572.patch) = 8203 bytes +SHA1 (samba-3.0.26a-CVE-2007-5398.patch) = e2b7d91446e07bf1be5930187417f26841995743 +RMD160 (samba-3.0.26a-CVE-2007-5398.patch) = b547196a44437d6336495ea727f9abfcfd41e79c +Size (samba-3.0.26a-CVE-2007-5398.patch) = 1232 bytes SHA1 (samba-3.0.26a.tar.gz) = 1625ac3f1c2a57600a9141a2b4bbe59fe8c4d6d2 RMD160 (samba-3.0.26a.tar.gz) = 9a62ba3ea2747b500ddea56729499524ae4329d2 Size (samba-3.0.26a.tar.gz) = 18180031 bytes |