Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2012-05-25 16:19:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wireshark (Old)
 and      /work/SRC/openSUSE:Factory/.wireshark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wireshark", Maintainer is "bjzh...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes      2012-04-17 
07:50:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2012-05-25 
16:20:08.000000000 +0200
@@ -1,0 +2,44 @@
+Tue May 22 19:02:42 UTC 2012 - andreas.stie...@gmx.de
+
+- adjust wireshark-corosync-packet-dissector.patch for source changes
+- update to upstream 1.6.8
+  + security fixes
+    * wnpa-sec-2012-08 / CVE-2012-2392
+       Infinite and large loops in the ANSI MAP, ASF, BACapp,
+       Bluetooth HCI, IEEE 802.11, IEEE 802.3, LTP, and R3 dissectors
+       have been fixed. Discovered by Laurent Butti. (Bugs 6805,
+       7118, 7119, 7120, 7121, 7122, 7124, 7125)
+    * wnpa-sec-2012-09 / CVE-2012-2393
+       The DIAMETER dissector could try to allocate memory improperly
+       and crash. (Bug 7138)
+    * wnpa-sec-2012-10 / CVE-2012-2394
+       Wireshark could crash on SPARC processors due to misaligned
+       memory. Discovered by Klaus Heckelmann. (Bug 7221)
+  + bug fixes
+    * User-Password - PAP decoding passwords longer than 16 bytes.
+      (Bug 6779)
+    * The MSISDN is not seen correctly in GTP packet. (Bug 7042)
+    * Wireshark doesn't calculate the right IPv4 destination using
+      source routing options when bad options precede them. (Bug
+      7043)
+    * BOOTP dissector issue with DHCP option 82 - suboption 9. (Bug
+      7047)
+
+    * MPLS dissector in 1.6.7 and 1.7.1 misdecodes some MPLS CW
+      packets. (Bug 7089)
+
+    * ANSI MAP infinite loop. (Bug 7119)
+    * HCIEVT infinite loop. (Bug 7122)
+    * Wireshark doesn't decode NFSv4.1 operations. (Bug 7127)
+    * LTP infinite loop. (Bug 7124)
+    * Wrong values in DNS CERT RR. (Bug 7130)
+    * Megaco parser problem with LF in header. (Bug 7198)
+    * OPC UA bytestring node id decoding is wrong. (Bug 7226)
+  + Updated Protocol Support
+    ANSI MAP, ASF, BACapp, Bluetooth HCI, DHCP, DIAMETER, DNS, GTP,
+    IEEE 802.11, IEEE 802.3, IPv4, LTP, Megaco, MPLS, NFS, OPC UA,
+    RADIUS
+  + New and Updated Capture File Support
+    5View, CSIDS, pcap, pcap-ng
+
+-------------------------------------------------------------------

Old:
----
  wireshark-1.6.7.tar.bz2

New:
----
  wireshark-1.6.8.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wireshark.spec ++++++
--- /var/tmp/diff_new_pack.k64Skm/_old  2012-05-25 16:20:12.000000000 +0200
+++ /var/tmp/diff_new_pack.k64Skm/_new  2012-05-25 16:20:12.000000000 +0200
@@ -20,7 +20,7 @@
 %define use_caps 0
 
 Name:           wireshark
-Version:        1.6.7
+Version:        1.6.8
 Release:        0
 Summary:        A Network Traffic Analyser
 License:        GPL-2.0+
@@ -95,7 +95,7 @@
 %prep
 %setup -q
 %patch2
-%patch3 -p1
+%patch3
 %patch4
 %patch5 -p1
 

++++++ wireshark-1.6.7.tar.bz2 -> wireshark-1.6.8.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/wireshark/wireshark-1.6.7.tar.bz2 
/work/SRC/openSUSE:Factory/.wireshark.new/wireshark-1.6.8.tar.bz2 differ: char 
11, line 1

++++++ wireshark-corosync-packet-dissector.patch ++++++
--- /var/tmp/diff_new_pack.k64Skm/_old  2012-05-25 16:20:12.000000000 +0200
+++ /var/tmp/diff_new_pack.k64Skm/_new  2012-05-25 16:20:12.000000000 +0200
@@ -1,7 +1,7 @@
-Index: wireshark-1.6.5/epan/dissectors/Makefile.common
+Index: epan/dissectors/Makefile.common
 ===================================================================
---- wireshark-1.6.5.orig/epan/dissectors/Makefile.common       2012-01-10 
20:08:58.000000000 +0100
-+++ wireshark-1.6.5/epan/dissectors/Makefile.common    2012-03-02 
14:27:44.059540118 +0100
+--- epan/dissectors/Makefile.common.orig       2012-04-29 04:46:48.000000000 
+0100
++++ epan/dissectors/Makefile.common    2012-05-22 20:01:41.000000000 +0100
 @@ -320,6 +320,8 @@ DISSECTOR_SRC = \
        packet-collectd.c       \
        packet-componentstatus.c \
