mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
upgrade to 0.9.10 to pick up a security fix in the socks dissector.
Approved by: portmgr (wca) properly disable ucd-snmp Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
This commit is contained in:
parent
db3469a6ea
commit
a2dcbf65cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77066
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ethereal
|
||||
PORTVERSION= 0.9.9
|
||||
PORTVERSION= 0.9.10
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
|
||||
ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
|
||||
@ -43,12 +43,13 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.if !defined(WITHOUT_SNMP)
|
||||
CONFIGURE_ARGS+= --enable-snmp=yes \
|
||||
--with-net-snmp=${LOCALBASE}/lib
|
||||
--with-net-snmp=${LOCALBASE}/lib \
|
||||
--without-ucdsnmp
|
||||
.if exists(/usr/include/openssl/crypto.h)
|
||||
CONFIGURE_ARGS+= --with-ssl=/usr
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-snmp=no
|
||||
CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp
|
||||
.endif
|
||||
|
||||
MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ethereal-0.9.9.tar.gz) = 711007f6ae56ded4fe1062e4f9dcdba8
|
||||
MD5 (ethereal-0.9.10.tar.gz) = d276936daf4d1df583ce03b432202608
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ethereal
|
||||
PORTVERSION= 0.9.9
|
||||
PORTVERSION= 0.9.10
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
|
||||
ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
|
||||
@ -43,12 +43,13 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.if !defined(WITHOUT_SNMP)
|
||||
CONFIGURE_ARGS+= --enable-snmp=yes \
|
||||
--with-net-snmp=${LOCALBASE}/lib
|
||||
--with-net-snmp=${LOCALBASE}/lib \
|
||||
--without-ucdsnmp
|
||||
.if exists(/usr/include/openssl/crypto.h)
|
||||
CONFIGURE_ARGS+= --with-ssl=/usr
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-snmp=no
|
||||
CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp
|
||||
.endif
|
||||
|
||||
MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ethereal-0.9.9.tar.gz) = 711007f6ae56ded4fe1062e4f9dcdba8
|
||||
MD5 (ethereal-0.9.10.tar.gz) = d276936daf4d1df583ce03b432202608
|
||||
|
Loading…
Reference in New Issue
Block a user