mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.10.10.
This commit is contained in:
parent
527e88b589
commit
3cfc37b212
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131148
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ethereal
|
||||
PORTVERSION= 0.10.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.10.10
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/all-versions/ \
|
||||
ftp://gd.tuwien.ac.at/infosys/security/ethereal/all-versions/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ethereal-0.10.9.tar.bz2) = f8b7a2c2dcf273e7fd755f972167dacb
|
||||
SIZE (ethereal-0.10.9.tar.bz2) = 5499000
|
||||
MD5 (ethereal-0.10.10.tar.bz2) = 5addaf1db088a8b51941e4db191b0ab0
|
||||
SIZE (ethereal-0.10.10.tar.bz2) = 5799231
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- plugins/mate/mate.h.orig Fri Jan 28 20:21:03 2005
|
||||
+++ plugins/mate/mate.h Fri Jan 28 20:29:36 2005
|
||||
@@ -324,7 +324,7 @@
|
||||
extern void initialize_mate_runtime(void);
|
||||
extern mate_pdu* mate_get_pdus(guint32 framenum);
|
||||
extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree);
|
||||
-extern int mate_packet(void* _U_, packet_info* _U_, epan_dissect_t* _U_,const void* _U_);
|
||||
+extern int mate_packet(void *prs _U_, packet_info* tree _U_, epan_dissect_t *edt _U_,const void *dummy _U_);
|
||||
|
||||
/* from mate_setup.c */
|
||||
extern mate_config* mate_make_config(guint8* filename);
|
@ -7,6 +7,7 @@ bin/dftest
|
||||
bin/tethereal
|
||||
%%TEXT2PCAP%%
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/acn.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/agentx.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/artnet.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/asn1.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/ciscosm.so
|
||||
@ -26,7 +27,9 @@ lib/ethereal/plugins/%%PORTVERSION%%/rdm.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/rlm.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/rudp.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/stats_tree.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/v5ua.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/xml.so
|
||||
lib/libethereal.a
|
||||
lib/libethereal.so
|
||||
lib/libethereal.so.0
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ethereal
|
||||
PORTVERSION= 0.10.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.10.10
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/all-versions/ \
|
||||
ftp://gd.tuwien.ac.at/infosys/security/ethereal/all-versions/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ethereal-0.10.9.tar.bz2) = f8b7a2c2dcf273e7fd755f972167dacb
|
||||
SIZE (ethereal-0.10.9.tar.bz2) = 5499000
|
||||
MD5 (ethereal-0.10.10.tar.bz2) = 5addaf1db088a8b51941e4db191b0ab0
|
||||
SIZE (ethereal-0.10.10.tar.bz2) = 5799231
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- plugins/mate/mate.h.orig Fri Jan 28 20:21:03 2005
|
||||
+++ plugins/mate/mate.h Fri Jan 28 20:29:36 2005
|
||||
@@ -324,7 +324,7 @@
|
||||
extern void initialize_mate_runtime(void);
|
||||
extern mate_pdu* mate_get_pdus(guint32 framenum);
|
||||
extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree);
|
||||
-extern int mate_packet(void* _U_, packet_info* _U_, epan_dissect_t* _U_,const void* _U_);
|
||||
+extern int mate_packet(void *prs _U_, packet_info* tree _U_, epan_dissect_t *edt _U_,const void *dummy _U_);
|
||||
|
||||
/* from mate_setup.c */
|
||||
extern mate_config* mate_make_config(guint8* filename);
|
@ -7,6 +7,7 @@ bin/dftest
|
||||
bin/tethereal
|
||||
%%TEXT2PCAP%%
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/acn.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/agentx.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/artnet.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/asn1.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/ciscosm.so
|
||||
@ -26,7 +27,9 @@ lib/ethereal/plugins/%%PORTVERSION%%/rdm.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/rlm.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/rudp.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/stats_tree.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/v5ua.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/xml.so
|
||||
lib/libethereal.a
|
||||
lib/libethereal.so
|
||||
lib/libethereal.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user