diff options
author | nectar <nectar@FreeBSD.org> | 2003-04-09 20:19:39 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-04-09 20:19:39 +0800 |
commit | 1e5d2557c8f48a56736da1f664357b18ec558c55 (patch) | |
tree | 6fd55e14a1cd857b1d6516608b83ae9983e41d33 /net/samba-tng | |
parent | 26f71bd08ea0d7b096cbe4ec84ec7d45dbbbdcbd (diff) | |
download | freebsd-ports-graphics-1e5d2557c8f48a56736da1f664357b18ec558c55.tar.gz freebsd-ports-graphics-1e5d2557c8f48a56736da1f664357b18ec558c55.tar.zst freebsd-ports-graphics-1e5d2557c8f48a56736da1f664357b18ec558c55.zip |
Update 0.2.6.1 -> 0.3.2, fixing known remotely-exploitable
vulnerabilities.
Submitted by: dwcjr
Tested by: markm@balboa-instruments.com
Diffstat (limited to 'net/samba-tng')
-rw-r--r-- | net/samba-tng/Makefile | 15 | ||||
-rw-r--r-- | net/samba-tng/distinfo | 2 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/samba-tng/Makefile b/net/samba-tng/Makefile index 06e5781275d..387a4facfd1 100644 --- a/net/samba-tng/Makefile +++ b/net/samba-tng/Makefile @@ -6,26 +6,25 @@ # PORTNAME= samba-tng -PORTVERSION= 2.6.1c20020524 +PORTVERSION= 3.2 CATEGORIES= net -MASTER_SITES= http://www.samba-tng.org/download/tng/ \ - http://something.inethouston.net/~poseiden/ -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}_0.${PORTVERSION:S,c,cvs,} +MASTER_SITES= http://www.samba-tng.org/download/tng/ +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-0.${PORTVERSION:S,c,cvs,} MAINTAINER= dwcjr@FreeBSD.org COMMENT= A free SMB and CIFS client and server for UNIX -FORBIDDEN= 'Remote root compromise, http://www.digitaldefense.net/labs/advisories/DDI-1013.txt' +#FORBIDDEN= 'Remote root compromise, http://www.digitaldefense.net/labs/advisories/DDI-1013.txt' LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GMAKE= YES -USE_BZIP2= YES +#USE_BZIP2= YES USE_SUBMAKE= YES USE_AUTOCONF= YES -WRKSRC= ${WRKDIR}/tng-clean/source +WRKSRC= ${WRKDIR}/${DISTNAME}/source # directories VARDIR= /var @@ -73,7 +72,7 @@ CONFIGURE_ARGS+= --with-msdfs .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 -CONFIGURE_ARGS+= --with-ldapsam +CONFIGURE_ARGS+= --with-ldap CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib .endif diff --git a/net/samba-tng/distinfo b/net/samba-tng/distinfo index 3404158ced0..4adecf95f1a 100644 --- a/net/samba-tng/distinfo +++ b/net/samba-tng/distinfo @@ -1 +1 @@ -MD5 (samba-tng_0.2.6.1cvs20020524.tar.bz2) = 1ce202f3604ef527cf279043879fd4be +MD5 (samba-tng-0.3.2.tar.gz) = 1796780d1105f28c4c16a994705e327a |