Update 0.2.6.1 -> 0.3.2, fixing known remotely-exploitable
vulnerabilities. Submitted by: dwcjr Tested by: markm@balboa-instruments.com
This commit is contained in:
parent
ef1f56850f
commit
68e35b69ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78664
2 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (samba-tng_0.2.6.1cvs20020524.tar.bz2) = 1ce202f3604ef527cf279043879fd4be
|
||||
MD5 (samba-tng-0.3.2.tar.gz) = 1796780d1105f28c4c16a994705e327a
|
||||
|
|
Loading…
Reference in a new issue