pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/net/ethereal Pullup ticket 237 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b386df65d79
branches:  pkgsrc-2004Q4
changeset: 485837:8b386df65d79
user:      snj <snj%pkgsrc.org@localhost>
date:      Fri Jan 21 06:41:53 2005 +0000

description:
Pullup ticket 237 - requested by Lubomir Sedlacik
security fix for etheral

Revisions pulled up:
- pkgsrc/net/ethereal/Makefile 1.101-1.102
- pkgsrc/net/ethereal/PLIST 1.19
- pkgsrc/net/ethereal/distinfo 1.32

   Module Name:    pkgsrc
   Committed By:   minskim
   Date:           Sat Jan  1 17:55:38 UTC 2005

   Modified Files:
           pkgsrc/net/ethereal: Makefile

   Log Message:
   Add missing dependencies (glib2, pkgconfig) and bump PKGREIVISION.
---
   Module Name:    pkgsrc
   Committed By:   salo
   Date:           Fri Jan 21 00:33:24 UTC 2005

   Modified Files:
           pkgsrc/net/ethereal: Makefile PLIST distinfo

   Log Message:
   Update to version 0.10.9

   This release fixes the following security-related issues:

   - The COPS dissector could go into an infinite loop. (CAN-2005-0006)
   - The DLSw dissector could cause an assertion, making Ethereal exit
     prematurely. (CAN-2005-0007)
   - The DNP dissector could cause memory corruption. (CAN-2005-0008)
   - The Gnutella dissector could cause an assertion, making Ethereal exit
     prematurely. (CAN-2005-0009)
   - The MMSE dissector could free static memory. (CAN-2005-0010)
   - The X11 protocol dissector is vulnerable to a string buffer overflow.
     (CAN-2005-0084)
   - Please see the application advisory for more information

   Everyone is encouraged to upgrade.

   New and updated features:
   =========================
   - Ethereal will now detect and flag weak 802.11 WEP IVs.
   - Windows Sniffer timestamp handling has been greatly improved.
   - A bug which made Ethereal crash at startup on Windows 98 and Windows ME
     systems has been fixed.
   - Ethereal and Tethereal now support a personal "hosts" file.
   - Invalid field length handling has been greatly improved.
   - The capture progress window title now shows the interface name.

   New protocol support:
   =====================
   - ALC, AMR, CRMF, JXTA, NORM, PKIXCMP, PROFINET CBA

   Updated protocol support:
   =========================
   - AIM, ARP, BGP, BOOTP/DHCP, COPS, DAAP, DCERPC EPM, DCERPC, DCOM, DHCPv6,
     DLSw, DNP, DNS, EAPOL, eDonkey, FC-dNS, FC-FCS, FC-SWILS, FCIP, FCSB3, FIX,
     GIOP, Gnutella, GSM A, GSM SMS, GTP, H.225, H.245, HTTP, ICMP, IEEE 802.11,
     IEEE 802a, image/GIF, image/JFIF, Kerberos, L2TP, LDAP, LLC, LMP, MGCP,
     MIME Multipart, MMSE, MPLS, MTP2, NBNS, NDMP, NMAS, NSIP, OLSR, PER, pflog,
     PGM, PostgreSQL, PPP, PRES, Q.931, RADIUS, RTCP, RTP, SDP, SEBEK, SIGCOMP,
     SIP, SLSK, SMB, SMPP, SRVLOC, SSL/TLS, T.38, TACACS, TCAP, TCP, X11

   New and updated capture file support:
   =====================================
   - Windows Sniffer

diffstat:

 net/ethereal/Makefile |  6 ++++--
 net/ethereal/PLIST    |  3 ++-
 net/ethereal/distinfo |  6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (51 lines):

diff -r 17cbbe0181cb -r 8b386df65d79 net/ethereal/Makefile
--- a/net/ethereal/Makefile     Fri Jan 21 01:44:52 2005 +0000
+++ b/net/ethereal/Makefile     Fri Jan 21 06:41:53 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.100 2004/12/17 18:35:38 salo Exp $
+# $NetBSD: Makefile,v 1.100.2.1 2005/01/21 06:41:53 snj Exp $
 #
 
-DISTNAME=              ethereal-0.10.8
+DISTNAME=              ethereal-0.10.9
 CATEGORIES=            net
 MASTER_SITES=          http://www.ethereal.com/distribution/ \
                        http://ethereal.planetmirror.com/distribution/ \
@@ -49,7 +49,9 @@
 USE_BUILTIN.libpcap=   no
 .endif
 
+.include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../net/net-snmp/buildlink3.mk"
diff -r 17cbbe0181cb -r 8b386df65d79 net/ethereal/PLIST
--- a/net/ethereal/PLIST        Fri Jan 21 01:44:52 2005 +0000
+++ b/net/ethereal/PLIST        Fri Jan 21 06:41:53 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2004/10/31 13:22:54 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.18.2.1 2005/01/21 06:41:53 snj Exp $
 bin/capinfos
 bin/dftest
 bin/editcap
@@ -18,6 +18,7 @@
 lib/ethereal/plugins/${PKGVERSION}/gryphon.la
 lib/ethereal/plugins/${PKGVERSION}/irda.la
 lib/ethereal/plugins/${PKGVERSION}/lwres.la
+lib/ethereal/plugins/${PKGVERSION}/mate.la
 lib/ethereal/plugins/${PKGVERSION}/megaco.la
 lib/ethereal/plugins/${PKGVERSION}/mgcp.la
 lib/ethereal/plugins/${PKGVERSION}/opsi.la
diff -r 17cbbe0181cb -r 8b386df65d79 net/ethereal/distinfo
--- a/net/ethereal/distinfo     Fri Jan 21 01:44:52 2005 +0000
+++ b/net/ethereal/distinfo     Fri Jan 21 06:41:53 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2004/12/17 18:35:38 salo Exp $
+$NetBSD: distinfo,v 1.31.2.1 2005/01/21 06:41:53 snj Exp $
 
-SHA1 (ethereal-0.10.8.tar.bz2) = d547b2b51da89f036fb4e09d6ea2fa1a61065f32
-Size (ethereal-0.10.8.tar.bz2) = 5351028 bytes
+SHA1 (ethereal-0.10.9.tar.bz2) = fc27a93f4c19dcc4278968b376e0b33e7d756998
+Size (ethereal-0.10.9.tar.bz2) = 5499000 bytes



Home | Main Index | Thread Index | Old Index