Package: release.debian.org Severity: normal User: [email protected] Usertags: freeze-exception
Dear Release Team, I would like to update the wireshark package. I can do it two ways: 1. I can pick the two security fixes from 1.8.1 like I'd do if Wheeze have been released already. https://www.wireshark.org/docs/relnotes/wireshark-1.8.1.html 2. I can package 1.8.1 since it is a bugfix release: changes collected for 1.8.1: http://wiki.wireshark.org/Development/Roadmap?action=recall&rev=2392 the actual git log: http://anongit.wireshark.org/git/?p=wireshark;a=shortlog;h=refs/tags/wireshark-1.8.1 git diff: http://anongit.wireshark.org/git/?p=wireshark;a=commitdiff;h=refs/tags/wireshark-1.8.1;hp=refs/tags/wireshark-1.8.0 I have also attached the diffstat. I'd prefer option 2 since we are early in the freeze, 1.8.1 is a bugfix release and brings in important stability fixes in addition to the security fixes. Cheers, Balint
ChangeLog |58187 +------------------------------ Makefile.am | 26 +- NEWS | 172 +- asn1/h248/packet-h248-template.c | 70 +- asn1/snmp/packet-snmp-template.c | 5 +- asn1/snmp/snmp.cnf | 1 + config.nmake | 2 +- configure.in | 2 +- debian/changelog | 2 +- debian/wireshark-common.files | 4 +- doc/Makefile.am | 5 + docbook/Makefile.am | 2 +- docbook/release-notes.xml | 343 +- dumpcap.c | 15 +- epan/Makefile.am | 2 +- epan/dissectors/packet-bacapp.c | 7 +- epan/dissectors/packet-beep.c | 22 +- epan/dissectors/packet-bittorrent.c | 2 +- epan/dissectors/packet-bootp.c | 212 +- epan/dissectors/packet-brp.c | 2 +- epan/dissectors/packet-capwap.c | 6 +- epan/dissectors/packet-dcerpc-spoolss.c | 6 + epan/dissectors/packet-dnp.c | 2 +- epan/dissectors/packet-dvbci.c | 1 + epan/dissectors/packet-eap.c | 30 +- epan/dissectors/packet-elcom.c | 4 +- epan/dissectors/packet-ethertype.c | 4 + epan/dissectors/packet-h248.c | 76 +- epan/dissectors/packet-h248_annex_e.c | 4 +- epan/dissectors/packet-icmp.c | 4 +- epan/dissectors/packet-icmpv6.c | 20 +- epan/dissectors/packet-ieee80211.c | 11 +- epan/dissectors/packet-jmirror.c | 10 +- epan/dissectors/packet-m2ua.c | 2 +- epan/dissectors/packet-nas_eps.c | 29 +- epan/dissectors/packet-nfs.c | 124 +- epan/dissectors/packet-ppp.c | 5 + epan/dissectors/packet-reload-framing.c | 27 +- epan/dissectors/packet-ses.c | 2 +- epan/dissectors/packet-snmp.c | 13 +- epan/dissectors/packet-tcp.c | 100 +- epan/dissectors/packet-xmpp-utils.c | 30 +- epan/dissectors/packet-xmpp.c | 4 +- epan/dissectors/packet-zbee-aps.c | 4 +- epan/dissectors/packet-zrtp.c | 4 +- epan/enterprise-numbers | 760 +- epan/etypes.h | 8 + file.c | 27 +- file.h | 4 +- image/file_dlg_win32.rc | 18 +- make-version.pl | 2 +- manuf | 148 +- packaging/nsis/Makefile.nmake | 2 + packaging/nsis/wireshark.nsi | 26 +- services | 2199 +- tools/git-compare-abis.sh | 8 +- ui/gtk/capture_file_dlg.c | 31 +- ui/gtk/dfilter_expr_dlg.c | 48 +- ui/gtk/main.c | 2 +- ui/gtk/main_menubar.c | 34 +- ui/gtk/main_toolbar.c | 63 +- ui/gtk/proto_hier_tree_model.c | 42 +- ui/win32/file_dlg_win32.c | 298 +- ui/win32/file_dlg_win32.h | 11 +- version.conf | 1 - wiretap/Makefile.am | 2 +- wiretap/file_access.c | 114 +- wiretap/pcapng.c | 44 +- wiretap/wtap.def | 1 + wiretap/wtap.h | 6 + 70 files changed, 3725 insertions(+), 59779 deletions(-)

