update to v0.9.11 due to buffer overflow problem in the socks dissector.

ok pvalchev@
This commit is contained in:
jakob 2003-03-11 21:10:44 +00:00
parent 8283019a59
commit 2f8c6379ab
6 changed files with 12 additions and 47 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.69 2003/01/24 08:46:02 jakob Exp $
# $OpenBSD: Makefile,v 1.70 2003/03/11 21:10:44 jakob Exp $
COMMENT= network protocol analyzer
VERSION= 0.9.9
VERSION= 0.9.11
DISTNAME= ethereal-${VERSION}
CATEGORIES= net x11

View File

@ -1,3 +1,3 @@
MD5 (ethereal-0.9.9.tar.gz) = 711007f6ae56ded4fe1062e4f9dcdba8
RMD160 (ethereal-0.9.9.tar.gz) = 196ffd7f2b59184fb3c1a2b7208af839710854cb
SHA1 (ethereal-0.9.9.tar.gz) = c009b600cdaa9be7014f7f65f9da19dd8be89537
MD5 (ethereal-0.9.11.tar.gz) = fc299868320f810642d51721fc030572
RMD160 (ethereal-0.9.11.tar.gz) = a612e305954bc2c4354025b1ba16d947ab406e28
SHA1 (ethereal-0.9.11.tar.gz) = ecf9aa9067aacd3e9e7f6bbd8f5dc7133e58f11e

View File

@ -1,28 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.2 2003/01/24 08:46:03 jakob Exp $
--- Makefile.in.orig Sat Dec 7 22:38:28 2002
+++ Makefile.in Sat Jan 11 19:09:26 2003
@@ -224,7 +224,7 @@ sysconf_DATA = manuf
# Install the Diameter DTD and XML files in the "diameter" subdirectory
# of that directory.
#
-diameterdir = $(sysconfdir)/diameter
+diameterdir = $(datadir)/ethereal/diameter
diameter_DATA = dictionary.dtd dictionary.xml mobileipv4.xml \
nasreq.xml sunping.xml
@@ -2348,12 +2348,12 @@ uninstall-diameterDATA:
sysconfDATA_INSTALL = $(INSTALL_DATA)
install-sysconfDATA: $(sysconf_DATA)
@$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/ethereal
@list='$(sysconf_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f"; \
- $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f; \
+ echo " $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(datadir)/ethereal/$$f"; \
+ $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(datadir)/ethereal/$$f; \
done
uninstall-sysconfDATA:

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-epan_configure,v 1.2 2003/01/24 08:46:03 jakob Exp $
--- epan/configure.orig Sat Jan 11 18:04:17 2003
+++ epan/configure Sat Jan 11 18:04:28 2003
@@ -7887,7 +7887,7 @@ echo "${ECHO_T}none needed" >&6
fi
# Create DATAFILE_DIR #define for config.h
-DATAFILE_DIR=$sysconfdir
+DATAFILE_DIR=$datadir/ethereal
DATAFILE_DIR=`(
test "x$prefix" = xNONE && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix=${prefix}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.no-shared,v 1.13 2002/12/10 00:13:09 jakob Exp $
@comment $OpenBSD: PFRAG.no-shared,v 1.14 2003/03/11 21:10:44 jakob Exp $
lib/ethereal/plugins/${VERSION}/coseventcomm.a
lib/ethereal/plugins/${VERSION}/coseventcomm.la
lib/ethereal/plugins/${VERSION}/cosnaming.a
@ -7,6 +7,8 @@ lib/ethereal/plugins/${VERSION}/docsis.a
lib/ethereal/plugins/${VERSION}/docsis.la
lib/ethereal/plugins/${VERSION}/gryphon.a
lib/ethereal/plugins/${VERSION}/gryphon.la
lib/ethereal/plugins/${VERSION}/megaco.a
lib/ethereal/plugins/${VERSION}/megaco.la
lib/ethereal/plugins/${VERSION}/mgcp.a
lib/ethereal/plugins/${VERSION}/mgcp.la
lib/ethereal/plugins/${VERSION}/pcli.a

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.16 2002/12/10 00:13:09 jakob Exp $
@comment $OpenBSD: PFRAG.shared,v 1.17 2003/03/11 21:10:44 jakob Exp $
lib/ethereal/plugins/${VERSION}/coseventcomm.a
lib/ethereal/plugins/${VERSION}/coseventcomm.la
lib/ethereal/plugins/${VERSION}/coseventcomm.so
@ -11,6 +11,9 @@ lib/ethereal/plugins/${VERSION}/docsis.so
lib/ethereal/plugins/${VERSION}/gryphon.a
lib/ethereal/plugins/${VERSION}/gryphon.la
lib/ethereal/plugins/${VERSION}/gryphon.so
lib/ethereal/plugins/${VERSION}/megaco.a
lib/ethereal/plugins/${VERSION}/megaco.la
lib/ethereal/plugins/${VERSION}/megaco.so
lib/ethereal/plugins/${VERSION}/mgcp.a
lib/ethereal/plugins/${VERSION}/mgcp.la
lib/ethereal/plugins/${VERSION}/mgcp.so