diff options
author | timur <timur@FreeBSD.org> | 2012-02-08 18:27:17 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2012-02-08 18:27:17 +0800 |
commit | d195040e7e4139d8c687176a52998708c03bebcb (patch) | |
tree | 71a568bf55c130ef9f0c789da7d5712ef8ae187d /net/samba36 | |
parent | 1f85d4dd03c51a15f6fa401bab1dd7d609d3566d (diff) | |
download | freebsd-ports-gnome-d195040e7e4139d8c687176a52998708c03bebcb.tar.gz freebsd-ports-gnome-d195040e7e4139d8c687176a52998708c03bebcb.tar.zst freebsd-ports-gnome-d195040e7e4139d8c687176a52998708c03bebcb.zip |
Update port to the 3.6.3 version, closing security problem.
PR: 164621
Security: CVE-2012-0817
Diffstat (limited to 'net/samba36')
-rw-r--r-- | net/samba36/Makefile | 4 | ||||
-rw-r--r-- | net/samba36/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile index f20d3aab341a..944ca66506bf 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${SAMBA_BASENAME}36 -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.3 PORTREVISION?= 0 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} @@ -138,7 +138,7 @@ CONFIGURE_ARGS+= --disable-pie CONFIGURE_ARGS+= --disable-cups --disable-fam --without-winbind \ --without-syslog --without-quotas --without-utmp \ --without-pam --without-pam_smbpass \ - --without-aio-support + --without-aio-support --with-included-popt # Dirty hack to work around usage of OPTIONS in slave ports . if exists(${.CURDIR}/Makefile.inc) . include "${.CURDIR}/Makefile.inc" diff --git a/net/samba36/distinfo b/net/samba36/distinfo index 68cb8014f43b..87a59200b1f4 100644 --- a/net/samba36/distinfo +++ b/net/samba36/distinfo @@ -1,2 +1,2 @@ -SHA256 (samba-3.6.1.tar.gz) = c5b0f2ab02fe2c641b1ce52a141c28f1b3fbc093ada8a62eeca70c25e15bd564 -SIZE (samba-3.6.1.tar.gz) = 28984820 +SHA256 (samba-3.6.3.tar.gz) = 67e2409f2d5e4d5cb947c95f583498105038857b84cc73c08dacd4e2cbc66074 +SIZE (samba-3.6.3.tar.gz) = 28993737 |