@@ -11,10 +11,10 @@
        packet-cosine.c         \
        packet-cpfi.c           \
        packet-cpha.c           \
-Index: wireshark-1.6.5/epan/dissectors/packet-corosync-totemnet.c
+Index: epan/dissectors/packet-corosync-totemnet.c
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ wireshark-1.6.5/epan/dissectors/packet-corosync-totemnet.c 2012-03-02 
14:27:44.060540120 +0100
++++ epan/dissectors/packet-corosync-totemnet.c 2012-05-22 20:01:41.000000000 
+0100
 @@ -0,0 +1,1274 @@
 +/* packet-corosync-totemnet.c
 + * Routines for the lowest level(encryption/decryption) protocol used in 
Corosync cluster engine
@@ -1290,10 +1290,10 @@
 +}
 +
 +/* packet-corosync-totemnet.c ends here */
-Index: wireshark-1.6.5/epan/dissectors/packet-corosync-totemsrp.c
+Index: epan/dissectors/packet-corosync-totemsrp.c
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ wireshark-1.6.5/epan/dissectors/packet-corosync-totemsrp.c 2012-03-02 
14:27:44.061540123 +0100
++++ epan/dissectors/packet-corosync-totemsrp.c 2012-05-22 20:01:41.000000000 
+0100
 @@ -0,0 +1,1379 @@
 +/* packet-corosync-totemsrp.c
 + * Dissectors for totem single ring protocol implementated in corosync 
cluster engine
@@ -2674,10 +2674,10 @@
 +                                             
corosync_totemsrp_is_little_endian(pinfo));
 +}
 +
-Index: wireshark-1.6.5/epan/dissectors/packet-corosync-totemsrp.h
+Index: epan/dissectors/packet-corosync-totemsrp.h
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ wireshark-1.6.5/epan/dissectors/packet-corosync-totemsrp.h 2012-03-02 
14:27:44.061540123 +0100
++++ epan/dissectors/packet-corosync-totemsrp.h 2012-05-22 20:01:41.000000000 
+0100
 @@ -0,0 +1,53 @@
 +/* packet-corosync-totemsrp.h
 + * Dissectors for totem single ring protocol implemented in corosync cluster 
engine
@@ -2732,10 +2732,10 @@
 +
 +
 +#endif /* packet-totemsrp.h */
-Index: wireshark-1.6.5/epan/dissectors/Makefile.in
+Index: epan/dissectors/Makefile.in
 ===================================================================
---- wireshark-1.6.5.orig/epan/dissectors/Makefile.in   2012-01-10 
20:09:44.000000000 +0100
-+++ wireshark-1.6.5/epan/dissectors/Makefile.in        2012-03-02 
14:27:44.065540133 +0100
+--- epan/dissectors/Makefile.in.orig   2012-05-22 15:21:15.000000000 +0100
++++ epan/dissectors/Makefile.in        2012-05-22 20:01:41.000000000 +0100
 @@ -231,6 +231,8 @@ am__objects_3 = libdissectors_la-packet-
        libdissectors_la-packet-collectd.lo \
        libdissectors_la-packet-componentstatus.lo \
@@ -2745,7 +2745,7 @@
        libdissectors_la-packet-cosine.lo \
        libdissectors_la-packet-cpfi.lo \
        libdissectors_la-packet-cpha.lo \
-@@ -1555,6 +1557,8 @@ DISSECTOR_SRC = \
+@@ -1559,6 +1561,8 @@ DISSECTOR_SRC = \
        packet-collectd.c       \
        packet-componentstatus.c \
        packet-cops.c           \
@@ -2754,7 +2754,7 @@
        packet-cosine.c         \
        packet-cpfi.c           \
        packet-cpha.c           \
-@@ -2890,6 +2894,8 @@ distclean-compile:
+@@ -2894,6 +2898,8 @@ distclean-compile:
  @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/libdissectors_la-packet-collectd.Plo@am__quote@
  @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/libdissectors_la-packet-componentstatus.Plo@am__quote@
  @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/libdissectors_la-packet-cops.Plo@am__quote@
@@ -2763,7 +2763,7 @@
  @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/libdissectors_la-packet-cosine.Plo@am__quote@
  @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/libdissectors_la-packet-cpfi.Plo@am__quote@
  @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/libdissectors_la-packet-cpha.Plo@am__quote@
-@@ -4611,6 +4617,20 @@ libdissectors_la-packet-cops.lo: packet-
+@@ -4615,6 +4621,20 @@ libdissectors_la-packet-cops.lo: packet-
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
  @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) 
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(libdissectors_la_CFLAGS) $(CFLAGS) -c -o libdissectors_la-packet-cops.lo 
`test -f 'packet-cops.c' || echo '$(srcdir)/'`packet-cops.c
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to