The NetBSD Project

CVS log for pkgsrc/net/wireshark/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / wireshark

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.324: download - view: text, markup, annotated - select for diffs
Thu Nov 21 07:48:36 2024 UTC (2 weeks, 4 days ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.323: preferred, colored
Changes since revision 1.323: +12 -12 lines
wireshark: updated to 4.4.2

4.4.2
Bug fixes

Revision 1.323: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:21:19 2024 UTC (3 weeks, 3 days ago) by wiz
Branches: MAIN
Diff to: previous 1.322: preferred, colored
Changes since revision 1.322: +2 -2 lines
*: recursive bump for icu 76 shlib major version bump

Revision 1.322: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:54:04 2024 UTC (5 weeks, 3 days ago) by wiz
Branches: MAIN
Diff to: previous 1.321: preferred, colored
Changes since revision 1.321: +2 -2 lines
*: revbump for icu downgrade

Revision 1.321: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:53:18 2024 UTC (5 weeks, 3 days ago) by wiz
Branches: MAIN
Diff to: previous 1.320: preferred, colored
Changes since revision 1.320: +2 -1 lines
*: recursive bump for icu 76.1 shlib bump

Revision 1.320: download - view: text, markup, annotated - select for diffs
Mon Oct 14 05:32:12 2024 UTC (8 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.319: preferred, colored
Changes since revision 1.319: +3 -3 lines
wireshark: fix some paths and add minimum version for libcares

Revision 1.319: download - view: text, markup, annotated - select for diffs
Thu Oct 10 09:45:54 2024 UTC (8 weeks, 4 days ago) by adam
Branches: MAIN
Diff to: previous 1.318: preferred, colored
Changes since revision 1.318: +2 -2 lines
wireshark: updated to 4.4.1

4.4.1

Bug Fixes

The following vulnerabilities have been fixed:

wnpa-sec-2024-12 ITS dissector crash. Issue 20026.
wnpa-sec-2024-13 AppleTalk and RELOAD Framing dissector crashes. Issue 20114.

The following bugs have been fixed:

Refresh interface during live-capture leads to corrupt interface handling. Issue 11176.
Media type "application/octet-stream" registered for both Thread and UASIP. Issue 14729.
Extcap toolbar stops working when new interface is added. Issue 19854.
Decoding error ITS CPM version 2.1.1. Issue 19886.
Build error in 4.3.0: sync_pipe_run_command_actual error: argument 2 is null but the corresponding size argument 3 value is 512004 [-Werror=nonnull] Issue 19930.
html2text.py doesn’t handle the <sup> tag. Issue 20020.
Incorrect NetFlow v8 TOS AS aggregation dissection. Issue 20021.
The Windows packages don’t ship with the IP address plugin. Issue 20030.
O_PATH is Linux-and-FreeBSD-specific. Issue 20031.
Wireshark 4.4.0 doesn’t install USBcap USBcapCMD.exe in the correct directory. Issue 20040.
OER dissector is not considering the preamble if ASN.1 SEQUENCE definition includes extension marker but no OPTIONAL items. Issue 20044.
Bluetooth classic L2CAP incorrect dissection with connectionless reception channel. Issue 20047.
Profile auto switch filters : Grayed Display Filter Expression dialog box when opened from Configuration Profiles dialog box. Issue 20049.
Wireshark 4.4.0 / macOS 14.6.1 wifi if monitor mode. Issue 20051.
TECMP Data Type passes too much data to sub dissectors. Issue 20052.
Wireshark and tshark 4.4.0 ignore extcap options specified on the command line. Issue 20054.
Cannot open release notes due to incorrect path with duplicated directory components. Issue 20055.
Unable to open "Release Notes" from the "Help" menu. Issue 20056.
No capture interfaces if Wireshark is started from command line with certain paths. Issue 20057.
Wireshark 4.4.0 extcap path change breaks third party extcap installers. Issue 20069.
Fuzz job UTF-8 encoding issue: fuzz-2024-09-10-7618.pcap. Issue 20071.
Unable to create larger files than 99 size units. Issue 20079.
Opening Wireshark 4.4.0 on macOS 15.0 disconnects iPhone Mirroring. Issue 20082.
PRP trailer not shown for L2 IEC 61850 GOOSE packets in 4.4.0 (was working in 4.2.7) Issue 20088.
GUI lags because NetworkManager keeps turning 802.11 monitor mode off. Issue 20090.
Error while getting Bluetooth application process id by <shell:ps -A | grep com.*android.bluetooth> Issue 20100.
Fuzz job assertion: randpkt-2024-10-05-7200.pcap. Issue 20110.

New and Updated Features

The TShark syntax for dumping only fields with a certain prefix has changed from -G fields prefix to -G fields,prefix. This allows tshark -G fields to again support also specifying the configuration profile to use.

Revision 1.318: download - view: text, markup, annotated - select for diffs
Sat Aug 31 08:39:32 2024 UTC (3 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.317: preferred, colored
Changes since revision 1.317: +3 -7 lines
wireshark: updated to 4.4.0

Wireshark 4.4.0

Many improvements and fixes to the graphing dialogs, including I/O Graphs, Flow Graph / VoIP Calls, and TCP Stream Graphs.

Wireshark now supports automatic profile switching. You can associate a display filter with a configuration profile, and when you open a capture file that matches the filter, Wireshark will automatically switch to that profile.

Support for Lua 5.3 and 5.4 has been added, and support for Lua 5.1 and 5.2 has been removed. The Windows and macOS installers now ship with Lua 5.4.6.

Improved display filter support for value strings (optional string representations for numeric fields).

Display filter functions can be implemented as plugins, similar to protocol dissectors and file parsers.

Display filters can be translated to pcap filters using Edit › Copy › Display filter as pcap filter if each display filter field has a corresponding pcap filter equivalent.

Custom columns can be defined using any valid field expression, such as display filter functions, packet slices, arithmetic calculations, logical tests, raw byte addressing, and protocol layer modifiers.

Custom output fields for tshark -e can also be defined using any valid field expression.

Wireshark can be built with the zlib-ng instead of zlib for compressed file support. Zlib-ng is substantially faster than zlib. The official Windows and macOS packages include this feature.

Revision 1.317: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:19:09 2024 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.316: preferred, colored
Changes since revision 1.316: +5 -5 lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS

Revision 1.316: download - view: text, markup, annotated - select for diffs
Sat Jul 13 21:33:59 2024 UTC (4 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.315: preferred, colored
Changes since revision 1.315: +2 -3 lines
wireshark: updated to 4.2.6

Wireshark 4.2.6 Release Notes

Bug Fixes

If you are upgrading Wireshark 4.2.0 or 4.2.1 on Windows you will
need to download and install[2] Wireshark 4.2.6 or later by hand.

A regression in the TCP Stream Graph "Time Sequence (tcptrace)"
receive window line behavior introduced in 4.0.15 and 4.2.5 has been
fixed.

Revision 1.315: download - view: text, markup, annotated - select for diffs
Wed May 29 16:34:06 2024 UTC (6 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.314: preferred, colored
Changes since revision 1.314: +2 -1 lines
revbump after icu and protobuf updates

Revision 1.314: download - view: text, markup, annotated - select for diffs
Thu May 16 11:44:55 2024 UTC (6 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.313: preferred, colored
Changes since revision 1.313: +2 -3 lines
wireshark: updated to 4.2.5

Wireshark 4.2.5 Release Notes

Bug Fixes

 If you are upgrading Wireshark 4.2.0 or 4.2.1 on Windows you will
 need to download and install[2] Wireshark 4.2.5 or later by hand.

 The following bugs have been fixed:

New and Updated Features

 There are no new or updated features in this release.

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

New and Updated Capture File Support

 There is no new or updated capture file support in this release.

Updated File Format Decoding Support

 There is no updated file format support in this release.

Revision 1.313: download - view: text, markup, annotated - select for diffs
Thu May 16 06:15:25 2024 UTC (6 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.312: preferred, colored
Changes since revision 1.312: +2 -2 lines
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)

Revision 1.312: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:06:32 2024 UTC (8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.311: preferred, colored
Changes since revision 1.311: +2 -1 lines
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

Revision 1.311: download - view: text, markup, annotated - select for diffs
Mon Apr 1 13:44:01 2024 UTC (8 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.310: preferred, colored
Changes since revision 1.310: +2 -2 lines
wireshark: updated to 4.2.4

Wireshark 4.2.4 Release Notes

What’s New

  Bug Fixes

   If you are upgrading Wireshark 4.2.0 or 4.2.1 on Windows you will
   need to download and install[2] Wireshark 4.2.4 or later by hand.

   The following bugs have been fixed:

  New and Updated Features

   There are no new or updated features in this release.

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

  New and Updated Capture File Support

   pcap and pcapng

Revision 1.310: download - view: text, markup, annotated - select for diffs
Fri Feb 16 17:40:59 2024 UTC (9 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.309: preferred, colored
Changes since revision 1.309: +2 -3 lines
wireshark: updated to 4.2.3

Wireshark 4.2.3 Release Notes

What’s New

 Bug Fixes

  If you are upgrading Wireshark 4.2.0 or 4.2.1 on Windows you will
  need to download and install[2] Wireshark 4.2.3 or later by hand.

  The following bugs have been fixed:

 New and Updated Features

  There are no new or updated features in this release.

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

 New and Updated Capture File Support

  There is no new or updated capture file support in this release.

Revision 1.309: download - view: text, markup, annotated - select for diffs
Tue Jan 30 14:22:30 2024 UTC (10 months, 1 week ago) by ryoon
Branches: MAIN
Diff to: previous 1.308: preferred, colored
Changes since revision 1.308: +2 -1 lines
*: Recursive revbump from audio/pulseaudio-17.0

Revision 1.308: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:57:27 2024 UTC (11 months ago) by adam
Branches: MAIN
Diff to: previous 1.307: preferred, colored
Changes since revision 1.307: +2 -2 lines
wireshark: updated to 4.2.2

Wireshark 4.2.2

Bug Fixes

 The following vulnerabilities have been fixed:

   • wnpa-sec-2024-01[2] GVCP dissector crash. Issue 19496[3].
     CVE-2024-0208[4].

   • wnpa-sec-2024-02[5] IEEE 1609.2 dissector crash. Issue 19501[6].
     CVE-2024-0209[7].

   • wnpa-sec-2024-03[8] HTTP3 dissector crash. Issue 19502[9].
     CVE-2024-0207[10].

   • wnpa-sec-2024-04[11] Zigbee TLV dissector crash. Issue 19504[12].
     CVE-2024-0210[13].

   • wnpa-sec-2024-05[14] DOCSIS dissector crash. Issue 19557[15].
     CVE-2024-0211[16].

 The following bugs have been fixed:

   • Capture filters not saved to recently used list. Issue 12918[17].

   • CFM dissector does not handle Sender ID TLV correctly when
     Chassis ID Length is zero. Issue 13720[18].

   • OSS-Fuzz 64290: wireshark:fuzzshark_ip: Global-buffer-overflow in
     dissect_zcl_read_attr_struct. Issue 19490[19].

   • Overriding capture options set by preference by command line
     arguments (like -S) doesn’t work. Issue 14549[20].

   • Segfault when enabling monitor mode on wireless card that falsely
     claims to support it. Issue 16693[21].

   • Documented format of temporary file name is out of date in the
     Wireshark User’s Guide. Issue 18464[22].

   • Selection highlight lost when interface list is sorted. Issue
     19133[23].

   • HTTP3 malformed packets. Issue 19475[24].

   • Capture filter compilation fails with obscure error message.
     Issue 19480[25].

   • XML: Parsing encoding attribute failed when standalone attribute
     exists. Issue 19485[26].

   • Display filter expressions where the protocol name starts with
     digit and contains a hyphen are rejected. Issue 19489[27].

   • diameter.3GPP-* display filters not working after upgrade to
     version 4.2.0. Issue 19493[28].

   • GigE-vision: Control Protocol shows \"unknown\" as value for
     ASCII character set. Issue 19494[29].

   • The HTTP/3 Request Header URI is not correct. Issue 19497[30].

   • QUIC/TLS not extracting \"h3\" from ALPN in a capture. Issue
     19503[31].

   • Documentation on system requirements should be updated. Issue
     19512[32].

   • 4.2.0: init.lua in subdirectories not loaded anymore. Issue
     19516[33].

   • Malformed SIP/SDP messages: components are not decoded properly.
     Issue 19518[34].

   • heuristic_protos do not reset on profile swap. Issue 19520[35].

   • Wireshark 4.2 crashes on Apply As Column. Issue 19521[36].

   • NFLOG timestamp is incorrect. Issue 19525[37].

   • Qt6 Crash (Double Free) When Attempting to Save TCP Stream Graph.
     Issue 19529[38].

   • Fixed parsing display filter expressions containing literal OID
     values, e.g. `snmp.name == 1.3.6.1.2.1.1.3.0`.

Revision 1.307: download - view: text, markup, annotated - select for diffs
Thu Jan 4 14:47:29 2024 UTC (11 months ago) by adam
Branches: MAIN
Diff to: previous 1.306: preferred, colored
Changes since revision 1.306: +2 -2 lines
wireshark: updated to 4.2.1

Wireshark 4.2.1 Release Notes

What’s New

 Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2024-01[2] GVCP dissector crash. Issue 19496[3].
      CVE-2024-0208[4].

    • wnpa-sec-2024-02[5] IEEE 1609.2 dissector crash. Issue 19501[6].
      CVE-2024-0209[7].

    • wnpa-sec-2024-03[8] HTTP3 dissector crash. Issue 19502[9].
      CVE-2024-0207[10].

    • wnpa-sec-2024-04[11] Zigbee TLV dissector crash. Issue 19504[12].
      CVE-2024-0210[13].

    • wnpa-sec-2024-05[14] DOCSIS dissector crash. Issue 19557[15].
      CVE-2024-0211[16].

  The following bugs have been fixed:

    • Capture filters not saved to recently used list. Issue 12918[17].

    • CFM dissector does not handle Sender ID TLV correctly when
      Chassis ID Length is zero. Issue 13720[18].

    • OSS-Fuzz 64290: wireshark:fuzzshark_ip: Global-buffer-overflow in
      dissect_zcl_read_attr_struct. Issue 19490[19].

    • Overriding capture options set by preference by command line
      arguments (like -S) doesn’t work. Issue 14549[20].

    • Segfault when enabling monitor mode on wireless card that falsely
      claims to support it. Issue 16693[21].

    • Documented format of temporary file name is out of date in the
      Wireshark User’s Guide. Issue 18464[22].

    • Selection highlight lost when interface list is sorted. Issue
      19133[23].

    • HTTP3 malformed packets. Issue 19475[24].

    • Capture filter compilation fails with obscure error message.
      Issue 19480[25].

    • XML: Parsing encoding attribute failed when standalone attribute
      exists. Issue 19485[26].

    • Display filter expressions where the protocol name starts with
      digit and contains a hyphen are rejected. Issue 19489[27].

    • diameter.3GPP-* display filters not working after upgrade to
      version 4.2.0. Issue 19493[28].

    • GigE-vision: Control Protocol shows \"unknown\" as value for
      ASCII character set. Issue 19494[29].

    • The HTTP/3 Request Header URI is not correct. Issue 19497[30].

    • QUIC/TLS not extracting \"h3\" from ALPN in a capture. Issue
      19503[31].

    • Documentation on system requirements should be updated. Issue
      19512[32].

    • 4.2.0: init.lua in subdirectories not loaded anymore. Issue
      19516[33].

    • Malformed SIP/SDP messages: components are not decoded properly.
      Issue 19518[34].

    • heuristic_protos do not reset on profile swap. Issue 19520[35].

    • Wireshark 4.2 crashes on Apply As Column. Issue 19521[36].

    • NFLOG timestamp is incorrect. Issue 19525[37].

    • Qt6 Crash (Double Free) When Attempting to Save TCP Stream Graph.
      Issue 19529[38].

    • Fixed parsing display filter expressions containing literal OID
      values, e.g. `snmp.name == 1.3.6.1.2.1.1.3.0`.

Revision 1.306: download - view: text, markup, annotated - select for diffs
Mon Nov 20 18:34:49 2023 UTC (12 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.305: preferred, colored
Changes since revision 1.305: +12 -4 lines
wireshark: updated to 4.2.0

Wireshark 4.2.0 Release Notes

What’s New

 This is the first major Wireshark release under the Wireshark
 Foundation, a nonprofit which hosts Wireshark and promotes protocol
 analysis educaton. The foundation depends on your contributions in
 order to do its work. If you or your employer would like to contribute
 or become a sponsor, please visit wiresharkfoundation.org[1].

 Wireshark supports dark mode on Windows.

 A Windows installer for Arm64 has been added.

 Packet list sorting has been improved.

 Wireshark and TShark are now better about generating valid UTF-8
 output.

 A new display filter feature for filtering raw bytes has been added.

 Display filter autocomplete is smarter about not suggesting invalid
 syntax.

 "Tools › MAC Address Blocks" can lookup a MAC address in the IEEE OUI
 registry.

 The enterprises, manuf, and services configuration files have been
 compiled in for improved start-up times. These files are no longer
 available in the master branch in our source code repository. You can
 download the manuf file[2] from our automated build directory.

 The installation target no longer installs development headers by
 default.

 The Wireshark installation is relocatable on Linux (and other ELF
 platforms with support for relative RPATHs).

 Wireshark can be compiled on Windows using MSYS2[3]. Check the
 Developer’s guide for instructions.

 Wireshark can be cross-compiled for Windows using Linux. Check the
 Developer’s guide for instructions.

 "Tools › Browser (SSL Keylog)" can launch your web browser with the
 SSLKEYLOGFILE environment variable set to the appropriate value.

 Windows installer file names now have the format
 Wireshark-<version>-<architecture>.exe.

 Wireshark now supports the Korean language.

 Many other improvements have been made. See the “New and Updated
 Features” section below for more details.

 Bug Fixes

  The following bugs have been fixed:

    • Issue 18413[4] - RTP player do not play audio frequently on
      Windows builds with Qt6.

    • Issue 18510[5] - Playback marker does not move after resume with
      Qt6.

 New and Updated Features

  The following features are new (or have been significantly updated)
  since version 4.2.0rc3:

    • Nothing of note.

  The following features are new (or have been significantly updated)
  since version 4.2.0rc2:

    • The Windows installers now ship with Npcap 1.78. They previously
      shipped with Npcap 1.77.

  The following features are new (or have been significantly updated)
  since version 4.2.0rc1:

    • The Windows installers now ship with Npcap 1.77. They previously
      shipped with Npcap 1.71.

  The following features are new (or have been significantly updated)
  since version 4.1.0:

    • Improved dark mode support.

    • The Windows installers now ship with Qt 6.5.3. They previously
      shipped with Qt 6.2.3.

  The following features are new (or have been significantly updated)
  since version 4.0.0:

    • The API has been updated to ensure that the dissection engine
      produces valid UTF-8 strings.

    • Wireshark now builds with Qt6 by default. To use Qt5 instead pass
      USE_qt6=OFF to CMake.

    • The "ciscodump" extcap supports Cisco IOS XE 17.x.

    • The default interval between GUI updates when capturing has been
      decreased from 500ms to 100ms, and is now configurable.

    • The -n option also now disables IP address geolocation
      information lookup in configured MaxMind databases (and
      geolocation lookup can be enabled with -Ng.) This is most
      relevant for TShark, where geolocation lookups are synchronous.

    • The display filter drop-down list is now sorted by "most recently
      used" instead of "most recently created".

    • Display filter syntax-related changes:

       • It is now possible to filter on raw packet data for any field
      by using the syntax `@some.field == <bytes…​>`. This can be
      useful to filter on malformed UTF-8 strings, among other use
      cases where it is necessary to look at the field’s raw data.

       • Negation (unary minus) now works with any display filter
      arithmetic expression.

       • Using the slice operator with strings produces a string.
      Previously it would produce a byte array. This is useful to
      index/slice UTF-8 multibyte strings. String byte slices can still
      be obtained using the "@" (raw operator) prefix.

       • Arithmetic expressions are allowed as set elements.

       • Absolute date and time values can be written as Unix time.

       • The limitation where a minus sign needed to be preceded by a
      space character has been removed.

       • Added XOR logical operator.

       • Fixed the implementation of `all …​ in` membership operator

       • When parsing absolute time values the display filter engine
      has learned to understand timezones as specified in
      strptime(3)[7], including some common North American
      designations. Arbitrary timezone names are not supported however.
      Previously only ISO8601 offsets and the "UTC" designation was
      understood.

       • Writing value strings without double quotes is deprecated and
      will generate a warning. Value strings are integer or boolean
      values that can be represented using a user-friendly textual
      format, such as "Set"/"Unset" instead of numerical values like 1
      and 0. It is now a requirement that value strings need to be
      written enclosed in double-quotes.

       • The deprecated ~≃ operator symbol has been removed. It was
      replaced by !== in version 4.0.

    • Running the test suite requires the pytest[8] Python module. The
      emulation layer that allowed running tests without pytest
      installed has been removed.

    • When saving files or exporting packets after changing their time
      with the "Time Shift" dialog, the shifted time is written to the
      new file.

    • TLS secrets used in decrypting packets can be embedded (or
      discarded) from the capture file via the GUI, similar to the
      options --inject-secrets and --discard-all-secrets in editcap.

    • The text of any configured column (displayed or hidden) can be
      filtered anywhere that filters are used - in display filters,
      filters in taps, coloring rules, Wireshark read filters, and the
      -Y, -R, and -e options to TShark, the "Apply as Filter" GUI
      option, etc.

       • The filter field names are prefixed by "_ws.col", followed by
      a lowercase version of the COL_ name found in
      epan/column-utils.h, e.g. "_ws.col.info" or "_ws.col.protocol"

       • Using the column names as a filter is slower than other filter
      types because the columns must be constructed, so when the same
      filtering can be achieved via other fields, prefer that.

    • The external name resolution text files "manuf", "enterprises"
      and "services" have been removed and replaced with static binary
      data. You can dump the respective internal data using `tshark -G
      manuf|enterprises|services`.

    • The "manuf" file is now also read from the personal configuration
      folder, and is profile-based.

    • The Lua console dialogs under the Tools menu were refactored and
      redesigned. It now consists of a single dialog window for input
      and output.

    • Wireshark now shows byte units in the statistics in the
      user-selected language (uses the system default language by
      default).

    • Packet list sorting has been improved:

       • When sorting packet list with a filter applied, only the
      visible packets are sorted, which greatly increases sorting
      speed.

       • The cache size for column text is limited to a default of
      10000 rows, which limits the maximum memory usage. The maximum
      value can be changed in Preferences→Appearance→Layout

       • Due to the above, columns that require packet dissection can
      only be sorted if the number of visible rows is less than the
      cache size. If there are more rows visible, a warning will
      appear. Columns that do not require packet dissection (those that
      calculated directly from the capture file frame headers, such as
      packet number, time, and frame length) can be sorted with any
      number of visible rows.

       • Sorting can be interrupted.

    • When changing the dissector via the "Decode As" table for values
      that have default dissectors registered, selecting "(none)" will
      select no dissection (while still allowing heuristic dissectors
      to attempt to dissect.) The previous behavior was to reset the
      dissector to the default. To facilitate resetting the dissector,
      the default dissector is now sorted at the top of the list of
      possible dissector options.

    • The personal extcap plugin folder location on Unix has been
      changed to follow existing conventions for architecture-dependent
      files. The extcap personal folder is now
      `$HOME/.local/lib/wireshark/extcap`. Previously it was
      `$XDG_CONFIG_HOME/wireshark/extcap`.

    • The "init.lua" file is now loaded from any of the Lua plugin
      directories. Previously it was loaded from the personal
      configuration directory. (For backward-compatibility this is
      still allowed; note that deprecated features may be removed in a
      future release).

    • Installation of development headers must be done explicitly using
      the CMake command `cmake --install <builddir> --component
      Development`.

    • The Windows build has a new SpeexDSP external dependency
      (https://www.speex.org). The speex code that was previously
      bundled has been removed.

    • New `--print-timers` option added to TShark.

 Removed Features and Support

    • With the addition of the universal and consistent filtering
      support for column text, the previous support in the -e option to
      TShark for displaying column text via the column title has been
      removed in general. Those field names cannot be used elsewhere
      (as they may not be legal filter names) and create confusion if
      more than one column has the same title or if a column is
      renamed. Prefer the column format instead, e.g. "_ws.col.info"
      for "_ws.col.Info". However, for backwards compatibility with
      existing tools and scripts, the titles of the default columns can
      continue to be used with `tshark -e` (but not elsewhere.)

    • The bundled script "dtd_gen.lua" that was disabled by default has
      been removed from the installation. It can be found in the
      Wireshark Wiki under "Contrib"[9].

    • The Wi-Fi NAN dissector filter name has been changed from 'nan'
      to 'wifi_nan'.

 New File Format Decoding Support

  RTPDump

 New Protocol Support

  Aruba UBT, ASAM Capture Module Protocol (CMP), ATSC Link-Layer
  Protocol (ALP), DECT DLC protocol layer (DECT-DLC), DECT NWK protocol
  layer (DECT-NWK), DECT proprietary Mitel OMM/RFP Protocol (also named
  AaMiDe), Digital Object Identifier Resolution Protocol (DO-IRP),
  Discard Protocol, FiRa UWB Controller Interface (UCI), FiveCo’s
  Register Access Protocol (5CoRAP), Fortinet FortiGate Cluster
  Protocol (FGCP), GPS L1 C/A LNAV navigation messages, GSM Radio Link
  Protocol (RLP), H.224, High Speed Fahrzeugzugang (HSFZ), Hypertext
  Transfer Protocol version 3 (HTTP/3), ID3v2, IEEE 802.1CB (R-TAG),
  Iperf3, JSON 3GPP, Low Level Signalling (ATSC3 LLS), Management
  Component Transport Protocol (MCTP), Management Component Transport
  Protocol - Control Protocol (MCTP CP), Matter home automation
  protocol, Microsoft Delivery Optimization, Multi-Drop Bus (MDB),
  Non-volatile Memory Express - Management Interface (NVMe-MI) over
  MCTP, RDP audio output virtual channel Protocol (rdpsnd), RDP
  clipboard redirection channel Protocol (cliprdr), RDP Program virtual
  channel Protocol (RAIL), SAP Enqueue Server (SAPEnqueue), SAP GUI
  (SAPDiag), SAP HANA SQL Command Network Protocol (SAPHDB), SAP
  Internet Graphic Server (SAP IGS), SAP Message Server (SAPMS), SAP
  Network Interface (SAPNI), SAP Router (SAPROUTER), SAP Secure Network
  Connection (SNC), SBAS L1 Navigation Messages (SBAS L1), SINEC AP1
  Protocol (SINEC AP), SMPTE ST2110-20 (Uncompressed Active Video),
  Train Real-Time Data Protocol (TRDP), UBX protocol of u-blox GNSS
  receivers (UBX), UDP Tracker Protocol for BitTorrent (BT-Tracker),
  UWB UCI Protocol, Video Protocol 9 (VP9), VMware HeartBeat, Windows
  Delivery Optimization (MS-DO), Z21 LAN Protocol (Z21), Zabbix, ZigBee
  Direct (ZBD), and Zigbee TLV

 Updated Protocol Support

    • JSON: The dissector now has a preference to enable/disable
      "unescaping" of string values. By default it is off. Previously
      it was always on.

    • JSON: The dissector now supports "Display JSON in raw form".

    • IPv6: The dissector has a new preference to show some semantic
      details about addresses (default off).

    • IPv6: The dissector now supports dissecting the Application-aware
      IPv6 Networking (APN6) option[10] in the Hop-by-Hop Options
      Header (HBH) and Destination Options Header (DOH), including all
      three types of APN ID, which are 32-bit, 64-bit and 128-bit in
      length.

    • XML: The dissector now supports display character according to
      the "encoding" attribute of the XML declaration, and has a new
      preference to set default character encoding for some XML
      document without "encoding" attribute.

    • SIP: The dissector now has a new preference to set default
      charset for displaying the body of SIP messages in raw text view.

    • HTTP: The dissector now supports dissecting chunked data in
      streaming reassembly mode. Subdissectors of HTTP can register
      itself in "streaming_content_type" subdissector table for
      enabling streaming reassembly mode while transferring in chunked
      encoding. This feature ensures the server stream messages of
      GRPC-Web over HTTP/1.1 can be dissected even if the last chunk is
      absent.

    • The media type dissector table now properly treats media types
      and subtypes as case-insensitive automatically, per RFC 6838.
      Media types no longer need to be lower cased before registering
      or looking up in the table.

    • CFM: The dissector has been overhauled and updated to the level
      of IEEE std 802.1Q-2022 and ITU-T Rec. G.8013/Y.1371 (08/2015).
      This includes dissection of additional PDU types and TLVs as well
      as deeper dissection of existing PDUs and TLVs.

  Too many other protocol updates have been made to list them all here.

 New and Updated Codec support

  Adaptive Multi-Rate (AMR), if compiled with opencore-amr[11].

 Major API Changes

    • Lua function "package.prepend_path" has been removed. If you need
      it please consider adding your own package.path customization
      code or installing your dependencies in Wireshark’s default
      paths.

    • The reassemble_streaming_data_and_call_subdissector() API has
      been added to provide a simpler way to reassemble the streaming
      data of a high level protocol that is not on top of TCP.

    • Some of the API now uses C99 types instead of GLib types. Issue
      19116[12]

Revision 1.305: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:23:15 2023 UTC (12 months, 4 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.304: preferred, colored
Changes since revision 1.304: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.304: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:20:37 2023 UTC (13 months ago) by wiz
Branches: MAIN
Diff to: previous 1.303: preferred, colored
Changes since revision 1.303: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.303: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:10:37 2023 UTC (13 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.302: preferred, colored
Changes since revision 1.302: +2 -2 lines
*: bump for openssl 3

Revision 1.302: download - view: text, markup, annotated - select for diffs
Sat Oct 21 17:11:15 2023 UTC (13 months, 2 weeks ago) by gdt
Branches: MAIN
Diff to: previous 1.301: preferred, colored
Changes since revision 1.301: +2 -1 lines
recursive revbump for tiff update

Revision 1.301: download - view: text, markup, annotated - select for diffs
Fri Oct 6 12:39:02 2023 UTC (14 months ago) by adam
Branches: MAIN
Diff to: previous 1.300: preferred, colored
Changes since revision 1.300: +2 -2 lines
wireshark: updated to 4.0.10

Wireshark 4.0.10 Release Notes

 What’s New

  We do not ship official 32-bit Windows packages for Wireshark 4.0 and
  later. If you need to use Wireshark on that platform, we recommend
  using the latest 3.6 release. Issue 17779[1]

  If you’re running Wireshark on macOS and upgraded to macOS 13 from an
  earlier version, you might have to open and run the “Uninstall
  ChmodBPF” package, then open and run “Install ChmodBPF” in order to
  reset the ChmodBPF Launch Daemon. Issue 18734[2].

  Bug Fixes

   The following bugs have been fixed:

     • Error loading g729.so plugin with Wireshark 4.0.9 and 3.6.17 on
       macOS. Issue 19374[3].

Revision 1.300: download - view: text, markup, annotated - select for diffs
Fri Aug 25 10:57:40 2023 UTC (15 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.299: preferred, colored
Changes since revision 1.299: +2 -3 lines
wireshark: updated to 4.0.8

Wireshark 4.0.8 Release Notes

What’s New

 We do not ship official 32-bit Windows packages for Wireshark 4.0 and
 later. If you need to use Wireshark on that platform, we recommend
 using the latest 3.6 release. Issue 17779[1]

 If you’re running Wireshark on macOS and upgraded to macOS 13 from an
 earlier version, you might have to open and run the “Uninstall
 ChmodBPF” package, then open and run “Install ChmodBPF” in order to
 reset the ChmodBPF Launch Daemon. Issue 18734[2].

 Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2023-23[3] CBOR dissector crash. Issue 19144[4].

    • wnpa-sec-2023-24[5] BT SDP dissector infinite loop. Issue
      19258[6].

    • wnpa-sec-2023-25[7] BT SDP dissector memory leak. Issue 19259[8].

    • wnpa-sec-2023-26[9] CP2179 dissector crash. Issue 19229[10].

  The following bugs have been fixed:

    • TShark cannot capture to pipe on Windows correctly. Issue
      17900[11].

    • Wireshark wrongly blames group membership when pcap capabilities
      are removed. Issue 18279[12].

    • Packet bytes window broken layout. Issue 18326[13].

    • RTP Player only shows waveform until sequence rollover. Issue
      18829[14].

    • Valid Ethernet CFM DMM packets are shown as malformed. Issue
      19198[15].

    • Crash on DICOM Export Objects window close. Issue 19207[16].

    • The QUIC dissector is reporting the quic_transport_parameters
      max_ack_delay with the title \"GREASE\" Issue 19209[17].

    • Preferences: Folder name editing behaves weirdly, cursor jumps.
      Issue 19213[18].

    • DHCPFO: Expert info list does not show all expert infos. Issue
      19216[19].

    • Websocket packets not decoded and displayed for Field type=Custom
      and Field name websocket.payload.text. Issue 19220[20].

    • Cannot read pcapng file captured on OpenBSD and read on FreeBSD.
      Issue 19230[21].

    • UI: While capturing the Wireshark icon changes from green to blue
      when new file is created. Issue 19252[22].

    • Conversation: heap-use-after-free after wmem_leave_file_scope.
      Issue 19265[23].

    • IP Packets with DSCP 44 does not indicate "Voice-Admit" Issue
      19270[24].

    • NAS 5GS Malformed Packet Decoding SOR transparent container PLMN
      ID and access technology list. Issue 19273[25].

    • UI: Auto scroll button in the toolbar is turned on when manually
      scrolling to the end of packet list. Issue 19274[26].

Revision 1.299: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:25:04 2023 UTC (15 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.298: preferred, colored
Changes since revision 1.298: +2 -1 lines
*: recursive bump for Python 3.11 as new default

Revision 1.298: download - view: text, markup, annotated - select for diffs
Thu Jul 13 14:50:29 2023 UTC (16 months, 4 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.297: preferred, colored
Changes since revision 1.297: +2 -2 lines
wireshark: updated to 4.0.7

Wireshark 4.0.7 Release Notes

 What’s New

  We do not ship official 32-bit Windows packages for Wireshark 4.0 and
  later. If you need to use Wireshark on that platform, we recommend
  using the latest 3.6 release. Issue 17779[1]

  If you’re running Wireshark on macOS and upgraded to macOS 13 from an
  earlier version, you might have to open and run the “Uninstall
  ChmodBPF” package, then open and run “Install ChmodBPF” in order to
  reset the ChmodBPF Launch Daemon. Issue 18734[2].

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2023-21[3] Kafka dissector crash. Issue 19105[4].

     • wnpa-sec-2023-22[5] iSCSI dissector crash. Issue 19164[6].

   The following bugs have been fixed:

     • Crash when (re)loading a capture file after renaming a dfilter
       macro. Issue 13753[7].

     • Moving a column deselects selected packet and moves to beginning
       of packet list. Issue 16251[8].

     • If you set the default interface in the preferences, it doesn’t
       work with TShark. Issue 16593[9].

     • Severe performance issues in Follow → Save As raw workflow. Issue
       17313[10].

     • TShark doesn’t support the tab character as an aggregator
       character in \"-T fields\" Issue 18002[11].

     • On Windows clicking on a link in the 'Software Update' window
       launches, now unsupported, MS Internet Explorer. Issue 18488[12].

     • Wireshark 4.x.x on Win10-x64 crashes after saving a file with a
       name already in use. Issue 18679[13].

     • NAS-5GS Operator-defined Access Category: Multiple Criteria
       values not displayed in dissected packet display. Issue
       18941[14].

     • Server Hello Packet Invisible - during 802.1x Authentication-
       from Wireshark App Version 4.0.3 (v4.0.3-0-gc552f74cdc23) &
       above. Issue 19071[15].

     • TShark reassembled data is incomplete/truncated. Issue 19107[16].

     • CQL protocol parsing issues with `Result` frames from open source
       Cassandra. Issue 19119[17].

     • TLS 1.3 second Key Update doesn’t work. Issue 19120[18].

     • HTTP2 dissector reports an assertion error on large data frames.
       Issue 19121[19].

     • epan: Single letter hostnames aren’t displayed correctly. Issue
       19137[20].

     • BLF: CAN-FD-Message format is missing a field. Issue 19146[21].

     • BLF: last parameter of LIN-Message is not mandatory (BUGFIX)
       Issue 19147[22].

     • PPP IPv6CP: Incorrect payload length warning. Issue 19149[23].

     • INSTALL file needs to be updated for Debian. Issue 19167[24].

     • Some RTP streams make Wireshark crash when trying to play stream.
       Issue 19170[25].

     • Wrong ordering in OpenFlow 1.0 Datapath unique ID. Issue
       19172[26].

     • Incorrect mask in RTCP slice picture ID. Issue 19182[27].

     • Dissection error in AMQP 1.0. Issue 19191[28].

  New and Updated Features

   There are no new or updated features in this release.

  Removed Features and Support

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   9P, AMQP, BGP, CQL, DHCPFO, EAP, GlusterFS, GSM MAP, HTTP2, iSCSI,
   Kafka, Kerberos, NAN, NAS-5GS, OCP.1, OpenFlow 1.0, PDCP-NR, PEAP,
   PPPoE, RSL, RTCP, rtnetlink, and XMPP

Revision 1.297: download - view: text, markup, annotated - select for diffs
Fri May 26 04:27:56 2023 UTC (18 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.296: preferred, colored
Changes since revision 1.296: +2 -3 lines
wireshark: updated to 4.0.6

Wireshark 4.0.6 Release Notes

What’s New

 We do not ship official 32-bit Windows packages for Wireshark 4.0 and
 later. If you need to use Wireshark on that platform, we recommend
 using the latest 3.6 release. Issue 17779[1]

 If you’re running Wireshark on macOS and upgraded to macOS 13 from an
 earlier version, you will likely have to open and run the “Uninstall
 ChmodBPF” package, then open and run “Install ChmodBPF” in order to
 reset the ChmodBPF Launch Daemon. Issue 18734[2].

 Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2023-12[3] Candump log file parser crash. Issue
      19062[4]. CVE-2023-2855[5].

    • wnpa-sec-2023-13[6] BLF file parser crash. Issue 19063[7].
      CVE-2023-2857[8].

    • wnpa-sec-2023-14[9] GDSDB dissector infinite loop. Issue
      19068[10].

    • wnpa-sec-2023-15[11] NetScaler file parser crash. Issue
      19081[12]. CVE-2023-2858[13].

    • wnpa-sec-2023-16[14] VMS TCPIPtrace file parser crash. Issue
      19083[15]. CVE-2023-2856[16].

    • wnpa-sec-2023-17[17] BLF file parser crash. Issue 19084[18].
      CVE-2023-2854[19].

    • wnpa-sec-2023-18[20] RTPS dissector crash. Issue 19085[21].
      CVE-2023-0666[22].

    • wnpa-sec-2023-19[23] IEEE C37.118 Synchrophasor dissector crash.
      Issue 19087[24]. CVE-2023-0668[25].

    • wnpa-sec-2023-20[26] XRA dissector infinite loop. Issue
      19100[27].

  The following bugs have been fixed:

    • Conversations list has incorrect unit (bytes) in bit speed
      columns in the 3.7 development versions. Issue 18211[28].

    • The media_type table should treat media types, e.g.
      application/3gppHal+json, as case-insensitive. Issue 18611[29].

    • NNTP dissector bug. Issue 18981[30].

    • Incorrect padding in BFCP decoder. Issue 18890[31].

    • SPNEGO dissector bug. Issue 18991[32].

    • SRT values are incorrect when applying a time shift. Issue
      18999[33].

    • Add warning that capturing is not supported in Wireshark
      installed from flatpak. Issue 19008[34].

    • Opening Wireshark with -z io,stat option. Issue 19042[35].

    • batadv dissector bug. Issue 19047[36].

    • radiotap-gen build fails if pcap is not found. Issue 19059[37].

    • [UDS] When filtering the uds.wdbi.data_identifier or
      uds.iocbi.data_identifier field is interpreted as 1 byte whereas
      it consists of 2 bytes. Issue 19078[38].

    • Wireshark can’t save this capture in that format. Issue
      19080[39].

    • MSMMS parsing buffer overflow. Issue 19086[40].

    • USB HID parser shows wrong label for usages Rx/Vx/Vbrx of usage
      page Generic Desktop Control. Issue 19095[41].

    • "Follow → QUIC Stream" mixes data between streams. Issue
      19102[42].

 New and Updated Features

  The media type dissector table now properly treats media types and
  subtypes as case-insensitive automatically, per RFC 6838. Media types
  no longer need to be lower cased before registering or looking up in
  the table.

 Removed Features and Support

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

  batadv, BFCP, CommunityID, COSE, GDSDB, H.265, HTTP, ILP, ISAKMP,
  MSMMS, NNTP, NR RRC, NTLMSSP, QUIC, RTPS, SPNEGO, Synphasor, TCP,
  UDS, ULP, USB HID, and XRA

Revision 1.296: download - view: text, markup, annotated - select for diffs
Mon May 22 21:00:42 2023 UTC (18 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.295: preferred, colored
Changes since revision 1.295: +2 -2 lines
*: bump for libproxy 0.5

Revision 1.295: download - view: text, markup, annotated - select for diffs
Sat May 6 19:09:46 2023 UTC (19 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.294: preferred, colored
Changes since revision 1.294: +2 -2 lines
*: Recursive revbump from audio/libopus 1.4

Revision 1.294: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:11:14 2023 UTC (19 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.293: preferred, colored
Changes since revision 1.293: +2 -1 lines
revbump after textproc/icu update

Revision 1.293: download - view: text, markup, annotated - select for diffs
Thu Apr 13 14:25:10 2023 UTC (19 months, 4 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.292: preferred, colored
Changes since revision 1.292: +2 -3 lines
wireshark: updated to 4.0.5

Wireshark 4.0.5 Release Notes

What’s New

 We do not ship official 32-bit Windows packages for Wireshark 4.0 and
 later. If you need to use Wireshark on that platform, we recommend
 using the latest 3.6 release. Issue 17779[1]

 If you’re running Wireshark on macOS and upgraded to macOS 13 from an
 earlier version, you will likely have to open and run the “Uninstall
 ChmodBPF” package, then open and run “Install ChmodBPF” in order to
 reset the ChmodBPF Launch Daemon. Issue 18734[2].

 Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2023-09[3] RPCoRDMA dissector crash. Issue 18852[4].

    • wnpa-sec-2023-10[5] LISP dissector large loop. Issue 18900[6].

    • wnpa-sec-2023-11[7] GQUIC dissector crash Issue 18947[8].

  The following bugs have been fixed:

    • Wireshark ITS Dissector RTCMEM wrong protocol version selector 2
      - should use 1. Issue 18862[9].

    • Wireshark treats the letter E in SSRC as an exponential
      representation of a number. Issue 18879[10].

    • VNC RRE Parser skips over data. Issue 18883[11].

    • sshdump coredump when --remote-interface is left empty. Issue
      18904[12].

    • Fuzz job crash output: fuzz-2023-03-17-7298.pcap. Issue
      18917[13].

    • Fuzz job crash output: fuzz-2023-03-27-7564.pcap. Issue
      18934[14].

    • RFC8925 support (dhcp option 108) Issue 18943[15].

    • DIS dissector shows an incorrect state in the packet list info
      column. Issue 18967[16].

    • RTP analysis shows incorrect timestamp error when timestamp is
      rolled over. Issue 18973[17].

    • Asterisk (*) key crash on Endpoint/Conversation dialog. Issue
      18975[18].

    • The RTP player waveform now synchronizes better with audio.

 New and Updated Features

  There are no new or updated features in this release.

 Removed Features and Support

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

  DHCP, DIS, DNS, ERF, FF, genl, GQUIC, GSM A-bis OML, HL7, IEEE
  802.11, ITS, LAPD, netfilter, netlink-route, netlink-sock_diag,
  nl80211, RLC, RPCoRDMA, RTPS, SCTP, SMB, UDS, VNC, and WCP

Revision 1.292: download - view: text, markup, annotated - select for diffs
Thu Apr 13 06:48:38 2023 UTC (19 months, 4 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.291: preferred, colored
Changes since revision 1.291: +4 -4 lines
wireshark: switch to pcre2

pcre1 is not supported any longer anyway.

Bump PKGREVISION.

Revision 1.291: download - view: text, markup, annotated - select for diffs
Fri Apr 7 18:48:43 2023 UTC (20 months ago) by nros
Branches: MAIN
Diff to: previous 1.290: preferred, colored
Changes since revision 1.290: +2 -2 lines
revbump due to qt6 update to version 6.5.0

Revision 1.290: download - view: text, markup, annotated - select for diffs
Mon Apr 3 20:21:17 2023 UTC (20 months, 1 week ago) by nros
Branches: MAIN
Diff to: previous 1.289: preferred, colored
Changes since revision 1.289: +2 -1 lines
Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.

Revision 1.289: download - view: text, markup, annotated - select for diffs
Fri Mar 3 07:56:59 2023 UTC (21 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.288: preferred, colored
Changes since revision 1.288: +2 -3 lines
wireshark: updated to 4.0.4

Wireshark 4.0.4 Release Notes

What’s New

We do not ship official 32-bit Windows packages for Wireshark 4.0 and
later. If you need to use Wireshark on that platform, we recommend
using the latest 3.6 release. Issue 17779[1]

If you’re running Wireshark on macOS and upgraded to macOS 13 from an
earlier version, you will likely have to open and run the “Uninstall
ChmodBPF” package, then open and run “Install ChmodBPF” in order to
reset the ChmodBPF Launch Daemon. Issue 18734[2].

Bug Fixes

 The following vulnerabilities have been fixed:

   • wnpa-sec-2023-08[3] ISO 15765 and ISO 10681 dissector crash.
     Issue 18839[4].

 The following bugs have been fixed:

   • UTF-8 characters end up escaped in PSML output. Issue 10445[5].

   • Export filtered displayed packets won’t save IP fragments of SCTP
     fragments needed to reassemble a displayed frame. Issue 12597[6].

   • DICOM dissection in reassembled PDV goes wrong. Issue 13388[7].

   • "Export Objects - IMF" produces incorrect file, TCP reassembly
     fails with retransmissions that have additional data. Issue
     13523[8].

   • The intelligent scroll bar or minimap is not predictable on
     locating and scrolling. Issue 13989[9].

   • If you mark (or unmark) the currently-selected frame, the packet
     details still say it’s not marked (or it is marked) Issue
     14330[10].

   • An out-of-order packet incorrectly detected as retransmission
     breaks desegmentation of TCP stream. Issue 15993[11].

   • Sorting Packet Loss Column is not sorting correct. Issue
     16785[12].

   • Some HTTPS packets cannot be decrypted. Issue 17406[13].

   • SIP TCP decoding regression from Wireshark 1.99.0 to 3.6.8. Issue
     18411[14].

   • Frame comments not preserved when using filter to write new pcap
     from tshark. Issue 18693[15].

   • ChmodBPF not working on macOS Ventura 13.1. Issue 18734[16].

   • Wireshark GUI and window manager stuck after setting display
     filter. Issue 18809[17].

   • Dissector bug, protocol H.261. Issue 18812[18].

   • File extension heuristics are case-sensitive. Issue 18821[19].

   • Symbolic links to packages in macOS dmg can’t be double-clicked
     to install on macOS 13.2. Issue 18830[20].

   • Potential memory leak in tshark.c. Issue 18837[21].

   • Fuzz job crash output: fuzz-2023-02-05-7303.pcap. Issue
     18842[22].

   • f5fileinfo: Hardware platforms missing descriptions. Issue
     18848[23].

   • The lines in the intelligent scrollbar are off by one. Issue
     18850[24].

   • Wireshark crashes on invalid UDS packet in Lua context. Issue
     18865[25].

   • TECMP dissector shows the wrong Voltage in Vendor Data. Issue
     18871[26].

   • UDS: Names of RDTCI subfunctions 0x0b …​ 0x0e are not correct.
     Issue 18873[27].

New and Updated Features

 There are no new or updated features in this release.

Removed Features and Support

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

 ASTERIX, BGP, DHCP, ERF, F5 Ethernet trailer, GMR-1 RR, Gryphon, GSM
 SMS, H.261, H.450, ISO 10681, ISO 15765, MIPv6, NAS-5gs, NR RRC, NS
 Trace, OptoMMP, PDCP-LTE, PDCP-NR, QSIG, ROHC, RSVP, RTCP, SCTP, SIP,
 TCP, TECMP, TWAMP, UDS, and UMTS RLC

Revision 1.288: download - view: text, markup, annotated - select for diffs
Tue Feb 14 16:51:08 2023 UTC (21 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.287: preferred, colored
Changes since revision 1.287: +2 -2 lines
wireshark: add a qt6 option

and turn it on by default except on Darwin where I'm told there
are issues with the qt6 packages

Bump PKGREVISION.

Revision 1.287: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:17:32 2023 UTC (22 months, 1 week ago) by ryoon
Branches: MAIN
Diff to: previous 1.286: preferred, colored
Changes since revision 1.286: +2 -1 lines
*: Recursive revbup from graphics/freetype2

Revision 1.286: download - view: text, markup, annotated - select for diffs
Tue Jan 24 18:36:32 2023 UTC (22 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.285: preferred, colored
Changes since revision 1.285: +2 -7 lines
*: convert to cmake/build.mk

Revision 1.285: download - view: text, markup, annotated - select for diffs
Fri Jan 20 13:09:09 2023 UTC (22 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.284: preferred, colored
Changes since revision 1.284: +2 -3 lines
wireshark: updated to 4.0.3

Wireshark 4.0.3 Release Notes

 What’s New

  We do not ship official 32-bit Windows packages for Wireshark 4.0 and
  later. If you need to use Wireshark on that platform, we recommend
  using the latest 3.6 release. Issue 17779[1]

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2023-01[2] EAP dissector crash. Issue 18622[3].

     • wnpa-sec-2023-02[4] NFS dissector memory leak. Issue 18628[5].

     • wnpa-sec-2023-03[6] Dissection engine crash. Issue 18766[7].

     • wnpa-sec-2023-04[8] GNW dissector crash. Issue 18779[9].

     • wnpa-sec-2023-05[10] iSCSI dissector crash. Issue 18796[11].

     • wnpa-sec-2023-06[12] Multiple dissector excessive loops. Issue
       18711[13]. Issue 18720[14], Issue 18737[15].

     • wnpa-sec-2023-07[16] TIPC dissector crash. Issue 18770[17].

   The following bugs have been fixed:

     • Qt: After modifying coloring rules, the coloring rule applied to
       the first packet reflects the coloring rules previously in
       effect. Issue 12475[18].

     • Help file doesn’t display for extcap interfaces. Issue 15592[19].

     • For USB traffic on XHC20 interface destination is always given as
       Host. Issue 16768[20].

     • Wireshark Expert Info - cannot deselect the limit to display
       filter tick box. Issue 18461[21].

     • Wrong pointer conversion in get_data_source_tvb_by_name() Issue
       18517[22].

     • Wrong number of bits skipped while decoding an empty UTF8String
       on UPER packet. Issue 18702[23].

     • Crash when analyzing protobuf packets. Issue 18730[24].

     • Uninitialized values in various dissectors. Issue 18742[25].

     • String (GeoIP country/city) ordering doesn’t work in Endpoints.
       Issue 18749[26].

     • Wireshark crashes with an assertion failure on stray minus in
       filter. Issue 18750[27].

     • IO Graph: Add new graph only works until the 10th graph. Issue
       18762[28].

     • Fuzz job crash output: fuzz-2022-12-30-11007.pcap. Issue
       18770[29].

     • Q.850 - error in label for cause 0x7F. Issue 18780[30].

     • Uninitialized values in CoAP and RTPS dissectors. Issue
       18785[31].

     • Screenshots in AppStream metainfo.xml file not available. Issue
       18801[32].

  Updated Protocol Support

   ASTERIX, BEEP, BGP, BPv6, CoAP, EAP, GNW, GSM A-bis P-GSL, iSCSI,
   ISUP, LwM2M-TLV, MBIM, NBAP, NFS, OBD-II, OPUS, ProtoBuf, RLC, ROHC,
   RTPS, Telnet, TIPC, and USB

Revision 1.284: download - view: text, markup, annotated - select for diffs
Tue Jan 3 17:38:04 2023 UTC (23 months ago) by wiz
Branches: MAIN
Diff to: previous 1.283: preferred, colored
Changes since revision 1.283: +2 -1 lines
*: recursive bump for tiff shlib major bump

Revision 1.283: download - view: text, markup, annotated - select for diffs
Fri Dec 9 09:24:07 2022 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.282: preferred, colored
Changes since revision 1.282: +2 -3 lines
wireshark: updated to 4.0.2

Wireshark 4.0.2 Release Notes

What’s New

 We do not ship official 32-bit Windows packages for Wireshark 4.0 and
 later. If you need to use Wireshark on that platform, we recommend
 using the latest 3.6 release. Issue 17779[1]

 Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2022-09[2] Multiple dissector infinite loops.

    • wnpa-sec-2022-10[3] Kafka dissector memory exhaustion.

  The following bugs have been fixed:

    • Qt: Endpoints dialog - unexpected byte unit suffixes in packet
      columns. Issue 18229[4].

    • GOOSE: field "floating_point" not working anymore. Issue
      18491[5].

    • EVS Header-Full format padding issues. Issue 18498[6].

    • Wireshark 4.0.0 VOIP playback has no sound and can’t resume after
      pausing. Issue 18510[7].

    • Wireshark crashes when exporting a profile on Mac OSX if there is
      no extension. Issue 18525[8].

    • EVS dissector missing value description. Issue 18550[9].

    • Qt 6 font descriptions not backward compatible with Qt 5. Issue
      18553[10].

    • Wireshark, wrong TCP ACKed unseen segment message. Issue
      18558[11].

    • Invalid Cyrillic symbol in timezone at \"Arrival Time\" field in
      frame. Issue 18562[12].

    • ProtoBuf parse extension definitions failed. Issue 18599[13].

    • Fuzz job crash output: fuzz-2022-11-09-11134.pcap. Issue
      18613[14].

    • Fuzz job crash output: fuzz-2022-11-14-11111.pcap. Issue
      18632[15].

    • Wireshark is using old version of ASN (ETSI TS 125 453 V11.2.0)
      which is imapacting length of param in the messages. Issue
      18646[16].

    • BGP: False IGMP flags value in EVPN routes (type 6,7,8) Issue
      18660[17].

    • wslog assumes stderr and stdout exist. Issue 18684[18].

    • Editing packet comments, with non-ASCII characters, on Windows
      saves them in the local code page, not in UTF-8. Issue 18698[19].

    • Unable to decrypt PSK based DTLS traffic which uses Connection
      ID. Issue 18705[20].

    • HTTP2 tests fail when built without nghttp2. Issue 18707[21].

Revision 1.282: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:20:55 2022 UTC (2 years ago) by adam
Branches: MAIN
Diff to: previous 1.281: preferred, colored
Changes since revision 1.281: +2 -1 lines
massive revision bump after textproc/icu update

Revision 1.281: download - view: text, markup, annotated - select for diffs
Tue Nov 1 08:59:25 2022 UTC (2 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.280: preferred, colored
Changes since revision 1.280: +2 -3 lines
wireshark: updated to 4.0.1

Wireshark 4.0.1 Release Notes

 What’s New

  We do not ship official 32-bit Windows packages for Wireshark 4.0 and
  later. If you need to use Wireshark on that platform, we recommend
  using the latest 3.6 release. Issue 17779[1]

    • The Windows installers now ship with Qt 5.12.2. They previously
      shipped with Qt 6.2.3.

  Bug Fixes

   The following bugs have been fixed:

     • Comparing a boolean field against 1 always succeeds on big-endian
       machines. Issue 12236[2].

     • Qt: MaxMind GeoIP columns not added to Endpoints table. Issue
       18320[3].

     • Fuzz job crash output: fuzz-2022-10-04-7131.pcap. Issue 18402[4].

     • The RTP player might not play audio on Windows. Issue 18413[5].

     • Wireshark 4.0 breaks display filter expression with > sign. Issue
       18418[6].

     • Capture filters not working when using SSH capture and dumpcap.
       Issue 18420[7].

     • Packet diagram field values are not terminated. Issue 18428[8].

     • Packet bytes not displayed completely if scrolling. Issue
       18438[9].

     • Fuzz job crash output: fuzz-2022-10-13-7166.pcap. Issue
       18467[10].

     • Decoding bug H.245 userInput Signal. Issue 18468[11].

     • CFDP dissector doesn’t handle \"destination filename\" only.
       Issue 18495[12].

     • Home page capture button doesn’t pop up capture options dialog.
       Issue 18506[13].

     • Missing dot in H.248 protocol name. Issue 18513[14].

     • Missing dot for protocol H.264 in protocol column. Issue
       18524[15].

     • Fuzz job crash output: fuzz-2022-10-23-7240.pcap. Issue
       18534[16].

  New and Updated Features

  Removed Features and Support

     • The experimental display filter syntax for literals using angle
       brackets <…​> that was introduced in Wireshark 4.0.0 has been
       removed. For byte arrays a colon prefix can be used instead. See
       the User’s Guide[17] for details.

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   ASN.1 PER, CFDP, Diameter, DirectPlay, F5 Ethernet Trailer, GTP,
   H.223, H.248, H.264, H.265, IEEE 802.11, IPv4, MBIM, O-RAN FH CUS,
   PFCP, RTCP, SCTP, SMB, TCP, and TRANSUM

  New and Updated Capture File Support

   BLF

  New File Format Decoding Support

   There is no new or updated file format support in this release.

Revision 1.280: download - view: text, markup, annotated - select for diffs
Wed Oct 26 10:31:53 2022 UTC (2 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.279: preferred, colored
Changes since revision 1.279: +2 -1 lines
*: bump PKGREVISION for libunistring shlib major bump

Revision 1.279: download - view: text, markup, annotated - select for diffs
Sun Sep 11 14:12:02 2022 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.278: preferred, colored
Changes since revision 1.278: +2 -3 lines
wireshark: update to 3.6.8.

 Wireshark 3.6.8 Release Notes

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2022-06[2] F5 Ethernet Trailer dissector infinite loop.
       Issue 18307[3].

   The following bugs have been fixed:

     • TCAP Malformed exception on externally re-assembled packet Issue
       10515[4].

     • Extended 3GPP-GPRS-Negotiated-QoS-profile strings decoded
       incompletely Issue 10688[5].

     • HTTP2 dissector decodes first SSL record only Issue 11173[6].

     • L2TP improvements - cookie length detection, UDP encapsulation
       and more Issue 16565[7].

     • USB Truncation of URB_isochronous in frames Issue 18021[8].

     • ISUP/BICC parameter summary text duplication Issue 18094[9].

     • Running rpm-setup.sh shows missing packages that Centos does not
       need Issue 18166[10].

     • IPX/IPX RIP: Crash on expand subtree Issue 18234[11].

     • Qt: A file or packet comment that is too large will corrupt the
       pcapng file Issue 18235[12].

     • BGP dissector bug Issue 18248[13].

     • Wrong interpretation of the cbsp.rep_period field in
       epan/dissectors/packet-gsm_cbsp.c Issue 18254[14].

     • Assertion due to incorrect mask for btatt.battery_power_state.*
       Issue 18267[15].

     • Qt: Expert Info dialog not showing Malformed Frame when Frame
       length is less than captured length Issue 18312[16].

     • Wireshark and tshark become non-responsive when reading certain
       packets Issue 18313[17].

  Updated Protocol Support

   BGP, BICC, BT ATT, CBSP, Couchbase, F5 Ethernet Trailer, Frame, GTP,
   GTP (prime), IPsec, ISUP, L2TP, NAS-5GS, Protobuf, SCCP, TCP, and TLS

  New and Updated Capture File Support

   pcap, pcapng

Revision 1.278: download - view: text, markup, annotated - select for diffs
Sun Sep 11 12:52:05 2022 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.277: preferred, colored
Changes since revision 1.277: +2 -1 lines
*: bump PKGREVISION for flac shlib bump

Revision 1.277: download - view: text, markup, annotated - select for diffs
Fri Jul 29 07:53:40 2022 UTC (2 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.276: preferred, colored
Changes since revision 1.276: +2 -3 lines
wireshark: updated to 3.6.7

Wireshark 3.6.7

Bug Fixes

 The following bugs have been fixed:

   • Multiple Files preference "Create new file automatically…​after"
     [time] working incorrectly Issue 16783[2].

   • get_filter Lua function doesn’t return the filter Issue 17188[3].

   • Dissector bug, protocol HTTP failed assertion "saved_layers_len <
     500" with chunked/multipart Issue 18130[4].

   • Wrong EtherCAT bit label (possible dissector bug) Issue 18132[5].

   • UDP packets falsely marked as "malformed packet" Issue 18136[6].

   • TLS certificate parser with filter crash Issue 18155[7].

   • Incorrect type for the IEC 60870 APDU appears in packet details
     pane Issue 18167[8].

   • NHRP Problem Issue 18181[9].

   • EtherCAT CoE header unknown type Issue 18220[10].

New and Updated Features

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

 BGP, DTLS, EtherCAT, EtherCAT Mailbox, HTTP, IEC 104, MEGACO, NHRP,
 PPPoE, QUIC, RTCP, Signal PDU, SOME/IP, and X509IF

Revision 1.276: download - view: text, markup, annotated - select for diffs
Tue Jul 26 22:54:51 2022 UTC (2 years, 4 months ago) by tnn
Branches: MAIN
Diff to: previous 1.275: preferred, colored
Changes since revision 1.275: +2 -2 lines
wireshark: turn on HTTP/2 by default

It is a common protocol and nghttp2 is a comparatively cheap dependency
that most people already have installed since it is default enabled in
curl and nodejs.

Revision 1.275: download - view: text, markup, annotated - select for diffs
Sat Jul 2 16:53:33 2022 UTC (2 years, 5 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.274: preferred, colored
Changes since revision 1.274: +2 -1 lines
*: Recursive revbump from audio/pulseaudio

Revision 1.274: download - view: text, markup, annotated - select for diffs
Fri Jul 1 19:36:37 2022 UTC (2 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.273: preferred, colored
Changes since revision 1.273: +2 -3 lines
wireshark: updated to 3.6.6

Wireshark 3.6.6 Release Notes

What’s New

Note: This is the last release branch with support for 32-bit Windows.
Updates will no longer be available after May 22, 2024 for that
platform. Issue 17779[1]

 The Windows installers now ship with Npcap 1.60. They previously
 shipped with Npcap 1.55.

 Bug Fixes

  The following bugs have been fixed:

    • TLS: RSA decryption fails with Extended Master Secret and
      renegotiation Issue 18059[2].

    • "dfilter" file on Windows adds carriage returns, and requires
      line feeds Issue 18082[3].

    • Npcap bundled version needs a bump to v1.60 for Windows 11
      compatibility Issue 18084[4].

    • "Browse" button in Prefs/Name Resolution/MaxMind crashes
      Wireshark on macOS Issue 18088[5].

    • TFTP: some packets are not recognized as TFTP packets with 3.6.5
      Issue 18122[6].

 New and Updated Features

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

  DTLS, F5 Capture Information, F5 Ethernet Trailer, FlexRay, MBIM,
  TFTP, TLS, and ZigBee ZCL

Revision 1.273: download - view: text, markup, annotated - select for diffs
Tue Jun 28 11:35:22 2022 UTC (2 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.272: preferred, colored
Changes since revision 1.272: +2 -1 lines
*: recursive bump for perl 5.36

Revision 1.272: download - view: text, markup, annotated - select for diffs
Sat May 7 14:14:13 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.271: preferred, colored
Changes since revision 1.271: +2 -2 lines
wireshark: update file lists for REPLACE_PYTHON and CHECK_PORTABILITY_SKIP

Revision 1.271: download - view: text, markup, annotated - select for diffs
Thu May 5 10:54:27 2022 UTC (2 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.270: preferred, colored
Changes since revision 1.270: +2 -3 lines
wireshark: updated to 3.6.5

Wireshark 3.6.5 Release Notes

What’s New

Note: This is the last release branch with support for 32-bit Windows.
Updates will no longer be available after May 22, 2024 for that
platform. Issue 17779[1]

 Bug Fixes

  This release fixes an installation issue on Windows which was
  introduced in the 3.6.4 release. Issue 18077[2].

 New and Updated Features

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

 New and Updated Capture File Support

  There is no new or updated capture file support in this release.

 New File Format Decoding Support

  There is no new or updated file format support in this release.

Revision 1.270: download - view: text, markup, annotated - select for diffs
Mon Apr 18 19:11:55 2022 UTC (2 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.269: preferred, colored
Changes since revision 1.269: +2 -1 lines
revbump for textproc/icu update

Revision 1.269: download - view: text, markup, annotated - select for diffs
Tue Apr 12 20:38:37 2022 UTC (2 years, 7 months ago) by tnn
Branches: MAIN
Diff to: previous 1.268: preferred, colored
Changes since revision 1.268: +3 -1 lines
wireshark: needs -D__EXTENSIONS__ on SunOS

Revision 1.268: download - view: text, markup, annotated - select for diffs
Tue Apr 5 03:59:59 2022 UTC (2 years, 8 months ago) by markd
Branches: MAIN
Diff to: previous 1.267: preferred, colored
Changes since revision 1.267: +2 -1 lines
wireshark: don't accidentally find asciidoctor

don't accidentally find asciidoctor which would cause documentation to
be built and installed.

Revision 1.267: download - view: text, markup, annotated - select for diffs
Tue Mar 29 07:17:07 2022 UTC (2 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.266: preferred, colored
Changes since revision 1.266: +2 -3 lines
wireshark: updated to 3.6.3

Wireshark 3.6.3 Release Notes

What’s New

 Bug Fixes

  The following bugs have been fixed:

    • Fuzz job crash output: fuzz-2022-01-19-7399.pcap Issue 17894[1].

    • TLS dissector incorrectly reports JA3 values Issue 17942[2].

    • "Wiki Protocol page" in packet details menu is broken - wiki
      pages not migrated to GitLab? Issue 17944[3].

    • Dissector bug, protocol PFCP display Flow Description IE value
      error in Additional Flow Description of PFD Management Request
      Message Issue 17951[4].

    • Bluetooth: Fails to open Log file for SCO connection Issue
      17964[5].

    • Fuzz job crash output: fuzz-2022-03-07-10896.pcap Issue 17984[6].

    • libwiretap: Save as ERF causes segmentation fault Issue 17989[7].

    • HTTP server returning multiple early hints shows too many
      responses in "Follow HTTP Stream" Issue 18006[8].

 New and Updated Features

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

  CSN.1, HTTP, IEEE 802.11, NTLM SSP, PFCP, PKTLOG, SSDP, TLS, and USB
  HID

 New and Updated Capture File Support

  pcap and pcapng

 New File Format Decoding Support

  There is no new or updated file format support in this release.

Revision 1.266: download - view: text, markup, annotated - select for diffs
Mon Mar 28 10:56:19 2022 UTC (2 years, 8 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.265: preferred, colored
Changes since revision 1.265: +2 -1 lines
{f,h,l,n,p}*/*: revbump(1) for libsndfile

Revision 1.265: download - view: text, markup, annotated - select for diffs
Fri Feb 11 10:08:27 2022 UTC (2 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.264: preferred, colored
Changes since revision 1.264: +2 -2 lines
wireshark: updated to 3.6.2

Wireshark 3.6.2 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2022-01[1] RTMPT dissector infinite loop. Issue
       17813[2].

     • wnpa-sec-2022-02[3] Large loops in multiple dissectors. Issue
       17829[4], Issue 17842[5], Issue 17847[6], Issue 17855[7], Issue
       17891[8], Issue 17925[9], Issue 17926[10], Issue 17931[11], Issue
       17932[12], Issue 17933[13].

     • wnpa-sec-2022-03[14] PVFS dissector crash. Issue 17840[15].

     • wnpa-sec-2022-04[16] CSN.1 dissector crash. Issue 17882[17].

     • wnpa-sec-2022-05[18] CMS dissector crash. Issue 17935[19].

   The following bugs have been fixed:

     • Support for GSM SMS TPDU in HTTP2 body Issue 17784[20].

     • Wireshark 3.6.1 broke the ABI by removing ws_log_default_writer
       from libwsutil Issue 17822[21].

     • Fedora RPM package build failing with RPATH of /usr/local/lib64
       Issue 17830[22].

     • macos-setup.sh: ftp.pcre.org no longer exists Issue 17834[23].

     • nmap.org/npcap → npcap.com: domain/URL change Issue 17838[24].

     • MPLS ECHO FEC stack change TLV not dissected correctly Issue
       17868[25].

     • Attempting to open a systemd journal export file segfaults Issue
       17875[26].

     • Dissector bug on 802.11ac packets Issue 17878[27].

     • The Info column shows only one NGAP/S1AP packet of several
       packets inside an SCTP packet Issue 17886[28].

     • Uninstalling Wireshark 3.6.1 on Windows 10 fails to remove the
       installation directory because it doesn’t remove the User’s Guide
       subdirectory and all its contents. Issue 17898[29].

     • 3.6 doesn’t build without zlib Issue 17899[30].

     • SIP Statistics no longer properly reporting method type
       accounting Issue 17904[31].

     • Fuzz job crash output: fuzz-2022-01-26-6940.pcap Issue 17909[32].

     • SCTP retransmission detection broken for the first data chunk of
       each association with relative TSN Issue 17917[33].

     • “Show In Folder” doesn’t work correctly for filenames with spaces
       Issue 17927[34].

  New and Updated Features

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   AMP, ASN.1 PER, ATN-ULCS, BGP, BP, CFLOW, CMS, CSN.1, GDSDB, GSM RP,
   GTP, HTTP3, IEEE 802.11 Radiotap, IPDC, ISAKMP, Kafka, MP2T, MPEG
   PES, MPEG SECT, MPLS ECHO, NGAP, NTLMSSP, OpenFlow 1.4, OpenFlow 1.5,
   P_MUL, PN-RT, PROXY, PTP, PVFS, RSL, RTMPT, rtnetlink, S1AP, SCTP,
   Signal PDU, SIP, TDS, USB, WAP, and ZigBee ZCL

  New and Updated Capture File Support

   BLF and libpcap

  New File Format Decoding Support

   There is no new or updated file format support in this release.

Revision 1.264: download - view: text, markup, annotated - select for diffs
Thu Dec 30 20:20:19 2021 UTC (2 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.263: preferred, colored
Changes since revision 1.263: +2 -2 lines
wireshark: updated to 3.6.1

Wireshark 3.6.1 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2021-17[1] RTMPT dissector infinite loop. Issue
       17745[2]. CVE-2021-4185[3].

     • wnpa-sec-2021-18[4] BitTorrent DHT dissector infinite loop. Issue
       17754[5]. CVE-2021-4184[6].

     • wnpa-sec-2021-19[7] pcapng file parser crash. Issue 17755[8].
       CVE-2021-4183[9].

     • wnpa-sec-2021-20[10] RFC 7468 file parser infinite loop. Issue
       17801[11]. CVE-2021-4182[12].

     • wnpa-sec-2021-21[13] Sysdig Event dissector crash.
       CVE-2021-4181[14].

     • wnpa-sec-2021-22[15] Kafka dissector infinite loop. Issue
       17811[16].

   The following bugs have been fixed:

     • Allow sub-second timestamps in hexdumps Issue 15562[17].

     • GRPC: An unnecessary empty Protobuf tree item is displayed if the
       GRPC message body length is 0 Issue 17675[18].

     • Can’t install "ChmodBPF.pkg" or "Add Wireshark to the system
       path.pkg" on M1 MacBook Air Monterey without Rosetta 2 Issue
       17757[19].

     • TECMP: LIN Payload is cut off by 1 byte Issue 17760[20].

     • Wireshark crashes if a 64 bit field of type BASE_CUSTOM is
       applied as a column Issue 17762[21].

     • Command line option "-o console.log.level" causes wireshark and
       tshark to exit on start Issue 17763[22].

     • Setting WIRESHARK_LOG_LEVEL=debug breaks interface capture Issue
       17764[23].

     • Unable to build without tshark Issue 17766[24].

     • IEEE 802.11 action frames are not getting parsed and always seen
       as malformed Issue 17767[25].

     • IEC 60870-5-101 link address field is 1 byte, but should have
       configurable length of 0,1 or 2 bytes Issue 17775[26].

     • dfilter: 'tcp.port not in {1}' crashes Wireshark Issue 17785[27].

  New and Updated Features

     • The 'console.log.level' preference was removed in Wireshark
       3.6.0. This release adds an '-o console.log.level:'
       backward-compatibilty option on the CLI that maps to the new
       logging sub-system. Note that this does not have bitmask
       semantics and does not correspond to any actual preference. It is
       just a transition mechanism for users that were relying on this
       CLI option and will be removed in the future. To see the new
       diagnostic output options consult the manpages or the output of
       '--help'.

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   ANSI A I/F, AT, BitTorrent DHT, FF, GRPC, IEC 101/104, IEEE 802.11,
   IEEE 802.11 Radiotap, IPsec, Kafka, QUIC, RTMPT, RTSP, SRVLOC, Sysdig
   Event, and TECMP

  New and Updated Capture File Support

   BLF and RFC 7468

  New File Format Decoding Support

   There is no new or updated file format support in this release.

Revision 1.263: download - view: text, markup, annotated - select for diffs
Fri Dec 10 08:37:17 2021 UTC (3 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.262: preferred, colored
Changes since revision 1.262: +2 -3 lines
wireshark: updated to 3.6.0

Wireshark 3.6.0 Release Notes

 What’s New

  Many improvements have been made. See the “New and Updated Features”
  section below for more details. You might want to pay particular
  attention to the display filter syntax updates.

  New and Updated Features

   The following features are new (or have been significantly updated)
   since version 3.6.0rc3:

     • The macOS Intel packages now ship with Qt 5.15.3 and require
       macOS 10.13 or later.

   The following features are new (or have been significantly updated)
   since version 3.6.0rc2:

     • Display filter set elements must now be comma-separated. See
       below for more details.

   The following features are new (or have been significantly updated)
   since version 3.6.0rc1:

     • The display filter expression “a != b” now has the same meaning
       as “!(a == b)”.

   The following features are new (or have been significantly updated)
   since version 3.5.0:

     • Nothing of note.

   The following features are new (or have been significantly updated)
   since version 3.4.0:

     • Several changes have been made to the display filter syntax:

        • The expression “a != b” now always has the same meaning as
       “!(a == b)”. In particular this means filter expressions with
       multi-value fields like “ip.addr != 1.1.1.1” will work as
       expected (the result is the same as typing “ip.src != 1.1.1.1 and
       ip.dst != 1.1.1.1”). This avoids the contradiction (a == b and a
       != b) being true.

        • It is possible to use the syntax “a ~= b” or “a any_ne b” to
       recover the previous (inconsistent with "==") logic for not
       equal.

        • Literal strings can now be specified using raw string syntax,
       identical to raw strings in the Python programming language. This
       can be used to avoid the complexity of using two levels of
       character escapes with regular expressions.

        • Set elements must now be separated using a comma. A filter
       such as http.request.method in {"GET" "HEAD"} must be written as
       …<U+200B> in {"GET", "HEAD"}. Whitespace is not significant. The
       previous use of whitespace as separator is deprecated and will be
       removed in a future version.

        • Support for the syntax "a not in b" with the same meaning as
       "not a in b" has been added.

     • Packaging updates:

        • A macOS Arm 64 (Apple Silicon) package is now available.

        • The macOS Intel packages now ship with Qt 5.15.3 and require
       macOS 10.13 or later.

        • The Windows installers now ship with Npcap 1.55.

        • A 64-bit Windows PortableApps package is now available.

     • TCP conversations now support a completeness criteria, which
       facilitates the identification of TCP streams having any of
       opening or closing handshakes, a payload, in any combination. It
       can be accessed with the new tcp.completeness filter.

     • Protobuf fields that are not serialized on the wire or otherwise
       missing in capture files can now be displayed with default values
       by setting the new “add_default_value” preference. The default
       values might be explicitly declared in “proto2” files, or false
       for bools, first value for enums, zero for numeric types.

     • Wireshark now supports reading Event Tracing for Windows (ETW). A
       new extcap named ETW reader is created that now can open an etl
       file, convert all events in the file to DLT_ETW packets and write
       to a specified FIFO destination. Also, a new packet_etw dissector
       is created to dissect DLT_ETW packets so Wireshark can display
       the DLT_ETW packet header, its message and packet_etw dissector
       calls packet_mbim sub_dissector if its provider matches the MBIM
       provider GUID.

     • “Follow DCCP stream” feature to filter for and extract the
       contents of DCCP streams.

     • Wireshark now supports dissecting RTP packets with OPUS payloads.

     • Importing captures from text files based on regular expressions
       is now possible. By specifying a regex capturing a single packet
       including capturing groups for relevant fields a textfile can be
       converted to a libpcap capture file. Supported data encodings are
       plain-hexadecimal, -octal, -binary and base64. Also the timestamp
       format now allows the second-fractions to be placed anywhere in
       the timestamp and it will be stored with nanosecond instead of
       microsecond precision.

     • The RTP Player has been significatnly redesigned and improved.
       See Playing VoIP Calls[1] and RTP Player Window[2] in the User’s
       Guide for more details.

        • The RTP Player can play many streams in row.

        • The UI is more responsive.

        • The RTP Player maintains playlist and other tools can add and
       remove streams to and from it.

        • Every stream can be muted or routed to the left or right
       channel for replay.

        • The option to save audio has been moved from the RTP Analysis
       dialog to the RTP Player. The RTP Player also saves what was
       played, and it can save in multichannel .au or .wav.

        • The RTP Player is now accessible from the Telephony › RTP ›
       RTP Player menu.

     • The VoIP dialogs (VoIP Calls, RTP Streams, RTP Analysis, RTP
       Player, SIP Flows) are non-modal and can stay opened on
       background.

        • The same tools are provided across all dialogs (Prepare
       Filter, Analyse, RTP Player …<U+200B>)

     • The “Follow Stream” dialog is now able to follow SIP calls based
       on their Call-ID value.

     • The “Follow Stream” dialog’s YAML output format has been updated
       to add timestamps and peers information For more details see
       Following Protocol Streams[3] in the User’s Guide.

     • IP fragments between public IPv4 addresses are now reassembled
       even if they have different VLAN IDs. Reassembly of IP fragments
       where one endpoint is a private (RFC 1918 section 3) or
       link-local (RFC 3927) IPv4 address continues to take the VLAN ID
       into account, as those addresses can be reused. To revert to the
       previous behavior and not reassemble fragments with different
       VLAN IDs, turn on the “Enable stricter conversation tracking
       heuristics” top level protocol preference.

     • USB Link Layer reassembly has been added, which allows hardware
       captures to be analyzed at the same level as software captures.

     • TShark can now export TLS session keys with the
       --export-tls-session-keys option.

     • Wireshark participated in the Google Season of Docs 2020 and the
       User’s Guide has been extensively updated.

     • The “RTP Stream Analysis” dialog CSV export format was slightly
       changed. The first line of the export contains column titles as
       in other CSV exports.

     • Wireshark now supports the Turkish language.

     • The settings in the “Import from Hex Dump” dialog is now stored
       in a profile import_hexdump.json file.

     • Analyze › Reload Lua Plugins has been improved to properly
       support FileHandler.

     • The “RTP Stream Analysis” and “IAX2 Stream Analysis” dialogs now
       show correct calculation mean jitter calculations.

     • RTP streams are now created based on Skinny protocol messages in
       addition to other types of messages.

     • The “VoIP Calls Flow Sequence” window shows more information
       about various Skinny messages.

     • Initial support for building Wireshark on Windows using GCC and
       MinGW-w64 has been added. See README.msys2 in the sources for
       more information.

  New File Format Decoding Support

   Vector Informatik Binary Log File (BLF)

  New Protocol Support

   5G Lawful Interception (5GLI), Bluetooth Link Manager Protocol (BT
   LMP), Bundle Protocol version 7 (BPv7), Bundle Protocol version 7
   Security (BPSec), CBOR Object Signing and Encryption (COSE), E2
   Application Protocol (E2AP), Event Tracing for Windows (ETW), EXtreme
   extra Eth Header (EXEH), High-Performance Connectivity Tracer
   (HiPerConTracer), ISO 10681, Kerberos SPAKE, Linux psample protocol,
   Local Interconnect Network (LIN), Microsoft Task Scheduler Service,
   O-RAN E2AP, O-RAN fronthaul UC-plane (O-RAN), Opus Interactive Audio
   Codec (OPUS), PDU Transport Protocol, R09.x (R09), RDP Dynamic
   Channel Protocol (DRDYNVC), RDP Graphic pipeline channel Protocol
   (EGFX), RDP Multi-transport (RDPMT), Real-Time Publish-Subscribe
   Virtual Transport (RTPS-VT), Real-Time Publish-Subscribe Wire
   Protocol (processed) (RTPS-PROC), Shared Memory Communications (SMC),
   Signal PDU, SparkplugB, State Synchronization Protocol (SSyncP),
   Tagged Image File Format (TIFF), TP-Link Smart Home Protocol, UAVCAN
   DSDL, UAVCAN/CAN, UDP Remote Desktop Protocol (RDPUDP), Van Jacobson
   PPP compression (VJC), World of Warcraft World (WOWW), and X2 xIRI
   payload (xIRI)

  Updated Protocol Support

   Too many protocols have been updated to list here.

  New and Updated Capture File Support

   Vector Informatik Binary Log File (BLF)

Revision 1.262: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:06:09 2021 UTC (3 years ago) by adam
Branches: MAIN
Diff to: previous 1.261: preferred, colored
Changes since revision 1.261: +2 -1 lines
revbump for icu and libffi

Revision 1.261: download - view: text, markup, annotated - select for diffs
Tue Nov 23 22:12:01 2021 UTC (3 years ago) by wiz
Branches: MAIN
Diff to: previous 1.260: preferred, colored
Changes since revision 1.260: +2 -3 lines
wireshark: update to 3.4.10.

Wireshark 3.4.10 Release Notes

 What’s New

  This release fixes a forward compatibility issue[1] with the I/O
  Graphs preferences.

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2021-07[2] Bluetooth DHT dissector crash. Issue
       17651[3]. CVE-2021-39929[4].

     • wnpa-sec-2021-08[5] Bluetooth HCI_ISO dissector crash. Issue
       17649[6]. CVE-2021-39926[7].

     • wnpa-sec-2021-09[8] Bluetooth SDP dissector crash. Issue
       17635[9]. CVE-2021-39925[10].

     • wnpa-sec-2021-10[11] Bluetooth DHT dissector large loop. Issue
       17677[12]. CVE-2021-39924[13].

     • wnpa-sec-2021-11[14] PNRP dissector large loop. Issue 17684[15].

     • wnpa-sec-2021-12[16] C12.22 dissector crash. Issue 17636[17].
       CVE-2021-39922[18].

     • wnpa-sec-2021-13[19] IEEE 802.11 dissector crash. Issue
       17704[20]. CVE-2021-39928[21].

     • wnpa-sec-2021-14[22] Modbus dissector crash. Issue 17703[23].
       CVE-2021-39921[24].

     • wnpa-sec-2021-15[25] IPPUSB dissector crash. Issue 17705[26].
       CVE-2021-39920[27].

   The following bugs have been fixed:

     • OSS-Fuzz: Heap-use-after-free in ROS Issue 16342[28].

     • Allow for '\0' (NULL) character as filter instead of requiring
       0x00 for the character match Issue 16525[29].

     • Dumpcap with threads reports double received count vs captured
       Issue 17089[30].

     • I/O Graphs values reset to default with 3.5 due to change of UAT
       Issue 17623[31].

     • HTTP2 dissector reports an assertion error on large data frames
       Issue 17633[32].

     • TShark stops capturing when capturing with multiple files and
       packet printing enabled Issue 17654[33].

     • Wireshark is unable to decode the IMSI IE received in BSSMAP
       Perform Location request Issue 17667[34].

     • WSLUA: Crash on reload if Proto has no fields Issue 17668[35].

     • Crash in flow analysis for TCP Issue 17722[36].

  Updated Protocol Support

   BT HCI_ISO, BT SDP, BT-DHT, C12.22, CAN FD, CSN1, EAPOL-MKA, EVS, GSM
   BSSMAP LE, HTTP2, IDMP, IEEE 1905.1a, IEEE 802.11, IPPUSB, Modbus,
   PNRP, and TCP

  New and Updated Capture File Support

   pcap

Revision 1.260: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:54:27 2021 UTC (3 years ago) by wiz
Branches: MAIN
Diff to: previous 1.259: preferred, colored
Changes since revision 1.259: +2 -2 lines
*: recursive bump for gstreamer 1.18.5

Revision 1.259: download - view: text, markup, annotated - select for diffs
Thu Oct 21 07:46:36 2021 UTC (3 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.258: preferred, colored
Changes since revision 1.258: +2 -1 lines
*: recursive bump for heimdal 7.7.0

its buildlink3.mk now includes openssl's buildlink3.mk

Revision 1.258: download - view: text, markup, annotated - select for diffs
Sat Oct 9 07:44:31 2021 UTC (3 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.257: preferred, colored
Changes since revision 1.257: +2 -3 lines
wireshark: updated to 3.4.9

Wireshark 3.4.9 Release Notes

Bug Fixes

 The following bugs have been fixed:

   • TShark PDML output embeds "proto" elements within other "proto"
     elements Issue 10588[1].

   • Filter expressions comparing against single-octet hex strings
     where the hex digit string equals a protocol name don’t work
     Issue 12810[2].

   • AMQP 0.9: dissector fails to handle Content-Body frame split
     across TCP packets Issue 14217[3].

   • IEEE 802.15.4: Missing check on "PAN ID Present" bit of the
     Multipurpose Frame Control field Issue 17496[4].

   • Wireshark ignored some character in filename when exporting SMB
     objects. Issue 17530[5].

   • tshark -z credentials: assertion failed: (allocator→in_scope)
     Issue 17576[6].

   • IS-IS Extended IP Reachability Prefix-SID not decoded properly
     Issue 17610[7].

   • Error when reloading lua plugins with a capture file loaded via a
     custom lua file handler Issue 17615[8].

   • Absolute time UTC field filters are constructed incorrectly,
     don’t match the packet Issue 17617[9].

   • GUI freezes when clicking on large (non-capture) file in File
     chooser Issue 17620[10].

   • Crash after selecting a different profile while capturing Issue
     17622[11].

   • BT-DHT reports malformed packets that are actually uTP on same
     connection Issue 17626[12].

New and Updated Features

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

 AMQP, Aruba IAP, BGP, BT-DHT, CoAP, DCERPC SPOOLSS, Diameter, EPL,
 GSM A-bis OML, GSM A-I/F COMMON, GSM SIM, IEEE 1905.1a, IEEE
 802.15.4, IMAP, InfiniBand, ISIS LSP, ISObus VT, JPEG, MP2T,
 NORDIC_BLE, QUIC, RTCP, SDP, SMB, TWAMP-Control, USB HID, and VSS
 Monitoring

New and Updated Capture File Support

 CAM Inspector, Ixia IxVeriWave, pcapng, and USBDump

Revision 1.257: download - view: text, markup, annotated - select for diffs
Wed Sep 29 19:01:12 2021 UTC (3 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.256: preferred, colored
Changes since revision 1.256: +2 -1 lines
revbump for boost-libs

Revision 1.256: download - view: text, markup, annotated - select for diffs
Thu Aug 26 08:22:49 2021 UTC (3 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.255: preferred, colored
Changes since revision 1.255: +2 -3 lines
wireshark: updated to 3.4.8

Wireshark 3.4.8 Release Notes

Bug Fixes

 The following bugs have been fixed:

   • Dissector bug reported for Bluetooth Cycling Power Measurement
     characteristic for extreme angles value Issue 17505[1].

   • vcruntime140_1.dll deleted on Wireshark update/install Issue
     17506[2].

   • Raknet Addresses are incorrectly identified. Issue 17509[3].

   • Editcap saving files as ethernet when specifying '-T
     ieee-802-11-*' Issue 17520[4].

   • CoAP dissector confuses Content-Format with Accept Issue
     17536[5].

New and Updated Features

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

 BT ATT, BT LE LL, CoAP, DLM3, GSM SIM, iLBC, and RakNet

New and Updated Capture File Support

 There is no new or updated capture file support in this release.

Revision 1.255: download - view: text, markup, annotated - select for diffs
Fri Jul 30 12:27:05 2021 UTC (3 years, 4 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.254: preferred, colored
Changes since revision 1.254: +2 -1 lines
*: Recursive revbump from audio/pulseaudio-15.0

Revision 1.254: download - view: text, markup, annotated - select for diffs
Thu Jul 15 09:40:23 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.253: preferred, colored
Changes since revision 1.253: +2 -2 lines
wireshark: updated to 3.4.7

Wireshark 3.4.7

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2021-06[1] DNP dissector crash. Issue 17462[2].
       CVE-2021-22235[3].

   The following bugs have been fixed:

     • TCP dissector - Erroneous DSACK reporting Issue 17315[4].

     • No wlan_radio.duration calculated for PHY type: 802.11ac (VHT)
       Issue 17419[5].

     • NAN Dissector has wrong minimum length for availability attribute
       Issue 17431[6].

  New and Updated Features

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   ASTERIX, BT LE LL, DCE RPC, DNP, GTPv2, IEEE 802.11 Radio, LDAP, NAN,
   NORDIC_BLE, NR RRC, OSPF, pcapng, PNIO, RSL, S101, Snort config, and
   TCP

  New and Updated Capture File Support

   Catapult DCT2000, ERF, and pcap

Revision 1.253: download - view: text, markup, annotated - select for diffs
Sat Jun 5 13:07:21 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.252: preferred, colored
Changes since revision 1.252: +2 -3 lines
wireshark: updated to 3.4.6

Wireshark 3.4.6 Release Notes

 What’s New

  The Windows installers now ship with Npcap 1.31. They previously
  shipped with Npcap 1.10.

  The Windows installers now ship with Qt 5.15.2. They previously
  shipped with Qt 5.12.1.

  Bug Fixes

     • wnpa-sec-2021-04[1] DVB-S2-BB dissector infinite loop

   The following bugs have been fixed:

     • Macro filters can’t handle escaped characters Issue 17160[2].

     • Display filter crashes Wireshark Issue 17316[3].

     • IEEE-1588 Signalling Unicast TLV incorrectly reported as being
       malformed Issue 17355[4].

     • IETF QUIC TLS decryption error with extraneous packets during the
       handshake Issue 17383[5].

     • Statistics → Resolved Addresses: multi-protocol (TCP/UDP/…<U+200B>)
       ports not displayed Issue 17395[6].

  New and Updated Features

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   DNP, DVB-S2-BB, ProtoBuf, PTP, QUIC, RANAP, and TACACS

  New and Updated Capture File Support

   Ascend, ERF, K12, NetScaler, and pcapng

Revision 1.252: download - view: text, markup, annotated - select for diffs
Mon May 24 19:53:39 2021 UTC (3 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.251: preferred, colored
Changes since revision 1.251: +2 -1 lines
*: recursive bump for perl 5.34

Revision 1.251: download - view: text, markup, annotated - select for diffs
Fri Apr 23 07:14:44 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.250: preferred, colored
Changes since revision 1.250: +2 -3 lines
wireshark: updated to 3.4.5

Wireshark 3.4.5 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2021-04[1] MS-WSP dissector excessive memory
       consumption. Issue 17331[2].

   The following bugs have been fixed:

     • TShark does not print GeoIP information Issue 14691[3].

     • TShark error when piping to "head" Issue 16192[4].

     • Parts of ASCII representation in Packet Bytes pane are missing
       Issue 17087[5].

     • Buildbot crash output: fuzz-2021-02-22-1012761.pcap Issue
       17254[6].

     • NDPE attribute of NAN packet is not dissected Issue 17278[7].

     • TECMP: reserved flag interpreted as part of timestamp Issue
       17279[8].

     • Master branch does not compile at least with gcc-11 Issue
       17281[9].

     • DNS IXFR/AXFR multiple response Issue 17293[10].

     • File too large Issue 17301[11].

     • Build fails with CMake 3.20 Issue 17314[12].

  New and Updated Features

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   DECT, DNS, EAP, Kerberos, LDAP, MS-WSP, SMB2, Sysdig, TECMP, and WiFi
   NAN

  New and Updated Capture File Support

   pcapng

Revision 1.250: download - view: text, markup, annotated - select for diffs
Wed Apr 21 13:25:15 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.249: preferred, colored
Changes since revision 1.249: +2 -2 lines
revbump for boost-libs

Revision 1.249: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:42:30 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.248: preferred, colored
Changes since revision 1.248: +2 -1 lines
revbump for textproc/icu

Revision 1.248: download - view: text, markup, annotated - select for diffs
Thu Mar 11 08:22:01 2021 UTC (3 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.247: preferred, colored
Changes since revision 1.247: +2 -3 lines
wireshark: updated to 3.4.4

Wireshark 3.4.4 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2021-03[1] Wireshark could open unsafe URLs. Issue
       17232[2]. CVE-2021-22191[3].

   The following bugs have been fixed:

     • NTP Version 3 Client Decode PDML output issue (Reference ID
       Issue) Issue 17112[4].

     • 3.4.2: public wireshark include files are including build time
       "config.h" Issue 17190[5].

     • wireshark-3.4.3/epan/dissectors/packet-s7comm.c:3521: bad array
       index ? Issue 17198[6].

     • SIP protocol: P-Called-Party-ID header mixed up with
       P-Charge-Info header Issue 17215[7].

     • Asterix CAT010 Decode Error Issue 17226[8].

     • _ws.expert columns not populated for IPv4 Issue 17228[9].

     • Buildbot crash output: fuzz-2021-02-12-1651908.pcap Issue
       17233[10].

     • gQUIC: Wireshark 3.4.3 fails to dissect a packet (gQUIC q024)
       that v3.2.6 succeeds. Issue 17250[11].

Revision 1.247: download - view: text, markup, annotated - select for diffs
Sun Feb 7 06:30:36 2021 UTC (3 years, 10 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.246: preferred, colored
Changes since revision 1.246: +2 -1 lines
*: Recursive revbump from audio/pulseaudio-14.2.nb1

Revision 1.246: download - view: text, markup, annotated - select for diffs
Sun Jan 31 13:04:29 2021 UTC (3 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.245: preferred, colored
Changes since revision 1.245: +2 -2 lines
wireshark: updated to 3.4.3

Wireshark 3.4.3 Release Notes

 What’s New

  The Windows installers now ship with Npcap 1.10. They previously
  shipped with Npcap 1.00.

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2021-01[1] USB HID dissector memory leak. Bug 17124[2].
       CVE-2021-22173[3].

     • wnpa-sec-2021-02[4] USB HID dissector crash. Bug 17165[5].
       CVE-2021-22174[6].

   The following bugs have been fixed:

     • SIP response single-line multiple Contact-URIs decoding error Bug
       13752[7].

     • Adding filter while "Telephony→VoIP Calls→Flow Sequence" open
       causes OOB memory reads and potential crashes. Bug 16952[8].

     • QUIC packet not fully dissected Bug 17077[9].

     • SOMEIP-SD hidden entries are off Bug 17091[10].

     • Problem with calculation on UDP checksum in SRv6 Bug 17097[11].

     • Dark mode not working in Wireshark 3.4.2 on macOS Bug 17098[12].

     • Wireshark 3.4.0: build failure on older MacOS releases, due to
       'CLOCK_REALTIME' Bug 17101[13].

     • TECMP: Status Capture Module messages shows 3 instead of 2 bytes
       for HW version Bug 17133[14].

     • Documentation - editorial error - README.dissector bad reference
       Bug 17141[15].

     • Cannot save capture with comments to a format that doesn’t
       support it (no pop-up) Bug 17146[16].

     • AUTOSAR-NM: PNI TF-String wrong way around Bug 17154[17].

     • Fibre Channel parsing errors even with the fix for 17084 Bug
       17168[18].

     • f5ethtrailer: Won’t find a trailer after an FCS that begins with
       a 0x00 byte Bug 17171[19].

     • f5ethtrailer: legacy format, low noise only, no vip name trailers
       no longer detected Bug 17172[20].

     • Buildbot crash output: fuzz-2021-01-22-3387835.pcap Bug
       17174[21].

     • Dissection error on large ZVT packets Bug 17177[22].

     • TShark crashes with -T ek option Bug 17179[23].

  New and Updated Features

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   AUTOSAR-NM, DHCPv6, DoIP, FC ELS, GQUIC, IPv6, NAS 5GS, NAS EPS,
   QUIC, SIP, SOME/IP-SD, TECMP, TLS, TPNCP, USB HID, and ZVT

  New and Updated Capture File Support

   f5ethtrailer and pcapng

Revision 1.245: download - view: text, markup, annotated - select for diffs
Sun Jan 3 18:12:01 2021 UTC (3 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.244: preferred, colored
Changes since revision 1.244: +2 -3 lines
wireshark: updated to 3.4.2

Wireshark 3.4.2 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2020-20[1] QUIC dissector crash Bug 17073[2].

   The following bugs have been fixed:

  New and Updated Features

     • IETF QUIC TLS decryption errors when packets are coalesced with
       random data Bug 16914[3].

     • QUIC: missing dissection of some coalesced SH packets Bug
       17011[4].

     • macos-setup.sh can’t find SDK on macOS Big Sur, as it went to 11
       Bug 17043[5].

     • Mapping endpoints in browser ⇒ Map file error Bug 17074[6].

     • Wireshark 3.4.1 hangs on startup on macOS Big Sur 11.0.1 Bug
       17075[7].

     • False expect error seen on FCoE frames (not seen with older
       release wireshark 1.2.18) Bug 17084[8].

     • Several libraries missing in 3.4.1 and 3.2.9 installers for macOS
       Bug 17086[9].

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   DOCSIS, FC-dNS, FC-SWILS, FCoE, QUIC, SNMP, and USBHID

  New and Updated Capture File Support

   There is no new or updated capture file support in this release.

Revision 1.244: download - view: text, markup, annotated - select for diffs
Fri Jan 1 09:52:38 2021 UTC (3 years, 11 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.243: preferred, colored
Changes since revision 1.243: +2 -1 lines
*: Recursive revbump from audio/pulseaudio-14.0

Revision 1.243: download - view: text, markup, annotated - select for diffs
Thu Dec 10 12:27:57 2020 UTC (4 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.242: preferred, colored
Changes since revision 1.242: +2 -2 lines
wireshark: updated to 3.4.1

Wireshark 3.4.1 Release Notes

 What is Wireshark?

  Wireshark is the world’s most popular network protocol analyzer. It is
  used for troubleshooting, analysis, development and education.

 What’s New

  Bug Fixes

     • wnpa-sec-2020-16[1] Kafka dissector memory leak. Bug 16739[2].
       CVE-2020-26418[3].

     • wnpa-sec-2020-17[4] USB HID dissector crash. Bug 16958[5].
       CVE-2020-26421[6].

     • wnpa-sec-2020-18[7] RTPS dissector memory leak. Bug 16994[8].
       CVE-2020-26420[9].

     • wnpa-sec-2020-19[10] Multiple dissector memory leak. Bug
       17032[11]. CVE-2020-26419[12].

   The following bugs have been fixed:

  New and Updated Features

     • IETF QUIC TLS decryption errors when a NAT rebinding happens for
       a connection Bug 16915[13].

     • IETF QUIC TLS decryption error with key update Bug 16916[14].

     • IETF QUIC TLS decryption error after the second key update Bug
       16920[15].

     • SOME/IP: Wrong dissection of parameters after Array Bug
       16951[16].

     • Can editcap properly corrupt pcapng file with systemd journal
       export block? Bug 16965[17].

     • Crash when a GIOP ior.txt file is present Bug 16984[18].

     • Protobuf: failed to parse .proto file contains negative enum
       values or option values of number type Bug 16988[19].

     • MMRP dissector bug Bug 17005[20].

     • QUIC: "Loss bits" capability Bug 17010[21].

     • Stdin capture fails on Windows Bug 17018[22].

     • SSTP no longer recognized Bug 17024[23].

     • RFC2190 encapsulated H.263 bitfields masked wrong in Mode A Bug
       17025[24].

     • editcap fails when splitting into multiple pcapng files Bug
       17060[25].

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   ACDR, DOCSIS, Ericsson HDLC, F5 Ethernet Trailer, GIOP, GSM A, GSM
   RLC MAC, HTTP, IEEE 802.11, Kafka, LLC, MBIM, MMRP, NAS 5GS, NAS EPS,
   Nordic BLE, ProtoBuf, QUIC, Radiotap, RFC 2190, RTCP, RTPS, S1AP,
   SOME/IP, STUN, and USB Video

  New and Updated Capture File Support

   pcapng

Revision 1.242: download - view: text, markup, annotated - select for diffs
Thu Nov 12 21:05:20 2020 UTC (4 years ago) by adam
Branches: MAIN
Diff to: previous 1.241: preferred, colored
Changes since revision 1.241: +3 -3 lines
wireshark: updated to 3.4.0

Wireshark 3.4.0

New and Updated Features

The following features are new (or have been significantly updated) since version 3.4.0rc1:

Nothing of note.

The following features are new (or have been significantly updated) since version 3.3.1:

The Protobuf fields defined as google.protobuf.Timestamp type of Protobuf standard library can now be dissected as Wireshark fields of absolute time type.

The following features are new (or have been significantly updated) since version 3.3.0:

The Windows installers now ship with Npcap 1.00. They previously shipped with Npcap 0.9997.

The Windows installers now ship with Qt 5.15.1. They previously shipped with Qt 5.12.8.

The following features are new (or have been significantly updated) since version 3.2.0:

Windows executables and installers are now signed using SHA-2 only.

Save RTP stream to .au supports any codec with 8000 Hz rate supported by Wireshark (shown in RTP player). If save of audio is not possible (unsupported codec or rate), silence of same length is saved and warning is shown.

Asynchronous DNS resolution is always enabled. As a result, the c-ares library is now a required dependency.

Protobuf fields can be dissected as Wireshark (header) fields that allows user input the full names of Protobuf fields or messages in Filter toolbar for searching.

Dissectors based on Protobuf can register themselves to a new 'protobuf_field' dissector table, which is keyed with the full names of fields, for further parsing fields of BYTES or STRING type.

Wireshark is able to decode, play, and save iLBC payload on platforms where the iLBC library is available.

Wireshark is able to decode, play, and save opus payload on platforms where the opus library is available.

“Decode As” entries can now be copied from other profiles using a button in the dialog.

sshdump can now be copied to multiple instances. Each instance will show up a different interface and will have its own profile.

The main window now supports a packet diagram view, which shows each packet as a textbook-style diagram.

Filter buttons (“Preferences → Filter Buttons”) can be grouped by using “//” as a path separator in the filter button label.

IPP Over USB packets can now be dissected and displayed

New Protocol Support

Arinc 615A (A615A), Asphodel Protocol, AudioCodes Debug Recording (ACDR), Bluetooth HCI ISO (BT HCI ISO), Cisco MisCabling Protocol (MCP), Community ID Flow Hashing (CommunityID), DCE/RPC IRemoteWinspool SubSystem, (IREMOTEWINSPOOL), Dynamic Link Exchange Protocol (DLEP), EAP Generalized Pre-Shared Key (EAP-GPSK), EAP Password Authenticated Exchange (EAP-PAX), EAP Pre-Shared Key (EAP-PSK), EAP Shared-secret Authentication and Key Establishment (EAP-SAKE), Fortinet Single Sign-on (FSSO), FTDI Multi-Protocol Synchronous Serial Engine (FTDI MPSSE), Hypertext Transfer Protocol Version 3 (HTTP3), ILDA Digital Network (IDN), Java Debug Wire Protocol (JDWP), LBM Stateful Resolution Service (LBMSRS), Lithionics Battery Management, .NET Message Framing Protocol (MC-NMF), .NET NegotiateStream Protocol (MS-NNS), OBSAI UDP-based Communication Protocol (UDPCP), Palo Alto Heartbeat Backup (PA-HB-Bak), ScyllaDB RPC, Technically Enhanced Capture Module Protocol (TECMP), Tunnel Extensible Authentication Protocol (TEAP), UDP based FTP w/ multicast V5 (UFTP5), and USB Printer (USBPRINTER)

Updated Protocol Support

Too many protocols have been updated to list here.

New and Updated Capture File Support

MP4 (ISO/IEC 14496-12)

Revision 1.241: download - view: text, markup, annotated - select for diffs
Thu Nov 5 09:08:57 2020 UTC (4 years, 1 month ago) by ryoon
Branches: MAIN
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +2 -1 lines
*: Recursive revbump from textproc/icu-68.1

Revision 1.240: download - view: text, markup, annotated - select for diffs
Mon Sep 28 19:22:03 2020 UTC (4 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +2 -3 lines
wireshark: updated to 3.2.7

Wireshark 3.2.7 Release Notes

  The Windows installers now ship with Npcap 0.9997. They previously
  shipped with Npcap 0.9994.

  The Windows installers now ship with Qt 5.12.9. They previously
  shipped with Qt 5.12.8.

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2020-11[1] MIME Multipart dissector crash. Bug 16741[2].
       Fixed in master: 2411eae9ed Fixed in master-3.2: 21f082cb6e Fixed
       in master-3.0: 14e274f3be Fixed in master-2.6: 5803c7b87b

     • wnpa-sec-2020-12[3] TCP dissector crash. Bug 16816[4]. Fixed in
       master: c4634b1e99 Fixed in master-3.2: e9b727595b Fixed in
       master-3.0: 7f3fe6164a Fixed in master-2.6: 9d7ab8b46f

     • wnpa-sec-2020-13[5] BLIP dissector crash. Bug 16866[6]. Fixed in
       master: 4a94842710 Fixed in master-3.2: 594d312b12 Fixed in
       master-3.0: 2fb6002559 Fixed in master-2.6: n/a

   The following bugs have been fixed:

     • HTTP dissector fails to display correct UTF-16 XML Bug 9069[7].

     • TFTP dissector does not track conversations correctly. Source
       file and Destination File redundant or disagree. Bug 10305[8].

     • Dissector skips DICOM command Bug 13110[9].

     • Editcap time adjustment doesn’t work when both infile and outfile
       are ERF Bug 16578[10].

     • dissect_tds7_colmetadata_token() has wrong return value if count
       is 0 Bug 16682[11].

     • "total block length …<U+200B> is too small" for Systemd Journal Export
       Block Bug 16734[12].

     • MNC 11 is showing Mobile Network Code (MNC): NTT DoCoMo Tokai
       Inc. (11) But its belonging to Rakuten Network Bug 16755[13].

     • DICOM object extraction: discrepancy between tshark and wireshark
       Bug 16771[14].

     • S1-U data forwarding info and S103 PDN data forwarding info IE’s
       showing improper value Bug 16777[15].

     • Wireshark crashes while opening a capture Bug 16780[16].

     • Changing preferences via Decode As does not call callback Bug
       16787[17].

     • Decoding of PFCP IE 'Remote GTP-U Peer' is incorrect Bug
       16805[18].

     • Ng-enb not decoded correctly for Target Identification IE for
       GTPV2 Bug 16822[19].

     • The client timestamp is parsed error for Google QUIC (version
       Q039) Bug 16839[20].

     • NAS-5G : PDU session reactivation result Bug 16842[21].

     • Wireshark fails to detect libssh >= 0.9.5 Bug 16845[22].

Revision 1.239: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:10:55 2020 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +2 -2 lines
*: bump PKGREVISION for perl-5.32.

Revision 1.238: download - view: text, markup, annotated - select for diffs
Tue Aug 18 17:58:12 2020 UTC (4 years, 3 months ago) by leot
Branches: MAIN
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +2 -2 lines
*: revbump for libsndfile

Revision 1.237: download - view: text, markup, annotated - select for diffs
Mon Aug 17 20:19:52 2020 UTC (4 years, 3 months ago) by leot
Branches: MAIN
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +2 -1 lines
*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.236: download - view: text, markup, annotated - select for diffs
Thu Aug 13 08:21:52 2020 UTC (4 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +2 -2 lines
wireshark: updated to 3.2.6

Wireshark 3.2.6 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2020-10[1] Kafka dissector crash. Bug 16672[2].
       CVE-2020-17498[3].

   The following bugs have been fixed:

     • Kafka dissector fails parsing FETCH responses. Bug 16623[4].

     • Dissector for ASTERIX Category 001 / 210 does not recognize bit 1
       as extension. Bug 16662[5].

     • "invalid timestamp" for Systemd Journal Export Block. Bug
       16664[6].

     • Decoding Extended Emergency number list IE length. Bug 16668[7].

     • Some macOS Bluetooth PacketLogger capture files aren’t recognized
       as PacketLogger files (regression, bisected). Bug 16670[8].

     • Short IMSIs (5 digits) lead to wrong decoding+warning. Bug
       16676[9].

     • Decoding of PFCP IE 'PFD Contents' results in "malformed packet".
       Bug 16704[10].

     • RFH2 Header with 32 or less bytes of NameValue will not parse out
       that info. Bug 16733[11].

     • CDP: Port ID TLV followed by Type 1009 TLV triggers [Malformed
       Packet]. Bug 16742[12].

     • tshark crashed when processing opcda. Bug 16746[13].

     • tshark with --export-dicom gives “Segmentation fault (core
       dumped)”. Bug 16748[14].

  New and Updated Features

   There are no new features in this release.

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   ASTERIX, BSSAP, CDP, CoAP, DCERPC SPOOLSS, DCOM, DICOM, DVB-S2,
   E.212, GBCS, GSM RR, GSM SMS, IEEE 802.11, Kafka, MQ, Nano, NAS 5GS,
   NIS+, NR RRC, PacketLogger, PFCP, RTPS, systemd Journal, TDS, TN3270,
   and TN5250

  New and Updated Capture File Support

   PacketLogger and pcapng

Revision 1.235: download - view: text, markup, annotated - select for diffs
Thu Jul 2 06:18:23 2020 UTC (4 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +3 -3 lines
wireshark: updated to 3.2.5

Wireshark 3.2.5 Release Notes

What’s New

 The Windows installers now ship with Npcap 0.9994. They previously
 shipped with Npcap 0.9991.

 The Windows installers now ship with USBPcap 1.5.4.0. They previously
 shipped with USBPcap 1.5.3.0.

 Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2020-09[1] GVCP dissector infinite loop.
      CVE-2020-15466[3].

  The following bugs have been fixed:

    • Add decryption support for QUIC IETF version 0xfaceb001 and
      0xfaceb002.

    • Windows Uninstall does not remove all files in Program Files.

    • The "relative sequence number" is same as "raw sequence number"
      when tcp.analyze_sequence_numbers:FALSE.

    • Importing profiles from a different Windows PC fails.

    • Decode as not working correctly with multiple user profiles.

    • Wireshark can misdissect the HE Radiotap field if it’s ever
      dissected one with any value unknown.

    • Buildbot crash output: fuzz-2020-06-19-5981.pcap.

    • Buildbot crash output: fuzz-2020-06-20-7665.pcap.

    • mergecap man page contains invalid formatting.

Revision 1.234: download - view: text, markup, annotated - select for diffs
Tue Jun 2 08:24:36 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +2 -2 lines
Revbump for icu

Revision 1.233: download - view: text, markup, annotated - select for diffs
Fri May 22 10:56:32 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +2 -1 lines
revbump after updating security/nettle

Revision 1.232: download - view: text, markup, annotated - select for diffs
Wed May 20 06:57:47 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +2 -3 lines
wireshark: updated to 3.2.4

Wireshark 3.2.4 Release Notes

 What’s New

  The Windows installers now ship with Qt 5.12.8. They previously
  shipped with Qt 5.12.6.

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2020-08[1] A dissector went awry.

   The following bugs have been fixed:

  New and Updated Features

   There are no new features in this release.

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

  New and Updated Capture File Support

   There is no new or updated capture file support in this release.

Revision 1.231: download - view: text, markup, annotated - select for diffs
Wed May 6 14:04:58 2020 UTC (4 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +2 -2 lines
revbump after boost update

Revision 1.230: download - view: text, markup, annotated - select for diffs
Sun Apr 12 08:29:07 2020 UTC (4 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +2 -1 lines
Recursive revision bump after textproc/icu update

Revision 1.229: download - view: text, markup, annotated - select for diffs
Thu Apr 9 14:37:15 2020 UTC (4 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +2 -3 lines
wireshark: updated to 3.2.3

Wireshark 3.2.3 Release Notes

Wireshark 3.2.0 to 3.2.2 might not update automatically on macOS in
some cases. If you’re running those versions on macOS you might have
to update to a later version manually.

Bug Fixes

 The following vulnerabilities have been fixed:
   • wnpa-sec-2020-07[2] The BACapp dissector could crash.

 The following bugs have been fixed:
   • Add (IETF) QUIC Dissector.
   • Rename profile name loses list selection.
   • Dissector bug warning dissecting TLS Certificate Request with
     many names.
   • Only ACKs, but no DATA frames are visible in -> TCP Stream Graph
     -> Time Sequence (tcptrace).
   • Copy>Description does not work properly for all tree items.
   • Importing profiles in Windows - zip files fail and from directory
     crashes Wireshark.
   • Packet List selection is gone when adding or removing a display
     filter.
   • Check for updates, and auto-update, not working in 3.2.1.
   • f5ethtrailer: TLS trailer creates incorrect CLIENT keylog
     entries.
   • Buildbot crash output: randpkt-2020-03-04-18423.pcap.
   • File open dialog shows garbled time stamps.
   • RTCP Bye without optional reason reported as [Malformed Packet].
   • Undefined-shift in dissect_rtcp.
   • SOMEIP: SOME/IP-SD dissector fails to register SOME/IP ports, if
     IPv6 is being used (BUG).
   • tshark logs: "…<U+200B>could not be opened: Too many open files.".
   • Typo in About Wireshark > Keyboard Shortcuts > Unignore All
     Displayed.
   • Buildbot crash output: randpkt-2020-04-02-31746.pcap.

New and Updated Features

 There are no new features in this release.

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

 AFS, BACapp, Bluetooth, CoAP, Diameter3GPP, F5 Ethernet trailer, GSM
 RLC MAC, ISIS, ISIS CLV, ISIS HELLO, ISIS LSP, ISIS SNP, NAS 5GS, NR
 RRC, pcap, QUIC, RPCAP, RTCP, SOME/IP-SD, TLS, and WSP

New and Updated Capture File Support

 pcap

Revision 1.228: download - view: text, markup, annotated - select for diffs
Tue Mar 10 22:10:49 2020 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +2 -2 lines
librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.227: download - view: text, markup, annotated - select for diffs
Sun Mar 8 16:51:00 2020 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +2 -1 lines
*: recursive bump for libffi

Revision 1.226: download - view: text, markup, annotated - select for diffs
Thu Feb 27 13:19:03 2020 UTC (4 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +2 -2 lines
wireshark: updated to 3.2.2

Wireshark 3.2.2 Release Notes

 What is Wireshark?

  Wireshark is the world’s most popular network protocol analyzer. It is
  used for troubleshooting, analysis, development and education.

 What’s New

  Automatic updates were inadvertently disabled in the Wireshark 3.2.1
  64-bit and 32-bit Windows installers. If you’re running Wireshark
  3.2.1 on Windows you will have to update to a later version manually.
  Bug 16381[1]

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2020-03[2] LTE RRC dissector memory leak. Bug 16341[3].

     • wnpa-sec-2020-04[4] WiMax DLMAP dissector crash. Bug 16368[5].

     • wnpa-sec-2020-05[6] EAP dissector crash. Bug 16397[7].

     • wnpa-sec-2020-06[8] WireGuard dissector crash. Bug 16394[9].

   The following bugs have been fixed:

     • Add (IETF) QUIC Dissector. Bug 13881[10].

     • Support for CoAP over TCP and WebSockets (RFC 8323). Bug
       15910[11].

     • SMB IOCTL response packet with BUFFER_OVERFLOW status is
       dissected improperly. Bug 16261[12].

     • Wireshark fails to build with GCC-9. Bug 16319[13].

     • NVMe/TCP ICReq PDU Not Interpreted Correctly. Bug 16333[14].

     • ICMP: No response if ICMP reply packet has an ICMP checksum of
       0x0000. Bug 16334[15].

     • Display filter parsing broken after upgrade from 3.0.7. Bug
       16336[16].

     • IPv4 fragment offset value is incorrect in IPv4 header decode.
       Bug 16344[17].

     • RTCP frame length warning for SAT>IP APP packets. Bug 16345[18].

     • RTP export to rtpdump file doesn’t work. Bug 16351[19].

     • CFDP dissector skips a byte. Bug 16361[20].

     • ISAKMP: IKEv2 transforms and proposal have critical bit (BUG).
       Bug 16364[21].

     • No IPv4/IPv6 hosts in Resolved Addresses dialog. Bug 16366[22].

     • Lack of Check for Updates option in the Windows GUI. Bug
       16381[23].

     • LLDP dissector consumes all octets to the end of the TVB and eth
       trailer dissector does not get called. Bug 16387[24].

     • LACP dissector consumes all octets to the end of the TVB and eth
       trailer dissector does not get called. Bug 16388[25].

  New and Updated Features

   There are no new features in this release.

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   ARTNET, CFDP, CoAP, EAP, GTP, ICMP, ICMPv6, IPv4, ISAKMP, LACP, LLDP,
   LTE RRC, NBAP, NVME-TCP, QUIC, RDM, RTCP, RTP, SMB, SOME/IP, TLS,
   WiMax DLMAP, and WireGuard

Revision 1.225: download - view: text, markup, annotated - select for diffs
Tue Jan 21 20:29:07 2020 UTC (4 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +2 -3 lines
wireshark: updated to 3.2.1

Wireshark 3.2.1 Release Notes

What’s New

 Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2020-01[1] WASSP dissector crash. Bug 16324[2].
      CVE-2020-7044[3].

  The following bugs have been fixed:

    • Incorrect parsing of USB CDC packets. Bug 14587[4].

    • Wireshark fails to create directory if parent directory does not
      yet exist. Bug 16143[5].

    • Buildbot crash output: randpkt-2019-11-30-22633.pcap. Bug
      16240[6].

    • Closing Flow Graph closes (crashes) main GUI window. Bug
      16260[7].

    • Wireshark interprets websocket frames after HTTP handshake in a
      wrong way. Bug 16274[8].

    • A-bis/OML: IPA Destination IP Address attribute contains inverted
      value (endianness). Bug 16282[9].

    • wiretap/log3gpp.c: 2 * leap before looking ?. Bug 16283[10].

    • Opening shell terminal prints Wireshark: Permission denied. Bug
      16284[11].

    • h264: SPS frame_crop_right_offset shown in UI as
      frame_crop_left_offset. Bug 16285[12].

    • BGP: update of "Sub-TLV Length" by draft-ietf-idr-tunnel-encaps.
      Bug 16294[13].

    • SPNEGO+GSS-API+Kerberos+ap-options dissection produces "Unknown
      Bit(s)" expert message. Bug 16301[14].

    • USB Audio feature unit descriptor is incorrectly dissected. Bug
      16305[15].

    • Compiling the .y files fails with Berkeley YACC. Bug 16306[16].

    • PDB files in Windows installer. Bug 16307[17].

    • NAS-5GS 5GS network feature support lacks MCSI, EMCN3 two fields
      (octet 4). Bug 16310[18].

    • Option to change “Packet List” columns header right click pop-up
      menu behavior. Bug 16317[19].

    • DLT: Dissector does not parse multiple DLT messages in single UDP
      packet. Bug 16321[20].

    • ISAKMP Dissection: Enhance Source id and Destination ID field of
      GDOI SA TEK payload for non IP ID type. Bug 16233[21].

    • DOIP: Typo in "identifcation request messages". Bug 16325[22].

    • Toolbar "?" help button - no text/help displayed. Bug 16327[23].

 New and Updated Features

  There are no new features in this release.

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

  802.11 Radiotap, ASN.1 BER, BGP, DLT, DOIP, GSM A RR, GSM A-bis/OML,
  H264, HTTP, IEC 60870-5-104, IEEE 802.11, IPv4, ISAKMP, NAS 5GS,
  rtnetlink, SIP, TIPC, USB Audio, USB CDC, and WASSP

 New and Updated Capture File Support

  3gpp phone log

Revision 1.224: download - view: text, markup, annotated - select for diffs
Sat Jan 18 21:50:29 2020 UTC (4 years, 10 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +2 -2 lines
*: Recursive revision bump for openssl 1.1.1.

Revision 1.223: download - view: text, markup, annotated - select for diffs
Sun Jan 12 20:20:40 2020 UTC (4 years, 10 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +2 -1 lines
*: Recursive revbump from devel/boost-libs

Revision 1.222: download - view: text, markup, annotated - select for diffs
Wed Jan 8 10:37:34 2020 UTC (4 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +2 -2 lines
wireshark: switch from yacc to bison tool

Fixes build problem on NetBSD:
[ 85%] Building C object epan/CMakeFiles/epan.dir/protobuf_lang.c.o
wireshark-3.2.0/epan/protobuf_lang.y: In function 'run_pbl_parser':
wireshark-3.2.0/epan/protobuf_lang.y:602:5: error: 'protobuf_langdebug' undeclared (first use in this function); did you mean
'protobuf_langtable'?
     protobuf_langdebug = debug ? 1 : 0;
     ^~~~~~~~~~~~~~~~~~
     protobuf_langtable

Revision 1.221: download - view: text, markup, annotated - select for diffs
Mon Dec 30 17:48:05 2019 UTC (4 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +7 -2 lines
wireshark: updated to 3.2.0

Wireshark 3.2.0

What’s New

This is the last release branch with official support for Windows 7
and Windows Server 2008 R2.

Many improvements have been made. See the “New and Updated Features”
section below for more details.

New and Updated Features

 The following features are new (or have been significantly updated)
 since version 3.2.0rc2:

   • Minor bug fixes.

 The following features are new (or have been significantly updated)
 since version 3.2.0rc1:

   • Minor bug fixes.

 The following features are new (or have been significantly updated)
 since version 3.1.1:

   • Miscellaneous UI fixes and updates.

   • The macOS installer now ships with Qt 5.12.6. It previously
     shipped with Qt 5.12.5.

 The following features are new (or have been significantly updated)
 since version 3.1.0:

   • Automatic updates are supported on macOS.

   • You can now select multiple packets in the packet list at the
     same time

   • They can be exported as Text by “Ctrl+C” or “Cmd+C” and the
     corresponding menu in “Edit › Copy › As …<U+200B>”

   • They can be marked/unmarked or ignored/unignored at the same time

   • They can be exported and printed using the corresponding menu
     entries “File › Export Specified Packets”, “File › Export Packet
     Dissections” and “File › Print”

 You can now follow HTTP/2 and QUIC streams.

 You can once again mark and unmark packets using the middle mouse
 button. This feature went missing around 2009 or so.

 The Windows packages are now built using Microsoft Visual Studio
 2019.

 IOGraph automatically adds a graph for the selected display filter if
 no previous graph exists

 Action buttons for the display filter bar may be aligned left via the
 context menu

   • The "Expression…<U+200B>" toolbar entry has been moved to "Analyze ›
     Display filter Expression …<U+200B>" as well as to the context menu of
     the display filter toolbar

 Allow extcaps to be loaded from the personal configuration directory

 The Wireshark 3.1.0 Windows installers ship with Qt 5.12.6. Previous
 installers shipped with Qt 5.12.4.

 The following features are new (or have been significantly updated)
 since version 3.0.0:

   • You can drag and drop a field to a column header to create a
     column for that field, or to the display filter input to create a
     display filter. If a display filter is applied, the new filter
     can be added using the same rules as “Apply Filter”

   • You can drag and drop a column entry to the display filter to
     create a filter for it.

   • You can import profiles from a .zip archive or an existing
     directory.

   • Dark mode support on macOS and dark theme support on other
     platforms has been improved.

   • Brotli decompression support in HTTP/HTTP2 (requires the brotli
     library).

   • The build system now checks for a SpeexDSP system library
     installation. The bundled Speex resampler code is still provided
     as a fallback.

   • WireGuard decryption can now be enabled through keys embedded in
     a pcapng in addition to the existing key log preference (Bug
     15571[1]).

   • A new tap for extracting credentials from the capture file has
     been added. It can be accessed through the -z credentials option
     in tshark or from the “Tools › Credentials” menu in Wireshark.

   • Editcap can now split files on floating point intervals.

   • Windows .msi packages are now signed using SHA-2[2]. .exe
     installers are still dual-signed using SHA-1 and SHA-2.

   • The “Enabled Protocols” Dialog now only enables, disables and
     inverts protocols based on the set filter selection. The protocol
     type (standard or heuristic) may also be choosen as a filter
     value.

   • Save RTP stream to .au supports any codec with 8000 Hz rate
     supported by Wireshark (shown in RTP player). If save of audio is
     not possible (unsupported codec or rate), silence of same length
     is saved and warning is shown.

   • The “Analyze › Apply as Filter” and “Analyze › Prepare a Filter”
     packet list and detail popup menus now show a preview of their
     respective filters.

   • Protobuf files (*.proto) can now be configured to enable more
     precise parsing of serialized Protobuf data (such as gRPC).

   • HTTP2 support streaming mode reassembly. To use this feature,
     subdissectors can register itself to "streaming_content_type"
     dissector table and return pinfo→desegment_len and
     pinfo→desegment_offset to tell HTTP2 when to start and how many
     additional bytes requires when next called.

   • The message of stream gRPC method can now be parsed with
     supporting of HTTP2 streaming mode reassembly feature.

   • The Wireshark 3.1.0 Windows installers ship with Qt 5.12.4.
     Previous installers shipped with Qt 5.12.1.

New Protocol Support

 3GPP BICC MST (BICC-MST), 3GPP log packet (LOG3GPP), 3GPP/GSM Cell
 Broadcast Service Protocol (cbsp), Asynchronous Management Protocol
 (AMP), Bluetooth Mesh Beacon, Bluetooth Mesh PB-ADV, Bluetooth Mesh
 Provisioning PDU, Bluetooth Mesh Proxy, CableLabs Layer-3 Protocol
 IEEE EtherType 0xb4e3 (CL3), DCOM IProvideClassInfo, DCOM ITypeInfo,
 Diagnostic Log and Trace (DLT), Distributed Replicated Block Device
 (DRBD), Dual Channel Wi-Fi (CL3DCW), EBHSCR Protocol (EBHSCR), EERO
 Protocol (EERO), evolved Common Public Radio Interface (eCPRI), File
 Server Remote VSS Protocol (FSRVP), FTDI FT USB Bridging Devices
 (FTDI FT), Graylog Extended Log Format over UDP (GELF), GSM/3GPP CBSP
 (Cell Broadcast Service Protocol), ITS message - CAMv1, ITS message -
 DENMv1, Linux net_dm (network drop monitor) protocol, MIDI System
 Exclusive DigiTech (SYSEX DigiTech), Network Controller Sideband
 Interface (NCSI), NR Positioning Protocol A (NRPPa) TS 38.455, NVM
 Express over Fabrics for TCP (nvme-tcp), OsmoTRX Protocol (GSM
 Transceiver control and data), Scalable service-Oriented MiddlewarE
 over IP (SOME/IP), USB 2.0 Link Layer (USBLL), and Wi-Fi Neighbour
 Awareness Networking (NAN)

Updated Protocol Support

 Too many protocols have been updated to list here.

New and Updated Capture File Support

 3gpp phone, Android Logcat Text, Ascend, Busmaster log file, Candump,
 Endace ERF, NetScaler, pcapng, and Savvius *Peek

Revision 1.220: download - view: text, markup, annotated - select for diffs
Thu Dec 5 18:41:30 2019 UTC (5 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +2 -2 lines
wireshark: updated to 3.0.7

Wireshark 3.0.7 Release Notes

What’s New

The Windows and macOS installers now ship with Qt 5.12.6. They
previously shipped with Qt 5.12.5.

Bug Fixes

The following vulnerabilities have been fixed:

  • wnpa-sec-2019-22[1] CMS dissector crash. Bug 15961[2].
    CVE-2019-19553[3].

The following bugs have been fixed:

  • ws_pipe_wait_for_pipe() can wait on closed handles. Bug 15696[4].

  • Support for 11ax in PEEKREMOTE. Bug 15740[5].

  • The temporary file …<U+200B> could not be opened: Invalid argument. Bug
    15751[6].

  • Reassembling of the two TLS records is not working correctly. Bug
    16109[7].

  • Display Filter Area: Dropdown Missing pkt_comment and
    tcp.options.sack_perm (likely others). Bug 16130[8].

  • Display Filter autocompletion should be disabled. Bug 16132[9].

  • BGP Linkstate IP Reachability information is incorrect. Bug
    16144[10].

  • NGAP: ExpectedUEActivityBehaviour decode error. Bug 16145[11].

  • HomePlug AV dissector: MMTYPE and FMI fields are dissected
    incorrectly. Bug 16158[12].

  • JPEG files cannot be saved on Windows with french language. Bug
    16165[13].

  • X11 --display interpreted as --display-filter which maps to -Y
    option. Bug 16167[14].

  • "Create new file automatically after" not working with extcap.
    Bug 16178[15].

  • Encrypted TLS alerts sometimes listed as decrypted. Bug
    16180[16].

  • The "Remove Wireshark from the system path" package has "Add
    Wireshark to the system PATH" as its title. Bug 16200[17].

  • tshark -T ek -x causes get_field_data: code should not be
    reached. Bug 16218[18].

  • Crash on Go → Next/Previous Packet in Conversation when no packet
    is selected.

Revision 1.219: download - view: text, markup, annotated - select for diffs
Thu Oct 24 18:44:12 2019 UTC (5 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +2 -2 lines
wireshark: updated to 3.0.6

Wireshark 3.0.6:

 What’s New

    • On macOS, Wireshark can now be installed by dropping Wireshark.app
      onto the Applications folder.

    • The macOS installer now ships with Qt 5.12.5. It previously
      shipped with Qt 5.12.3.

  Bug Fixes

   The following bugs have been fixed:

     • macOS installer uses wrong user ID. Bug 6991[1].

     • Using macosx-setup seems to prevent installing pre-built binary.
       Bug 11399[2].

     • macOS installer package is configured to disallow downgrades. Bug
       12593[3].

     • extcap: Several issues when capturing from multiple extcap
       interfaces. Bug 13653[4].

     • Expert Infos Incorrectly Displays Info Column instead of comment.
       Bug 15516[5].

     • Wireshark does not support USB packets with size greater than 256
       KiB. Bug 15985[6].

     • IS-IS: add support for decoding TE TLV Type 138 as per RFC 5307.
       Bug 16012[7].

     • NET-SNMP EngineID Length handling Warning. Bug 16051[8].

     • TLS decryption is very slow on Windows when using a large PMS
       file compared to Linux/macOS. Bug 16059[9].

     • wireshark-3.0.5/epan/dissectors/packet-nas_5gs.c:2459: bad test
       ?. Bug 16075[10].

     • ERSPAN Type III over GRE without sequence number not decoded
       correctly. Bug 16089[11].

     • Windows dumpcap -v does not display capture library info. Bug
       16108[12].

     • [Regression] FT_CHAR fields not supported in Lua API. Bug
       16129[13].

  Updated Protocol Support
   AgentX, BT L2CAP, ERSPAN, GRE, IPv4, IS-IS, NAS 5GS, OpcUa, SNMP, and
   SRT

Revision 1.218: download - view: text, markup, annotated - select for diffs
Tue Oct 1 11:47:24 2019 UTC (5 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +2 -3 lines
wireshark: updated to 3.0.5

Wireshark 3.0.5

The following bugs have been fixed:
* Qt interface crashes on a profile with packet list only.
* Wireshark 3.0.4 does not start on macOS 10.13 after an upgrade from 3.0.3.
* NET-SNMP EngineID Length handling Warning.
* Upgrade from Wireshark 3.0.2/3.0.3 to 3.0.4/later is confusing and may not complete properly.
* Crash SIGSEGV when decrypting IEEE 802.11 EAP re-authentications.

Revision 1.217: download - view: text, markup, annotated - select for diffs
Wed Sep 18 14:17:16 2019 UTC (5 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +2 -1 lines
Recursive revbump from audio/pulseaudio

Revision 1.216: download - view: text, markup, annotated - select for diffs
Thu Sep 12 12:40:07 2019 UTC (5 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +2 -3 lines
wireshark: updated to 3.0.4

Wireshark 3.0.4 Release Notes

 What’s New
    • The Windows installers now ship with Npcap 0.9983. They previously
      shipped with Npcap 0.996.
    • The macOS installer now ships with Qt 5.12.3. It previously
      shipped with Qt 5.12.4.

   The following vulnerabilities have been fixed:
     • wnpa-sec-2019-21[1] Gryphon dissector infinite loop.

   The following bugs have been fixed:
     • Coloring Rules dialog - enable/disable coloring rule issues.
     • Enabling Time-Of-Day in IO Graph causes the x-axis origin to be
       set to 01.01.1970.
     • Wireshark GUI crashes when attempting to DnD multiple (possibly
       corrupted) pcapng files.
     • Buildbot crash output: randpkt-2019-06-14-14291.pcap.
     • 802.11 RSN IE may be shorter than 18 bytes.
     • Tshark outputs two data rate instead of one.
     • Typo in checkbox label at bottom of sshdump configuration screen
       (save parameters).
     • Invalid pkcs11_libs entry crashes on Windows.
     • Add additional text output for DNS types (DNSSEC).
     • LSD bittorent.
     • dfilter_macros is missing from Configuration Files article.
     • Pane configuration inconsistencies.
     • Packet list is sorted in reverse order after applying a display
       filter in Qt 5.13.
     • EAP-TLS fragments are repeatedly displayed.
     • Broken TLS handshake reassembly in EAP-TTLS with multiple TLS
       sessions.
     • Wireshark does not support USB packets with size greater than 256
       KiB.
     • "Unable to drop files during capture." when drag’n’drop entry to
       create display filter or filter button.
     • Packet Bytes highlight for dns.qry.name.len and dns.count.labels
       off by one.
     • Segmentation fault in nfs_name_snoop_fh.
     • Changing the protocol preferences caused a crash.
     • DCERPC dissector broken for functions with only scalar variables.

  Updated Protocol Support
   BACnet, DCERPC, DNS, EAP, FC-dNS, Gryphon, IEEE 802.11, LSD, NFS, and
   Radiotap

Revision 1.215: download - view: text, markup, annotated - select for diffs
Thu Aug 22 12:23:42 2019 UTC (5 years, 3 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +2 -2 lines
Recursive revbump from boost-1.71.0

Revision 1.214: download - view: text, markup, annotated - select for diffs
Sun Aug 11 13:22:32 2019 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +2 -2 lines
Bump PKGREVISIONs for perl 5.30.0

Revision 1.213: download - view: text, markup, annotated - select for diffs
Sat Jul 20 22:46:43 2019 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +2 -1 lines
*: recursive bump for nettle 3.5.1

Revision 1.212: download - view: text, markup, annotated - select for diffs
Thu Jul 18 10:11:16 2019 UTC (5 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +2 -3 lines
wireshark: updated to 3.0.3

Wireshark 3.0.3 Release Notes

 What is Wireshark?

  Wireshark is the world’s most popular network protocol analyzer. It is
  used for troubleshooting, analysis, development and education.

 What’s New

    • The Windows installers now ship with Qt 5.12.4. They previously
      shipped with Qt 5.12.3.

    • The Windows installers now ship with Npcap 0.996. They previously
      shipped with Npcap 0.995.

    • The macOS installer now ships with Qt 5.12.4. It previously
      shipped with Qt 5.12.1.

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2019-20[1] ASN.1 BER and related dissectors crash. Bug
       15870[2]. CVE-2019-13619[3].

   The following bugs have been fixed:

     • "ninja install" installs help/faq.py instead of help/faq.txt. Bug
       15543[4].

     • In Wireshark 3.0, encrypted DOCSIS PDU packets no longer match
       the filter "eth.dst". Bug 15731[5].

     • Developer’s Guide section 3.9 "Contribute your changes" should
       incorporate or link "Writing a good commit message" from the
       Wiki. Bug 15752[6].

     • RSL dissector bugs in presence of optional IEs. Bug 15789[7].

     • The "Media Attribute Value" field is missed in rtcp SDP
       dissection (packet-sdp.c). Bug 15791[8].

     • BTLE doesn’t properly detect start fragment of L2CAP PDUs. Bug
       15807[9].

     • Wi-SUN FAN decoder error, Channel Spacing and Reserved fields are
       swapped. Bug 15821[10].

     • tshark: Display filter error message references "-d" when it
       should reference "-Y". Bug 15825[11].

     • Open "protocol" preferences …<U+200B> does not work for protocol in
       subtree. Bug 15836[12].

     • Problems with sshdump "Error by extcap pipe: sh: sudo: command
       not found". Bug 15845[13].

     • editcap won’t change encapsulation type when writing pcap format.
       Bug 15873[14].

     • ITU-T G.8113.1 MPLS-TP OAM CC,LMM,LMR,DMM and DMR are not seen in
       the 3.0.2. Bug 15887[15].

  New and Updated Features

   There are no new features in this release.

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   AERON, ASN.1, BTLE, CUPS, DNS, DOCSIS, DPNSS, GSM RLC/MAC, HiQnet,
   ISO 14443, ISObus VT, LDAP, MAC LTE, MIME multipart, MPLS, MQ, RSL,
   SDP, SMB, TNEF, and Wi-SUN

  New and Updated Capture File Support

   Ascend

  New and Updated Capture Interfaces support

   There is no new or updated capture file support in this release.

Revision 1.211: download - view: text, markup, annotated - select for diffs
Mon Jul 1 04:08:43 2019 UTC (5 years, 5 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +2 -1 lines
Recursive revbump from boost-1.70.0

Revision 1.210: download - view: text, markup, annotated - select for diffs
Thu May 23 08:15:12 2019 UTC (5 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +2 -2 lines
wireshark: updated to 3.0.2

3.0.2:
 What’s New

  • The Windows installers now ship with Qt 5.12.3. They previously
    shipped with Qt 5.12.1.

  • The Windows installers now ship with Npcap 0.995. They previously
    shipped with Npcap 0.992.

  • The macOS packages are now notarized[1].

Bug Fixes

 The following vulnerabilities have been fixed:

   • wnpa-sec-2019-19[2] Wireshark dissection engine crash. Bug
     15778[3].

 The following bugs have been fixed:

   • Add (IETF) QUIC Dissector. Bug 13881[4].

   • Wireshark Hangs on startup initializing external capture plugins.
     Bug 14657[5].

   • [oss-fuzz] ERROR: Adding ospf.v3.prefix.options.nu would put more
     than 1000000 items in the tree — possible infinite loop. Bug
     14978[6].

   • Wireshark can call extcap with empty multicheck argument. Bug
     15065[7].

   • CMPv2 KUR message disection gives unexpected value for
     serialNumber under OldCertId fields. Bug 15154[8].

   • "(Git Rev Unknown from unknown)" in version string for official
     tarball. Bug 15544[9].

   • External extcap does not get all arguments sometimes. Bug
     15586[10].

   • Help file doesn’t display for extcap interfaces. Bug 15592[11].

   • Buildbot crash output: randpkt-2019-03-14-4670.pcap. Bug
     15604[12].

   • Building only libraries on windows fails due to CLEAN_C_FILES
     empty. Bug 15662[13].

   • Statistics→Conversations→TCP→Follow Stream - incorrect behavior.
     Bug 15672[14].

   • Wrong NTP timestamp for RTCP XR RR packets (hf_rtcp_xr_timestamp
     field). Bug 15687[15].

   • ws_pipe: leaks pipe handles on errors. Bug 15689[16].

   • Build issue in Wireshark - 3.0.1 on RHEL6. Bug 15706[17].

   • ISAKMP: Segmentation fault with non-hex string for IKEv1
     Decryption Table Initiator Cookie. Bug 15709[18].

   • extcap: non-boolean call arguments can be appended without value
     on selector Reload. Bug 15725[19].

   • Incorrectly interpreted format of MQTT PUBLISH payload data. Bug
     15738[20].

   • print.c: Memory leak in ek_check_protocolfilter. Bug 15758[21].

   • IETF QUIC dissector incorrectly parses retry packet. Bug
     15764[22].

   • Bacnet(app): fix wrong value for id 183 (logging-device →
     logging-object). Bug 15767[23].

   • The SMB2 code to look up decryption keys by session ID assumes
     it’s running on a little-endian machine. Bug 15772[24].

   • tshark -G folders leaves mmdbresolve process behind. Bug
     15777[25].

   • Dissector bug, protocol TLS - failed assertion "data". Bug
     15780[26].

   • WSMP : header_opt_ind field is not correctly set.

Revision 1.209: download - view: text, markup, annotated - select for diffs
Mon May 6 09:36:47 2019 UTC (5 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +14 -15 lines
wireshark: updated to 3.0.1

3.0.1:
The Windows installers now ship with Npcap 0.992. They previously shipped with Npcap 0.99-r9.

Bug Fixes
The following vulnerabilities have been fixed:
wnpa-sec-2019-09 NetScaler file parser crash. Bug 15497. CVE-2019-10895.
wnpa-sec-2019-10 SRVLOC dissector crash. Bug 15546. CVE-2019-10899.
wnpa-sec-2019-11 IEEE 802.11 dissector infinite loop. Bug 15553. CVE-2019-10897.
wnpa-sec-2019-12 GSUP dissector infinite loop. Bug 15585. CVE-2019-10898.
wnpa-sec-2019-13 Rbm dissector infinite loop. Bug 15612. CVE-2019-10900.
wnpa-sec-2019-14 GSS-API dissector crash. Bug 15613. CVE-2019-10894.
wnpa-sec-2019-15 DOF dissector crash. Bug 15617. CVE-2019-10896.
wnpa-sec-2019-16 TSDNS dissector crash. Bug 15619. CVE-2019-10902.
wnpa-sec-2019-17 LDSS dissector crash. Bug 15620. CVE-2019-10901.
wnpa-sec-2019-18 DCERPC SPOOLSS dissector crash. Bug 15568. CVE-2019-10903.

The following bugs have been fixed:
[oss-fuzz] UBSAN: shift exponent 34 is too large for 32-bit type 'guint32' (aka 'unsigned int') in packet-ieee80211.c:15534:49. Bug 14770.
[oss-fuzz] UBSAN: shift exponent 35 is too large for 32-bit type 'int' in packet-couchbase.c:1674:37. Bug 15439.
Duplicated TCP SEQ field in ICMP packets. Bug 15533.
Wrong length in dhcpv6 NTP Server suboption results in "Malformed Packet" and breaks further dissection. Bug 15542.
Wireshark’s speaker-to-MaxMind is burning up the CPU. Bug 15545.
GSM-A-RR variable bitmap decoding may report ARFCNs > 1023. Bug 15549.
Import hexdump dummy Ethernet header generation ignores direction indication. Bug 15561.
%T not supported for timestamps. Bug 15565.
LWM2M: resource with \r\n badly shown. Bug 15572.
When selecting BSSAP in 'Decode As' for a SCCP payload, it uses BSSAP+ which is not the same protocol. Bug 15578.
Possible buffer overflow in function ssl_md_final for crafted SSL 3.0 sessions. Bug 15599.
Windows console log output delay. Bug 15605.
Syslog dissector processes the UTF-8 BOM incorrectly. Bug 15607.
NFS/NLM: Wrong lock byte range in the "Info" column. Bug 15608.
randpkt -r causes segfault when count > 1. Bug 15627.
Tshark export to ElasticSearch (-Tek) fails with Bad json_dumper state: illegal transition. Bug 15628.
Packets with metadata but no data get the Protocol Info column overwritten. Bug 15630.
BGP MP_REACH_NLRI AFI: Layer-2 VPN, SAFI: EVPN - Label stack not decoded. Bug 15631.
Buildbot crash output: fuzz-2019-03-23-1789.pcap. Bug 15634.
Typo: broli → brotli. Bug 15647.
Wrong dissection of GTPv2 MM Context Used NAS integrity protection algorithm. Bug 15648.
Windows CHM (help file) title displays quoted HTML characters. Bug 15656.
Unable to load 3rd party plugins not signed by Wireshark’s codesigning certificate. Bug 15667.


3.0.0:

Many user interface improvements have been made. See the “New and Updated Features” section below for more details.

Support for a number of legacy features and libraries has been removed. See the “Removed Features and Support” section below for more details.

Bug Fixes

The following bugs have been fixed:
Data following a TCP ZeroWindowProbe is marked as retransmission and not passed to subdissectors (Bug 15427)
Lua Error on startup: init.lua: dofile has been disabled due to running Wireshark as superuser (Bug 15489).
Text and Image columns were handled incorrectly for TDS 7.0 and 7.1. (Bug 3098)
Dumpcap might not quit if Wireshark or TShark crashes. (Bug 1419)

The following features are new (or have been significantly updated) since version 3.0.0rc1:
The IP map feature (the “Map” button in the “Endpoints” dialog) has been added back in a modernized form (Bug 14693).
The macOS package now ships with Qt 5.12.1. Previously it shipped with Qt 5.9.7.
The macOS package requires version 10.12 or later. If you’re running an older version of macOS, please use Wireshark 2.6.

The following features are new (or have been significantly updated) since version 2.9.0:
Wireshark now supports the Swedish and Ukrainian languages.
Initial support for using PKCS #11 tokens for RSA decryption in TLS. This can be configured at Preferences, RSA Keys.
The build system now produces reproducible builds (Bug 15163).
The Windows installers now ship with Qt 5.12.1. Previously they shipped with Qt 5.12.0.

The following features are new (or have been significantly updated) since version 2.6.0:
The Windows .exe installers now ship with Npcap instead of WinPcap. Besides being actively maintained (by the nmap project), Npcap brings support for loopback capture and 802.11 WiFi monitor mode capture (if supported by the NIC driver).
Conversation timestamps are supported for UDP/UDP-Lite protocols
TShark now supports the -G elastic-mapping option which generates an ElasticSearch mapping file.
The “Capture Information” dialog has been added back (Bug 12004).
The Ethernet and IEEE 802.11 dissectors no longer validate the frame check sequence (checksum) by default.
The TCP dissector gained a new “Reassemble out-of-order segments” preference to fix dissection and decryption issues in case TCP segments are received out-of-order. See the User’s Guide, chapter TCP Reassembly for details.
Decryption support for the new WireGuard dissector (Bug 15011, requires Libgcrypt 1.8).
The BOOTP dissector has been renamed to DHCP. With the exception of “bootp.dhcp”, the old “bootp.*” display filter fields are still supported but may be removed in a future release.
The SSL dissector has been renamed to TLS. As with BOOTP the old “ssl.*” display filter fields are supported but may be removed in a future release.
Coloring rules, IO graphs, Filter Buttons and protocol preference tables can now be copied from other profiles using a button in the corresponding configuration dialogs.
APT-X has been renamed to aptX.
When importing from hex dump, it’s now possible to add an ExportPDU header with a payload name. This calls the specific dissector directly without lower protocols.
The sshdump and ciscodump extcap interfaces can now use a proxy for the SSH connection.
Dumpcap now supports the -a packets:NUM and -b packets:NUM options.
Wireshark now includes a “No Reassembly” configuration profile.
Wireshark now supports the Russian language.
The build system now supports AppImage packages.
The Windows installers now ship with Qt 5.12.0. Previously they shipped with Qt 5.9.7.
Support for DTLS and TLS decryption using pcapng files that embed a Decryption Secrets Block (DSB) containing a TLS Key Log (Bug 15252).
The editcap utility gained a new --inject-secrets option to inject an existing TLS Key Log file into a pcapng file.
A new dfilter function string() has been added. It allows the conversion of non-string fields to strings so string functions (as contains and matches) can be used on them.
The Bash test suite has been replaced by one based on Python unittest/pytest.
The custom window title can now show file path of the capture file and it has a conditional separator.

Removed Features and Support
The legacy (GTK+) user interface has been removed and is no longer supported.
The portaudio library is no longer needed due to the removal of GTK+.
Wireshark requires Qt 5.2 or later. Qt 4 is no longer supported.
Wireshark requires GLib 2.32 or later.
Wireshark requires GnuTLS 3.2 or later as optional dependency.
Building Wireshark requires Python 3.4 or newer, Python 2.7 is unsupported.
Building Wireshark requires CMake. Autotools is no longer supported.
TShark’s -z compare option was removed.
Building with Cygwin is no longer supported on Windows.

Revision 1.208: download - view: text, markup, annotated - select for diffs
Sun May 5 16:44:05 2019 UTC (5 years, 7 months ago) by rhialto
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +2 -1 lines
net/wireshark: explicitly disable building (user) guides.

Otherwise, they are built when asciidoctor is detected, and the result
is a PLIST mismatch.
No version bump: the build was broken iff this change makes a difference.

Revision 1.207: download - view: text, markup, annotated - select for diffs
Thu Apr 25 07:33:13 2019 UTC (5 years, 7 months ago) by maya
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +2 -2 lines
PKGREVISION bump for anything using python without a PYPKGPREFIX.

This is a semi-manual PKGREVISION bump.

Revision 1.206: download - view: text, markup, annotated - select for diffs
Wed Apr 3 00:33:02 2019 UTC (5 years, 8 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +2 -1 lines
Recursive revbump from textproc/icu

Revision 1.205: download - view: text, markup, annotated - select for diffs
Thu Mar 7 10:39:52 2019 UTC (5 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +2 -2 lines
wireshark: updated to 2.6.7

Wireshark 2.6.7 Release Notes
The following vulnerabilities have been fixed:

  • wnpa-sec-2019-06[1] ASN.1 BER and related dissectors crash.
    15447[2]. CVE-2019-9209[3].

  • wnpa-sec-2019-07[4] TCAP dissector crash.
    CVE-2019-9208[6].

  • wnpa-sec-2019-08[7] RPCAP dissector crash.

The following bugs have been fixed:

  • Alignment Lost after Editing Column.

  • Crash on applying display filters or coloring rules on capture
    files containing non-UTF-8 data.

  • tshark outputs debug information.

  • Feature request - HTTP, add the field "request URI" to response.

  • randpkt should be distributed with the Windows installer.

  • Memory leak with "-T ek" output format option.

  • Display error in negative response time stats (gint displayed as
    unsigned).

  • _epl_xdd_init not found.

  • Decoding of MEGACO/H.248 request shows the Remote descriptor as
    "Local descriptor".

  • Repeated NFS in Protocol Display field.

  • RBM file dissector adds too many items to the tree, resulting in
    aborting the program.

  • Wireshark heap out-of-bounds read in infer_pkt_encap.

  • Column width and hidden issues when switching profiles.

  • GTPv1-C SGSN Context Response / Forward Relocation Request decode
    GGSN address IPV6 issue.

  • Lua Error on startup: init.lua: dofile has been disabled due to
    running Wireshark as superuser.

  • DICOM ASSOCIATE Accept: Protocol Version.

  • Multiple out-of-bounds reads in NetScaler trace handling
    (wiretap/netscaler.c).

  • Wrong endianess when dissecting the "chain offset" in SMB2
    protocol header.

  • Memory leak in mate_grammar.lemon’s recolonize function.

Revision 1.204: download - view: text, markup, annotated - select for diffs
Tue Jan 15 22:09:36 2019 UTC (5 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +2 -3 lines
wireshark: updated to 2.6.6

Wireshark 2.6.6 Release Notes

 What is Wireshark?
  Wireshark is the world’s most popular network protocol analyzer. It is
  used for troubleshooting, analysis, development and education.

 What’s New
    • The Windows installers now ship with Qt 5.9.7. Previously they
      shipped with Qt 5.9.5.

  Bug Fixes
   The following vulnerabilities have been fixed:
     • wnpa-sec-2019-01[1] The 6LoWPAN dissector could crash.
     • wnpa-sec-2019-02[4] The P_MUL dissector could crash.
     • wnpa-sec-2019-03[7] The RTSE dissector and other dissectors could
       crash.
     • wnpa-sec-2019-04[10] The ISAKMP dissector could crash.

   The following bugs have been fixed:
     • console.lua not found in a folder with non-ASCII characters in
       its name.
     • Disabling Update list of packets in real time. will generally
       trigger crash after three start capture, stop capture cycles.
     • UDP Multicast Stream double counts.
     • text2pcap et al. set snaplength to 64kiB-1, while processing
       frames of 256kiB.
     • Builds without libpcap fail if the libpcap headers aren’t
       installed.
     • TCAP AnalogRedirectRecord parameter incorrectly coded as
       mandatory in QualReq_rr message.
     • macOS DMG appears to have duplicate files.
     • Wireshark jumps behind other windows when opening UAT dialogs.
     • Pathnames containing non-ASCII characters are mangled in error
       dialogs on Windows.
     • Executing -z http,stat -r file.pcapng throws a segmentation
       fault.
     • IS-41 TCAP RegistrationNotification Invoke has borderCellAccess
       parameter coded as tag 50 (as denyAccess) but should be 58.
     • In DNS statistics, response times > 1 sec not included.
     • GTPv2 APN dissect problem.

  New and Updated Features
   There are no new features in this release.

  New Protocol Support
   There are no new protocols in this release.

  Updated Protocol Support
   6LoWPAN, ANSI MAP, DNP3, DNS, GSM A, GTP, GTPv2, IMF, ISAKMP, ISObus
   VT, Kerberos, P_MUL, RTSE, S7COMM, and TCAP

Revision 1.203: download - view: text, markup, annotated - select for diffs
Thu Dec 13 19:52:18 2018 UTC (5 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +2 -2 lines
revbump for boost 1.69.0

Revision 1.202: download - view: text, markup, annotated - select for diffs
Sun Dec 9 18:52:43 2018 UTC (6 years ago) by adam
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +2 -1 lines
revbump after updating textproc/icu

Revision 1.201: download - view: text, markup, annotated - select for diffs
Mon Dec 3 15:35:15 2018 UTC (6 years ago) by adam
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +14 -17 lines
wireshark: pkgsrc improvements

- remove unused configure options
- allow newer Python
- depend on: lz4, libssh, libcares, snappy
- add http2 as an option

Revision 1.200: download - view: text, markup, annotated - select for diffs
Mon Dec 3 14:19:24 2018 UTC (6 years ago) by wiz
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +2 -2 lines
wireshark: update to 2.6.5.

Wireshark 2.6.5 Release Notes

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2018-51[1] The Wireshark dissection engine could crash.
       Bug 14466[2]. CVE-2018-19625[3].

     • wnpa-sec-2018-52[4] The DCOM dissector could crash. Bug 15130[5].
       CVE-2018-19626[6].

     • wnpa-sec-2018-53[7] The LBMPDM dissector could crash. Bug
       15132[8]. CVE-2018-19623[9].

     • wnpa-sec-2018-54[10] The MMSE dissector could go into an infinite
       loop. Bug 15250[11]. CVE-2018-19622[12].

     • wnpa-sec-2018-55[13] The IxVeriWave file parser could crash. Bug
       15279[14]. CVE-2018-19627[15].

     • wnpa-sec-2018-56[16] The PVFS dissector could crash. Bug
       15280[17]. CVE-2018-19624[18].

     • wnpa-sec-2018-57[19] The ZigBee ZCL dissector could crash. Bug
       15281[20]. CVE-2018-19628[21].

   The following bugs have been fixed:

     • VoIP Calls dialog doesn’t include RTP stream when preparing a
       filter. Bug 13440[22].

     • Wireshark installs on macOS with permissions for
       /Library/Application Support/Wireshark that are too restrictive.
       Bug 14335[23].

     • Closing Enabled Protocols dialog crashes wireshark. Bug
       14349[24].

     • Unable to Export Objects → HTTP after sorting columns. Bug
       14545[25].

     • DNS Response to NS query shows as malformed packet. Bug
       14574[26].

     • Encrypted Alerts corresponds to a wrong selection in the packet
       bytes pane. Bug 14712[27].

     • Wireshark crashes/asserts with Qt 5.11.1 and assert/debugsymbols
       enabled. Bug 15014[28].

     • ESP will not decode since 2.6.2 - works fine in 2.4.6 or 2.4.8.
       Bug 15056[29].

     • text2pcap generates malformed packets when TCP, UDP or SCTP
       headers are added together with IPv6 header. Bug 15194[30].

     • Wireshark tries to decode EAP-SIM Pseudonym Identity. Bug
       15196[31].

     • Infinite read loop when extcap exits with error and error
       message. Bug 15205[32].

     • MATE unable to extract fields for PDU. Bug 15208[33].

     • Malformed Packet: SV. Bug 15224[34].

     • OPC UA Max nesting depth exceeded for valid packet. Bug
       15226[35].

     • TShark 2.6 does not print GeoIP information. Bug 15230[36].

     • ISUP (ANSI) packets malformed in WS versions later than 2.4.8.
       Bug 15236[37].

     • Handover candidate enquire message not decoded. Bug 15237[38].

     • TShark piping output in a cmd or PowerShell prompt stops working
       when GeoIP is enabled. Bug 15248[39].

     • ICMPv6 with routing header incorrectly placed. Bug 15270[40].

     • IEEE 802.11 Vendor Specific fixed fields display as malformed
       packets. Bug 15273[41].

     • text2pcap -4 and -6 option should require -i as well. Bug
       15275[42].

     • text2pcap direction sensitivity does not affect dummy ethernet
       addresses. Bug 15287[43].

     • MLE security suite display incorrect. Bug 15288[44].

     • Message for incorrect IPv4 option lengths is incorrect. Bug
       15290[45].

     • TACACS+ dissector does not properly reassemble large accounting
       messages. Bug 15293[46].

     • NLRI of S-PMSI A-D BGP route not being displayed. Bug 15307[47].

  Updated Protocol Support

   BGP, DCERPC, DCOM, DNS, EAP, ESP, GSM A BSSMAP, IEEE 802.11, IEEE
   802.11 Radiotap, IPv4, IPv6, ISUP, LBMPDM, LISP, MLE, MMSE, OpcUa,
   PVFS, SLL, SSL/TLS, SV, TACACS+, TCAP, Wi-SUN, XRA, and ZigBee ZCL

  New and Updated Capture File Support

   3GPP TS 32.423 Trace and IxVeriWave

  New and Updated Capture Interfaces support

   sshdump

Revision 1.199: download - view: text, markup, annotated - select for diffs
Sun Dec 2 09:06:20 2018 UTC (6 years ago) by wiz
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +2 -3 lines
wireshark: update to 2.6.4.

Wireshark 2.6.4 Release Notes

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2018-47[1]

     • MS-WSP dissector crash. Bug 15119[2]. CVE-2018-18227[3].

     • wnpa-sec-2018-48[4]

     • Steam IHS Discovery dissector memory leak. Bug 15171[5].
       CVE-2018-18226[6].

     • wnpa-sec-2018-49[7]

     • CoAP dissector crash. Bug 15172[8]. CVE-2018-18225[9].

     • wnpa-sec-2018-50[10]

     • OpcUA dissector crash. CVE-2018-12086[11].

   The following bugs have been fixed:

     • HTTP2 dissector decodes first SSL record only. Bug 11173[12].

     • Undocumented sub-option for -N option in man page and tshark -N
       help. Bug 14826[13].

     • Mishandling of Port Control Protocol option padding. Bug
       14950[14].

     • MGCP: parameter lines are case-insensitive. Bug 15008[15].

     • Details of 2nd sub-VSA in bundled RADIUS VSA are incorrect. Bug
       15073[16].

     • Heuristic DPLAY dissector fails to recognize DPLAY packets. Bug
       15092[17].

     • gsm_rlcmac_dl dissector exception. Bug 15112[18].

     • dfilter_buttons file under user-created profile. Bug 15114[19].

     • Filter buttons disappear when using pre-2.6 profile. Bug
       15121[20].

     • PROFINET Information element AM_DeviceIdentification in Asset
       Management Info block is decoded wrongly. Bug 15140[21].

     • Hw dest addr column shows incorrect address. Bug 15144[22].

     • Windows dumpcap -i TCP@<ip-address> fails on pcapng stream. Bug
       15149[23].

     • Wildcard expansion doesn’t work on Windows 10 for command-line
       programs in cmd.exe or PowerShell. Bug 15151[24].

     • SSL Reassembly Error New fragment past old data limits. Bug
       15158[25].

  Updated Protocol Support

   ASN.1 PER, Bluetooth HCI_SCO, CoAP, DPLAY, IEEE 802.11, Kafka,
   Message Analyzer, MGCP, MS-WSP, Netmon, OpcUa, PCP, PNIO, RADIUS,
   Steam IHS Discovery, and TLS

Revision 1.198: download - view: text, markup, annotated - select for diffs
Wed Nov 14 22:22:15 2018 UTC (6 years ago) by kleink
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +2 -2 lines
Revbump after cairo 1.16.0 update.

Revision 1.197: download - view: text, markup, annotated - select for diffs
Mon Nov 12 03:52:46 2018 UTC (6 years ago) by ryoon
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +2 -1 lines
Recursive revbump from hardbuzz-2.1.1

Revision 1.190.2.1: download - view: text, markup, annotated - select for diffs
Mon Sep 10 19:32:13 2018 UTC (6 years, 3 months ago) by spz
Branches: pkgsrc-2018Q2
Diff to: previous 1.190: preferred, colored; next MAIN 1.191: preferred, colored
Changes since revision 1.190: +2 -3 lines
Pullup ticket #5824 - requested by bsiegert
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.194,1.196
- net/wireshark/distinfo                                        1.113-1.114
- net/wireshark/options.mk                                      1.20
- net/wireshark/patches/patch-ui_qt_packet__format__group__box.cpp deleted
- net/wireshark/patches/patch-ui_qt_time__shift__dialog.cpp     deleted
- net/wireshark/patches/patch-ui_qt_wireless__frame.cpp         deleted

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Thu Aug 16 13:20:32 UTC 2018

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo
   Removed Files:
           pkgsrc/net/wireshark/patches:
               patch-ui_qt_packet__format__group__box.cpp
               patch-ui_qt_time__shift__dialog.cpp patch-ui_qt_wireless__frame.cpp

   Log Message:
   wireshark: update to 2.6.2.

   Wireshark 2.6.2 Release Notes

    What’s New

     Bug Fixes

      The following vulnerabilities have been fixed:

        • wnpa-sec-2018-34[1]

        • BGP dissector large loop. Bug 13741[2]. CVE-2018-14342[3].

        • wnpa-sec-2018-35[4]

        • ISMP dissector crash. Bug 14672[5]. CVE-2018-14344[6].

        • wnpa-sec-2018-36[7]

        • Multiple dissectors could crash. Bug 14675[8]. CVE-2018-14340[9].

        • wnpa-sec-2018-37[10]

        • ASN.1 BER dissector crash. Bug 14682[11]. CVE-2018-14343[12].

        • wnpa-sec-2018-38[13]

        • MMSE dissector infinite loop. Bug 14738[14]. CVE-2018-14339[15].

        • wnpa-sec-2018-39[16]

        • DICOM dissector crash. Bug 14742[17]. CVE-2018-14341[18].

        • wnpa-sec-2018-40[19]

        • Bazaar dissector infinite loop. Bug 14841[20].
          CVE-2018-14368[21].

        • wnpa-sec-2018-41[22]

        • HTTP2 dissector crash. Bug 14869[23]. CVE-2018-14369[24].

        • wnpa-sec-2018-42[25]

        • CoAP dissector crash. Bug 14966[26]. CVE-2018-14367[27].

      The following bugs have been fixed:

        • ISMP.EDP "Tuples" dissected incorrectly. Bug 4943[28].

        • Wireshark - Race issue when switching between files using
          Wireshark’s "Files in Set" dialog. Bug 10870[29].

        • Sorting on "Source port" or "Destination port" column sorts
          alphabetically, not numerically. Bug 11460[30].

        • Wireshark crashes when changing profiles. Bug 11648[31].

        • Crash when starting capture while saving capture file or
          rescanning file after display filter change. Bug 13594[32].

        • Crash when switching to TRANSUM enabled profile. Bug 13697[33].

        • TCP retransmission with additional payload leads to incorrect
          bytes and length in stream. Bug 13700[34].

        • Wireshark crashes with single quote string display filter. Bug
          14084[35].

        • randpkt can write packets that libwiretap can’t read. Bug
          14107[36].

        • Wireshark crashes when loading new file before previous load has
          finished. Bug 14351[37].

        • Valid packet produces Malformed Packet: OpcUa. Bug 14465[38].

        • Error received from dissect_wccp2_hash_assignment_info(). Bug
          14573[39].

        • CRC checker wrong for FPP. Bug 14610[40].

        • Cross-build broken due to make-dissectors and make-taps. Bug
          14622[41].

        • Extraction of SMB file results in wrong size. Bug 14662[42].

        • 6LoWPAN dissector merges fragments from different sources. Bug
          14700[43].

        • IP address to name resolution doesn’t work in TShark. Bug
          14711[44].

        • "Decode as" Modbus RTU over USB doesn’t work with 2.6.0 but with
          2.4.6. Bug 14717[45].

        • proto_tree_add_protocol_format might leak memory. Bug 14719[46].

        • tostring for NSTime objects in lua gives wrong results. Bug
          14720[47].

        • Media type "application/octet-stream" registered for both Thread
          and UASIP. Bug 14729[48].

        • Crash related to SCTP tap. Bug 14733[49].

        • Formatting of OSI area addresses/address prefixes goes past the
          end of the area address/address prefix. Bug 14744[50].

        • ICMPv6 Router Renumbering - Packet Dissector - malformed. Bug
          14755[51].

        • WiMAX HARQ MAP decoder segfaults when length is too short. Bug
          14780[52].

        • HTTP PUT request following a HEAD request is not correctly
          decoded. Bug 14793[53].

        • SYNC PDU type 3 miss the last PDU length. Bug 14823[54].

        • Reversed 128 bits service UUIDs when Bluetooth Low Energy
          advertisement data are dissected. Bug 14843[55].

        • Issues with Wireshark when the user doesn’t have permission to
          capture. Bug 14847[56].

        • Wrong description when LE Bluetooth Device Address type is
          dissected. Bug 14866[57].

        • LE Role advertisement type (0x1c) is not dissected properly
          according to the Bluetooth specification. Bug 14868[58].

        • Regression: Wireshark 2.6.0 and 2.6.1 are unable to read NetMon
          files which were readable by previous versions. Bug 14876[59].

        • Wireshark doesn’t properly display (deliberately) invalid 220
          responses from Postfix. Bug 14878[60].

        • Follow TCP Stream and click reassembled content moves you to
          incorrect current packet. Bug 14898[61].

        • Crash when changing profiles while loading a capture file. Bug
          14918[62].

        • Duplicate PDU during C Arrays Output Export. Bug 14933[63].

        • DCE/RPC not dissected when "reserved for use by implementations"
          flag bits set. Bug 14942[64].

        • Follow TCP Stream truncates output on missing (but ACKed)
          segments. Bug 14944[65].

        • There’s no option to include column headings when printing
          packets or exporting packet dissections with Qt Wireshark. Bug
          14945[66].

        • Qt: SCTP Graph Dialog: Abort when doing analysis. Bug 14971[67].

        • CMake is unable to find LUA libraries. Bug 14983[68].

     Updated Protocol Support

      6LoWPAN, ASN.1 BER, Bazaar, BGP, Bluetooth, Bluetooth HCI_CMD, CIGI,
      Cisco ttag, CoAP, Data, DCERPC, Diameter 3GPP, DICOM, DOCSIS, FPP,
      GSM A GM, GTPv2, HTTP, HTTP2, IAX2, ICMPv6, IEEE 1722, IEEE 802.11,
      IPv4, ISMP, LISP, MMSE, MTP3, MySQL, NFS, OpcUa, PPI GPS, Q.931,
      RNSAP, RPCoRDMA, S1AP, SCTP, SMB, SMTP, STUN, SYNC, T.30, TCP,
      TRANSUM, WAP, WCCP, Wi-SUN, WiMax HARQ Map Message, and WSP

     New and Updated Capture File Support

      Alcatel-Lucent Ascend and Microsoft Network Monitor


   To generate a diff of this commit:
   cvs rdiff -u -r1.193 -r1.194 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.112 -r1.113 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.1 -r0 \
       pkgsrc/net/wireshark/patches/patch-ui_qt_packet__format__group__box.cpp \
       pkgsrc/net/wireshark/patches/patch-ui_qt_time__shift__dialog.cpp \
       pkgsrc/net/wireshark/patches/patch-ui_qt_wireless__frame.cpp

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Sun Sep  2 21:49:06 UTC 2018

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo options.mk

   Log Message:
   wireshark: update to 2.6.3.

   Fix some pkglint warnings while here.

   Wireshark 2.6.3 Release Notes

     Bug Fixes

      The following vulnerabilities have been fixed:

        • wnpa-sec-2018-44[1]

        • Bluetooth AVDTP dissector crash. Bug 14884[2]. CVE-2018-16058[3].

        • wnpa-sec-2018-45[4]

        • Bluetooth Attribute Protocol dissector crash. Bug 14994[5].
          CVE-2018-16056[6].

        • wnpa-sec-2018-46[7]

        • Radiotap dissector crash. Bug 15022[8]. CVE-2018-16057[9].

      The following bugs have been fixed:

        • Wireshark Hangs on startup initializing external capture plugins.
          Bug 14657[10].

        • Qt: SCTP Analyse Association Dialog: Segmentation fault when
          clicking twice the Filter Association button. Bug 14970[11].

        • Incorrect presentation of dissected data item (NETMASK) in ISAKMP
          dissector. Bug 14987[12].

        • Decode NFAPI: CONFIG.request Error. Bug 14988[13].

        • udpdump frame too long error. Bug 14989[14].

        • ISDN - LAPD dissector broken since version 2.5.0. Bug 15018[15].

        • ASTERIX Category 062 / 135 Altitude has wrong value. Bug
          15030[16].

        • Wireshark cannot decrypt SSL/TLS session if it was proxied over
          HTTP tunnel. Bug 15042[17].

        • TLS records in a HTTP tunnel are displayed as "Encrypted
          Handshake Message". Bug 15043[18].

        • BTATT Dissector: Temperature Measurement: Celsius and Fahrenheit
          swapped. Bug 15058[19].

        • Diameter AVP User Location Info, Mobile Network Code decoded not
          correctly. Bug 15068[20].

        • Heartbeat message "Info" displayed without comma separator. Bug
          15079[21].

     Updated Protocol Support

      ASTERIX, Bluetooth, Bluetooth ATT, Bluetooth AVDTP, DHCP, DTLS,
      E.212, FP, GSM A RR, HTTP, HTTP2, IEEE 802.11, ISAKMP, ISDN, K12,
      NFAPI, Nordic BLE, PFCP, Radiotap, SSL, Steam IHS Discovery, and TLS
      1.3

     New and Updated Capture File Support

      pcapng

     New and Updated Capture Interfaces support

      ciscodump, udpdump


   To generate a diff of this commit:
   cvs rdiff -u -r1.195 -r1.196 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.113 -r1.114 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/wireshark/options.mk

Revision 1.196: download - view: text, markup, annotated - select for diffs
Sun Sep 2 21:49:05 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +2 -3 lines
wireshark: update to 2.6.3.

Fix some pkglint warnings while here.

Wireshark 2.6.3 Release Notes

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2018-44[1]

     • Bluetooth AVDTP dissector crash. Bug 14884[2]. CVE-2018-16058[3].

     • wnpa-sec-2018-45[4]

     • Bluetooth Attribute Protocol dissector crash. Bug 14994[5].
       CVE-2018-16056[6].

     • wnpa-sec-2018-46[7]

     • Radiotap dissector crash. Bug 15022[8]. CVE-2018-16057[9].

   The following bugs have been fixed:

     • Wireshark Hangs on startup initializing external capture plugins.
       Bug 14657[10].

     • Qt: SCTP Analyse Association Dialog: Segmentation fault when
       clicking twice the Filter Association button. Bug 14970[11].

     • Incorrect presentation of dissected data item (NETMASK) in ISAKMP
       dissector. Bug 14987[12].

     • Decode NFAPI: CONFIG.request Error. Bug 14988[13].

     • udpdump frame too long error. Bug 14989[14].

     • ISDN - LAPD dissector broken since version 2.5.0. Bug 15018[15].

     • ASTERIX Category 062 / 135 Altitude has wrong value. Bug
       15030[16].

     • Wireshark cannot decrypt SSL/TLS session if it was proxied over
       HTTP tunnel. Bug 15042[17].

     • TLS records in a HTTP tunnel are displayed as "Encrypted
       Handshake Message". Bug 15043[18].

     • BTATT Dissector: Temperature Measurement: Celsius and Fahrenheit
       swapped. Bug 15058[19].

     • Diameter AVP User Location Info, Mobile Network Code decoded not
       correctly. Bug 15068[20].

     • Heartbeat message "Info" displayed without comma separator. Bug
       15079[21].

  Updated Protocol Support

   ASTERIX, Bluetooth, Bluetooth ATT, Bluetooth AVDTP, DHCP, DTLS,
   E.212, FP, GSM A RR, HTTP, HTTP2, IEEE 802.11, ISAKMP, ISDN, K12,
   NFAPI, Nordic BLE, PFCP, Radiotap, SSL, Steam IHS Discovery, and TLS
   1.3

  New and Updated Capture File Support

   pcapng

  New and Updated Capture Interfaces support

   ciscodump, udpdump

Revision 1.195: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:46:09 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +2 -1 lines
Recursive bump for perl5-5.28.0

Revision 1.194: download - view: text, markup, annotated - select for diffs
Thu Aug 16 13:20:32 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +2 -3 lines
wireshark: update to 2.6.2.

Wireshark 2.6.2 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2018-34[1]

     • BGP dissector large loop. Bug 13741[2]. CVE-2018-14342[3].

     • wnpa-sec-2018-35[4]

     • ISMP dissector crash. Bug 14672[5]. CVE-2018-14344[6].

     • wnpa-sec-2018-36[7]

     • Multiple dissectors could crash. Bug 14675[8]. CVE-2018-14340[9].

     • wnpa-sec-2018-37[10]

     • ASN.1 BER dissector crash. Bug 14682[11]. CVE-2018-14343[12].

     • wnpa-sec-2018-38[13]

     • MMSE dissector infinite loop. Bug 14738[14]. CVE-2018-14339[15].

     • wnpa-sec-2018-39[16]

     • DICOM dissector crash. Bug 14742[17]. CVE-2018-14341[18].

     • wnpa-sec-2018-40[19]

     • Bazaar dissector infinite loop. Bug 14841[20].
       CVE-2018-14368[21].

     • wnpa-sec-2018-41[22]

     • HTTP2 dissector crash. Bug 14869[23]. CVE-2018-14369[24].

     • wnpa-sec-2018-42[25]

     • CoAP dissector crash. Bug 14966[26]. CVE-2018-14367[27].

   The following bugs have been fixed:

     • ISMP.EDP "Tuples" dissected incorrectly. Bug 4943[28].

     • Wireshark - Race issue when switching between files using
       Wireshark’s "Files in Set" dialog. Bug 10870[29].

     • Sorting on "Source port" or "Destination port" column sorts
       alphabetically, not numerically. Bug 11460[30].

     • Wireshark crashes when changing profiles. Bug 11648[31].

     • Crash when starting capture while saving capture file or
       rescanning file after display filter change. Bug 13594[32].

     • Crash when switching to TRANSUM enabled profile. Bug 13697[33].

     • TCP retransmission with additional payload leads to incorrect
       bytes and length in stream. Bug 13700[34].

     • Wireshark crashes with single quote string display filter. Bug
       14084[35].

     • randpkt can write packets that libwiretap can’t read. Bug
       14107[36].

     • Wireshark crashes when loading new file before previous load has
       finished. Bug 14351[37].

     • Valid packet produces Malformed Packet: OpcUa. Bug 14465[38].

     • Error received from dissect_wccp2_hash_assignment_info(). Bug
       14573[39].

     • CRC checker wrong for FPP. Bug 14610[40].

     • Cross-build broken due to make-dissectors and make-taps. Bug
       14622[41].

     • Extraction of SMB file results in wrong size. Bug 14662[42].

     • 6LoWPAN dissector merges fragments from different sources. Bug
       14700[43].

     • IP address to name resolution doesn’t work in TShark. Bug
       14711[44].

     • "Decode as" Modbus RTU over USB doesn’t work with 2.6.0 but with
       2.4.6. Bug 14717[45].

     • proto_tree_add_protocol_format might leak memory. Bug 14719[46].

     • tostring for NSTime objects in lua gives wrong results. Bug
       14720[47].

     • Media type "application/octet-stream" registered for both Thread
       and UASIP. Bug 14729[48].

     • Crash related to SCTP tap. Bug 14733[49].

     • Formatting of OSI area addresses/address prefixes goes past the
       end of the area address/address prefix. Bug 14744[50].

     • ICMPv6 Router Renumbering - Packet Dissector - malformed. Bug
       14755[51].

     • WiMAX HARQ MAP decoder segfaults when length is too short. Bug
       14780[52].

     • HTTP PUT request following a HEAD request is not correctly
       decoded. Bug 14793[53].

     • SYNC PDU type 3 miss the last PDU length. Bug 14823[54].

     • Reversed 128 bits service UUIDs when Bluetooth Low Energy
       advertisement data are dissected. Bug 14843[55].

     • Issues with Wireshark when the user doesn’t have permission to
       capture. Bug 14847[56].

     • Wrong description when LE Bluetooth Device Address type is
       dissected. Bug 14866[57].

     • LE Role advertisement type (0x1c) is not dissected properly
       according to the Bluetooth specification. Bug 14868[58].

     • Regression: Wireshark 2.6.0 and 2.6.1 are unable to read NetMon
       files which were readable by previous versions. Bug 14876[59].

     • Wireshark doesn’t properly display (deliberately) invalid 220
       responses from Postfix. Bug 14878[60].

     • Follow TCP Stream and click reassembled content moves you to
       incorrect current packet. Bug 14898[61].

     • Crash when changing profiles while loading a capture file. Bug
       14918[62].

     • Duplicate PDU during C Arrays Output Export. Bug 14933[63].

     • DCE/RPC not dissected when "reserved for use by implementations"
       flag bits set. Bug 14942[64].

     • Follow TCP Stream truncates output on missing (but ACKed)
       segments. Bug 14944[65].

     • There’s no option to include column headings when printing
       packets or exporting packet dissections with Qt Wireshark. Bug
       14945[66].

     • Qt: SCTP Graph Dialog: Abort when doing analysis. Bug 14971[67].

     • CMake is unable to find LUA libraries. Bug 14983[68].

  Updated Protocol Support

   6LoWPAN, ASN.1 BER, Bazaar, BGP, Bluetooth, Bluetooth HCI_CMD, CIGI,
   Cisco ttag, CoAP, Data, DCERPC, Diameter 3GPP, DICOM, DOCSIS, FPP,
   GSM A GM, GTPv2, HTTP, HTTP2, IAX2, ICMPv6, IEEE 1722, IEEE 802.11,
   IPv4, ISMP, LISP, MMSE, MTP3, MySQL, NFS, OpcUa, PPI GPS, Q.931,
   RNSAP, RPCoRDMA, S1AP, SCTP, SMB, SMTP, STUN, SYNC, T.30, TCP,
   TRANSUM, WAP, WCCP, Wi-SUN, WiMax HARQ Map Message, and WSP

  New and Updated Capture File Support

   Alcatel-Lucent Ascend and Microsoft Network Monitor

Revision 1.193: download - view: text, markup, annotated - select for diffs
Fri Jul 20 03:34:25 2018 UTC (6 years, 4 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +2 -2 lines
Recursive revbump from textproc/icu-62.1

Revision 1.192: download - view: text, markup, annotated - select for diffs
Fri Jul 6 15:06:49 2018 UTC (6 years, 5 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +2 -2 lines
Recursive revbump from audio/pulseaudio

Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Jul 3 05:03:29 2018 UTC (6 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +2 -2 lines
extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.190: download - view: text, markup, annotated - select for diffs
Thu Jun 21 12:22:10 2018 UTC (6 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base
Branch point for: pkgsrc-2018Q2
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +2 -1 lines
wireshark: fix building with Qt 5.11

Revision 1.189: download - view: text, markup, annotated - select for diffs
Sun May 27 12:20:52 2018 UTC (6 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +2 -3 lines
wireshark: update to 2.6.1.

Wireshark 2.6.1 Release Notes

  Bug Fixes

   The following vulnerabilities have been fixed:

     • ws-sa2018-25

     • The LDSS dissector could crash. (ws-bug14615)

     • ws-sa2018-26

     • The IEEE 1905.1a dissector could crash. (ws-bug14647)

     • ws-sa2018-27

     • The RTCP dissector could crash. (ws-bug14673)

     • ws-sa2018-28

     • Multiple dissectors could consume excessive memory. (ws-bug14678)

     • ws-sa2018-29

     • The DNS dissector could crash. (ws-bug14681)

     • ws-sa2018-30

     • The GSM A DTAP dissector could crash. (ws-bug14688)

     • ws-sa2018-31

     • The Q.931 dissector could crash. (ws-bug14689)

     • ws-sa2018-32

     • The IEEE 802.11 dissector could crash. (ws-bug14686)

     • ws-sa2018-33

     • Multiple dissectors could crash. (ws-bug14703)

   The following bugs have been fixed:

     • Qt GUI does not snap to exactly half of screen in Windows. (Bug
       13516[1])

     • Segmentation fault when switching profiles. (Bug 14316[2])

     • QUIC dissector produces incorrect packet numbers (wrong-endian).
       (Bug 14462[3])

     • Wrong default file format chosen in when saving a capture with
       comments added if the original format doesn’t support comments.
       (Bug 14601[4])

     • Lua: Error during loading [AppData directory]:1: bad argument #1
       to dofile (dofile: file does not exist). (Bug 14619[5])

     • Crash when selecting text. (Bug 14620[6])

     • ui/macosx directory missing from source release tarball. (Bug
       14627[7])

     • Wireshark 2.9.0 snapshot crashes/segfaults on Windows when
       launched with -k or -i. (Bug 14632[8])

     • "Copy as printable text" isn’t copying non-alphanumeric
       characters. (Bug 14633[9])

     • File missing from release tarball. (Bug 14634[10])

     • NEWS is out of date and does not display properly in Notepad.
       (Bug 14636[11])

     • l16mono.so is installed in the wrong place. (Bug 14638[12])

     • Remove: HACK to support UHD’s weird header offset on data
       packets. (Bug 14641[13])

     • WinSparkle 0.5.6 is out of date and is buggy. (Bug 14642[14])

     • Unable to create or open VOIP captures. (Bug 14648[15])

     • RTMPT: incorrect dissection of multiple RTMP packets within a
       single TCP packet. (Bug 14650[16])

     • Endpoints dialog displays invalid GeoIP information due to
       incorrect byte order. (Bug 14656[17])

     • Qt: Crash in ShowPacketBytesDialog(). (Bug 14658[18])

     • Statistics → Resolved addresses show IP addresses without domain.
       (Bug 14667[19])

     • Erroneous MAC-LTE Dissection for Sidelink Shared Channel Packets.
       (Bug 14669[20])

     • Files missing from docbook CMake file. (Bug 14676[21])

     • Wireshark hangs when opening certain files if it’s been
       configured to use the new GeoIP databases. (Bug 14701[22])

   The “Open”, “Save”, and other file dialogs should now be shown at the
   correct size on HiDPI Windows systems.

  Updated Protocol Support

   BATADV, BT LE LL, CoAP, DNS, DTLS, GSM A DTAP, GSM A GM, GTP, GTPv2,
   IEEE 1905.1a, IEEE 802.11, LDSS, LwM2M-TLV, MAC LTE, NAS EPS, Q.931,
   RTCP, RTMPT, SDP, TCP, and VITA 49

  New and Updated Capture File Support

   3GPP TS 32.423 Trace and Android Logcat

Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu May 3 23:02:39 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +2 -1 lines
wireshark: reduce dependencies.

Addresses PR 53256 by martin@

Bump PKGREVISION.

Revision 1.187: download - view: text, markup, annotated - select for diffs
Sun Apr 29 12:15:37 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +2 -5 lines
wireshark: update to 2.6.0.

Switch default GUI from gtk3 to qt5. See What's New below for "why".


 What’s New

  Wireshark 2.6 is the last release that will support the legacy (GTK+)
  user interface. It will not be supported or available in Wireshark
  3.0.

  Many user interface improvements have been made. See the “New and
  Updated Features” section below for more details.

  Bug Fixes

   The following bugs have been fixed:

   Dumpcap might not quit if Wireshark or TShark crashes. (Bug 1419[1])

  New and Updated Features

   The following features are new (or have been significantly updated)
   since version 2.5.0:

     • HTTP Request sequences are now supported.

     • Wireshark now supports MaxMind DB files. Support for GeoIP and
       GeoLite Legacy databases has been removed.

     • The Windows packages are now built using Microsoft Visual Studio
       2017.

     • The IP map feature (the “Map” button in the “Endpoints” dialog)
       has been removed.

   The following features are new (or have been significantly updated)
   since version 2.4.0:

     • Display filter buttons can now be edited, disabled, and removed
       via a context menu directly from the toolbar

     • Drag & Drop filter fields to the display filter toolbar or edit
       to create a button on the fly or apply the filter as a display
       filter.

     • Application startup time has been reduced.

     • Some keyboard shortcut mix-ups have been resolved by assigning
       new shortcuts to Edit → Copy methods.

     • TShark now supports color using the --color option.

     • The "matches" display filter operator is now case-insensitive.

     • Display expression (button) preferences have been converted to a
       UAT. This puts the display expressions in their own file.
       Wireshark still supports preference files that contain the old
       preferences, but new preference files will be written without the
       old fields.

     • SMI private enterprise numbers are now read from the
       “enterprises.tsv” configuration file.

     • The QUIC dissector has been renamed to Google QUIC (quic →
       gquic).

     • The selected packet number can now be shown in the Status Bar by
       enabling Preferences → Appearance → Layout → Show selected packet
       number.

     • File load time in the Status Bar is now disabled by default and
       can be enabled in Preferences → Appearance → Layout → Show file
       load time.

     • Support for the G.729A codec in the RTP Player is now added via
       the bcg729 library.

     • Support for hardware-timestamping of packets has been added.

     • Improved NetMon .cap support with comments, event tracing,
       network filter, network info types and some Message Analyzer
       exported types.

     • The personal plugins folder on Linux/Unix is now
       ~/.local/lib/wireshark/plugins.

     • TShark can print flow graphs using -z flow…

     • Capinfos now prints SHA256 hashes in addition to RIPEMD160 and
       SHA1. MD5 output has been removed.

     • The packet editor has been removed. (This was a GTK+ only
       experimental feature.)

     • Support BBC micro:bit Bluetooth profile

     • The Linux and UNIX installation step for Wireshark will now
       install headers required to build plugins. A pkg-config file is
       provided to help with this (see “doc/plugins.example” for
       details). Note you must still rebuild all plugins between minor
       releases (X.Y).

     • The Windows installers and packages now ship with Qt 5.9.4.

     • The generic data dissector can now uncompress zlib compressed
       data.

     • DNS Stats now supports service level statistics.

     • DNS filters for retransmissions and unsolicited responses have
       been added.

     • The “tcptrace” TCP Stream graph now shows duplicate ACKS and zero
       window advertisements.

     • The membership operator now supports ranges, allowing display
       filters such as tcp.port in {4430..4434} to be expressed. See the
       User’s Guide, chapter Building display filter expressions for
       details.

  New Protocol Support

   ActiveMQ Artemis Core Protocol, AMT (Automatic Multicast Tunneling),
   AVSP (Arista Vendor Specific Protocol), Bluetooth Mesh, Broadcom tags
   (Broadcom Ethernet switch management frames), CAN-ETH, CVS password
   server, Excentis DOCSIS31 XRA header, F1 Application Protocol,
   F5ethtrailer, FP Mux, GRPC (gRPC), IEEE 1905.1a, IEEE 802.11ax (High
   Efficiency WLAN (HEW)), IEEE 802.15.9 IEEE Recommended Practice for
   Transport of Key Management Protocol (KMP) Datagrams, IEEE 802.3br
   Frame Preemption Protocol, ISOBUS, LoRaTap, LoRaWAN, Lustre
   Filesystem, Lustre Network, Nano / RaiBlocks Cryptocurrency Protocol
   (UDP), Network Functional Application Platform Interface (NFAPI)
   Protocol, New Radio Radio Link Control protocol, New Radio Radio
   Resource Control protocol, NR (5G) MAC protocol, NXP 802.15.4 Sniffer
   Protocol, Object Security for Constrained RESTful Environments
   (OSCORE), PFCP (Packet Forwarding Control Protocol), Protobuf
   (Protocol Buffers), QUIC (IETF), RFC 4108 Using CMS to Protect
   Firmware Packages, Session Multiplex Protocol, SolarEdge monitoring
   protocol, Steam In-Home Streaming Discovery Protocol, Tibia, TWAMP
   and OWAMP, Wi-Fi Device Provisioning Protocol, and Wi-SUN FAN
   Protocol

  Updated Protocol Support

   Too many protocols have been updated to list here.

  New and Updated Capture File Support

   Microsoft Network Monitor

  New and Updated Capture Interfaces support

   LoRaTap

Revision 1.186: download - view: text, markup, annotated - select for diffs
Tue Apr 17 22:29:47 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +2 -1 lines
Add p11-kit to gnutls/bl3.mk and bump dependencies.

Revision 1.185: download - view: text, markup, annotated - select for diffs
Tue Apr 17 10:29:06 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +2 -3 lines
wireshark: update to 2.4.6.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2018-15
       The MP4 dissector could crash. ([2]Bug 13777)
     * [3]wnpa-sec-2018-16
       The ADB dissector could crash. ([4]Bug 14460)
     * [5]wnpa-sec-2018-17
       The IEEE 802.15.4 dissector could crash. ([6]Bug 14468)
     * [7]wnpa-sec-2018-18
       The NBAP dissector could crash. ([8]Bug 14471)
     * [9]wnpa-sec-2018-19
       The VLAN dissector could crash. ([10]Bug 14469)
     * [11]wnpa-sec-2018-20
       The LWAPP dissector could crash. ([12]Bug 14467)
     * [13]wnpa-sec-2018-21
       The TCP dissector could crash. ([14]Bug 14472)
     * [15]wnpa-sec-2018-22
       The CQL dissector could to into an infinite loop. ([16]Bug 14530)
     * [17]wnpa-sec-2018-23
       The Kerberos dissector could crash. ([18]Bug 14576)
     * [19]wnpa-sec-2018-24
       Multiple dissectors and other modules could leak memory. The TN3270
       ([20]Bug 14480), ISUP ([21]Bug 14481), LAPD ([22]Bug 14482), SMB2
       ([23]Bug 14483), GIOP ([24]Bug 14484), ASN.1 ([25]Bug 14485), MIME
       multipart ([26]Bug 14486), H.223 ([27]Bug 14487), and PCP ([28]Bug
       14488) dissectors were susceptible along with Wireshark and TShark
       ([29]Bug 14489).

   The following bugs have been fixed:
     * TRANSUM doesn't account for DNS retries in the Request Spread.
       ([30]Bug 14210)
     * BGP: IPv6 NLRI is received with Add-path ID, then Wireshark is not
       able to decode the packet correctly. ([31]Bug 14241)
     * Lua script calling Ethernet dissector runs OK in 1.12.4 but crashes
       in later releases. ([32]Bug 14293)
     * PEEKREMOTE dissector lacks 80mhz support, short preamble support
       and spatial streams encoding. ([33]Bug 14452)
     * Statistics > UDP Multicast Streams > [Copy|Save as..] is broken.
       ([34]Bug 14477)
     * Typo error in enumeration value of speech version identifier.
       ([35]Bug 14528)
     * In "Unsaved packets" dialog one can NOT use keyboard to choose
       "Continue without Saving". ([36]Bug 14531)
     * WCCP logical error in CHECK_LENGTH_ADVANCE_OFFSET macros. ([37]Bug
       14538)

     * Buildbot crash output: fuzz-2018-03-19-19114.pcap. ([38]Bug 14544)
     * alloca() used in wsutil/getopt_long.c without <alloca.h> inclusion.
       ([39]Bug 14552)
     * HP-UX HP ANSI C requires -Wp,-H200000 flag to compile. ([40]Bug
       14554)
     * Makefile.in uses non-portable "install" command. ([41]Bug 14555)
     * HP-UX HP ANSI C doesn't support assigning {} to a variable in
       epan/app_mem_usage.c. ([42]Bug 14556)
     * PPP in SSTP, HDLC framing not parsed properly. ([43]Bug 14559)
     * Using the DIAMETER dictionary causes the standard input to be
       closed when the dictionary is read. ([44]Bug 14577)

  Updated Protocol Support

   6LoWPAN, ADB, BGP, CQL, DNS, Ethernet, GIOP, GSM BSSMAP, H.223, IEEE
   802.11, IEEE 802.11 Radiotap, IEEE 802.15.4, ISUP, Kerberos, LAPD,
   LWAPP, MIME multipart, MP4, NBAP, NORDIC_BLE, PCP, PEEKREMOTE, S1AP,
   SMB2, SSTP, T.30, TCP, TN3270, TRANSUM, VLAN, WCCP, and WSP

Revision 1.184: download - view: text, markup, annotated - select for diffs
Mon Apr 16 14:35:04 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +2 -2 lines
Recursive bump for new fribidi dependency in pango.

Revision 1.183: download - view: text, markup, annotated - select for diffs
Sat Apr 14 07:34:38 2018 UTC (6 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +2 -2 lines
revbump after icu update

Revision 1.182: download - view: text, markup, annotated - select for diffs
Mon Mar 12 11:17:24 2018 UTC (6 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +2 -1 lines
Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.181: download - view: text, markup, annotated - select for diffs
Sun Feb 25 21:35:42 2018 UTC (6 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +2 -3 lines
wireshark: update to 2.4.5.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2018-05
       The IEEE 802.11 dissector could crash. [2]Bug 14442,
       [3]CVE-2018-7335
     * [4]wnpa-sec-2018-06
       Multiple dissectors could go into large infinite loops. All ASN.1
       BER dissectors ([5]Bug 14444), along with the DICOM ([6]Bug 14411),
       DMP ([7]Bug 14408), LLTD ([8]Bug 14419), OpenFlow ([9]Bug 14420),
       RELOAD ([10]Bug 14445), RPCoRDMA ([11]Bug 14449), RPKI-Router
       ([12]Bug 14414), S7COMM ([13]Bug 14423), SCCP ([14]Bug 14413),
       Thread ([15]Bug 14428), Thrift ([16]Bug 14379), USB ([17]Bug
       14421), and WCCP ([18]Bug 14412) dissectors were susceptible.
     * [19]wnpa-sec-2018-07
       The UMTS MAC dissector could crash. [20]Bug 14339,
       [21]CVE-2018-7334
     * [22]wnpa-sec-2018-08
       The DOCSIS dissector could crash. [23]Bug 14446, [24]CVE-2018-7337
     * [25]wnpa-sec-2018-09
       The FCP dissector could crash. [26]Bug 14374, [27]CVE-2018-7336
     * [28]wnpa-sec-2018-10
       The SIGCOMP dissector could crash. [29]Bug 14398, [30]CVE-2018-7320
     * [31]wnpa-sec-2018-11
       The pcapng file parser could crash. [32]Bug 14403,
       [33]CVE-2018-7420
     * [34]wnpa-sec-2018-12
       The IPMI dissector could crash. [35]Bug 14409, [36]CVE-2018-7417
     * [37]wnpa-sec-2018-13
       The SIGCOMP dissector could crash. [38]Bug 14410, [39]CVE-2018-7418
     * [40]wnpa-sec-2018-14
       The NBAP disssector could crash. [41]Bug 14443, [42]CVE-2018-7419

   The following bugs have been fixed:
     * Change placement of "double chevron" in Filter Toolbar to eliminate
       overlap. ([43]Bug 14121)
     * AutoScroll does not work. ([44]Bug 14257)
     * BOOTP/DHCP: malformed packet -> when user class option (77) is
       present. ([45]Bug 14312)
     * GET MAX LUN wLength decoded as big-endian - USB Mass Storage.
       ([46]Bug 14360)
     * Unable to create Filter Expression Button for a yellow filter.
       ([47]Bug 14369)
     * Buildbot crash output: fuzz-2018-01-28-15874.pcap. ([48]Bug 14371)
     * NetScaler RPC segmentation fault / stack overflow. ([49]Bug 14399)
     * [oss-fuzz] #6028 RPC_NETLOGON: Direct-leak in g_malloc
       (generate_hash_key). ([50]Bug 14407)
     * Newline "\n" in packet list field increase line height for all
       rows. ([51]Bug 14424)
     * ieee80211-radio.c preamble duration calculation not correct.
       ([52]Bug 14439)
     * DIS: Malformed packet in SISO-STD-002 transmitter. ([53]Bug 14441)

  Updated Protocol Support

   ASN.1 BER, BOOTP/DHCP, DCE RPC NETLOGON, DICOM, DIS, DMP, DOCSIS, EPL,
   FCP, GSM A RR, HSRP, IAX2, IEEE 802.11, Infiniband, IPMI, IPv6, LDAP,
   LLTD, NBAP, NetScaler RPC, OpenFlow, RELOAD, RPCoRDMA, RPKI-Router,
   S7COMM, SCCP, SIGCOMP, Thread, Thrift, TLS/SSL, UMTS MAC, USB, USB Mass
   Storage, and WCCP

  New and Updated Capture File Support

   pcap pcapng

Revision 1.180: download - view: text, markup, annotated - select for diffs
Sun Jan 28 20:11:01 2018 UTC (6 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +2 -1 lines
Bump PKGREVISION for gdbm shlib major bump

Revision 1.179: download - view: text, markup, annotated - select for diffs
Sat Jan 13 22:32:53 2018 UTC (6 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +18 -18 lines
wireshark: fix pkglint warnings

Revision 1.178: download - view: text, markup, annotated - select for diffs
Fri Jan 12 22:25:18 2018 UTC (6 years, 10 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +2 -2 lines
Update to 2.4.4

Changelog:
## Bug Fixes
The following bugs have been fixed:

    wnpa-sec-2018-01
    Multiple dissectors could crash. (Bug 14253) CVE-2018-5336

    wnpa-sec-2018-03
    The IxVeriWave file parser could crash. (Bug 14297) CVE-2018-5334

    wnpa-sec-2018-04
    The WCP dissector could crash. (Bug 14251) CVE-2018-5335

Prior to this release dumpcap enabled the Linux kernel's BPF JIT compiler
via the net.core.bpf_jit_enable sysctl. This could make systems
more vulnerable to Spectre variant 1 (CVE-2017-5753) and this feature
has been removed (Bug 14313).

    Some keyboard shortcut mix-up has been resolved by assigning
      new shortcuts to Edit -> Copy methods.
    Remote interfaces are not saved. (Bug 8557)
    Additional grouping in Expert Information dialog. (Bug 11753)
    First start with non-empty extcap folder after install or reboot
      hangs at "initializing tap listeners". (Bug 12845)
    Can't hide expert categories in Expert Information. (Bug 13831)
    Expert info dialog should have "Collapse All"/"Expand All" options.
      (Bug 13842)
    SIP Statistics extract does not work. (Bug 13942)
    Service Response Time - SCSI dialog crashes. (Bug 14144)
    Wireshark & Tshark 2.4.2 core dumps with segmentation fault. (Bug 14194)
    SSH remote capture promiscuous mode. (Bug 14237)
    SOCKS pseudo header displays incorrect Version value. (Bug 14262)
    Only first variable of list is dissected in NTP Control request
      message. (Bug 14268)
    NTP Authenticator field dissection fails if padding is used. (Bug 14269)
    BSSAP packet dissector issue - BSSAP_UPLINK_TUNNEL_REQUEST message.
      (Bug 14289)
    "[Malformed Packet]" for Mobile IP (MIP) protocol. (Bug 14292)
    There is a potential buffer underflow in File_read_line function in
      epan/wslua/wslua_file.c file. (Bug 14295)
    Saving a temporary capture file may not result in the temporary
      file being removed. (Bug 14298)


## Updated Protocol Support
Bluetooth, BSSAP, BT ATT, BT HCI, BT SMP, MIP, NTP, SCTP, SOCKS, UDS, and WCP

Revision 1.177: download - view: text, markup, annotated - select for diffs
Wed Jan 3 11:09:41 2018 UTC (6 years, 11 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +3 -4 lines
Update to 2.4.3

Changelog:
Bug Fixes

The following bugs have been fixed:

    wnpa-sec-2017-47

    The IWARP_MPA dissector could crash. (Bug 14236)

    wnpa-sec-2017-48

    The NetBIOS dissector could crash. (Bug 14249)

    wnpa-sec-2017-49

    The CIP Safety dissector could crash. (Bug 14250)

    "tshark -G ?" doesn't provide expected help. (Bug 13984)
    File loading is very slow with TRANSUM dissector enabled. (Bug 14094)
    packet-knxnetip.c:936: bad bitmask ?. (Bug 14115)
    packet-q931.c:1306: bad compare ?. (Bug 14116)
    SSL Dissection bug. (Bug 14117)
    Wireshark crashes when exporting various files to .csv, txt and other
      'non-capture file' formats. (Bug 14128)
    RLC reassembly doesn't work for RLC over UDP heuristic dissector.
      Bug 14129)
    HTTP Object export fails with long extension (possibly query string).
      (Bug 14130)
    3GPP Civic Address not displayed in Packet Details. (Bug 14131)
    Wireshark prefers packet.dll in System32\\Npcap over the one in
      System32. (Bug 14134)
    PEEKREMOTE dissector does not decode 11ac MCS rates properly. (Bug 14136)
    Visual Studio Community Edition 2015 lacks tools named in developer
      guide. (Bug 14147)
    TCP: Malformed data with Riverbed Probe option. (Bug 14150)
    Wireshark Crash when trying to use Preferences | Advanced. (Bug 14157)
    Right click on SMB2 Message ID and then Apply as Column causes Runtime
      Error. (Bug 14169)
    Return [Enter] should apply change (Column title - Button Label
      toolbars). (Bug 14191)
    Wireshark crashes if "rip.display_routing_domain" is set to TRUE in
      preferences file. (Bug 14197)
    Entry point inflatePrime not found for androiddump.exe and
      randpktdump.exe. (Bug 14207)
    BGP: IPv6 NLRI is received with Add-path ID, then Wire shark is not
      able to decode the packet correctly. (Bug 14241)
    Wrong SSL decryption when using EXTENDED MASTER SECRET and Client
      certificate request (mutual authentication). (Bug 14243)
    Frame direction isn't always set if it comes from the pcapng record
      header rather than the packet pseudo-header. (Bug 14245)

Updated Protocol Support

3GPP NAS, BGP, CIP Safety, DTLS, IEEE 802.11 Radio, IWARP_MPA,
KNXnet/IP, LCSAP, MQTT, NetBIOS, PEEKREMOTE, Q.931, RIP, RLC, SIP,
SSL/TLS, TCP, and TRANSUM

Revision 1.176: download - view: text, markup, annotated - select for diffs
Thu Nov 30 16:45:36 2017 UTC (7 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +2 -1 lines
Revbump after textproc/icu update

Revision 1.175: download - view: text, markup, annotated - select for diffs
Thu Nov 23 20:35:31 2017 UTC (7 years ago) by wiz
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +2 -3 lines
wireshark: update to 2.2.10.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2017-42
       BT ATT dissector crash ([2]Bug 14049) [3]CVE-2017-15192
     * [4]wnpa-sec-2017-43
       MBIM dissector crash ([5]Bug 14056) [6]CVE-2017-15193
     * [7]wnpa-sec-2017-44
       DMP dissector crash ([8]Bug 14068) [9]CVE-2017-15191

   The following bugs have been fixed:
     * Wireshark crash when end capturing with "Update list of packets in
       real-time" option off. ([10]Bug 13024)
     * Diameter service response time statistics broken in 2.2.4. ([11]Bug
       13442)
     * Some Infiniband Connect Req fields are not decoded correctly.
       ([12]Bug 13997)
     * wireshark-2.4.1/epan/dissectors/packet-dmp.c:1034: sanity check in
       wrong place ?. ([13]Bug 14016)
     * [oss-fuzz] ASAN: 232 byte(s) leaked in 4 allocation(s). ([14]Bug
       14025)
     * [oss-fuzz] ASAN: 47 byte(s) leaked in 1 allocation(s). ([15]Bug
       14032)
     * RTP Analysis "save as CSV" saves twice the forward stream, if two
       streams are selected. ([16]Bug 14040)
     * Cannot Apply Bitmask to Long Unsigned. ([17]Bug 14063)

  Updated Protocol Support

   BT ATT, DCERPC, DMP, E.212, H.248, InfiniBand, MBIM, RPC, and WSP

Revision 1.174: download - view: text, markup, annotated - select for diffs
Thu Nov 23 17:20:08 2017 UTC (7 years ago) by wiz
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +2 -2 lines
recursive bump for libxkbcommon removal from at-spi2-core

Revision 1.173: download - view: text, markup, annotated - select for diffs
Mon Sep 18 09:53:32 2017 UTC (7 years, 2 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -1 lines
revbump for requiring ICU 59.x

Revision 1.172: download - view: text, markup, annotated - select for diffs
Wed Sep 6 09:03:03 2017 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +2 -2 lines
Follow some redirects.

Revision 1.171: download - view: text, markup, annotated - select for diffs
Mon Sep 4 14:42:25 2017 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +2 -2 lines
Updated wireshark to 2.2.9.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2017-38
       MSDP dissector infinite loop ([2]Bug 13933)
     * [3]wnpa-sec-2017-39
       Profinet I/O buffer overrun ([4]Bug 13847)
     * [5]wnpa-sec-2017-41
       IrCOMM dissector buffer overrun ([6]Bug 13929)

   The following bugs have been fixed:
     * Confusing "Apply a display filter <Command/>" keyboard shortcut.
       ([7]Bug 12450)
     * VNC Protocol disector : Framebuffer Updates. ([8]Bug 13910)
     * DNS LOC RRs with out-of-range longitude or latitude aren't shown as
       errors. ([9]Bug 13914)
     * DIS Dissector Entity Appearance Record displayed in wrong location.
       ([10]Bug 13917)
     * Win64 CMake bug - (CYGWIN_INSTALL_PATH redefinition) causing
       missing packages when using CMake 3.9.0. ([11]Bug 13922)
     * APL records parsed incorrectly for IPv4 prefixes. ([12]Bug 13923)
     * TCAP SRT Analysis incorrectly matched TCAP begins and ends.
       ([13]Bug 13926)
     * E.212: Check length before trying 3-digits MNC. ([14]Bug 13935)
     * Crash in Wireshark using Dumper:dump() from Lua. ([15]Bug 13944)
     * GTPv2 - decoding issue for Packet Flow ID (type 123). ([16]Bug
       13987)
     * [oss-fuzz] BGP memleak: ASAN: 276 byte(s) leaked in 5
       allocation(s). ([17]Bug 13995)
     * Some Infiniband Connect Req fields are not decoded correctly.
       ([18]Bug 13997)
     * 802.11 wlan.ft.subelem.r0kh_id should be sequence of bytes.
       ([19]Bug 14004)

  Updated Protocol Support

   APL, BGP, DIS, DNS, E.212, GTPv2, IEEE 802.11, InfiniBand, MSDP, MTP2,
   pcapng MIME, Profinet I/O, SML, TCAP, and VNC

Revision 1.170: download - view: text, markup, annotated - select for diffs
Tue Aug 15 19:37:01 2017 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +2 -2 lines
Updated wireshark to 2.2.8.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2017-13
       WBMXL dissector infinite loop ([2]Bug 13477, [3]Bug 13796)
       [4]CVE-2017-7702, cve-idlink:CVE-2017-11410[] Note: This is an
       update for a fix in Wireshark 2.2.6 and 2.0.12.

     * [5]wnpa-sec-2017-28
       openSAFETY dissector memory exhaustion ([6]Bug 13649, [7]Bug 13755)
       [8]CVE-2017-9350, [9]CVE-2017-11411 Note: This is an update for a
       fix in Wireshark 2.2.7.

     * [10]wnpa-sec-2017-34
       AMQP dissector crash. ([11]Bug 13780) [12]CVE-2017-11408
     * [13]wnpa-sec-2017-35
       MQ dissector crash. ([14]Bug 13792) [15]CVE-2017-11407
     * [16]wnpa-sec-2017-36
       DOCSIS infinite loop. ([17]Bug 13797) [18]CVE-2017-11406

   The following bugs have been fixed:
     * Y.1711 dissector reverses defect type order. ([19]Bug 8292)
     * Packet list keeps scrolling back to selected packet while names are
       being resolved. ([20]Bug 12074)
     * [REGRESSION] Export Objects do not show files from a SMB2 capture.
       ([21]Bug 13214)
     * LTE RRC: lte-rrc.q_RxLevMin filter fails on negative values.
       ([22]Bug 13481)
     * Hexpane showing in proportional font again. ([23]Bug 13638)
     * Regression in SCCP fragments handling. ([24]Bug 13651)
     * TCAP SRT incorrectly matches TC_BEGINs and TC_ENDs. ([25]Bug 13739)
     * Dissector for WSMP (IEEE 1609.3) not current. ([26]Bug 13766)
     * RANAP: possible issue in the heuristic code. ([27]Bug 13770)
     * [oss-fuzz] UBSAN: shift exponent 35 is too large for 32-bit type
       int in packet-btrfcomm.c:314:37. ([28]Bug 13783)
     * RANAP: false positives on heuristic algorithm. ([29]Bug 13791)
     * Automatic name resolution not saved to PCAP-NG NRB. ([30]Bug 13798)
     * DAAP dissector dissect_daap_one_tag recursion stack exhausted.
       ([31]Bug 13799)
     * Malformed DCERPC PNIO packet decode, exception handler invalid
       poionter reference. ([32]Bug 13811)
     * It seems SPVID was decoded from wrong field. ([33]Bug 13821)
     * README.dissectors: Add notes about predefined string structures not
       available to plugin authors. ([34]Bug 13828)
     * Statistics->Packet Lengths doesn't display details for 5120 or
       greater. ([35]Bug 13844)
     * cmake/modules/FindZLIB.cmake doesn't find inflatePrime. ([36]Bug
       13850)
     * BGP: incorrect decoding COMMUNITIES whose length is larger than
       255. ([37]Bug 13872)

  Updated Protocol Support

   AMQP, BGP, BSSMAP, BT RFCOMM, DAAP, DOCSIS, E.212, FDDI, GSM A GM, GSM
   BSSMAP, IEEE 802.11, IP, ISIS LSP, LTE RRC, MQ, OpenSafety, OSPF,
   PROFINET IO, RANAP, SCCP, SGSAP, SMB2, TCAP, TCP, UMTS FP, UMTS RLC,
   WBXML, WSMP, and Y.1711

Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Jun 19 20:22:20 2017 UTC (7 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +2 -3 lines
Updated wireshark to 2.2.7.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2017-22
       Bazaar dissector infinite loop ([2]Bug 13599) [3]CVE-2017-9352
     * [4]wnpa-sec-2017-23
       DOF dissector read overflow ([5]Bug 13608) [6]CVE-2017-9348
     * [7]wnpa-sec-2017-24
       DHCP dissector read overflow ([8]Bug 13609, [9]Bug 13628)
       [10]CVE-2017-9351
     * [11]wnpa-sec-2017-25
       SoulSeek dissector infinite loop ([12]Bug 13631) [13]CVE-2017-9346
     * [14]wnpa-sec-2017-26
       DNS dissector infinite loop ([15]Bug 13633) [16]CVE-2017-9345
     * [17]wnpa-sec-2017-27
       DICOM dissector infinite loop ([18]Bug 13685) [19]CVE-2017-9349
     * [20]wnpa-sec-2017-28
       openSAFETY dissector memory exhaustion ([21]Bug 13649)
       [22]CVE-2017-9350
     * [23]wnpa-sec-2017-29
       BT L2CAP dissector divide by zero ([24]Bug 13701) [25]CVE-2017-9344

     * [26]wnpa-sec-2017-30
       MSNIP dissector crash ([27]Bug 13725) [28]CVE-2017-9343

     * [29]wnpa-sec-2017-31
       ROS dissector crash ([30]Bug 13637) [31]CVE-2017-9347

     * [32]wnpa-sec-2017-32
       RGMP dissector crash ([33]Bug 13646) [34]CVE-2017-9354

     * [35]wnpa-sec-2017-33
       IPv6 dissector crash ([36]Bug 13675) [37]CVE-2017-9353

   The following bugs have been fixed:
     * DICOM dissection error. ([38]Bug 13164)
     * Qt: drag & drop of one column header in PacketList moves other
       columns. ([39]Bug 13183)
     * Can not export captured DICOM objects in version 2.2.5. ([40]Bug
       13570)
     * False complain about bad checksum of ICMP extension header.
       ([41]Bug 13586)

     * LibFuzzer: ISUP dissector bug (isup.number_different_meaning).
       ([42]Bug 13588)
     * Dissector Bug, protocol BT ATT. ([43]Bug 13590)
     * Wireshark dispalys
       RRCConnectionReestablishmentRejectRRCConnectionReestablishmentRejec
       t in Info column. ([44]Bug 13595)

     * [oss-fuzz] UBSAN: shift exponent 105 is too large for 32-bit type
       int in packet-ositp.c:551:79. ([45]Bug 13606)

     * [oss-fuzz] UBSAN: shift exponent -77 is negative in
       packet-netflow.c:7717:23. ([46]Bug 13607)

     * [oss-fuzz] UBSAN: shift exponent 1959 is too large for 32-bit type
       int in packet-sigcomp.c:2128:28. ([47]Bug 13610)

     * [oss-fuzz] UBSAN: shift exponent 63 is too large for 32-bit type
       guint32 (aka unsigned int) in packet-rtcp.c:917:24. ([48]Bug 13611)

     * [oss-fuzz] UBSAN: shift exponent 70 is too large for 64-bit type
       guint64 (aka unsigned long) in dwarf.c:42:43. ([49]Bug 13616)

     * [oss-fuzz] UBSAN: shift exponent 32 is too large for 32-bit type
       int in packet-xot.c:260:23. ([50]Bug 13618)

     * [oss-fuzz] UBSAN: shift exponent -5 is negative in
       packet-sigcomp.c:1722:36. ([51]Bug 13619)

     * [oss-fuzz] UBSAN: index 2049 out of bounds for type char [2049] in
       packet-quakeworld.c:134:5. ([52]Bug 13624)

     * [oss-fuzz] UBSAN: shift exponent 35 is too large for 32-bit type
       int in packet-netsync.c:467:25. ([53]Bug 13639)

     * [oss-fuzz] UBSAN: shift exponent 32 is too large for 32-bit type
       int in packet-sigcomp.c:3857:24. ([54]Bug 13641)

     * [oss-fuzz] ASAN: stack-use-after-return
       epan/dissectors/packet-ieee80211.c:14341:23 in add_tagged_field.
       ([55]Bug 13662)
     * Welcome screen invalid capture filter wihtout WinPcap installed
       causes runtime error. ([56]Bug 13672)
     * SMB protocol parser does not parse SMB_COM_TRANSACTION2_SECONDARY
       (0x33) command correctly. ([57]Bug 13690)
     * SIP packets with SDP marked as malformed. ([58]Bug 13698)

     * [oss-fuzz] UBSAN: index 8 out of bounds for type gboolean const[8]
       in packet-ieee80211-radiotap.c:1836:12. ([59]Bug 13713)
     * Crash on "Show packet bytes..." context menu item click. ([60]Bug
       13723)
     * DNP3 dissector does not properly decode packed variations with
       prefixed qualifiers. ([61]Bug 13733)

  Updated Protocol Support

   Bazaar, BT ATT, BT L2CAP, DHCP, DICOM, DNP3, DNS, DOF, DWARF, ICMP,
   IEEE 802.11, IPv6, ISUP, LTE RRC, MSNIP, Netflow, Netsync, openSAFETY,
   OSITP, QUAKEWORLD, Radiotap, RGMP, ROS, RTCP, SIGCOMP, SMB, SoulSeek,
   and XOT

Revision 1.168: download - view: text, markup, annotated - select for diffs
Sat Apr 22 21:03:53 2017 UTC (7 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +2 -1 lines
Revbump after icu update

Revision 1.167: download - view: text, markup, annotated - select for diffs
Wed Apr 19 18:50:29 2017 UTC (7 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +2 -2 lines
Updated wireshark to 2.2.6.

What's New

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2017-12
       IMAP dissector crash ([2]Bug 13466) [3]CVE-2017-7703
     * [4]wnpa-sec-2017-13
       WBMXL dissector infinite loop ([5]Bug 13477) [6]CVE-2017-7702
     * [7]wnpa-sec-2017-14
       NetScaler file parser infinite loop ([8]Bug 13478) [9]CVE-2017-7700
     * [10]wnpa-sec-2017-15
       RPCoRDMA dissector infinite loop ([11]Bug 13558) [12]CVE-2017-7705
     * [13]wnpa-sec-2017-16
       BGP dissector infinite loop ([14]Bug 13557) [15]CVE-2017-7701
     * [16]wnpa-sec-2017-17
       DOF dissector infinite loop ([17]Bug 13453) [18]CVE-2017-7704
     * [19]wnpa-sec-2017-18
       PacketBB dissector crash ([20]Bug 13559)
     * [21]wnpa-sec-2017-19
       SLSK dissector long loop ([22]Bug 13576)
     * [23]wnpa-sec-2017-20
       SIGCOMP dissector infinite loop ([24]Bug 13578)
     * [25]wnpa-sec-2017-21
       WSP dissector infinite loop ([26]Bug 13581)

   The following bugs have been fixed:
     * T30 FCF byte decoding masks DTC, CIG and NCS. ([27]Bug 1918)
     * Wireshark gives decoding error during rnsap message dissection(SCCP
       reassembly). ([28]Bug 3360)
     * Added IEEE 802.15.4-2003 AES-CCM security modes
       (packet-ieee802154). ([29]Bug 4912)
     * Payload in 2 SCCP DT1 messages in the same frame isn't
       (sub)dissected. ([30]Bug 11130)
     * IEEE 802.15.4: an area of Payload IEs is dissected twice. ([31]Bug
       13068)
     * Qt UI: Wireshark crash when deleting IO graph string while it's in
       editing mode. ([32]Bug 13234)
     * Crash on exit due to an invalid frame data sequence state. ([33]Bug
       13433)
     * Access Violation using Lua dissector. ([34]Bug 13457)
     * Some bytes ignored in every packet in NetScaler packet trace when
       vmnames are included in packet headers. ([35]Bug 13459)
     * VOIP RTP stream Find Reverse button doesn't work. ([36]Bug 13462)
     * Lua dissector: ProtoField int&42; do not allow FT_HEX or FT_OCT,
       crash when set to FT_HEX_DEC or FT_DEC_HEX. ([37]Bug 13484)
     * GIOP LocateRequest v1.0 is improperly indicated as "malformed".
       ([38]Bug 13488)
     * Bug in ZigBee - Zone Status Change Notification. ([39]Bug 13493)
     * Packet exception in packet-ua3g and incomplete strings in
       packet-noe. ([40]Bug 13502)
     * Wrong BGP capability dissect. ([41]Bug 13521)
     * Endpoint statistics column labels seem incorrect. ([42]Bug 13526)
     * Strange automatic jump in packet details for a certain DNS response
       packet. ([43]Bug 13533)
     * When a Lua enum or bool preference is changed via context menu,
       prefs_changed isn't called with Qt Wireshark. ([44]Bug 13536)
     * IO Graph selects wrong packet or displays "Packet number x isn't
       displayed". ([45]Bug 13537)
     * tshark's -z endpoints,ip ignores optional filter. ([46]Bug 13538)
     * SSL: Handshake type in Info column not always separated by comma.
       ([47]Bug 13539)
     * libfuzzer: PEEKREMOTE dissector bug. ([48]Bug 13544)
     * libfuzzer: packetBB dissector bug (packetbb.msg.addr.valuecustom).
       ([49]Bug 13545)
     * libfuzzer: WSP dissector bug (wsp.header.x_wap_tod). ([50]Bug
       13546)
     * libfuzzer: MIH dissector bug. ([51]Bug 13547)
     * libfuzzer: DNS dissector bug. ([52]Bug 13548)
     * libfuzzer: WLCCP dissector bug. ([53]Bug 13549)
     * libfuzzer: TAPA dissector bug. ([54]Bug 13553)
     * libfuzzer: lapsat dissector bug. ([55]Bug 13554)
     * libfuzzer: wassp dissector bug. ([56]Bug 13555)
     * Illegal reassembly of GSM SMS packets. ([57]Bug 13572)
     * SSH Dissector uses incorrect length for protocol field
       (ssh.protocol). ([58]Bug 13574)
     * NBAP malformed packet for short Binding ID. ([59]Bug 13577)
     * libfuzzer: WSP dissector bug (wsp.header.x_up_1.x_up_proxy_tod).
       ([60]Bug 13579)
     * libfuzzer: asterix dissector bug (asterix.021_230_RA). ([61]Bug
       13580)
     * RTPproxy dissector adds multi lines to info column. ([62]Bug 13582)

  Updated Protocol Support

   ASTERIX, BGP, BSSGP, BT AVRCP, BT HCI_CMD, BT HFP, BT PBAP, DNS, DOF,
   EAPOL-MKA, GIOP, GSM SMS, HTTP, ICMP, IEEE 802.11, IEEE 802.15.4, IMAP,
   ISIS LSP, iSNS, LAPSat, MIH, MySQL, NBAP, NBIFOM, PacketBB, PEEKREMOTE,
   RPCoRDMA, RTPproxy, SCCP, SIGCOMP, SLSK, SSH, SSL, T.30, TAPA, UA3G,
   WASSP, WBXML, WLCCP, WSP, and ZigBee ZCL IAS

Revision 1.166: download - view: text, markup, annotated - select for diffs
Sun Mar 5 15:14:07 2017 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +2 -3 lines
Updated wireshark to 2.2.5.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2017-03
       LDSS dissector crash ([2]Bug 13346)
     * [3]wnpa-sec-2017-04
       RTMTP dissector infinite loop ([4]Bug 13347)
     * [5]wnpa-sec-2017-05
       WSP dissector infinite loop ([6]Bug 13348)
     * [7]wnpa-sec-2017-06
       STANAG 4607 file parser infinite loop ([8]Bug 13416)
     * [9]wnpa-sec-2017-07
       NetScaler file parser infinite loop ([10]Bug 13429)
     * [11]wnpa-sec-2017-08
       NetScaler file parser crash ([12]Bug 13430)
     * [13]wnpa-sec-2017-09
       K12 file parser crash ([14]Bug 13431)
     * [15]wnpa-sec-2017-10
       IAX2 dissector infinite loop ([16]Bug 13432)
     * [17]wnpa-sec-2017-11
       NetScaler file parser infinite loop ([18]Bug 12083)

   The 32-bit and 64-bit Windows installers might have been susceptible to
   a [19]DLL hijacking flaw.

   The following bugs have been fixed:
     * Display filter textbox loses focus during live capturing. ([20]Bug
       11890)
     * Wireshark crashes when saving pcaps, opening pcaps, and exporting
       specified packets. ([21]Bug 12036)
     * tshark stalls on FreeBSD if androiddump is present. ([22]Bug 13104)
     * UTF-8 characters in packet list column title. ([23]Bug 13342)
     * Recent capture file list should appear immediately on startup.
       ([24]Bug 13352)
     * editcap segfault if a packet length is shorter than ignore bytes
       parameter. ([25]Bug 13378)
     * dftest segfault with automated build of 2.2.5. ([26]Bug 13387)
     * UMTS MAC Dissector shows Packet size limited for BCCH payload.
       ([27]Bug 13392)
     * VS2010 win32 . ([28]Bug 13398)
     * EAP AKA not being decoded properly. ([29]Bug 13411)
     * Dumpcap crashes during rpcap setup. ([30]Bug 13418)
     * Crash on closing SNMP capture file if snmp credentials are present.
       ([31]Bug 13420)
     * GPRS-NS message PDU type displayed in octal instead of hexadecimal.
       ([32]Bug 13428)

  Updated Protocol Support

   GPRS-NS, GTPv2, IAX2, IEEE 802.11, LDSS, MS-WSP, OpcUa, ROHC, RTMTP,
   SNMP, STANAG 4607, T.38, and UMTS FP

Revision 1.165: download - view: text, markup, annotated - select for diffs
Sun Feb 12 06:25:54 2017 UTC (7 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +2 -1 lines
Recursive revbump from fonts/harfbuzz

Revision 1.164: download - view: text, markup, annotated - select for diffs
Tue Feb 7 12:54:43 2017 UTC (7 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +2 -3 lines
Updated wireshark to 2.2.4.

                         Wireshark 2.2.4 Release Notes

What's New

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2017-01
       The ASTERIX dissector could go into an infinite loop. ([2]Bug
       13344)
     * [3]wnpa-sec-2017-02
       The DHCPv6 dissector could go into a large loop. ([4]Bug 13345)

   The following bugs have been fixed:
     * TCP reassembly: tcp.reassembled_in is not set in first packet.
       ([5]Bug 3264)
     * Duplicated Interfaces instances while refreshing. ([6]Bug 11553)
     * Time zone name needs to be converted to UTF-8 on Windows. ([7]Bug
       11785)
     * Crash on fast local interface changes. ([8]Bug 12263)
     * Please align columns in tshark's output. ([9]Bug 12502)
     * Display data rate fields for VHT rates invalid with BCC modulation.
       ([10]Bug 12859)
     * plugin_if_get_ws_info causes Access Violation if called during
       rescan. ([11]Bug 12973)
     * SMTP BDAT dissector not reverting to command-code after DATA.
       ([12]Bug 13030)
     * Wireshark fails to recognize V6 DBS Etherwatch capture files.
       ([13]Bug 13093)
     * Runtime Error when try to merge .pcap files (Wireshark crashes).
       ([14]Bug 13175)
     * PPP BCP BPDU size reports not header size, but all data underneath
       and its header size in UI. ([15]Bug 13188)
     * In-line UDP checksum bytes in 6LoWPAN IPHC are swapped. ([16]Bug
       13233)
     * Uninitialized memcmp on data in daintree-sna.c. ([17]Bug 13246)
     * Crash when dissect WDBRPC Version 2 protocol with Dissect unknown
       program numbers enabled. ([18]Bug 13266)
     * Contents/Resources/bin directory isn't in the app bundle after
       installation. ([19]Bug 13270)
     * Regression: IEEE17221 (AVDECC) decoded as IEEE1722 (AVB
       Transportation Protocol). ([20]Bug 13274)
     * Can't decode packets captured with OpenBSD enc(4) encapsulating.
       ([21]Bug 13279)
     * UDLD flags are at other end of octet. ([22]Bug 13280)
     * MS-WSP dissector no longer works since commit
       8c2fa5b5cf789e6d0d19cd0dd34479d0203d177a. ([23]Bug 13299)
     * TBCD string decoded wrongly in MAP ATI message. ([24]Bug 13316)
     * Filter Documentation: The tilde (~) operator is not documented.
       ([25]Bug 13320)
     * VoIP Flow Sequence Causes Application Crash. ([26]Bug 13329)

  Updated Protocol Support

   6LoWPAN, DVB-CI, ENC, GSM MAP, IEEE 1722, IEEE 1722.1, ISAKMP, MS-WSP,
   PPP, QUIC, Radiotap, RPC, SMTP, TCP, UCD, and UDLD

  New and Updated Capture File Support

   Daintree SNA, and DBS Etherwatch

Revision 1.163: download - view: text, markup, annotated - select for diffs
Mon Feb 6 13:55:52 2017 UTC (7 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +2 -2 lines
Recursive bump for harfbuzz's new graphite2 dependency.

Revision 1.162: download - view: text, markup, annotated - select for diffs
Fri Jan 13 12:16:03 2017 UTC (7 years, 10 months ago) by leot
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +2 -1 lines
Add a dependency to graphics/adwaita-icon-theme (for the gtk3 option)
Bump PKGREVISION

Pointed out by Joern Clausen via PR pkg/51835.

Revision 1.161: download - view: text, markup, annotated - select for diffs
Sun Jan 1 14:43:53 2017 UTC (7 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +2 -2 lines
Add python-3.6 to incompatible versions.

Revision 1.160: download - view: text, markup, annotated - select for diffs
Mon Dec 19 09:27:26 2016 UTC (7 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +2 -3 lines
Updated wireshark to 2.2.3.

What's New

  Bug Fixes

   The following vulnerabilities have been fixed:
     * Arbitrary file deletion on Windows. ([1]Bug 13217)

   The following bugs have been fixed:
     * Saving all exported objects (SMB/SMB2) results in out of physical
       memory. ([2]Bug 11133)
     * Export HTTP Objects - Single file shows as multiple files in 2.0.2.
       ([3]Bug 12230)
     * Follow Stream and graph buttons remain greyed out in conversation
       window. ([4]Bug 12893)
     * Dicom list of tags in element of VR=AT not properly decoded.
       ([5]Bug 13077)
     * Malformed Packet: BGP Update (withdraw) message. ([6]Bug 13146)
     * Install fail on macOS Sierra (error PKInstallErrorDomain Code=112).
       ([7]Bug 13152)
     * GTP: "Create PDP Context response" message shows back-off timer as
       malformed when included in the response. ([8]Bug 13153)
     * ICMP dissector fails to properly detect timestamps. ([9]Bug 13161)
     * RLC misdissection. ([10]Bug 13162)
     * Text2pcap on Windows produces corrupt output when writing the
       capture file to the standard output. ([11]Bug 13165)
     * HTML escaping of quotes in error message. ([12]Bug 13178)
     * TShark doesn't respect protocols.display_hidden_proto_items
       setting. ([13]Bug 13192)
     * RPC/RDMA dissector should exit when frame is not RPC-over-RDMA.
       ([14]Bug 13195)
     * Some RPC-over-RDMA frames are not recognized as RPC-over-RDMA.
       ([15]Bug 13196)
     * RPC-over-RDMA frames with chunk lists are "Malformed". ([16]Bug
       13197)
     * TShark fails to pass RPC-over-RDMA frames to RPC subdissector.
       ([17]Bug 13198)
     * Adding a DOF DPS Identity Secret, session Key, or Mode Template
       causes Wireshark to crash. ([18]Bug 13209)
     * Wireshark shows "MS Video Source Request" in a RTCP packet as
       "Malformed". ([19]Bug 13212)

  Updated Protocol Support

   BGP, BOOTP/DHCP, BTLE, DICOM, DOF, Echo, GTP, ICMP, Radiotap, RLC, RPC
   over RDMA, RTCP, SMB, TCP, UFTP4, and VXLAN

Revision 1.159: download - view: text, markup, annotated - select for diffs
Sun Dec 4 05:17:39 2016 UTC (8 years ago) by ryoon
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +2 -1 lines
Recursive revbump from textproc/icu 58.1

Revision 1.158: download - view: text, markup, annotated - select for diffs
Mon Nov 28 15:30:35 2016 UTC (8 years ago) by wiz
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +2 -2 lines
Updated wireshark to 2.2.2.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2016-58
       Profinet I/O long loop. ([2]Bug 12851)
     * [3]wnpa-sec-2016-59
       AllJoyn crash. ([4]Bug 12953)
     * [5]wnpa-sec-2016-60
       OpenFlow crash. ([6]Bug 13071)
     * [7]wnpa-sec-2016-61
       DCERPC crash. ([8]Bug 13072)
     * [9]wnpa-sec-2016-62
       DTN infinite loop. ([10]Bug 13097)

   The Windows PortableApps packages were susceptible to a [11]DLL
   hijacking flaw.

   The following bugs have been fixed:
     * TCP: nextseq incorrect if TCP_MAX_UNACKED_SEGMENTS exceeded & FIN
       true. ([12]Bug 12579)
     * SMPP schedule_delivery_time displayed wrong in Wireshark 2.1.0.
       ([13]Bug 12632)
     * Upgrading to latest version uninstalls Microsoft Visual C++
       redistributable. ([14]Bug 12712)
     * dmg for OS X does not install man pages. ([15]Bug 12746)
     * Fails to compile against Heimdal 1.5.3. ([16]Bug 12831)
     * TCP: Next sequence number off by one when sending payload in SYN
       packet (e.g. TFO). ([17]Bug 12838)
     * Follow TCP Stream shows duplicate stream data. ([18]Bug 12855)
     * Dissection engine falsely asserts that EIGRP packet's checksum is
       incorrect. ([19]Bug 12982)
     * IEEE 802.15.4 frames erroneously handed over to ZigBee dissector.
       ([20]Bug 12984)
     * Capture Filter Bookmark Inactive in Capture Options page. ([21]Bug
       12986)
     * CLNP dissector does not parse ER NPDU properly. ([22]Bug 12993)
     * SNMP trap bindings for NON scalar OIDs. ([23]Bug 13013)
     * BGP LS Link Protection Type TLV (1093) decoding. ([24]Bug 13021)
     * Application crash sorting column for tcp.window_size_scalefactor up
       and down. ([25]Bug 13023)
     * ZigBee Green Power add key during execution. ([26]Bug 13031)
     * Malformed AMPQ packets for session.expected and session.confirmed
       fields. ([27]Bug 13037)
     * Wireshark 2.2.1 crashes when attempting to merge pcap files.
       ([28]Bug 13060)
     * [IS-637A] SMS - Teleservice layer parameter --> IA5 encoded text is
       not correctly displayed. ([29]Bug 13065)
     *
     * Failure to dissect USB Audio feature unit descriptors missing the
       iFeature field. ([30]Bug 13085)
     * MSISDN not populated/decoded in JSON GTP-C decoding. ([31]Bug
       13086)
     * E212: 3 digits MNC are identified as 2 digits long if they end with
       a 0. ([32]Bug 13092)
     * Exception with last unknown Cisco AVP available in a SCCRQ message.
       ([33]Bug 13103)
     * TShark stalls on FreeBSD if androiddump is present. ([34]Bug 13104)
     * Dissector skips DICOM command. ([35]Bug 13110)
     * UUID (FT_GUID) filtering isn't working. ([36]Bug 13121)
     * Manufacturer name resolution fail. ([37]Bug 13126)
     * packet-sdp.c allocates transport_info->encoding_name from wrong
       memory pool. ([38]Bug 13127)
     * Payload type name for dynamic payload is wrong for reverse RTP
       channels. ([39]Bug 13132)

  Updated Protocol Support

   6LoWPAN, AllJoyn, AMPQ, ANSI IS-637 A, BGP, CLNP, DCERPC, DICOM, DTN,
   E.212, EIGRP, ERF, GVSP, IEEE 802.11, IEEE 802.15.4, IP, ISO-8583,
   Kerberos, L2TP, LACP, MAC LTE, OpenFlow, Profinet I/O, RTPS, SCTP, SDP,
   Skype, SMPP, SNA, SNMP, SPNEGO, TCP, USB Audio, XML, and ZigBee

Revision 1.157: download - view: text, markup, annotated - select for diffs
Sun Oct 9 21:13:22 2016 UTC (8 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +2 -3 lines
Updated wireshark to 2.2.1.

What's New

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2016-56
       The Bluetooth L2CAP dissector could crash. ([2]Bug 12825)
     * [3]wnpa-sec-2016-57
       The NCP dissector could crash. ([4]Bug 12945)

   The following bugs have been fixed:
     * Flow Graph colored data arrows. ([5]Bug 12065)
     * Capture File Properties under Statistics Grayed Out after Stopping
       a Capture. ([6]Bug 12071)
     * Qt: Hidden columns displayed during live capture. ([7]Bug 12377)
     * Unable to save changes to coloring rules. ([8]Bug 12814)
     * Bad description for NBSS error code 0x81. ([9]Bug 12835)
     * Live capture from USBPcap fails immediately. ([10]Bug 12846)
     * Cannot decrypt EAP-TTLS traffic (not recognized as conversation).
       ([11]Bug 12879)
     * Export packet dissections Option disabled after capturing traffic.
       ([12]Bug 12898)
     * Failure to open file named with Chinese or other multibyte
       characters. ([13]Bug 12900)
     * k12 text file format causes errors. ([14]Bug 12903)
     * File | File Set | List Files dialog is blank. ([15]Bug 12904)
     * Decoding/Display of an INAP CONNECT message goes wrong for the
       Destination Routing Address part. ([16]Bug 12911)
     * TLS padding extension dissector length parsing bug. ([17]Bug 12922)
     * Diameter dictionary bugs. ([18]Bug 12927)
     * File open from menu bar with filter in place causes Wireshark to
       crash. ([19]Bug 12929)
     * Unable to capture USBPcap trace using tshark with extcap built.
       ([20]Bug 12949)
     * P1 dissector fails a TVB assertion. ([21]Bug 12976)
     * Multiple PortableApps instances can once again be run at the same
       time.

  Updated Protocol Support

   6LowPAN, BT L2CAP, CIP, DCOM IRemUnknown, Diameter, DMP, EAP, ISUP,
   NBT, NCP, NetFlow, SSL / TLS, and U3V

  New and Updated Capture File Support

   Ascend, and K12

Revision 1.156: download - view: text, markup, annotated - select for diffs
Thu Sep 29 20:11:08 2016 UTC (8 years, 2 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +3 -7 lines
Allow build with heimdal again. Bump PKGREVISION.

Revision 1.155: download - view: text, markup, annotated - select for diffs
Mon Sep 19 13:04:26 2016 UTC (8 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +2 -1 lines
Recursive PKGREVISION bump for gnutls shlib major bump.

Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon Sep 12 15:58:44 2016 UTC (8 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +3 -1 lines
Add PKGCONFIG_OVERRIDE. Ride update.

Revision 1.153: download - view: text, markup, annotated - select for diffs
Mon Sep 12 10:59:55 2016 UTC (8 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +7 -3 lines
Updated wireshark to 2.2.0.

What's New

  Bug Fixes

     * Upgrading to latest version uninstalls Microsoft Visual C++
       redistributable. ([1]Bug 12712)
     * Extcap errors not reported back to UI. ([2]Bug 11892)

  New and Updated Features

   The following features are new (or have been significantly updated)
   since version 2.2.0rc1:

   "Decode As" supports SSL (TLS) over TCP.

   The following features are new (or have been significantly updated)
   since version 2.1.1:
     * Invalid coloring rules are now disabled instead of discarded. This
       will provide backward compatibility with a coloring rule change in
       Wireshark 2.2.

   The following features are new (or have been significantly updated)
   since version 2.1.0:
     * Added -d option for Decode As support in Wireshark (mimics TShark
       functionality)
     * The Qt UI, GTK+ UI, and TShark can now export packets as JSON.
       TShark can additionally export packets as Elasticsearch-compatible
       JSON.
     * The Qt UI now supports the -j, -J, and -l flags. The -m flag is now
       deprecated.
     * The Conversations and Endpoints dialogs are more responsive when
       viewing large numbers of items.
     * The RTP player now allows up to 30 minutes of silence frames.
     * Packet bytes can now be displayed as EBCDIC.
     * The Qt UI loads captures faster on Windows.
     * proto_tree_add_checksum was added as an API. This attempts to
       standardize how checksums are reported and filtered for within
       *Shark. There are no more individual "good" and "bad" filter
       fields, protocols now have a "checksum.status" field that records
       "Good", "Bad" and "Unverified" (neither good or bad). Color filters
       provided with Wireshark have been adjusted to the new display
       filter names, but custom ones may need to be updated.

   The following features are new (or have been significantly updated)
   since version 2.0.0:
     * The intelligent scroll bar now sits to the left of a normal scroll
       bar and provides a clickable map of nearby packets.
     * You can now switch between between Capture and File Format
       dissection of the current capture file via the View menu in the Qt
       GUI.
     * You can now show selected packet bytes as ASCII, HTML, Image, ISO
       8859-1, Raw, UTF-8, a C array, or YAML.
     * You can now use regular expressions in Find Packet and in the
       advanced preferences.
     * Name resolution for packet capture now supports asynchronous DNS
       lookups only. Therefore the "concurrent DNS resolution" preference
       has been deprecated and is a no-op. To enable DNS name resolution
       some build dependencies must be present (currently c-ares). If that
       is not the case DNS name resolution will be disabled (but other
       name resolution mechanisms, such as host files, are still
       available).
     * The byte under the mouse in the Packet Bytes pane is now
       highlighted.
     * TShark supports exporting PDUs via the -U flag.
     * The Windows and OS X installers now come with the "sshdump" and
       "ciscodump" extcap interfaces.
     * Most dialogs in the Qt UI now save their size and positions.
     * The Follow Stream dialog now supports UTF-16.
     * The Firewall ACL Rules dialog has returned.
     * The Flow (Sequence) Analysis dialog has been improved.
     * We no longer provide packages for 32-bit versions of OS X.
     * The Bluetooth Device details dialog has been added.

  New File Format Decoding Support

   Wireshark is able to display the format of some types of files (rather
   than displaying the contents of those files). This is useful when
   you're curious about, or debugging, a file and its format. To open a
   capture file (such as PCAP) in this mode specify "MIME Files Format" as
   the file's format in the Open File dialog.

  New Protocol Support

   Apache Cassandra - CQL version 3.0, Bachmann bluecom Protocol,
   Bluetooth Pseudoheader for BR/EDR, Cisco ERSPAN3 Marker, Cisco ttag,
   Digital Equipment Corporation Local Area Transport, Distributed Object
   Framework, DOCSIS Upstream Channel Descriptor Type 35, Edge Control
   Protocol (ECP), Encrypted UDP based FTP with multicast, Ericsson IPOS
   Kernel Packet Header Dissector Added (IPOS), Extensible Control &
   Management Protocol (eCMP), FLEXRAY Protocol dissector added
   (automotive bus), IEEE 802.1BR E-Tag, Intel Omni-Path Architecture, ISO
   8583-1, ISO14443, ITU-T G.7041/Y.1303 Generic Framing Procedure (GFP),
   LAT protocol (DECNET), Metamako trailers, Network Service Header for
   Ethernet & GRE, Network-Based IP Flow Mobility (NBIFOM), Nokia
   Intelligent Service Interface (ISI), Open Mobile Alliance Lightweight
   Machine to Machine TLV payload Added (LwM2M TLV), Real Time Location
   System (RTLS), RTI TCP Transport Layer (RTITCP), SMB Witness Service,
   STANAG 5602 SIMPLE, Standard Interface for Multiple Platform Link
   Evaluation (SIMPLE), USB3 Vision Protocol (USB machine vision cameras),
   USBIP Protocol, UserLog Protocol, and Zigbee Protocol Clusters
   Dissectors Added (Closures Lighting General Measurement & Sensing HVAC
   Security & Safety)

  Updated Protocol Support

   Bluetooth OBEX dissector (btobex) was renamed to Obex Dissector (obex),
   allow to DecodeAs it over USB, TCP and UDP.

   A preference was added to TCP dissector for handling IPFIX process
   information. It has been disabled by default.

  New and Updated Capture File Support

   Micropross mplog

  New and Updated Capture Interfaces support

   Non-empty section placeholder.

  Major API Changes

   The libwireshark API has undergone some major changes:
     * The address macros (e.g., SET_ADDRESS) have been removed. Use the
       (lower case) functions of the same names instead.
     * "old style" dissector functions (that don't return number of bytes
       used) have been replaced in name with the "new style" dissector
       functions.
     * tvb_get_string and tvb_get_stringz have been replaced with
       tvb_get_string_enc and tvb_get_stringz_enc respectively.

Revision 1.152: download - view: text, markup, annotated - select for diffs
Wed Aug 3 10:23:18 2016 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +2 -1 lines
Revbump after graphics/gd update

Revision 1.151: download - view: text, markup, annotated - select for diffs
Thu Jul 28 13:22:14 2016 UTC (8 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +2 -3 lines
Updated wireshark to 2.0.5.

What's New

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2016-39
       CORBA IDL dissector crash on 64-bit Windows. ([2]Bug 12495)
     * [3]wnpa-sec-2016-41
       PacketBB crash. ([4]Bug 12577)
     * [5]wnpa-sec-2016-42
       WSP infinite loop. ([6]Bug 12594)
     * [7]wnpa-sec-2016-44
       RLC long loop. ([8]Bug 12660)
     * [9]wnpa-sec-2016-45
       LDSS dissector crash. ([10]Bug 12662)
     * [11]wnpa-sec-2016-46
       RLC dissector crash. ([12]Bug 12664)
     * [13]wnpa-sec-2016-47
       OpenFlow long loop. ([14]Bug 12659)
     * [15]wnpa-sec-2016-48
       MMSE, WAP, WBXML, and WSP infinite loop. ([16]Bug 12661)
     * [17]wnpa-sec-2016-49
       WBXML crash. ([18]Bug 12663)

   The following bugs have been fixed:
     * T30 FCF byte decoding masks DTC, CIG and NCS. ([19]Bug 1918)
     * TShark crashes with option "-z io,stat,..." in the presence of
       negative relative packet timestamps. ([20]Bug 9014)
     * Packet size limited during capture msg is repeated in the Info
       column. ([21]Bug 9826)
     * Wireshark loses windows decorations on second screen when
       restarting maximized using GNOME. ([22]Bug 11303)
     * Cannot launch GTK+ version of wireshark as a normal user. ([23]Bug
       11400)
     * Restart current capture fails with "no interface selected" error
       when capturing in promiscuous mode. ([24]Bug 11834)
     * Add field completion suggestions when adding a Display filter or Y
       Field to the IO Graph. ([25]Bug 11899)
     * Wireshark Qt always indicates locale as "C". ([26]Bug 11960)
     * Wireshark crashes every time open Statistics -> Conversations |
       Endpoints. ([27]Bug 12288)
     * Find function within the conversations window does not work.
       ([28]Bug 12363)
     * Invalid values for USB SET_REQUEST packets. ([29]Bug 12511)
     * Display filter dropdown hides cursor. ([30]Bug 12520)
     * Filter for field name tcp.options.wscale.multiplier cannot exceed
       255. ([31]Bug 12525)
     * Ctrl+ shortcuts that are not text-related do not work when focus is
       on display filter field. ([32]Bug 12533)
     * Closing Statistics window results in black screen. ([33]Bug 12544)
     * OSPF: Incorrect description of N/P-bit in NSSA LSA. ([34]Bug 12555)
     * Inconsistent VHT data rate. ([35]Bug 12558)
     * DCE/RPC malformed error when stub-data is missing but a
       sub-dissector has been registered. ([36]Bug 12561)
     * Wireshark is marking BGP FlowSpec NLRI as malformed if NLRI length
       is larger than 239 bytes. ([37]Bug 12568)
     * "Edit Resolved Name" is not saved in current pcapng file. ([38]Bug
       12629)
     * MPTCP: MP_JOIN B bit not decoded correctly. ([39]Bug 12635)
     * MPTCP MP_PRIO header with AddrID: incorrect AddrID. ([40]Bug 12641)

  Updated Protocol Support

   802.11 Radiotap, BGP, CAN, CANopen, H.248 Q.1950, IPv4, IPv6, LANforge,
   LDSS, MPTCP, OSPF, PacketBB, PRP, RLC, RMT-FEC, RSVP, RTP MIDI, T.30,
   TDS, USB, WAP, WBXML, WiMax RNG-RSP, and WSP

  New and Updated Capture File Support

   and pcapng

Revision 1.150: download - view: text, markup, annotated - select for diffs
Sat Jul 9 13:04:02 2016 UTC (8 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +2 -2 lines
Remove python33: adapt all packages that refer to it.

Revision 1.149: download - view: text, markup, annotated - select for diffs
Sat Jul 9 06:38:47 2016 UTC (8 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +2 -1 lines
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.148: download - view: text, markup, annotated - select for diffs
Sat Jun 11 14:40:17 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +2 -2 lines
Updated wireshark to 2.0.4.

                         Wireshark 2.0.4 Release Notes
What's New

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2016-29
       The SPOOLS dissector could go into an infinite loop. Discovered by
       the CESG.
     * [2]wnpa-sec-2016-30
       The IEEE 802.11 dissector could crash. ([3]Bug 11585)
     * [4]wnpa-sec-2016-31
       The IEEE 802.11 dissector could crash. Discovered by Mateusz
       Jurczyk. ([5]Bug 12175)
     * [6]wnpa-sec-2016-32
       The UMTS FP dissector could crash. ([7]Bug 12191)
     * [8]wnpa-sec-2016-33
       Some USB dissectors could crash. Discovered by Mateusz Jurczyk.
       ([9]Bug 12356)
     * [10]wnpa-sec-2016-34
       The Toshiba file parser could crash. Discovered by iDefense Labs.
       ([11]Bug 12394)
     * [12]wnpa-sec-2016-35
       The CoSine file parser could crash. Discovered by iDefense Labs.
       ([13]Bug 12395)
     * [14]wnpa-sec-2016-36
       The NetScreen file parser could crash. Discovered by iDefense Labs.
       ([15]Bug 12396)
     * [16]wnpa-sec-2016-37
       The Ethernet dissector could crash. ([17]Bug 12440)

   The following bugs have been fixed:
     * Saving pcap capture file with ERF encapsulation creates an invalid
       pcap file. ([18]Bug 3606)
     * Questionable calling of Ethernet dissector by encapsulating
       protocol dissectors. ([19]Bug 9933)
     * Wireshark 1.12.0 does not dissect HTTP correctly. ([20]Bug 10335)
     * Don't copy details of hidden columns. ([21]Bug 11788)
     * RTP audio player crashes. ([22]Bug 12166)
     * Crash when saving RTP audio Telephony->RTP->RTP
       Streams->Analyze->Save->Audio. ([23]Bug 12211)
     * Edit - preferences - add column field not showing dropdown for
       choices. ([24]Bug 12321)
     * Using _ws.expert in a filter can cause a crash. ([25]Bug 12335)
     * Crash in SCCP dissector UAT (Qt UI only). ([26]Bug 12364)
     * J1939 frame without data = malformed packet ? ([27]Bug 12366)
     * The stream number in tshark's "-z follow,tcp,<stream number>"
       option is 0-origin rather than 1-origin. ([28]Bug 12383)
     * IP Header Length display filter should show calculated value.
       ([29]Bug 12387)
     * Multiple file radio buttons should be check boxes. ([30]Bug 12388)
     * Wrong check for getaddrinfo and gethostbyname on Solaris 11.
       ([31]Bug 12391)
     * ICMPv6 dissector doesn't respect actual packet length. ([32]Bug
       12400)
     * Format DIS header timestamp mm:ss.nnnnnn. ([33]Bug 12402)
     * RTP Stream Analysis can no longer be sorted in 2.0.3. ([34]Bug
       12405)
     * RTP Stream Analysis fails to complete in 2.0.3 when packets are
       sliced. ([35]Bug 12406)
     * Network-Layer Name Resolution uses first 32-bits of IPv6 DNS
       address as IPv4 address in some circumstances. ([36]Bug 12412)
     * BACnet decoder incorrectly flags a valid APDU as a "Malformed
       Packet". ([37]Bug 12422)
     * Valid ISUP messages marked with warnings. ([38]Bug 12423)
     * Profile command line switch "-C" not working in Qt interface.
       ([39]Bug 12425)
     * MRCPv2: info column not showing info correctly. ([40]Bug 12426)
     * Diameter: Experimental result code 5142. ([41]Bug 12428)
     * Tshark crashes when analyzing RTP due to pointer being freed not
       allocated. ([42]Bug 12430)
     * NFS: missing information in getattr for supported exclusive create
       attributes. ([43]Bug 12435)
     * Ethernet type field with a value of 9100 is shown as "Unknown".
       ([44]Bug 12441)
     * Documentation does not include support for Windows Server 2012 R2.
       ([45]Bug 12455)
     * Column preferences ruined too easily. ([46]Bug 12465)
     * SMB Open andX extended response decoded incorrectly. ([47]Bug
       12472)
     * SMB NtCreate andX with extended response sometimes incorrect.
       ([48]Bug 12473)
     * Viewing NFSv3 Data, checking SRTs doesn't work. ([49]Bug 12478)
     * Make wireshark with Qt enabled buildable on ARM. ([50]Bug 12483)

  Updated Protocol Support

   AFS, ANSI IS-637 A, BACapp, BT BNEP, Cisco FabricPath MiM, CSN.1,
   DCERPC SPOOLS, DIS, Ethernet, GSM A RR, ICMPv6, IEEE 802.11, IPv4,
   ISUP, J1939, JXTA, LAPSat, LPADm, LTE-RRC, MRCPv2, NFS, OpenFlow,
   SGsAP, SMB, STT, TZSP, UMTS FP, and USB

  New and Updated Capture File Support

   Aethra, Catapult DCT2000, CoSine, DBS Etherwatch, ERF, iSeries, Ixia
   IxVeriWave, NetScreen, Toshiba, and VMS TCPIPtrace

Revision 1.147: download - view: text, markup, annotated - select for diffs
Sun Apr 24 10:02:13 2016 UTC (8 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -3 lines
Updated wireshark to 2.0.3.

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2016-01
       DLL hijacking vulnerability. [2]CVE-2016-2521
     * [3]wnpa-sec-2016-02
       ASN.1 BER dissector crash. ([4]Bug 11828) [5]CVE-2016-2522
     * [6]wnpa-sec-2016-03
       DNP dissector infinite loop. ([7]Bug 11938) [8]CVE-2016-2523
     * [9]wnpa-sec-2016-04
       X.509AF dissector crash. ([10]Bug 12002) [11]CVE-2016-2524
     * [12]wnpa-sec-2016-05
       HTTP/2 dissector crash. ([13]Bug 12077) [14]CVE-2016-2525
     * [15]wnpa-sec-2016-06
       HiQnet dissector crash. ([16]Bug 11983) [17]CVE-2016-2526
     * [18]wnpa-sec-2016-07
       3GPP TS 32.423 Trace file parser crash. ([19]Bug 11982)
       [20]CVE-2016-2527
     * [21]wnpa-sec-2016-08
       LBMC dissector crash. ([22]Bug 11984) [23]CVE-2016-2528
     * [24]wnpa-sec-2016-09
       iSeries file parser crash. ([25]Bug 11985) [26]CVE-2016-2529
     * [27]wnpa-sec-2016-10
       RSL dissector crash. ([28]Bug 11829) [29]CVE-2016-2530
       [30]CVE-2016-2531
     * [31]wnpa-sec-2016-11
       LLRP dissector crash. ([32]Bug 12048) [33]CVE-2016-2532
     * [34]wnpa-sec-2016-12
       Ixia IxVeriWave file parser crash. ([35]Bug 11795)
     * [36]wnpa-sec-2016-13
       IEEE 802.11 dissector crash. ([37]Bug 11818)
     * [38]wnpa-sec-2016-14
       GSM A-bis OML dissector crash. ([39]Bug 11825)
     * [40]wnpa-sec-2016-15
       ASN.1 BER dissector crash. ([41]Bug 12106)
     * [42]wnpa-sec-2016-16
       SPICE dissector large loop. ([43]Bug 12151)
     * [44]wnpa-sec-2016-17
       NFS dissector crash.
     * [45]wnpa-sec-2016-18
       ASN.1 BER dissector crash. ([46]Bug 11822)

   The following bugs have been fixed:
     * HTTP 302 decoded as TCP when "Allow subdissector to reassemble TCP
       streams" option is enabled. ([47]Bug 9848)
     * Questionable calling of ethernet dissector by encapsulating
       protocol dissectors. ([48]Bug 9933)
     * [Qt & Legacy & probably TShark too] Delta Time Conversation column
       is empty. ([49]Bug 11559)
     * extcap: abort when validating capture filter for DLT 147. ([50]Bug
       11656)
     * Missing columns in Qt Flow Graph. ([51]Bug 11710)
     * Interface list doesn't show well when the list is very long.
       ([52]Bug 11733)
     * Unable to use saved Capture Filters in Qt UI. ([53]Bug 11836)
     * extcap: Capture interface options snaplen, buffer and promiscuous
       not being used. ([54]Bug 11865)
     * Improper RPC reassembly ([55]Bug 11913)
     * GTPv1 Dual Stack with one static and one Dynamic IP. ([56]Bug
       11945)
     * Wireshark 2.0.1 MPLS dissector not decoding payload when control
       word is present in pseudowire. ([57]Bug 11949)
     * "...using this filter" turns white (not green or red). Plus
       dropdown arrow does nothing. ([58]Bug 11950)
     * EIGRP field eigrp.ipv4.destination does not show the correct
       destination. ([59]Bug 11953)
     * tshark -z conv,type[,filter] swapped frame / byte values from / to
       columns. ([60]Bug 11959)
     * The field name nstrace.tcpdbg.tcpack should be
       nstrace.tcpdbg.tcprtt. ([61]Bug 11964)
     * 6LoWPAN IPHC traffic class not decompressed correctly. ([62]Bug
       11971)
     * Crash with snooping NFS file handles. ([63]Bug 11972)
     * 802.11 dissector fails to decrypt some broadcast messages. ([64]Bug
       11973)
     * Wireshark hangs when adding a new profile. ([65]Bug 11979)
     * Issues when closing the application with a running capture without
       packets. ([66]Bug 11981)
     * New Qt UI lacks ability to step through multiple TCP streams with
       Analyze > Follow > TCP Stream. ([67]Bug 11987)
     * GTK: plugin_if_goto_frame causes Access Violation if called before
       capture file is loaded. ([68]Bug 11989)
     * Wireshark 2.0.1 crash on start. ([69]Bug 11992)
     * Wi-Fi 4-way handshake 4/4 is displayed as 2/4. ([70]Bug 11994)
     * ACN: acn.dmx.data has incorrect type. ([71]Bug 11999)
     * editcap packet comment won't add multiple comments. ([72]Bug 12007)
     * DICOM Sequences no longer able to be expanded. ([73]Bug 12011)
     * Wrong TCP stream when port numbers are reused. ([74]Bug 12022)
     * SSL decryption fails in presence of a Client certificate. ([75]Bug
       12042)
     * LUA: TVBs backing a data source is freed too early. ([76]Bug 12050)
     * PIM: pim.group filter have the same name for IPv4 and IPv6.
       ([77]Bug 12061)
     * Failed to parse M3AP IE (TNL information). ([78]Bug 12070)
     * Wrong interpretation of Instance ID value in OSPFv3 packet.
       ([79]Bug 12072)
     * MP2T Dissector does parse RTP properly in 2.0.1. ([80]Bug 12099)
     * editcap does not adjust time for frames with absolute timestamp 0 <
       t < 1 secs. ([81]Bug 12116)
     * Guard Interval is not consistent between Radiotap & wlan_radio.
       ([82]Bug 12123)
     * Calling dumpcap -i- results in access violation. ([83]Bug 12143)
     * Qt: Friendly Name and Interface Name columns should not be
       editable. ([84]Bug 12146)
     * PPTP GRE call ID not always decoded. ([85]Bug 12149)
     * Interface list does not show device description anymore. ([86]Bug
       12156)
     * Find Packet does not highlight the matching tree item or packet
       bytes. ([87]Bug 12157)
     * "total block length ... is too large" error when opening pcapng
       file with multiple SHB sections. ([88]Bug 12167)
     * http.request.full_uri is malformed if an HTTP Proxy is used.
       ([89]Bug 12176)
     * SNMP dissector fails at msgSecurityParameters with long length
       encoding. ([90]Bug 12181)

  Updated Protocol Support

   6LoWPAN, ACN, ASN.1 BER, BATADV, DICOM, DNP3, DOCSIS INT-RNG-REQ, E100,
   EIGRP, GSM A DTAP, GSM SMS, GTP, HiQnet, HTTP, HTTP/2, IEEE 802.11,
   IKEv2, InfiniBand, IPv4, IPv6, LBMC, LLRP, M3AP, MAC LTE, MP2T, MPLS,
   NFS, NS Trace, OSPF, PIM, PPTP, RLC LTE, RoHC, RPC, RSL, SNMP, SPICE,
   SSL, TCP, TRILL, VXLAN, WaveAgent, and X.509AF

  New and Updated Capture File Support

   3GPP TS 32.423 Trace, iSeries, Ixia IxVeriWave, pcap, and pcapng

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Apr 11 19:02:02 2016 UTC (8 years, 8 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +2 -2 lines
Recursive revbump from textproc/icu 57.1

Revision 1.145: download - view: text, markup, annotated - select for diffs
Sat Mar 5 11:29:14 2016 UTC (8 years, 9 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +2 -1 lines
Bump PKGREVISION for security/openssl ABI bump.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Mar 3 13:33:14 2016 UTC (8 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -4 lines
Make wireshark2 the new default wireshark, since it is the default stable
version upstream.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Thu Feb 25 16:20:53 2016 UTC (8 years, 9 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -4 lines
Use OPSYSVARS.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Sat Jan 2 11:39:56 2016 UTC (8 years, 11 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2 lines
Update to 1.12.9

Changelog:
                         Wireshark 1.12.9 Release Notes
     __________________________________________________________________

What is Wireshark?

   Wireshark is the world's most popular network protocol analyzer. It is
   used for troubleshooting, analysis, development and education.
     __________________________________________________________________

What's New

  Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2015-31
       NBAP dissector crashes. ([2]Bug 11602, [3]Bug 11835, [4]Bug 11841)
     * [5]wnpa-sec-2015-32
       UMTS FP dissector crashes. ([6]Bug 11602, [7]Bug 11606)
     * [8]wnpa-sec-2015-33
       DCOM dissector crash. ([9]Bug 11610)
     * [10]wnpa-sec-2015-34
       AllJoyn dissector infinite loop. ([11]Bug 11607)
     * [12]wnpa-sec-2015-35
       T.38 dissector crash. ([13]Bug 9887)
     * [14]wnpa-sec-2015-36
       SDP dissector crash. ([15]Bug 9887)
     * [16]wnpa-sec-2015-37
       NLM dissector crash.
     * [17]wnpa-sec-2015-38
       DNS dissector crash. ([18]Bug 10988)
     * [19]wnpa-sec-2015-39
       BER dissector crash.
     * [20]wnpa-sec-2015-40
       Zlib decompression crash. ([21]Bug 11548)
     * [22]wnpa-sec-2015-41
       SCTP dissector crash. ([23]Bug 11767)
     * [24]wnpa-sec-2015-42
       802.11 decryption crash. ([25]Bug 11790, [26]Bug 11826)
     * [27]wnpa-sec-2015-43
       DIAMETER dissector crash. ([28]Bug 11792)
     * [29]wnpa-sec-2015-44
       VeriWave file parser crashes. ([30]Bug 11789, [31]Bug 11791)
     * [32]wnpa-sec-2015-45
       RSVP dissector crash. ([33]Bug 11793)
     * [34]wnpa-sec-2015-46
       ANSI A & GSM A dissector crashes. ([35]Bug 11797)
     * [36]wnpa-sec-2015-47
       Ascend file parser crash. ([37]Bug 11794)
     * [38]wnpa-sec-2015-48
       NBAP dissector crash. ([39]Bug 11815)
     * [40]wnpa-sec-2015-49
       RSL dissector crash. ([41]Bug 11829)
     * [42]wnpa-sec-2015-50
       ZigBee ZCL dissector crash. ([43]Bug 11830)
     * [44]wnpa-sec-2015-51
       Sniffer file parser crash. ([45]Bug 11827)

   The Windows installers are now built using NSIS 2.50 in order to avoid
   [46]DLL hijacking flaws.

   The following bugs have been fixed:
     * Zooming out (Ctrl+-) too far crashes Wireshark. ([47]Bug 8854)
     * IPv6 Next Header is Unknown yet Wireshark tries parsing an IPv6
       Extension Header. ([48]Bug 9996)
     * IPv6 Mobility Header Link-Layer Address Mobility Option is parsed
       incorrectly. ([49]Bug 10627)
     * Windows Wireshark Installer does not detect WinPcap which is
       already installed. ([50]Bug 10867)
     * SSL Decrypted Packet Not Decoded As HTTP. ([51]Bug 10984)
     * Wireshark crashes when using the VoIP player. ([52]Bug 11596)
     * [GSMTAP] Incorrect decoding of MS Radio Access Capability using
       alternative coding. ([53]Bug 11599)
     * TCP sequence analysis (expert info) does not work in 802.1ah
       frames. ([54]Bug 11629)
     * No correct GVCP info message for READREG_ACK command. ([55]Bug
       11639)
     * Bug in EtherCAT dissector with mailbox response. ([56]Bug 11652)
     * NLM v4 statistics crash. ([57]Bug 11654)
     * Malformed packet with IPv6 mobility header. ([58]Bug 11728)
     * LDAP decode shows invalid number of results for searchResEntry
       packets. ([59]Bug 11761)
     * IPv6 RPL Routing Header with length of 8 bytes still reads an
       address. ([60]Bug 11803)
     * g_utf8_validate assertion when reassembling GSM SMS messages
       encoded in UCS2. ([61]Bug 11809)
     * MPEG2TS NULL pkt: AFC: "Should be 0 for NULL packets" wrong.
       ([62]Bug 11921)

  New and Updated Features

   There are no new features in this release.

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   6LoWPAN, 802.1ah, AllJoyn, ANSI A, ASN.1 BER, CLNP, CMS, DCOM,
   DIAMETER, DNS, ERF, GSM A, GSM SMS, GTP, GVCP, HiSLIP, IEEE 802.11,
   IPv4, IPv6, L2TP, LDAP, MIP6, MP2T, NBAP, NLM, ONC RPC, PCP, RSL, RSVP,
   SCTP, SDP, SIGCOMP, SNMP, SPDY, T.38, UMTS FP, and ZigBee ZCL

  New and Updated Capture File Support

   Ascend, ERF, Sniffer, and VeriWave
     __________________________________________________________________

Getting Wireshark

   Wireshark source code and installation packages are available from
   [63]https://www.wireshark.org/download.html.

  Vendor-supplied Packages

   Most Linux and Unix vendors supply their own Wireshark packages. You
   can usually install or upgrade Wireshark using the package management
   system specific to that platform. A list of third-party packages can be
   found on the [64]download page on the Wireshark web site.
     __________________________________________________________________

File Locations

   Wireshark and TShark look in several different locations for preference
   files, plugins, SNMP MIBS, and RADIUS dictionaries. These locations
   vary from platform to platform. You can use About->Folders to find the
   default locations on your system.
     __________________________________________________________________

Known Problems

   Dumpcap might not quit if Wireshark or TShark crashes. ([65]Bug 1419)

   The BER dissector might infinitely loop. ([66]Bug 1516)

   Capture filters aren't applied when capturing from named pipes.
   ([67]Bug 1814)

   Filtering tshark captures with read filters (-R) no longer works.
   ([68]Bug 2234)

   The 64-bit Windows installer does not support Kerberos decryption.
   ([69]Win64 development page)

   Resolving ([70]Bug 9044) reopens ([71]Bug 3528) so that Wireshark no
   longer automatically decodes gzip data when following a TCP stream.

   Application crash when changing real-time option. ([72]Bug 4035)

   Hex pane display issue after startup. ([73]Bug 4056)

   Packet list rows are oversized. ([74]Bug 4357)

   Wireshark and TShark will display incorrect delta times in some cases.
   ([75]Bug 4985)
     __________________________________________________________________

Getting Help

   Community support is available on [76]Wireshark's Q&A site and on the
   wireshark-users mailing list. Subscription information and archives for
   all of Wireshark's mailing lists can be found on [77]the web site.

   Official Wireshark training and certification are available from
   [78]Wireshark University.
     __________________________________________________________________

Frequently Asked Questions

   A complete FAQ is available on the [79]Wireshark web site.
     __________________________________________________________________

   Last updated 2015-12-29 08:48:09 PST

References

   1. https://www.wireshark.org/security/wnpa-sec-2015-31.html
   2. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11602
   3. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11835
   4. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11841
   5. https://www.wireshark.org/security/wnpa-sec-2015-32.html
   6. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11602
   7. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11606
   8. https://www.wireshark.org/security/wnpa-sec-2015-33.html
   9. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11610
  10. https://www.wireshark.org/security/wnpa-sec-2015-34.html
  11. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11607
  12. https://www.wireshark.org/security/wnpa-sec-2015-35.html
  13. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9887
  14. https://www.wireshark.org/security/wnpa-sec-2015-36.html
  15. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9887
  16. https://www.wireshark.org/security/wnpa-sec-2015-37.html
  17. https://www.wireshark.org/security/wnpa-sec-2015-38.html
  18. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10988
  19. https://www.wireshark.org/security/wnpa-sec-2015-39.html
  20. https://www.wireshark.org/security/wnpa-sec-2015-40.html
  21. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11548
  22. https://www.wireshark.org/security/wnpa-sec-2015-41.html
  23. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11767
  24. https://www.wireshark.org/security/wnpa-sec-2015-42.html
  25. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11790
  26. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11826
  27. https://www.wireshark.org/security/wnpa-sec-2015-43.html
  28. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11792
  29. https://www.wireshark.org/security/wnpa-sec-2015-44.html
  30. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11789
  31. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11791
  32. https://www.wireshark.org/security/wnpa-sec-2015-45.html
  33. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11793
  34. https://www.wireshark.org/security/wnpa-sec-2015-46.html
  35. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11797
  36. https://www.wireshark.org/security/wnpa-sec-2015-47.html
  37. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11794
  38. https://www.wireshark.org/security/wnpa-sec-2015-48.html
  39. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11815
  40. https://www.wireshark.org/security/wnpa-sec-2015-49.html
  41. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11829
  42. https://www.wireshark.org/security/wnpa-sec-2015-50.html
  43. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11830
  44. https://www.wireshark.org/security/wnpa-sec-2015-51.html
  45. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11827
  46. http://nsis.sourceforge.net/Docs/AppendixF.html
  47. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8854
  48. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9996
  49. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10627
  50. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10867
  51. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10984
  52. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11596
  53. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11599
  54. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11629
  55. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11639
  56. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11652
  57. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11654
  58. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11728
  59. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11761
  60. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11803
  61. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11809
  62. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11921
  63. https://www.wireshark.org/download.html
  64. https://www.wireshark.org/download.html#thirdparty
  65. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1419
  66. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1516
  67. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1814
  68. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2234
  69. https://wiki.wireshark.org/Development/Win64
  70. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044
  71. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528
  72. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4035
  73. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4056
  74. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4357
  75. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4985
  76. https://ask.wireshark.org/
  77. https://www.wireshark.org/lists/
  78. http://www.wiresharktraining.com/
  79. https://www.wireshark.org/faq.html

Revision 1.141: download - view: text, markup, annotated - select for diffs
Sat Dec 5 21:25:55 2015 UTC (9 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -2 lines
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Nov 6 17:35:26 2015 UTC (9 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +5 -1 lines
Added qt5 as an option.
Avoid SDK build on OS X.

Revision 1.139: download - view: text, markup, annotated - select for diffs
Wed Oct 21 09:12:10 2015 UTC (9 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +2 -3 lines
Update wireshark to 1.12.8, fix two pkglint warnings while here.

What's New

  Bug Fixes

   The following vulnerabilities have been fixed.
     * [1]wnpa-sec-2015-30
       Pcapng file parser crash. Discovered by Dario Lombardo and Shannon
       Sabens. ([2]Bug 11455) [3]CVE-2015-7830

   The following bugs have been fixed:
     * Last Address field for IPv6 RPL routing header is interpreted
       incorrectly. ([4]Bug 10560)
     * Comparing two capture files crashes Wireshark when navigating the
       results. ([5]Bug 11098)
     * 802.11 frame is not correctly dissected if it contains HT Control.
       ([6]Bug 11351)
     * GVCP bit-fields not updated. ([7]Bug 11442)
     * Tshark crash when specifying ssl.keys_list on CLI. ([8]Bug 11443)
     * pcapng: SPB capture length is incorrectly truncated if IDB snaplen
       = 0. ([9]Bug 11483)
     * pcapng: NRB IPv4 address is endian swapped but shouldn't be.
       ([10]Bug 11484)
     * pcapng: NRB with options causes file read failure. ([11]Bug 11485)
     * pcapng: ISB without if_drop option is shown as max value. ([12]Bug
       11489)
     * UNISTIM dissector - Message length not included in offset for
       "Select Adjustable Rx Volume". ([13]Bug 11497)

  Updated Protocol Support

   DIAMETER, GVCP, IEEE 802.11, IPv6, and UNISTIM

Revision 1.138: download - view: text, markup, annotated - select for diffs
Sun Oct 11 14:20:57 2015 UTC (9 years, 2 months ago) by tnn
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +9 -1 lines
Fix startup segfault on 64-bit platforms due to pointer to int conversion.
Why this didn't surface before is anyone's guess. Bump rev.

Revision 1.137: download - view: text, markup, annotated - select for diffs
Sat Sep 12 19:03:59 2015 UTC (9 years, 2 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -3 lines
Update to wireshark-1.12.7.
Full ChangeLog since 1.10.14 is too long to include. A few highlights:

- Expert information is now filterable when the new API is in use.
- "malformed" display filter has been renamed to "_ws.malformed".
- Transport name resolution is now disabled by default.
- Support has been added for all versions of the DCBx protocol.
- Cleanup of LLDP code, all dissected fields are now navigable.
- Dissector output may be encoded as UTF-8. This includes TShark output.
- The ASN1 plugin has been removed as it s deemed obsolete.
- The GNM dissector has been removed as it was never used.
- The Kerberos dissector has been replaced by one generated from ASN1 code.
- A more flexible, modular memory manager (wmem) has been added.
- A new API for expert information has been added, replacing the old one.
- The tvbuff API has been cleaned up.
- Support for 80+ new protocols

Revision 1.136: download - view: text, markup, annotated - select for diffs
Sun Aug 23 14:30:40 2015 UTC (9 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -2 lines
Bump PKGREVISION for nettle shlib major bump.

Revision 1.135: download - view: text, markup, annotated - select for diffs
Fri Jun 19 07:29:37 2015 UTC (9 years, 5 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2 lines
Reset maintainer.

Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri Jun 12 10:50:54 2015 UTC (9 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +2 -1 lines
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.130.2.1: download - view: text, markup, annotated - select for diffs
Sat May 16 19:40:20 2015 UTC (9 years, 6 months ago) by bsiegert
Branches: pkgsrc-2015Q1
Diff to: previous 1.130: preferred, colored; next MAIN 1.131: preferred, colored
Changes since revision 1.130: +2 -2 lines
Pullup ticket #4717 - requested by tron
net/wireshark: security fix

Revisions pulled up:
- net/wireshark/Makefile                                        1.133
- net/wireshark/distinfo                                        1.81

---
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Fri May 15 18:02:13 UTC 2015

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.14. Changes since 1.10.13:
   - Bug Fixes
     The following vulnerabilities have been fixed.
     * wnpa-sec-2015-14
       The WCP dissector could crash while decompressing data. (Bug 10978)
       CVE-2015-3811
     * wnpa-sec-2015-15
       The X11 dissector could leak memory. (Bug 11088)
       CVE-2015-3812
     * wnpa-sec-2015-17
       The IEEE 802.11 dissector could go into an infinite loop. (Bug 11110)
       CVE-2015-3814
     The following bugs have been fixed:
     * Wireshark crashes if "Update list of packets in real time" is
       disabled and a display filter is applied while capturing. (Bug 6217)
     * Wireshark relative ISN set incorrectly if raw ISN set to 0.
       (Bug 10713)
     * Buffer overrun in encryption code. (Bug 10849)
     * ICMP Parameter Problem message contains Length of original datagram
       is treated as the total IPv4 length. (Bug 10991)
     * ICMP Redirect takes 4 bytes for IPv4 payload instead of 8. (Bug
       10992)
     * Interface Identifier incorrectly represented by Wireshark. (Bug
       11053)
     * Annoying popup when trying to capture on bonding devices on Linux.
       (Bug 11058)
     * CanOpen dissector fails on frames with RTR and 0 length. (Bug 11083)
     * Typo in secp521r1 curve wrongly identified as sect521r1. (Bug 11106)
     * packet-zbee-zcl.h: IS_ANALOG_SUBTYPE doesn't filter ENUM. (Bug 11120)
     * Typo: "LTE Positioning Protocol" abbreviated as "LPP", not "LLP".
       (Bug 11141)
   - Updated Protocol Support
     ASN.1 PER, CANopen, GSM RLC/MAC, GSMTAP, ICMP, IEEE 802.11, LPP,
     MEGACO, PKCS-1, PPP IPv6CP, SRVLOC, SSL, TCP, WCP, X11, and ZigBee ZCL
   - New and Updated Capture File Support
     Savvius OmniPeek Visual Networks

Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri May 15 18:02:13 2015 UTC (9 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -3 lines
Update "wireshark" package to version 1.10.14. Changes since 1.10.13:
- Bug Fixes
  The following vulnerabilities have been fixed.
  * wnpa-sec-2015-14
    The WCP dissector could crash while decompressing data. (Bug 10978)
    CVE-2015-3811
  * wnpa-sec-2015-15
    The X11 dissector could leak memory. (Bug 11088)
    CVE-2015-3812
  * wnpa-sec-2015-17
    The IEEE 802.11 dissector could go into an infinite loop. (Bug 11110)
    CVE-2015-3814
  The following bugs have been fixed:
  * Wireshark crashes if "Update list of packets in real time" is
    disabled and a display filter is applied while capturing. (Bug 6217)
  * Wireshark relative ISN set incorrectly if raw ISN set to 0.
    (Bug 10713)
  * Buffer overrun in encryption code. (Bug 10849)
  * ICMP Parameter Problem message contains Length of original datagram
    is treated as the total IPv4 length. (Bug 10991)
  * ICMP Redirect takes 4 bytes for IPv4 payload instead of 8. (Bug
    10992)
  * Interface Identifier incorrectly represented by Wireshark. (Bug
    11053)
  * Annoying popup when trying to capture on bonding devices on Linux.
    (Bug 11058)
  * CanOpen dissector fails on frames with RTR and 0 length. (Bug 11083)
  * Typo in secp521r1 curve wrongly identified as sect521r1. (Bug 11106)
  * packet-zbee-zcl.h: IS_ANALOG_SUBTYPE doesn't filter ENUM. (Bug 11120)
  * Typo: "LTE Positioning Protocol" abbreviated as "LPP", not "LLP".
    (Bug 11141)
- Updated Protocol Support
  ASN.1 PER, CANopen, GSM RLC/MAC, GSMTAP, ICMP, IEEE 802.11, LPP,
  MEGACO, PKCS-1, PPP IPv6CP, SRVLOC, SSL, TCP, WCP, X11, and ZigBee ZCL
- New and Updated Capture File Support
  Savvius OmniPeek Visual Networks

Revision 1.132: download - view: text, markup, annotated - select for diffs
Thu May 7 21:40:43 2015 UTC (9 years, 7 months ago) by roy
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +5 -2 lines
Add a wireshark.desktop entry for the GTK+ port,
icons for it and icons for the tcpdump/pcap mimetype.

Revision 1.131: download - view: text, markup, annotated - select for diffs
Sat Apr 25 14:23:48 2015 UTC (9 years, 7 months ago) by tnn
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -1 lines
Recursive revbump following MesaLib update, categories g through n.

Revision 1.127.2.2: download - view: text, markup, annotated - select for diffs
Sun Mar 22 15:56:33 2015 UTC (9 years, 8 months ago) by spz
Branches: pkgsrc-2014Q4
Diff to: previous 1.127.2.1: preferred, colored; branchpoint 1.127: preferred, colored; next MAIN 1.128: preferred, colored
Changes since revision 1.127.2.1: +2 -2 lines
Pullup ticket #4639 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.129
- net/wireshark/distinfo                                        1.80

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Mon Mar  9 09:04:25 UTC 2015

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.13. Changes since 1.10.12:
   - Bug Fixes
     The following vulnerabilities have been fixed.
       * wnpa-sec-2015-07
         The WCP dissector could crash. (Bug 10844) CVE-2015-2188
       * wnpa-sec-2015-08
         The pcapng file parser could crash. (Bug 10895) CVE-2015-2189
       * wnpa-sec-2015-10
         The TNEF dissector could go into an infinite loop. Discovered by
         Vlad Tsyrklevich. (Bug 11023) CVE-2015-2190
     The following bugs have been fixed:
       * IPv6 AUTH mobility option parses Mobility SPI and Authentication
         Data incorrectly. (Bug 10626)
       * DHCP Option 125 Suboption: (1) option-len always expects 1 but
         specification allows for more. (Bug 10784)
       * Little-endian OS X Bluetooth PacketLogger files aren't handled.
         (Bug 10861)
       * X.509 certificate serial number incorrectly interpreted as negative
         number. (Bug 10862)
       * H.248 "ServiceChangeReasonStr" messages are not shown in text
         generated by tshark. (Bug 10879)
       * Clang ASAN : AddressSanitizer: global-buffer-overflow ANSI.
         (Bug 10897)
       * MEGACO wrong decoding on media port. (Bug 10898)
       * Wrong media format. (Bug 10899)
       * BSSGP Status PDU decoding fault (missing Mandatory element (0x04)
         BVCI for proper packet). (Bug 10903)
       * Packets on OpenBSD loopback decoded as raw not null. (Bug
         10956)
       * Display Filter Macro unable to edit. (Bug 10957)
       * IPv6 Local Mobility Anchor Address mobility option code is treated
         incorrectly. (Bug 10961)
       * Juniper Packet Mirror dissector expects ipv6 flow label =3D 0.
         (Bug 10976)
       * Infinite loop DoS in TNEF dissector. (Bug 11023)
   - Updated Protocol Support
     ANSI IS-637-A, DHCP, GSM MAP, H.248, IPv6, Juniper Jmirror, and X.509AF
   - New and Updated Capture File Support
     PacketLogger, and Pcapng


   To generate a diff of this commit:
   cvs rdiff -u -r1.128 -r1.129 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/net/wireshark/distinfo

Revision 1.130: download - view: text, markup, annotated - select for diffs
Mon Mar 9 18:47:18 2015 UTC (9 years, 9 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base
Branch point for: pkgsrc-2015Q1
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +2 -3 lines
Update the master site list.

Revision 1.129: download - view: text, markup, annotated - select for diffs
Mon Mar 9 09:04:25 2015 UTC (9 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2 lines
Update "wireshark" package to version 1.10.13. Changes since 1.10.12:
- Bug Fixes
  The following vulnerabilities have been fixed.
    * wnpa-sec-2015-07
      The WCP dissector could crash. (Bug 10844) CVE-2015-2188
    * wnpa-sec-2015-08
      The pcapng file parser could crash. (Bug 10895) CVE-2015-2189
    * wnpa-sec-2015-10
      The TNEF dissector could go into an infinite loop. Discovered by
      Vlad Tsyrklevich. (Bug 11023) CVE-2015-2190
  The following bugs have been fixed:
    * IPv6 AUTH mobility option parses Mobility SPI and Authentication
      Data incorrectly. (Bug 10626)
    * DHCP Option 125 Suboption: (1) option-len always expects 1 but
      specification allows for more. (Bug 10784)
    * Little-endian OS X Bluetooth PacketLogger files aren't handled.
      (Bug 10861)
    * X.509 certificate serial number incorrectly interpreted as negative
      number. (Bug 10862)
    * H.248 "ServiceChangeReasonStr" messages are not shown in text
      generated by tshark. (Bug 10879)
    * Clang ASAN : AddressSanitizer: global-buffer-overflow ANSI.
      (Bug 10897)
    * MEGACO wrong decoding on media port. (Bug 10898)
    * Wrong media format. (Bug 10899)
    * BSSGP Status PDU decoding fault (missing Mandatory element (0x04)
      BVCI for proper packet). (Bug 10903)
    * Packets on OpenBSD loopback decoded as raw not null. (Bug
      10956)
    * Display Filter Macro unable to edit. (Bug 10957)
    * IPv6 Local Mobility Anchor Address mobility option code is treated
      incorrectly. (Bug 10961)
    * Juniper Packet Mirror dissector expects ipv6 flow label = 0.
      (Bug 10976)
    * Infinite loop DoS in TNEF dissector. (Bug 11023)
- Updated Protocol Support
  ANSI IS-637-A, DHCP, GSM MAP, H.248, IPv6, Juniper Jmirror, and X.509AF
- New and Updated Capture File Support
  PacketLogger, and Pcapng

Revision 1.127.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 26 06:06:32 2015 UTC (9 years, 10 months ago) by spz
Branches: pkgsrc-2014Q4
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -2 lines
Pullup ticket #4585 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.128
- net/wireshark/distinfo                                        1.79

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Thu Jan  8 18:51:44 UTC 2015

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.12. Changes since 1.10.11:
   - Bug Fixes
     The following vulnerabilities have been fixed.
       * wnpa-sec-2014-20
         SigComp UDVM buffer overflow. (Bug 10662)
         CVE-2014-8710
       * wnpa-sec-2014-21
         AMQP crash. (Bug 10582) CVE-2014-8711
       * wnpa-sec-2014-22
         NCP crashes. (Bug 10552, Bug 10628) CVE-2014-8712
         CVE-2014-8713
       * wnpa-sec-2014-23
         TN5250 infinite loops. (Bug 10596) CVE-2014-8714
     The following bugs have been fixed:
       * 6LoWPAN Mesh headers not treated as encapsulating address.
         (Bug 10462)
       * UCP dissector bug of operation 31 - PID 0639 not
         recognized. (Bug 10463)
       * iSCSI dissector rejects PDUs with "expected data transfer
         length" > 16M. (Bug 10469)
       * GTPv2: trigging_tree under Trace information has wrong
         length. (Bug 10470)
       * Attempt to render an SMS-DELIVER-REPORT instead of an
         SMS-DELIVER. (Bug 10547)
       * IPv6 Mobility Option IPv6 Address/Prefix marks too many
         bytes for the address/prefix field. (Bug 10576)
       * IPv6 Mobility Option Binding Authorization Data for FMIPv6
         Authenticator field is read beyond the option data.
         (Bug 10577)
       * IPv6 Mobility Option Mobile Node Link Layer Identifier
         Link-layer Identifier field is read beyond the option data.
         (Bug 10578)
       * Malformed PTPoE announce packet. (Bug 10611)
       * IPv6 Permanent Home Keygen Token mobility option includes
         too many bytes for the token field. (Bug 10619)
       * IPv6 Redirect Mobility Option K and N bits are parsed
         incorrectly. (Bug 10622)
       * IPv6 Care Of Test mobility option includes too many bytes
         for the Keygen Token field. (Bug 10624)
       * IPv6 MESG-ID mobility option is parsed incorrectly.
         (Bug 10625)
       * IPv6 AUTH mobility option parses Mobility SPI and
         Authentication Data incorrectly. (Bug 10626)
       * IPv6 DNS-UPDATE-TYPE mobility option includes too many
         bytes for the MD identity field. (Bug 10629)
       * IPv6 Local Mobility Anchor Address mobility option's code
         and reserved fields are parsed as 2 bytes instead of 1.
         (Bug 10630)
       * TShark crashes when running with PDML on a specific packet.
         (Bug 10651)
       * IPv6 Mobility Option Context Request reads an extra
         request. (Bug 10676)
   - Updated Protocol Support
     6LoWPAN, AMQP, GSM MAP, GTPv2, H.223, IEEE 802.11, iSCSI, MIH,
     Mobile IPv6, PTPoE, TN5250, and UCP
   - New and Updated Capture File Support
     Catapult DCT2000, HP-UX nettl, pcap-ng, and Sniffer (DOS)


   To generate a diff of this commit:
   cvs rdiff -u -r1.127 -r1.128 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/net/wireshark/distinfo

Revision 1.128: download - view: text, markup, annotated - select for diffs
Thu Jan 8 18:51:44 2015 UTC (9 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -2 lines
Update "wireshark" package to version 1.10.12. Changes since 1.10.11:
- Bug Fixes
  The following vulnerabilities have been fixed.
    * wnpa-sec-2014-20
      SigComp UDVM buffer overflow. (Bug 10662)
      CVE-2014-8710
    * wnpa-sec-2014-21
      AMQP crash. (Bug 10582) CVE-2014-8711
    * wnpa-sec-2014-22
      NCP crashes. (Bug 10552, Bug 10628) CVE-2014-8712
      CVE-2014-8713
    * wnpa-sec-2014-23
      TN5250 infinite loops. (Bug 10596) CVE-2014-8714
  The following bugs have been fixed:
    * 6LoWPAN Mesh headers not treated as encapsulating address.
      (Bug 10462)
    * UCP dissector bug of operation 31 - PID 0639 not
      recognized. (Bug 10463)
    * iSCSI dissector rejects PDUs with "expected data transfer
      length" > 16M. (Bug 10469)
    * GTPv2: trigging_tree under Trace information has wrong
      length. (Bug 10470)
    * Attempt to render an SMS-DELIVER-REPORT instead of an
      SMS-DELIVER. (Bug 10547)
    * IPv6 Mobility Option IPv6 Address/Prefix marks too many
      bytes for the address/prefix field. (Bug 10576)
    * IPv6 Mobility Option Binding Authorization Data for FMIPv6
      Authenticator field is read beyond the option data.
      (Bug 10577)
    * IPv6 Mobility Option Mobile Node Link Layer Identifier
      Link-layer Identifier field is read beyond the option data.
      (Bug 10578)
    * Malformed PTPoE announce packet. (Bug 10611)
    * IPv6 Permanent Home Keygen Token mobility option includes
      too many bytes for the token field. (Bug 10619)
    * IPv6 Redirect Mobility Option K and N bits are parsed
      incorrectly. (Bug 10622)
    * IPv6 Care Of Test mobility option includes too many bytes
      for the Keygen Token field. (Bug 10624)
    * IPv6 MESG-ID mobility option is parsed incorrectly.
      (Bug 10625)
    * IPv6 AUTH mobility option parses Mobility SPI and
      Authentication Data incorrectly. (Bug 10626)
    * IPv6 DNS-UPDATE-TYPE mobility option includes too many
      bytes for the MD identity field. (Bug 10629)
    * IPv6 Local Mobility Anchor Address mobility option's code
      and reserved fields are parsed as 2 bytes instead of 1.
      (Bug 10630)
    * TShark crashes when running with PDML on a specific packet.
      (Bug 10651)
    * IPv6 Mobility Option Context Request reads an extra
      request. (Bug 10676)
- Updated Protocol Support
  6LoWPAN, AMQP, GSM MAP, GTPv2, H.223, IEEE 802.11, iSCSI, MIH,
  Mobile IPv6, PTPoE, TN5250, and UCP
- New and Updated Capture File Support
  Catapult DCT2000, HP-UX nettl, pcap-ng, and Sniffer (DOS)

Revision 1.125.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 23 22:20:47 2014 UTC (10 years ago) by spz
Branches: pkgsrc-2014Q3
Diff to: previous 1.125: preferred, colored; next MAIN 1.126: preferred, colored
Changes since revision 1.125: +2 -2 lines
Pullup ticket #4543 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.127
- net/wireshark/distinfo                                        1.78
- net/wireshark/patches/patch-aa                                1.14
- net/wireshark/patches/patch-ab                                deleted

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Fri Nov 14 12:06:10 UTC 2014

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo
   	pkgsrc/net/wireshark/patches: patch-aa
   Removed Files:
   	pkgsrc/net/wireshark/patches: patch-ab

   Log Message:
   Update "wireshark" package to version 1.10.11. Changes since 1.10.10:
   - Bug Fixes
     The following vulnerabilities have been fixed.
       * wnpa-sec-2014-20
         SigComp UDVM buffer overflow. (Bug 10662)
         CVE-2014-8710
       * wnpa-sec-2014-21
         AMQP crash. (Bug 10582) CVE-2014-8711
       * wnpa-sec-2014-22
         NCP crashes. (Bug 10552, Bug 10628) CVE-2014-8712
         CVE-2014-8713
       * wnpa-sec-2014-23
         TN5250 infinite loops. (Bug 10596) CVE-2014-8714
     The following bugs have been fixed:
       * 6LoWPAN Mesh headers not treated as encapsulating address.
         (Bug 10462)
       * UCP dissector bug of operation 31 - PID 0639 not
         recognized. (Bug 10463)
       * iSCSI dissector rejects PDUs with "expected data transfer
         length" > 16M. (Bug 10469)
       * GTPv2: trigging_tree under Trace information has wrong
         length. (Bug 10470)
       * Attempt to render an SMS-DELIVER-REPORT instead of an
         SMS-DELIVER. (Bug 10547)
       * IPv6 Mobility Option IPv6 Address/Prefix marks too many
         bytes for the address/prefix field. (Bug 10576)
       * IPv6 Mobility Option Binding Authorization Data for FMIPv6
         Authenticator field is read beyond the option data.
         (Bug 10577)
       * IPv6 Mobility Option Mobile Node Link Layer Identifier
         Link-layer Identifier field is read beyond the option data.
         (Bug 10578)
       * Malformed PTPoE announce packet. (Bug 10611)
       * IPv6 Permanent Home Keygen Token mobility option includes
         too many bytes for the token field. (Bug 10619)
       * IPv6 Redirect Mobility Option K and N bits are parsed
         incorrectly. (Bug 10622)
       * IPv6 Care Of Test mobility option includes too many bytes
         for the Keygen Token field. (Bug 10624)
       * IPv6 MESG-ID mobility option is parsed incorrectly.
         (Bug 10625)
       * IPv6 AUTH mobility option parses Mobility SPI and
         Authentication Data incorrectly. (Bug 10626)
       * IPv6 DNS-UPDATE-TYPE mobility option includes too many
         bytes for the MD identity field. (Bug 10629)
       * IPv6 Local Mobility Anchor Address mobility option's code
         and reserved fields are parsed as 2 bytes instead of 1.
         (Bug 10630)
       * TShark crashes when running with PDML on a specific packet.
         (Bug 10651)
       * IPv6 Mobility Option Context Request reads an extra
         request. (Bug 10676)
   - Updated Protocol Support
     6LoWPAN, AMQP, GSM MAP, GTPv2, H.223, IEEE 802.11, iSCSI, MIH,
     Mobile IPv6, PTPoE, TN5250, and UCP
   - New and Updated Capture File Support
     Catapult DCT2000, HP-UX nettl, pcap-ng, and Sniffer (DOS)


   To generate a diff of this commit:
   cvs rdiff -u -r1.126 -r1.127 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/wireshark/patches/patch-aa
   cvs rdiff -u -r1.4 -r0 pkgsrc/net/wireshark/patches/patch-ab

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Nov 14 12:06:10 2014 UTC (10 years ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base
Branch point for: pkgsrc-2014Q4
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -3 lines
Update "wireshark" package to version 1.10.11. Changes since 1.10.10:
- Bug Fixes
  The following vulnerabilities have been fixed.
    * wnpa-sec-2014-20
      SigComp UDVM buffer overflow. (Bug 10662)
      CVE-2014-8710
    * wnpa-sec-2014-21
      AMQP crash. (Bug 10582) CVE-2014-8711
    * wnpa-sec-2014-22
      NCP crashes. (Bug 10552, Bug 10628) CVE-2014-8712
      CVE-2014-8713
    * wnpa-sec-2014-23
      TN5250 infinite loops. (Bug 10596) CVE-2014-8714
  The following bugs have been fixed:
    * 6LoWPAN Mesh headers not treated as encapsulating address.
      (Bug 10462)
    * UCP dissector bug of operation 31 - PID 0639 not
      recognized. (Bug 10463)
    * iSCSI dissector rejects PDUs with "expected data transfer
      length" > 16M. (Bug 10469)
    * GTPv2: trigging_tree under Trace information has wrong
      length. (Bug 10470)
    * Attempt to render an SMS-DELIVER-REPORT instead of an
      SMS-DELIVER. (Bug 10547)
    * IPv6 Mobility Option IPv6 Address/Prefix marks too many
      bytes for the address/prefix field. (Bug 10576)
    * IPv6 Mobility Option Binding Authorization Data for FMIPv6
      Authenticator field is read beyond the option data.
      (Bug 10577)
    * IPv6 Mobility Option Mobile Node Link Layer Identifier
      Link-layer Identifier field is read beyond the option data.
      (Bug 10578)
    * Malformed PTPoE announce packet. (Bug 10611)
    * IPv6 Permanent Home Keygen Token mobility option includes
      too many bytes for the token field. (Bug 10619)
    * IPv6 Redirect Mobility Option K and N bits are parsed
      incorrectly. (Bug 10622)
    * IPv6 Care Of Test mobility option includes too many bytes
      for the Keygen Token field. (Bug 10624)
    * IPv6 MESG-ID mobility option is parsed incorrectly.
      (Bug 10625)
    * IPv6 AUTH mobility option parses Mobility SPI and
      Authentication Data incorrectly. (Bug 10626)
    * IPv6 DNS-UPDATE-TYPE mobility option includes too many
      bytes for the MD identity field. (Bug 10629)
    * IPv6 Local Mobility Anchor Address mobility option's code
      and reserved fields are parsed as 2 bytes instead of 1.
      (Bug 10630)
    * TShark crashes when running with PDML on a specific packet.
      (Bug 10651)
    * IPv6 Mobility Option Context Request reads an extra
      request. (Bug 10676)
- Updated Protocol Support
  6LoWPAN, AMQP, GSM MAP, GTPv2, H.223, IEEE 802.11, iSCSI, MIH,
  Mobile IPv6, PTPoE, TN5250, and UCP
- New and Updated Capture File Support
  Catapult DCT2000, HP-UX nettl, pcap-ng, and Sniffer (DOS)

Revision 1.126: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:27:47 2014 UTC (10 years, 1 month ago) by alnsn
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +2 -1 lines
Revbump after lang/lua51 update.

Revision 1.123.2.2: download - view: text, markup, annotated - select for diffs
Sun Sep 21 21:39:04 2014 UTC (10 years, 2 months ago) by spz
Branches: pkgsrc-2014Q2
Diff to: previous 1.123.2.1: preferred, colored; branchpoint 1.123: preferred, colored; next MAIN 1.124: preferred, colored
Changes since revision 1.123.2.1: +2 -2 lines
Pullup ticket #4500 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.125
- net/wireshark/distinfo                                        1.77

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Sep 17 22:32:18 UTC 2014

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.10. Changes since 1.10.9:
   - The following vulnerabilities have been fixed.
     * wnpa-sec-2014-12
       RTP dissector crash. (Bug 9920) CVE-2014-6421
       CVE-2014-6422
     * wnpa-sec-2014-13
       MEGACO dissector infinite loop. (Bug 10333)
       CVE-2014-6423
     * wnpa-sec-2014-14
       Netflow dissector crash. (Bug 10370) CVE-2014-6424
     * wnpa-sec-2014-17
       RTSP dissector crash. (Bug 10381) CVE-2014-6427
     * wnpa-sec-2014-18
       SES dissector crash. (Bug 10454) CVE-2014-6428
     * wnpa-sec-2014-19
       Sniffer file parser crash. (Bug 10461)
       CVE-2014-6429 CVE-2014-6430 CVE-2014-6431
       CVE-2014-6432
   - The following bugs have been fixed:
     * Wireshark can crash during remote capture (rpcap)
       configuration. (Bug 3554, Bug 6922,
       ws-buglink:7021)
     * MIPv6 Service Selection Identifier parse error. (Bug
       10323)
     * 802.11 BA sequence number decode is broken. (Bug 10334)
     * TRILL NLPID 0xc0 unknown to Wireshark. (Bug 10382)
     * Wrong decoding of RPKI RTR End of Data PDU. (Bug 10411)
     * Misparsed NTP control assignments with empty values.
       (Bug 10417)
     * 6LoWPAN multicast address decompression problems. (Bug
       10426)
     * GUI Hangs when Selecting Path to GeoIP Files. (Bug
       10434)
     * 6LoWPAN context handling not working. (Bug 10443)
     * SIP: When export to a CSV, Info is changed to differ.
       (Bug 10453)
     * Typo in packet-netflow.c. (Bug 10458)
     * UCP dissector bug of operation 30 - data not decoded.
       (Bug 10464)
   - Updated Protocol Support
     6LoWPAN, DVB-CI, IEEE 802.11, MEGACO, MIPv6, Netflow, NTP, OSI,
     RPKI RTR, RTP, RTSP, SES, SIP, and UCP
   - New and Updated Capture File Support
     DOS Sniffer, and NetScaler


   To generate a diff of this commit:
   cvs rdiff -u -r1.124 -r1.125 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.76 -r1.77 pkgsrc/net/wireshark/distinfo

Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Sep 17 22:32:18 2014 UTC (10 years, 2 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base
Branch point for: pkgsrc-2014Q3
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2 lines
Update "wireshark" package to version 1.10.10. Changes since 1.10.9:
- The following vulnerabilities have been fixed.
  * wnpa-sec-2014-12
    RTP dissector crash. (Bug 9920) CVE-2014-6421
    CVE-2014-6422
  * wnpa-sec-2014-13
    MEGACO dissector infinite loop. (Bug 10333)
    CVE-2014-6423
  * wnpa-sec-2014-14
    Netflow dissector crash. (Bug 10370) CVE-2014-6424
  * wnpa-sec-2014-17
    RTSP dissector crash. (Bug 10381) CVE-2014-6427
  * wnpa-sec-2014-18
    SES dissector crash. (Bug 10454) CVE-2014-6428
  * wnpa-sec-2014-19
    Sniffer file parser crash. (Bug 10461)
    CVE-2014-6429 CVE-2014-6430 CVE-2014-6431
    CVE-2014-6432
- The following bugs have been fixed:
  * Wireshark can crash during remote capture (rpcap)
    configuration. (Bug 3554, Bug 6922,
    ws-buglink:7021)
  * MIPv6 Service Selection Identifier parse error. (Bug
    10323)
  * 802.11 BA sequence number decode is broken. (Bug 10334)
  * TRILL NLPID 0xc0 unknown to Wireshark. (Bug 10382)
  * Wrong decoding of RPKI RTR End of Data PDU. (Bug 10411)
  * Misparsed NTP control assignments with empty values.
    (Bug 10417)
  * 6LoWPAN multicast address decompression problems. (Bug
    10426)
  * GUI Hangs when Selecting Path to GeoIP Files. (Bug
    10434)
  * 6LoWPAN context handling not working. (Bug 10443)
  * SIP: When export to a CSV, Info is changed to differ.
    (Bug 10453)
  * Typo in packet-netflow.c. (Bug 10458)
  * UCP dissector bug of operation 30 - data not decoded.
    (Bug 10464)
- Updated Protocol Support
  6LoWPAN, DVB-CI, IEEE 802.11, MEGACO, MIPv6, Netflow, NTP, OSI,
  RPKI RTR, RTP, RTSP, SES, SIP, and UCP
- New and Updated Capture File Support
  DOS Sniffer, and NetScaler

Revision 1.123.2.1: download - view: text, markup, annotated - select for diffs
Sat Aug 9 20:05:13 2014 UTC (10 years, 4 months ago) by spz
Branches: pkgsrc-2014Q2
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
Pullup ticket #4470 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.124
- net/wireshark/distinfo                                        1.76

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sun Aug  3 19:18:06 UTC 2014

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.9. Changes since 1.10.8:
   - The following vulnerabilities have been fixed.
     * wnpa-sec-2014-08
       The Catapult DCT2000 and IrDA dissectors could underrun a
       buffer.
       Versions affected: 1.10.0 to 1.10.8
     * wnpa-sec-2014-09
       The GSM Management dissector could crash. (Bug 10216)
       Versions affected: 1.10.0 to 1.10.8
     * wnpa-sec-2014-10
       The RLC dissector could crash. (Bug 9795)
       Versions affected: 1.10.0 to 1.10.8
     * wnpa-sec-2014-11
       The ASN.1 BER dissector could crash. (Bug 10187)
       Versions affected: 1.10.0 to 1.10.8
   - The following bugs have been fixed:
     * GSM MAP: ensure that p2p_dir is always initialized before
       calling GSM SMS dissector (Bug 10234)
     * BFCP: include padding length in calculation of correct
       attribute length (Bug 10240)
     * GTP: allow empty Data Record Packet IE (Bug 10277)
     * WebSocket: increase max unmask payload size to 256K and
       indicate that packet is truncated is going above the new
       limit (Bug 10283)


   To generate a diff of this commit:
   cvs rdiff -u -r1.123 -r1.124 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/net/wireshark/distinfo

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sun Aug 3 19:18:06 2014 UTC (10 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
Update "wireshark" package to version 1.10.9. Changes since 1.10.8:
- The following vulnerabilities have been fixed.
  * wnpa-sec-2014-08
    The Catapult DCT2000 and IrDA dissectors could underrun a
    buffer.
    Versions affected: 1.10.0 to 1.10.8
  * wnpa-sec-2014-09
    The GSM Management dissector could crash. (Bug 10216)
    Versions affected: 1.10.0 to 1.10.8
  * wnpa-sec-2014-10
    The RLC dissector could crash. (Bug 9795)
    Versions affected: 1.10.0 to 1.10.8
  * wnpa-sec-2014-11
    The ASN.1 BER dissector could crash. (Bug 10187)
    Versions affected: 1.10.0 to 1.10.8
- The following bugs have been fixed:
  * GSM MAP: ensure that p2p_dir is always initialized before
    calling GSM SMS dissector (Bug 10234)
  * BFCP: include padding length in calculation of correct
    attribute length (Bug 10240)
  * GTP: allow empty Data Record Packet IE (Bug 10277)
  * WebSocket: increase max unmask payload size to 256K and
    indicate that packet is truncated is going above the new
    limit (Bug 10283)

Revision 1.117.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 15 15:08:04 2014 UTC (10 years, 5 months ago) by spz
Branches: pkgsrc-2014Q1
Diff to: previous 1.117.2.1: preferred, colored; branchpoint 1.117: preferred, colored; next MAIN 1.118: preferred, colored
Changes since revision 1.117.2.1: +2 -2 lines
Pullup ticket #4435 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.123
- net/wireshark/distinfo                                        1.75

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sat Jun 14 09:17:51 UTC 2014

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.8. Changes since 1.10.7:
   - The following vulnerabilities have been fixed.
       * wnpa-sec-2014-07
         The frame metadissector could crash. (Bug 9999, Bug 10030)
         Versions affected: 1.10.0 to 1.10.7
         CVE-2014-4020
   = The following bugs have been fixed:
       * VoIP flow graph crash upon opening. (Bug 9179)
       * Tshark with "-F pcap" still generates a pcapng file. (Bug 9991)
       * IPv6 Next Header 0x3d recognized as SHIM6. (Bug 9995)
       * Failed to export pdml on large pcap. (Bug 10081)
       * TCAP: set a fence on info column after calling sub
         dissector (Bug 10091)
       * Dissector bug in JSON protocol. (Bug 10115)
       * GSM RLC MAC: do not skip too many lines of the CSN_DESCR
         when the field is missing (Bug 10120)
       * Wireshark PEEKREMOTE incorrectly decoding QoS data packets
         from Cisco Sniffer APs. (Bug 10139)
       * IEEE 802.11: fix dissection of HT Capabilities (Bug 10166)
   - Updated Protocol Support
     CIP, EtherNet/IP, GSM RLC MAC, IEEE 802.11, IPv6, and TCAP
   - New and Updated Capture File Support
     pcap-ng, and PEEKREMOTE


   To generate a diff of this commit:
   cvs rdiff -u -r1.122 -r1.123 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.74 -r1.75 pkgsrc/net/wireshark/distinfo

Revision 1.123: download - view: text, markup, annotated - select for diffs
Sat Jun 14 09:17:51 2014 UTC (10 years, 5 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base
Branch point for: pkgsrc-2014Q2
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -3 lines
Update "wireshark" package to version 1.10.8. Changes since 1.10.7:
- The following vulnerabilities have been fixed.
    * wnpa-sec-2014-07
      The frame metadissector could crash. (Bug 9999, Bug 10030)
      Versions affected: 1.10.0 to 1.10.7
      CVE-2014-4020
= The following bugs have been fixed:
    * VoIP flow graph crash upon opening. (Bug 9179)
    * Tshark with "-F pcap" still generates a pcapng file. (Bug 9991)
    * IPv6 Next Header 0x3d recognized as SHIM6. (Bug 9995)
    * Failed to export pdml on large pcap. (Bug 10081)
    * TCAP: set a fence on info column after calling sub
      dissector (Bug 10091)
    * Dissector bug in JSON protocol. (Bug 10115)
    * GSM RLC MAC: do not skip too many lines of the CSN_DESCR
      when the field is missing (Bug 10120)
    * Wireshark PEEKREMOTE incorrectly decoding QoS data packets
      from Cisco Sniffer APs. (Bug 10139)
    * IEEE 802.11: fix dissection of HT Capabilities (Bug 10166)
- Updated Protocol Support
  CIP, EtherNet/IP, GSM RLC MAC, IEEE 802.11, IPv6, and TCAP
- New and Updated Capture File Support
  pcap-ng, and PEEKREMOTE

Revision 1.122: download - view: text, markup, annotated - select for diffs
Thu May 29 23:37:13 2014 UTC (10 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -2 lines
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri May 9 07:37:16 2014 UTC (10 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2 lines
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon May 5 00:48:16 2014 UTC (10 years, 7 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -2 lines
Recursive revbump from x11/pixman
Fix PR pkg/48777

Revision 1.119: download - view: text, markup, annotated - select for diffs
Sat May 3 13:14:38 2014 UTC (10 years, 7 months ago) by alnsn
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -1 lines
Revbump for Lua multiversion support.

Revision 1.117.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 27 17:00:48 2014 UTC (10 years, 7 months ago) by spz
Branches: pkgsrc-2014Q1
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -2 lines
Pullup ticket #4387 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.118
- net/wireshark/distinfo                                        1.74

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Apr 23 18:10:37 UTC 2014

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.7. Changes since 1.10.6:
   - Bug Fixes
      The following vulnerabilities have been fixed.
        * wnpa-sec-2014-06
          The RTP dissector could crash. (Bug 9885)
          Versions affected: 1.10.0 to 1.10.6
          CVE-2014-2907
      The following bugs have been fixed:
        * RTP not decoded inside the conversation in v.1.10.1 (Bug 9021)
        * SIP/SDP: disabled second media stream disables all media
          streams (Bug 9835)
        * Lua: trying to get/access a Preference before its
          registered causes a segfault (Bug 9853)
        * Some value_string strings contain newlines. (Bug 9878)
        * Tighten the NO_MORE_DATA_CHECK macros (Bug 9932)
        * Fix crash when calling "MAP Summary" dialog when no file is
          open (Bug 9934)
        * Fix comparing a sequence number of TCP fragment when its
          value wraps over uint32_t limit (Bug 9936)
   - Updated Protocol Support
     ANSI A, DVB-CI, GSM DTAP, GSM MAP, IEEE 802.11, LCSAP, LTE RRC,
     MAC LTE, Prism, RTP, SDP, SIP, and TCP


   To generate a diff of this commit:
   cvs rdiff -u -r1.117 -r1.118 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/wireshark/distinfo

Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Apr 23 18:10:37 2014 UTC (10 years, 7 months ago) by tron
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -2 lines
Update "wireshark" package to version 1.10.7. Changes since 1.10.6:
- Bug Fixes
   The following vulnerabilities have been fixed.
     * wnpa-sec-2014-06
       The RTP dissector could crash. (Bug 9885)
       Versions affected: 1.10.0 to 1.10.6
       CVE-2014-2907
   The following bugs have been fixed:
     * RTP not decoded inside the conversation in v.1.10.1 (Bug 9021)
     * SIP/SDP: disabled second media stream disables all media
       streams (Bug 9835)
     * Lua: trying to get/access a Preference before its
       registered causes a segfault (Bug 9853)
     * Some value_string strings contain newlines. (Bug 9878)
     * Tighten the NO_MORE_DATA_CHECK macros (Bug 9932)
     * Fix crash when calling "MAP Summary" dialog when no file is
       open (Bug 9934)
     * Fix comparing a sequence number of TCP fragment when its
       value wraps over uint32_t limit (Bug 9936)
- Updated Protocol Support
  ANSI A, DVB-CI, GSM DTAP, GSM MAP, IEEE 802.11, LCSAP, LTE RRC,
  MAC LTE, Prism, RTP, SDP, SIP, and TCP

Revision 1.113.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 8 20:33:36 2014 UTC (10 years, 9 months ago) by spz
Branches: pkgsrc-2013Q4
Diff to: previous 1.113: preferred, colored; next MAIN 1.114: preferred, colored
Changes since revision 1.113: +2 -2 lines
Pullup ticket #4336 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.117
- net/wireshark/distinfo                                        1.73

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sat Mar  8 10:38:26 UTC 2014

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.6. Changes since 1.10.5:
   - Bug Fixes
      The following vulnerabilities have been fixed.
        * wnpa-sec-2014-01
          The NFS dissector could crash. Discovered by Moshe Kaplan.
          (Bug 9672)
          Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
          CVE-2014-2281
        * wnpa-sec-2014-02
          The M3UA dissector could crash. Discovered by Laurent
          Butti. (Bug 9699)
          Versions affected: 1.10.0 to 1.10.5
          CVE-2014-2282
        * wnpa-sec-2014-03
          The RLC dissector could crash. (Bug 9730)
          Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
          CVE-2014-2283
        * wnpa-sec-2014-04
          The MPEG file parser could overflow a buffer. Discovered by
          Wesley Neelen. (Bug 9843)
          Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
          CVE-2014-2299
      The following bugs have been fixed:
        * Customized OUI is not recognized correctly during
          dissection. (Bug 9122)
        * Properly decode CAPWAP Data Keep-Alives. (Bug 9165)
        * Build failure with GTK 3.10 - GTK developers have gone
          insane. (Bug 9340)
        * SIGSEGV/SIGABRT during free of TvbRange using a chained
          dissector in lua. (Bug 9483)
        * MPLS dissector no longer registers itself in "ppp.protocol"
          table. (Bug 9492)
        * Tshark doesn't display the longer data fields (mbtcp).
          (Bug 9572)
        * DMX-CHAN disector does not clear strbuf between rows.
          (Bug 9598)
        * Dissector bug, protocol SDP: proto.c:4214: failed assertion
          "length >=3D 0". (Bug 9633)
        * False error: capture file appears to be damaged or corrupt.
          (Bug 9634)
        * SMPP field source_telematics_id field length different from
          spec. (Bug 9649)
        * Lua: bitop library is missing in Lua 5.2. (Bug 9720)
        * GTPv1-C / MM Context / Authentication quintuplet / RAND is
          not correct. (Bug 9722)
        * Lua: ProtoField.new() is buggy. (Bug 9725)
        * Lua: ProtoField.bool() VALUESTRING argument is not optional
          but was supposed to be. (Bug 9728)
        * Problem with CAPWAP Wireshark Dissector. (Bug 9752)
        * nas-eps dissector: CS Service notification dissection stops
          after Paging identity IE. (Bug 9789)
   - New and Updated Features
     IPv4 checksum verfification is now disabled by default.
   - Updated Protocol Support
      AppleTalk, CAPWAP, DMX-CHAN, DSI, DVB-CI, ESS, GTPv1, IEEE
      802a, M3UA, Modbus/TCP, NAS-EPS, NFS, OpenSafety, SDP, and SMPP
   - New and Updated Capture File Support
      libpcap, MPEG, and pcap-ng


   To generate a diff of this commit:
   cvs rdiff -u -r1.116 -r1.117 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.72 -r1.73 pkgsrc/net/wireshark/distinfo

Revision 1.117: download - view: text, markup, annotated - select for diffs
Sat Mar 8 10:38:26 2014 UTC (10 years, 9 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base
Branch point for: pkgsrc-2014Q1
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -3 lines
Update "wireshark" package to version 1.10.6. Changes since 1.10.5:
- Bug Fixes
   The following vulnerabilities have been fixed.
     * wnpa-sec-2014-01
       The NFS dissector could crash. Discovered by Moshe Kaplan.
       (Bug 9672)
       Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
       CVE-2014-2281
     * wnpa-sec-2014-02
       The M3UA dissector could crash. Discovered by Laurent
       Butti. (Bug 9699)
       Versions affected: 1.10.0 to 1.10.5
       CVE-2014-2282
     * wnpa-sec-2014-03
       The RLC dissector could crash. (Bug 9730)
       Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
       CVE-2014-2283
     * wnpa-sec-2014-04
       The MPEG file parser could overflow a buffer. Discovered by
       Wesley Neelen. (Bug 9843)
       Versions affected: 1.10.0 to 1.10.5, 1.8.0 to 1.8.12
       CVE-2014-2299
   The following bugs have been fixed:
     * Customized OUI is not recognized correctly during
       dissection. (Bug 9122)
     * Properly decode CAPWAP Data Keep-Alives. (Bug 9165)
     * Build failure with GTK 3.10 - GTK developers have gone
       insane. (Bug 9340)
     * SIGSEGV/SIGABRT during free of TvbRange using a chained
       dissector in lua. (Bug 9483)
     * MPLS dissector no longer registers itself in "ppp.protocol"
       table. (Bug 9492)
     * Tshark doesn't display the longer data fields (mbtcp).
       (Bug 9572)
     * DMX-CHAN disector does not clear strbuf between rows.
       (Bug 9598)
     * Dissector bug, protocol SDP: proto.c:4214: failed assertion
       "length >= 0". (Bug 9633)
     * False error: capture file appears to be damaged or corrupt.
       (Bug 9634)
     * SMPP field source_telematics_id field length different from
       spec. (Bug 9649)
     * Lua: bitop library is missing in Lua 5.2. (Bug 9720)
     * GTPv1-C / MM Context / Authentication quintuplet / RAND is
       not correct. (Bug 9722)
     * Lua: ProtoField.new() is buggy. (Bug 9725)
     * Lua: ProtoField.bool() VALUESTRING argument is not optional
       but was supposed to be. (Bug 9728)
     * Problem with CAPWAP Wireshark Dissector. (Bug 9752)
     * nas-eps dissector: CS Service notification dissection stops
       after Paging identity IE. (Bug 9789)
- New and Updated Features
  IPv4 checksum verfification is now disabled by default.
- Updated Protocol Support
   AppleTalk, CAPWAP, DMX-CHAN, DSI, DVB-CI, ESS, GTPv1, IEEE
   802a, M3UA, Modbus/TCP, NAS-EPS, NFS, OpenSafety, SDP, and SMPP
- New and Updated Capture File Support
   libpcap, MPEG, and pcap-ng

Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Feb 12 23:18:27 2014 UTC (10 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -2 lines
Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Sat Jan 25 10:30:18 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -1 lines
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Jan 1 11:52:31 2014 UTC (10 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -1 lines
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Sun Dec 22 09:55:48 2013 UTC (10 years, 11 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base
Branch point for: pkgsrc-2013Q4
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -2 lines
Update "wireshark" package to version 1.10.5. Changes since 1.10.4:
- The following bugs have been fixed:
  * Wireshark stops showing new packets but dumpcap keeps
    writing them to the temp file. (Bug 9571)
  * Wireshark 1.10.4 shuts down when promiscuous mode is
    unchecked. (Bug 9577)
  * Homeplug dissector bug: STATUS_ACCESS_VIOLATION: dissector
    accessed an invalid memory address. (Bug 9578)
- Updated Protocol Support
  GSM BSSMAP, GSM BSSMAP LE, GSM SMS, Homeplug, NAS-EPS, and SGSAP

Revision 1.108.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 20 08:34:50 2013 UTC (10 years, 11 months ago) by spz
Branches: pkgsrc-2013Q3
Diff to: previous 1.108.2.1: preferred, colored; branchpoint 1.108: preferred, colored; next MAIN 1.109: preferred, colored
Changes since revision 1.108.2.1: +2 -2 lines
Pullup ticket #4276 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/DESCR                                           1.4
- net/wireshark/Makefile                                        1.112
- net/wireshark/distinfo                                        1.71
- net/wireshark/patches/patch-aa                                1.13
- net/wireshark/patches/patch-ab                                1.4
- net/wireshark/patches/patch-ac                                1.2

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Dec 18 11:52:26 UTC 2013

   Modified Files:
   	pkgsrc/net/wireshark: DESCR Makefile distinfo
   	pkgsrc/net/wireshark/patches: patch-aa patch-ab patch-ac

   Log Message:
   Update "wireshark" package to version 1.10.4. Changes since version 1.10.3:
   - Bug Fixes
      The following vulnerabilities have been fixed.
        * wnpa-sec-2013-66
          The SIP dissector could go into an infinite loop.
          Discovered by Alain Botti. (Bug 9388)
          Versions affected: 1.10.0 to 1.10.3, 1.8.0 to 1.8.11
          CVE-2013-7112
        * wnpa-sec-2013-67
          The BSSGP dissector could crash. Discovered by Laurent
          Butti. (Bug 9488)
          Versions affected: 1.10.0 to 1.10.3
          CVE-2013-7113
        * wnpa-sec-2013-68
          The NTLMSSP v2 dissector could crash. Discovered by Garming
          Sam.
          Versions affected: 1.10.0 to 1.10.3, 1.8.0 to 1.8.11
          CVE-2013-7114
      The following bugs have been fixed:
        * "On-the-wire" packet lengths are limited to 65535 bytes.
          (Bug 8808, ws-buglink:9390)
        * Tx MCS set is not interpreted properly in WLAN beacon
          frame. (Bug 8894)
        * VoIP Graph Analysis window - some calls are black. (Bug
          8966)
        * Wireshark fails to decode single-line, multiple Contact:
          URIs in SIP responses. (Bug 9031)
        * epan/follow.c - Incorrect "bytes missing in capture file"
          in "check_fragments" due to an unsigned int wraparound?.
          (Bug 9112)
        * gsm_map doesn't decode MAPv3 reportSM-DeliveryStatus
          result. (Bug 9382)
        * Incorrect NFSv4 FATTR4_SECURITY_LABEL value. (Bug 9383)
        * Timestamp decoded for Gigamon trailer is not padded
          correctly. (Bug 9433)
        * SEL Fast Message Bug-fix for Signed 16-bit Integer Fast
          Meter Messages. (Bug 9435)
        * DNP3 Bug Fix for Analog Data Sign Bit Handling. (Bug
          9442)
        * GSM SMS User Data header fill bits are wrong when using a 7
          bits ASCII / IA5 encoding. (Bug 9478)
        * WCDMA RLC dissector cannot assemble PDUs with SNs skipped
          and wrap-arounded. (Bug 9505)
        * DTLS: fix buffer overflow in mac check. (Bug 9512)
        *  Correct data length in SCSI_DATA_IN packets (within
          iSCSI). (Bug 9521)
        * GSM SMS UDH EMS control expects 4 octets instead of 3 with
          OPTIONAL 4th. (Bug 9550)
        * Fix "decode as ..." for packet-time.c. (Bug 9563)
   - Updated Protocol Support
     ANSI IS-637-A, BSSGP, DNP3, DVB-BAT, DVB-CI, GSM MAP, GSM SMS,
     IEEE 802.11, iSCSI, NFSv4, NTLMSSP v2, RLC, SEL FM, SIP, and Time


   To generate a diff of this commit:
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/wireshark/DESCR
   cvs rdiff -u -r1.111 -r1.112 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/wireshark/patches/patch-aa
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/wireshark/patches/patch-ab
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/wireshark/patches/patch-ac

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Dec 18 11:52:25 2013 UTC (10 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -2 lines
Update "wireshark" package to version 1.10.4. Changes since version 1.10.3:
- Bug Fixes
   The following vulnerabilities have been fixed.
     * wnpa-sec-2013-66
       The SIP dissector could go into an infinite loop.
       Discovered by Alain Botti. (Bug 9388)
       Versions affected: 1.10.0 to 1.10.3, 1.8.0 to 1.8.11
       CVE-2013-7112
     * wnpa-sec-2013-67
       The BSSGP dissector could crash. Discovered by Laurent
       Butti. (Bug 9488)
       Versions affected: 1.10.0 to 1.10.3
       CVE-2013-7113
     * wnpa-sec-2013-68
       The NTLMSSP v2 dissector could crash. Discovered by Garming
       Sam.
       Versions affected: 1.10.0 to 1.10.3, 1.8.0 to 1.8.11
       CVE-2013-7114
   The following bugs have been fixed:
     * "On-the-wire" packet lengths are limited to 65535 bytes.
       (Bug 8808, ws-buglink:9390)
     * Tx MCS set is not interpreted properly in WLAN beacon
       frame. (Bug 8894)
     * VoIP Graph Analysis window - some calls are black. (Bug
       8966)
     * Wireshark fails to decode single-line, multiple Contact:
       URIs in SIP responses. (Bug 9031)
     * epan/follow.c - Incorrect "bytes missing in capture file"
       in "check_fragments" due to an unsigned int wraparound?.
       (Bug 9112)
     * gsm_map doesn't decode MAPv3 reportSM-DeliveryStatus
       result. (Bug 9382)
     * Incorrect NFSv4 FATTR4_SECURITY_LABEL value. (Bug 9383)
     * Timestamp decoded for Gigamon trailer is not padded
       correctly. (Bug 9433)
     * SEL Fast Message Bug-fix for Signed 16-bit Integer Fast
       Meter Messages. (Bug 9435)
     * DNP3 Bug Fix for Analog Data Sign Bit Handling. (Bug
       9442)
     * GSM SMS User Data header fill bits are wrong when using a 7
       bits ASCII / IA5 encoding. (Bug 9478)
     * WCDMA RLC dissector cannot assemble PDUs with SNs skipped
       and wrap-arounded. (Bug 9505)
     * DTLS: fix buffer overflow in mac check. (Bug 9512)
     *  Correct data length in SCSI_DATA_IN packets (within
       iSCSI). (Bug 9521)
     * GSM SMS UDH EMS control expects 4 octets instead of 3 with
       OPTIONAL 4th. (Bug 9550)
     * Fix "decode as ..." for packet-time.c. (Bug 9563)
- Updated Protocol Support
  ANSI IS-637-A, BSSGP, DNP3, DVB-BAT, DVB-CI, GSM MAP, GSM SMS,
  IEEE 802.11, iSCSI, NFSv4, NTLMSSP v2, RLC, SEL FM, SIP, and Time

Revision 1.108.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 2 17:27:32 2013 UTC (11 years, 1 month ago) by spz
Branches: pkgsrc-2013Q3
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -2 lines
Pullup ticket #4251 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.111
- net/wireshark/distinfo                                        1.70

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sat Nov  2 10:30:00 UTC 2013

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.10.3. Changes since 1.10.2:
   - Bug Fixes
     The following vulnerabilities have been fixed.
       * wnpa-sec-2013-61
         The IEEE 802.15.4 dissector could crash. (Bug 9139)
         Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
         CVE-2013-6336
       * wnpa-sec-2013-62
         The NBAP dissector could crash. Discovered by Laurent
         Butti. (Bug 9168)
         Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
         CVE-2013-6337
       * wnpa-sec-2013-63
         The SIP dissector could crash. (Bug 9228)
         Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
         CVE-2013-6338
       * wnpa-sec-2013-64
         The OpenWire dissector could go into a large loop.
         Discovered by Murali. (Bug 9248)
         Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
         CVE-2013-6339
       * wnpa-sec-2013-65
         The TCP dissector could crash. (Bug 9263)
         Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
         CVE-2013-6340
   - The following bugs have been fixed:
       * new_packet_list: EAP-TLS reassemble does not happen when
         NEW_PACKET_LIST is toggled. (Bug 5349)
       * TLS decryption fails with XMPP start_tls. (Bug 8871)
       * Wrong Interpretation of GTS starting slot. (Bug 8946)
       * "Follow TCP Stream" shows only the first HTTP req+res.
         (Bug 9044)
       * The value of SEND_TO_UE in the DIAMETER Gx dictionary for
         Packet-Filter-Usage AVP is 0 instead of 1. (Bug 9126)
       * Crash then try to delete the same entry (length range)
         twice. (Bug 9129)
       * Crash if wrong "packet lengths range" entered. (Bug
         9130)
       * Bssgp =3D> SGSN-INVOKE-TRACE use the wrong function...
         (Bug 9157)
       * Minor correction to dissection of DLR frames in Ethernet/IP
         dissector. (Bug 9186)
       * WebSphere MQ V7 Bug Fix 8322 TSHM_EBCDIC. (Bug 9198)
       * EDNS0 "Higher bits in extended RCODE" incorrectly decoded
         in packet-dns.c. (Bug 9199)
       * Files with pcap-ng Simple Packet Blocks can't be read.
         (Bug 9200)
       * Bug in RTP dissector if RTP extension is present. (Bug
         9204)
       * Improve "eHRPD Indicator" NVSE dissection in 3GPP2 A11
         Registration Request. (Bug 9206)
       * "make debian-package" fails, missing wsicon32.xpm. (Bug
         9209)
       * Fix typo in MODCOD list of DVB-S2 dissector. (Bug 9218)
       * Ring buffer crash when tshark gets too far behind dumpcap.
         (Bug 9258)
       * PTP Dissector Wrongfully Reports Malformed Packet. (Bug
         9262)
       * Wireshark lua dissector unable to load for
         media_type=3Dapplication/octet-stream. (Bug 9296)
       * Wireshark crash when dissecting packet with NTLMSSP.
         (Bug 9299)
       * Padding in uint64 field in DCERPC protocol wrongly
         reported. (Bug 9300)
       * DCERPC data_blobs are not correctly dissected when NDR64
         encoding is used. (Bug 9301)
       * Multiple PDUs in the same DCERPC packet are not correctly
         decrypted. (Bug 9302)
       * The tshark summary line doesn't display the frame number or
         displays it sporadically. (Bug 9317)
       * Bluetooth: SDP improvements and minor fixes. (Bug 9327)
       * Duplicate IRC header field abbreviation breaks filter
         (example: irc.response.command). (Bug 9360)
   - Updated Protocol Support
     3GPP2 A11, Bluetooth SDP, BSSGP, DCERPC, DCERPC NDR, DCERPC NT,
     DIAMETER, DNS, DVB-S2, Ethernet, EtherNet/IP, H.225, IEEE
     802.15.4, IRC, NBAP, NTLMSSP, OpenWire, PTP, RTP, SIP, TCP,
     WiMax, and XMPP


   To generate a diff of this commit:
   cvs rdiff -u -r1.110 -r1.111 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/wireshark/distinfo

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Nov 2 10:30:00 2013 UTC (11 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -3 lines
Update "wireshark" package to version 1.10.3. Changes since 1.10.2:
- Bug Fixes
  The following vulnerabilities have been fixed.
    * wnpa-sec-2013-61
      The IEEE 802.15.4 dissector could crash. (Bug 9139)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6336
    * wnpa-sec-2013-62
      The NBAP dissector could crash. Discovered by Laurent
      Butti. (Bug 9168)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6337
    * wnpa-sec-2013-63
      The SIP dissector could crash. (Bug 9228)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6338
    * wnpa-sec-2013-64
      The OpenWire dissector could go into a large loop.
      Discovered by Murali. (Bug 9248)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6339
    * wnpa-sec-2013-65
      The TCP dissector could crash. (Bug 9263)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6340
- The following bugs have been fixed:
    * new_packet_list: EAP-TLS reassemble does not happen when
      NEW_PACKET_LIST is toggled. (Bug 5349)
    * TLS decryption fails with XMPP start_tls. (Bug 8871)
    * Wrong Interpretation of GTS starting slot. (Bug 8946)
    * "Follow TCP Stream" shows only the first HTTP req+res.
      (Bug 9044)
    * The value of SEND_TO_UE in the DIAMETER Gx dictionary for
      Packet-Filter-Usage AVP is 0 instead of 1. (Bug 9126)
    * Crash then try to delete the same entry (length range)
      twice. (Bug 9129)
    * Crash if wrong "packet lengths range" entered. (Bug
      9130)
    * Bssgp => SGSN-INVOKE-TRACE use the wrong function...
      (Bug 9157)
    * Minor correction to dissection of DLR frames in Ethernet/IP
      dissector. (Bug 9186)
    * WebSphere MQ V7 Bug Fix 8322 TSHM_EBCDIC. (Bug 9198)
    * EDNS0 "Higher bits in extended RCODE" incorrectly decoded
      in packet-dns.c. (Bug 9199)
    * Files with pcap-ng Simple Packet Blocks can't be read.
      (Bug 9200)
    * Bug in RTP dissector if RTP extension is present. (Bug
      9204)
    * Improve "eHRPD Indicator" NVSE dissection in 3GPP2 A11
      Registration Request. (Bug 9206)
    * "make debian-package" fails, missing wsicon32.xpm. (Bug
      9209)
    * Fix typo in MODCOD list of DVB-S2 dissector. (Bug 9218)
    * Ring buffer crash when tshark gets too far behind dumpcap.
      (Bug 9258)
    * PTP Dissector Wrongfully Reports Malformed Packet. (Bug
      9262)
    * Wireshark lua dissector unable to load for
      media_type=application/octet-stream. (Bug 9296)
    * Wireshark crash when dissecting packet with NTLMSSP.
      (Bug 9299)
    * Padding in uint64 field in DCERPC protocol wrongly
      reported. (Bug 9300)
    * DCERPC data_blobs are not correctly dissected when NDR64
      encoding is used. (Bug 9301)
    * Multiple PDUs in the same DCERPC packet are not correctly
      decrypted. (Bug 9302)
    * The tshark summary line doesn't display the frame number or
      displays it sporadically. (Bug 9317)
    * Bluetooth: SDP improvements and minor fixes. (Bug 9327)
    * Duplicate IRC header field abbreviation breaks filter
      (example: irc.response.command). (Bug 9360)
- Updated Protocol Support
  3GPP2 A11, Bluetooth SDP, BSSGP, DCERPC, DCERPC NDR, DCERPC NT,
  DIAMETER, DNS, DVB-S2, Ethernet, EtherNet/IP, H.225, IEEE
  802.15.4, IRC, NBAP, NTLMSSP, OpenWire, PTP, RTP, SIP, TCP,
  WiMax, and XMPP

Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Oct 30 06:49:54 2013 UTC (11 years, 1 month ago) by dholland
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -2 lines
Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Oct 10 14:42:29 2013 UTC (11 years, 2 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -1 lines
Recursive revbump from pango-1.36.0

Revision 1.103.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 18 09:55:31 2013 UTC (11 years, 2 months ago) by spz
Branches: pkgsrc-2013Q2
Diff to: previous 1.103.2.1: preferred, colored; branchpoint 1.103: preferred, colored; next MAIN 1.104: preferred, colored
Changes since revision 1.103.2.1: +1 -1 lines
Pullup ticket #4232 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile	by patch
- net/wireshark/distinfo	by patch

-------------------------------------------------------------------
   Update "wireshark" package to version 1.8.10. Changes since 1.8.9:
   - Bug Fixes
     The following vulnerabilities have been fixed.
     o wnpa-sec-2013-55
       The NBAP dissector could crash. Discovered by Laurent Butti.
       (Bug 9005)
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
     o wnpa-sec-2013-56
       The ASSA R3 dissector could go into an infinite loop.
       Discovered by Ben Schmidt. (Bug 9020 )
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
     o wnpa-sec-2013-57
       The RTPS dissector could overflow a buffer. Discovered by Ben
       Schmidt. (Bug 9019 )
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
     o wnpa-sec-2013-58
       The MQ dissector could crash. (Bug 9079 )
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
     o wnpa-sec-2013-59
       The LDAP dissector could crash.
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
     o wnpa-sec-2013-60
       The Netmon file parser could crash. Discovered by G. Geshev.
       (Bug 8742 )
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9.
   - The following bugs have been fixed:
     o Lua ByteArray:append() causes wireshark crash. (Bug 4461)
     o Lua script can not get "data-text-lines" protocol data. (Bug
       5200)
     o PER normally small non-negative whole number decoding is wrong
       when >= 64. (Bug 8841)
     o Incorrect parsing of IPFIX *IpTotalLength elements. (Bug 8918)
     o IO graph/advanced, max/min/summ error on frames with multiple
       Diameter messages. (Bug 8980)
     o Wireshark fails to decode single-line, multiple Contact: URIs
       in SIP responses. (Bug 9031)
     o Dissector for EtherCAT: ADS highlighting in the Packet Bytes
       Pane is incorrect. (Bug 9036)
     o 802.11 HT Extended Capabilities B10 decode incorrect. (Bug
       9038)
     o Weird malformed HTTP error. (Bug 9101)
   - Updated Protocol Support
     ASSA R3, EtherCAT AMS, GTPv2, HTTP, IEEE 802.11, IPFIX, LDAP, MQ,
     NBAP, NCP SSS, RTPS, SIP,

Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Sep 11 12:00:01 2013 UTC (11 years, 3 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base
Branch point for: pkgsrc-2013Q3
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -3 lines
Update "wireshark" package to version 1.10.2. Changes since 1.10.1:
- Bug Fixes
   The following vulnerabilities have been fixed.
     * wnpa-sec-2013-54
       The Bluetooth HCI ACL dissector could crash. Discovered by
       Laurent Butti. (Bug 8827)
       Versions affected: 1.10.0 to 1.10.1
     * wnpa-sec-2013-55
       The NBAP dissector could crash. Discovered by Laurent
       Butti. (Bug 9005)
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9
     * wnpa-sec-2013-56
       The ASSA R3 dissector could go into an infinite loop.
       Discovered by Ben Schmidt. (Bug 9020)
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9
     * wnpa-sec-2013-57
       The RTPS dissector could overflow a buffer. Discovered by
       Ben Schmidt. (Bug 9019)
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9
     * wnpa-sec-2013-58
       The MQ dissector could crash. (Bug 9079)
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9
     * wnpa-sec-2013-59
       The LDAP dissector could crash. Versions affected: 1.10.0
       to 1.10.1, 1.8.0 to 1.8.9
     * wnpa-sec-2013-60
       The Netmon file parser could crash. Discovered by G.
       Geshev. (Bug 8742)
       Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9
- The following bugs have been fixed:
     * Lua ByteArray:append() causes wireshark crash. (Bug
       4461)
     * Lua script can not get "data-text-lines" protocol data.
       (Bug 5200)
     * Lua: Trying to use Field.new("tcp.segments") to get
       reassembled TCP data is failed. (Bug 5201)
     * "Edit Interface Settings": "Capture Filter" combo box is
       not populated across Wireshark sessions. (Bug 7278)
     * PER normally small non-negative whole number decoding is
       wrong when >= 64. (Bug 8841)
     * Strange behavior of tree expand/collapse in packet details.
       (Bug 8908)
     * Incorrect parsing of IPFIX *IpTotalLength elements.
       (Bug 8918)
     * IO graph/advanced, max/min/summ error on frames with
       multiple Diameter messages. (Bug 8980)
     * pod2man error on reordercap.pod. (Bug 8982)
     * SGI Nsym disambiguation is unconditionally displayed when
       dissecting VHT. (Bug 8989)
     * The Wireshark icon doesn't show up in OS X 10.5. (Bug
       8993)
     * Build fails if system Python is version 3+. (Bug 8995)
     * SCSI dissector does not parse PERSISTENT RESERVE commands
       correctly. (Bug 9012)
     * SDP messages throws an assert. (Bug 9022)
     * Wireshark fails to decode single-line, multiple Contact:
       URIs in SIP responses. (Bug 9031)
     * PN_MRP LinkUp Message is shown as LinkDown in info.
       (Bug 9035)
     * Dissector for EtherCAT: ADS highlighting in the Packet
       Bytes Pane is incorrect. (Bug 9036)
     * 802.11 HT Extended Capabilities B10 decode incorrect.
       (Bug 9038)
     * Wrong dissection of MSTI Root Identifiers for all MSTIs.
       (Bug 9088)
     * Weird malformed HTTP error. (Bug 9101)
     * Warning for attempting to install 64-bit Wireshark on a
       32-bit machine has an embedded "\n". (Bug 9103)
     * Wireshark crashes when using "Export Specified Packets" >
       "Displayed". (Bug 9106)
- Updated Protocol Support
  ASN.1 PER, ASSA R3, Bluetooth HCI ACL, EtherCAT AMS, GTPv2,
  HTTP, IEEE 802.11, IPFIX, ISDN SUP, LDAP, MQ, NBAP, Novell SSS,
  PROFINET MRP, Radiotap, ROHC, RTPS, SCSI, SIP, and STP
- New and Updated Capture File Support
  Microsoft Network Monitor, pcap-ng.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Sep 2 19:51:22 2013 UTC (11 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -1 lines
Revbump after cairo update

Revision 1.103.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 4 14:39:52 2013 UTC (11 years, 4 months ago) by spz
Branches: pkgsrc-2013Q2
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2 lines
Pullup ticket #4192 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile	patch
- net/wireshark/distinfo	patch

-------------------------------------------------------------------
Update "wireshark" package to version 1.8.9. Changes since 1.8.8:
- The following vulnerabilities have been fixed:
  o wnpa-sec-2013-45
    The Bluetooth SDP dissector could go into a large loop.
    Discovered by Laurent Butti. (Bug 8831)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8.
    CVE-2013-4927
  o wnpa-sec-2013-47
    The DIS dissector could go into a large loop. (Bug 8911)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8.
    CVE-2013-4929
  o wnpa-sec-2013-48
    The DVB-CI dissector could crash. Discovered by Laurent Butti.
    (Bug 8916)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8.
    CVE-2013-4930
  o wnpa-sec-2013-49
    The GSM RR dissector (and possibly others) could go into a
    large loop. (Bug 8923)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8.
    CVE-2013-4931
  o wnpa-sec-2013-50
    The GSM A Common dissector could crash. (Bug 8940)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8.
    CVE-2013-4932
  o wnpa-sec-2013-51
    The Netmon file parser could crash. Discovered by G. Geshev.
    (Bug 8742)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8.
    CVE-2013-4933
    CVE-2013-4934
  o wnpa-sec-2013-52
    The ASN.1 PER dissector could crash. Discovered by
    Oliver-Tobias Ripka. (Bug 8722)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8.
    CVE-2013-4935
- The following bugs have been fixed:
  o Wireshark hides under Taskbar. (Bug 3034)
  o Wireshark doesn't translate IEEE802a OUI. (Bug 3123)
  o IEEE 802.15.4 frame check sequence in "Chipcon mode" not
    displayed correctly. (Bug 4507)
  o Mask in Lua ProtoField.uint32() does not work as expected.
    (Bug 5734)
  o Lines of text are truncated if they are either longer than the
    paper width or past the paper height. (Bug 7543)
  o [PATCH] Add MAC-DATA support to TETRA dissector and other
    minor improvements. (Bug 8708)
  o Wireshark writes empty NRB FQDN which makes trace unloadable.
    (Bug 8763)
  o Wrong encoding for 2 pod files, UTF-8 characters in another.
    (Bug 8774)
  o SCSI (SPC) sense key specific information field must not
    include SKSV. (Bug 8782)
  o Wireshark crashes when closing Flow Graph with Graph Analysis
    opened. (Bug 8793)
  o Detection of IPv6 works only on Solaris 8. (Bug 8813)
  o ansi_637_tele dissector displays MSB as MBS for Call-Back
    Number. (Bug 8851)
  o Dropped bytes in IMAP dissector. (Bug 8857)
  o Kismet drone/server dissector improvements. (Bug 8864)
  o iostat_draw sizeof mismatch. (Bug 8888)
  o SIP stats shows incorrect values for Max/Ave setup times. (Bug
    8897)
  o Graph Filter field limited to 256 characters. (Bug 8909)
  o All mongodb query show as [Malformed Packet: MONGO]. (Bug
    8960)
- Updated Protocol Support
  ANSI IS-637-A, ASN.1 PER, ASN.1, DCERPC NDR, Ethernet, H.235, IEEE
  802.15.4, IEEE 802a, IMAP, KDSP, MAC-LTE, MONGO, PDCP-LTE, RLC,
  RLC-LTE, SCSI, SoulSeek, TETRA
- New and Updated Capture File Support
  Microsoft Network Monitor, pcap-ng.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Jul 29 21:12:06 2013 UTC (11 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -3 lines
Update "wireshark" package to version 1.10.1. Changes since 1.10.0:
- The following vulnerabilities have been fixed.
  * wnpa-sec-2013-41
    The DCP ETSI dissector could crash. (Bug 8717)
    Versions affected: 1.10.0, 1.8.0 to 1.8.7
    CVE-2013-4083
  * wnpa-sec-2013-42
    The P1 dissector could crash. Discovered by Laurent Butti.
    (Bug 8826)
    Versions affected: 1.10.0
    CVE-2013-4920
  * wnpa-sec-2013-43
    The Radiotap dissector could crash. Discovered by Laurent
    Butti. (Bug 8830)
    Versions affected: 1.10.0
    CVE-2013-4921
  * wnpa-sec-2013-44
    The DCOM ISystemActivator dissector could crash. Discovered
    by Laurent Butti. (Bug 8828)
    Versions affected: 1.10.0
    CVE-2013-4924
    CVE-2013-4926
  * wnpa-sec-2013-45
    The Bluetooth SDP dissector could go into a large loop.
    Discovered by Laurent Butti. (Bug 8831)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8
    CVE-2013-4927
  * wnpa-sec-2013-46
    The Bluetooth OBEX dissector could go into an infinite
    loop. (Bug 8875)
    Versions affected: 1.10.0
    CVE-2013-4928
  * wnpa-sec-2013-47
    The DIS dissector could go into a large loop. (Bug
    8911)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8
    CVE-2013-4929
  * wnpa-sec-2013-48
    The DVB-CI dissector could crash. Discovered by Laurent
    Butti. (Bug 8916)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8
    CVE-2013-4930
  * wnpa-sec-2013-49
    The GSM RR dissector (and possibly others) could go into a
    large loop. (Bug 8923)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8
    CVE-2013-4931
  * wnpa-sec-2013-50
    The GSM A Common dissector could crash. (Bug 8940)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8
    CVE-2013-4932
  * wnpa-sec-2013-51
    The Netmon file parser could crash. Discovered by G.
    Geshev. (Bug 8742)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8
    CVE-2013-4934
  * wnpa-sec-2013-52
    The ASN.1 PER dissector could crash. Discovered by
    Oliver-Tobias Ripka. (Bug 8722)
    Versions affected: 1.10.0, 1.8.0 to 1.8.8
    CVE-2013-4935
  * wnpa-sec-2013-53
    The PROFINET Real-Time dissector could crash. (Bug
    8904)
    Versions affected: 1.10.0
    CVE-2013-4936
- The following bugs have been fixed:
  * Mark retransmitted SYN and FIN packets as retransmissions.
  * Wireshark hides under Taskbar. (Bug 3034)
  * IEEE 802.15.4 frame check sequence in "Chipcon mode" not
    displayed correctly. (Bug 4507)
  * Mask in Lua ProtoField.uint32() does not work as expected.
    (Bug 5734)
  * Crash when applying filter with Voip calls. (Bug 6090)
  * Delta time regressions to tshark introduced with SVN 45071.
    (Bug 8160)
  * Add MAC-DATA support to TETRA dissector and other minor
    improvements. (Bug 8708)
  * Crash analyzing VoIP Calls (T38). (Bug 8736)
  * Wireshark writes empty NRB FQDN which makes trace
    unloadable. (Bug 8763)
  * Quick launch icon is absent, so it shows up as a generic
    icon. (Bug 8773)
  * Wrong encoding for 2 pod files, UTF-8 characters in
    another. (Bug 8774)
  * SCSI (SPC) sense key specific information field must not
    include SKSV. (Bug 8782)
  * Wireshark crashes when closing Flow Graph with Graph
    Analysis opened. (Bug 8793)
  * Wrong size of LLRP ProtocolID Parameter in Accessspec
    Parameter. (Bug 8809)
  * Detection of IPv6 works only on Solaris 8. (Bug 8813)
  * ip.opt.type triggers for TCP NOP option. (Bug 8823)
  * DCOM-SYSACT dissector crash. (Bug 8828)
  * Incorrect decoding of MPLS Echo Request with BGP FEC.
    (Bug 8835)
  * Buggy IEC104 dissector caused by commit r48958. (Bug
    8849)
  * ansi_637_tele dissector displays MSB as MBS for Call-Back
    Number. (Bug 8851)
  * LISP Map-Notify flags I and R shown incorrectly. (Bug
    8852)
  * ONTAP_V4 fhandle decoding leads to dissector bug. (Bug
    8853)
  * Dropped bytes in imap dissector. (Bug 8857)
  * Kismet drone/server dissector improvements. (Bug 8864)
  * TShark iostat_draw sizeof mismatch. (Bug 8888)
  * SCTP bytes graph crash. (Bug 8889)
  * Patch to Wireshark/tshark usage info and man pages to
    document all timestamp (-t) options. (Bug 8906)
  * Strange behavior of tree expand/collapse in packet details.
    (Bug 8908)
  * Graph Filter field limited to 256 characters. (Bug
    8909)
  * Filter doesn't support cflow ASN larger than 65535.
    (Bug 8959)
  * Wireshark crashes when switching from a v1.11.0 profile to
    a v1.4.6 prof and then to a v1.5.1 prof. (Bug 8884)
  * SIP stats shows incorrect values for Max/Ave setup times.
    (Bug 8897)
  * NFSv4 delegation not reported correctly. (Bug 8920)
  * Issue with Capture Options Adapter List. (Bug 8932)
  * RFC 5844 - IPv4 Support for Proxy Mobile IPv6 - Mobility
    option IPv4 DHCP Support Mode Option malformed packet.
    (Bug 8957)
  * RFC 3775 - Mobility Support in IPv6 - Mobility option PadN
    incorrectly highlights + 2 bytes. (Bug 8958)
  * All mongodb query show as .
    (Bug 8960)
- Updated Protocol Support
  ANSI IS-637-A, ASN.1, ASN.1 PER, Bluetooth OBEX, Bluetooth SDB,
  DCERPC NDR, DCOM ISystemActivator, DCP ETSI, Diameter 3GPP,
  DIS, DVB-CI, Ethernet, GSM Common, GSM SMS, H.235, IEC104, IEEE
  802.15.4, IEEE 802a, IMAP, IP, KDSP, LISP, LLRP, MAC-LTE,,
  Mobile IPv6, MONGO, MPLS Echo, Netflow, NFS, NFSv4, P1,
  PDCP-LTE, PN-IO, PN-RT, PPP, Radiotap, RLC,, RLC-LTE,, SCSI,
  SIP, SMTP, SoulSeek, TCP, TETRA, and VNC
- New and Updated Capture File Support
  Microsoft Network Monitor, pcap-ng.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Jul 9 08:36:38 2013 UTC (11 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +20 -1 lines
Replace python scripts in tools/. Needed during build as indicated by
Joern Clausen in PR 48033. Add build dependency on python.

Bump PKGREVISION because python missing might have affected the generated
files.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu Jul 4 21:33:14 2013 UTC (11 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +14 -14 lines
Changes 1.10.0:
Wireshark on 32- and 64-bit Windows supports automatic updates.
The packet bytes view is faster.
You can now display a list of resolved host names in "hosts" format within Wireshark.
The wireless toolbar has been updated.
Wireshark on Linux does a better job of detecting interface addition and removal.
It is now possible to compare two fields in a display filter (for example: udp.srcport != udp.dstport). The two fields must be of the same type for this to work.
The Windows installers ship with WinPcap 4.1.3, which supports Windows 8.
USB type and product name support has been improved.
All Bluetooth profiles and protocols are now supported.
Wireshark now calculates HTTP response times and presents the result in a new field in the HTTP response. Links from the request’s frame to the response’s frame and vice-versa are also added.
The main welcome screen and status bar now display file sizes using strict SI prefixes instead of old-style binary prefixes.
Capinfos now prints human-readable statistics with SI suffixes by default.
It is now possible to open a referenced packet (such as the matched request or response packet) in a new window.
Tshark can now display only the hex/ascii packet data without requiring that the packet summary and/or packet details are also displayed. If you want the old behavior, use -Px instead of just -x.
Wireshark can be compiled using GTK+ 3.
The Wireshark application icon, capture toolbar icons, and other icons have been updated.
Tshark’s filtering and multi-pass analysis have been reworked for consistency and in order to support dependent frame calculations during reassembly. See the man page descriptions for -2, -R, and -Y.
Tshark’s -G fields2 and -G fields3 options have been eliminated. The -G fields option now includes the 2 extra fields that -G fields3 previously provided, and the blurb information has been relegated to the last column since in many cases it is blank anyway.
Wireshark dropped the left-handed settings from the preferences. This is still configurable via the GTK settings (add "gtk-scrolled-window-placement = top-right" in the config file, which might be called /.gtkrc-2.0 or /.config/gtk-3.0/settings.ini).
Wireshark now ships with two global configuration files: Bluetooth, which contains coloring rules for Bluetooth and Classic, which contains the old-style coloring rules.
The LOAD() metric in the IO-graph now shows the load in IO units instead of thousands of IO units.

Revision 1.97.2.2: download - view: text, markup, annotated - select for diffs
Sat Jun 22 12:52:34 2013 UTC (11 years, 5 months ago) by spz
Branches: pkgsrc-2013Q1
Diff to: previous 1.97.2.1: preferred, colored; branchpoint 1.97: preferred, colored; next MAIN 1.98: preferred, colored
Changes since revision 1.97.2.1: +2 -2 lines
Pullup ticket #4159 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.103
- net/wireshark/distinfo                                        1.66

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Jun 11 22:57:59 UTC 2013

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.8.8. Changes since 1.8.7:
   - Bug Fixes
     The following vulnerabilities have been fixed.
       o wnpa-sec-2013-32
         The CAPWAP dissector could crash. Discovered by Laurent Butti.
         (Bug 8725)
         Versions affected: 1.8.0 to 1.8.7, 1.6.0 to 1.6.15.
       o wnpa-sec-2013-33
         The GMR-1 BCCH dissector could crash. Discovered by Sylvain
         Munaut and Laurent Butti. (Bug 7664, Bug 8726 )
         Versions affected: 1.8.0 to 1.8.7.
       o wnpa-sec-2013-34
         The PPP dissector could crash. Discovered by Laurent Butti.
         (Bug 7880, Bug 8727 )
         Versions affected: 1.8.0 to 1.8.7.
       o wnpa-sec-2013-35
         The NBAP dissector could crash. (Bug 8697)
         Versions affected: 1.8.0 to 1.8.7.
       o wnpa-sec-2013-36
         The RDP dissector could crash. Discovered by Laurent Butti
         (Bug 8729)
         Versions affected: 1.8.0 to 1.8.7.
       o wnpa-sec-2013-37
         The GSM CBCH dissector could crash. Discovered by Laurent
         Butti (Bug 8730)
         Versions affected: 1.8.0 to 1.8.7.
       o wnpa-sec-2013-38
         The Assa Abloy R3 dissector could consume excessive memory and
         CPU. (Bug 8764)
         Versions affected: 1.8.0 to 1.8.7.
       o wnpa-sec-2013-39
         The HTTP dissector could overrun the stack. (Bug 8733)
         Versions affected: 1.8.0 to 1.8.7, 1.6.0 to 1.6.15.
       o wnpa-sec-2013-40
         The Ixia IxVeriWave file parser could overflow the heap.
         Discovered by Sachin Shinde. (Bug 8760)
         Versions affected: 1.8.0 to 1.8.7.
       o wnpa-sec-2013-41
         The DCP ETSI dissector could crash. (Bug 8717)
         Versions affected: 1.10.0, 1.8.0 to 1.8.7, 1.6.0 to 1.6.15.
     The following bugs have been fixed:
       o TRY_TO_FAKE_THIS_ITEM disables bounds errors. (Bug 3290)
       o Multiple expert info in a packet does not cause the most
         "severe" to be displayed in expert column. (Bug 7733)
       o tshark -z io,stat reports bad byte counts if filter doesn't
         match anything. (Bug 8066)
       o Add decryption for WPA eapol 4-way handshake. (Bug 8680)
       o wireshark is crashing while attempting to use 'SCTP' ->
         'Prepare Filter for this Association'. (Bug 8731)
       o Crash analyzing VoIP Calls (T38). (Bug 8736)
       o IMAP Dissector, Missing byte. (Bug 8739)
       o C12.22 Invocation Id shows negative sometimes. (Bug 8744)
       o gsm_a_dtap dissector (SMS): under certain conditions fillbits
         may be displayed for an alphanumeric TP-Originating-Address.
         (Bug 8756)
       o TETRA dissector assertion. (Bug 8768)
       o Mark retransmitted SYN and FIN packets as retransmissions.
   - Updated Protocol Support
     Bittorrent DHT, C12.22, CAPWAP, DCP ETSI, EAPOL, GMR-1 BCCH, GSM
     CBCH, GSM SMS, HTTP, IMAP, NBAP, PPP, R3, RDP, SGsAP, T.38, TETRA
   - New and Updated Capture File Support
     Ixia IxVeriWave.


   To generate a diff of this commit:
   cvs rdiff -u -r1.102 -r1.103 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/wireshark/distinfo

Revision 1.103: download - view: text, markup, annotated - select for diffs
Tue Jun 11 22:57:58 2013 UTC (11 years, 6 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base
Branch point for: pkgsrc-2013Q2
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -3 lines
Update "wireshark" package to version 1.8.8. Changes since 1.8.7:
- Bug Fixes
  The following vulnerabilities have been fixed.
    o wnpa-sec-2013-32
      The CAPWAP dissector could crash. Discovered by Laurent Butti.
      (Bug 8725)
      Versions affected: 1.8.0 to 1.8.7, 1.6.0 to 1.6.15.
    o wnpa-sec-2013-33
      The GMR-1 BCCH dissector could crash. Discovered by Sylvain
      Munaut and Laurent Butti. (Bug 7664, Bug 8726 )
      Versions affected: 1.8.0 to 1.8.7.
    o wnpa-sec-2013-34
      The PPP dissector could crash. Discovered by Laurent Butti.
      (Bug 7880, Bug 8727 )
      Versions affected: 1.8.0 to 1.8.7.
    o wnpa-sec-2013-35
      The NBAP dissector could crash. (Bug 8697)
      Versions affected: 1.8.0 to 1.8.7.
    o wnpa-sec-2013-36
      The RDP dissector could crash. Discovered by Laurent Butti
      (Bug 8729)
      Versions affected: 1.8.0 to 1.8.7.
    o wnpa-sec-2013-37
      The GSM CBCH dissector could crash. Discovered by Laurent
      Butti (Bug 8730)
      Versions affected: 1.8.0 to 1.8.7.
    o wnpa-sec-2013-38
      The Assa Abloy R3 dissector could consume excessive memory and
      CPU. (Bug 8764)
      Versions affected: 1.8.0 to 1.8.7.
    o wnpa-sec-2013-39
      The HTTP dissector could overrun the stack. (Bug 8733)
      Versions affected: 1.8.0 to 1.8.7, 1.6.0 to 1.6.15.
    o wnpa-sec-2013-40
      The Ixia IxVeriWave file parser could overflow the heap.
      Discovered by Sachin Shinde. (Bug 8760)
      Versions affected: 1.8.0 to 1.8.7.
    o wnpa-sec-2013-41
      The DCP ETSI dissector could crash. (Bug 8717)
      Versions affected: 1.10.0, 1.8.0 to 1.8.7, 1.6.0 to 1.6.15.
  The following bugs have been fixed:
    o TRY_TO_FAKE_THIS_ITEM disables bounds errors. (Bug 3290)
    o Multiple expert info in a packet does not cause the most
      "severe" to be displayed in expert column. (Bug 7733)
    o tshark -z io,stat reports bad byte counts if filter doesn't
      match anything. (Bug 8066)
    o Add decryption for WPA eapol 4-way handshake. (Bug 8680)
    o wireshark is crashing while attempting to use 'SCTP' ->
      'Prepare Filter for this Association'. (Bug 8731)
    o Crash analyzing VoIP Calls (T38). (Bug 8736)
    o IMAP Dissector, Missing byte. (Bug 8739)
    o C12.22 Invocation Id shows negative sometimes. (Bug 8744)
    o gsm_a_dtap dissector (SMS): under certain conditions fillbits
      may be displayed for an alphanumeric TP-Originating-Address.
      (Bug 8756)
    o TETRA dissector assertion. (Bug 8768)
    o Mark retransmitted SYN and FIN packets as retransmissions.
- Updated Protocol Support
  Bittorrent DHT, C12.22, CAPWAP, DCP ETSI, EAPOL, GMR-1 BCCH, GSM
  CBCH, GSM SMS, HTTP, IMAP, NBAP, PPP, R3, RDP, SGsAP, T.38, TETRA
- New and Updated Capture File Support
  Ixia IxVeriWave.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Jun 6 12:54:58 2013 UTC (11 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -2 lines
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Jun 4 22:16:56 2013 UTC (11 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2 lines
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Jun 3 10:05:50 2013 UTC (11 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2 lines
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri May 31 12:41:45 2013 UTC (11 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -1 lines
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.97.2.1: download - view: text, markup, annotated - select for diffs
Mon May 20 13:24:24 2013 UTC (11 years, 6 months ago) by spz
Branches: pkgsrc-2013Q1
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines
Pullup ticket #4139 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.98
- net/wireshark/distinfo                                        1.64

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sun May 19 15:47:29 UTC 2013

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.8.7. Changes since 1.8.6:
   - Bug Fixes
     The following vulnerabilities have been fixed.
     o wnpa-sec-2013-23
       The RELOAD dissector could go into an infinite loop.
       Discovered by Evan Jensen. (Bug 8364, (Bug 8546)
       Versions affected: 1.8.0 to 1.8.6.
       CVE-2013-2486
       CVE-2013-2487
     o wnpa-sec-2013-24
       The GTPv2 dissector could crash. (Bug 8493)
       Versions affected: 1.8.0 to 1.8.6.
     o wnpa-sec-2013-25
       The ASN.1 BER dissector could crash. (Bug 8599)
       Versions affected: 1.8.0 to 1.8.6, 1.6.0 to 1.6.14.
     o wnpa-sec-2013-26
       The PPP CCP dissector could crash. (Bug 8638)
       Versions affected: 1.8.0 to 1.8.6.
     o wnpa-sec-2013-27
       The DCP ETSI dissector could crash. Discovered by Evan Jensen.
       (Bug 8231, bug 8540, bug 8541)
       Versions affected: 1.8.0 to 1.8.6.
     o wnpa-sec-2013-28
       The MPEG DSM-CC dissector could crash. (Bug 8481)
       Versions affected: 1.8.0 to 1.8.6.
     o wnpa-sec-2013-29
       The Websocket dissector could crash. Discovered by Moshe
       Kaplan. (Bug 8448, Bug 8499)
       Versions affected: 1.8.0 to 1.8.6.
     o wnpa-sec-2013-30
       The MySQL dissector could go into an infinite loop. Discovered
       by Moshe Kaplan. (Bug 8458)
       Versions affected: 1.8.0 to 1.8.6.
     o wnpa-sec-2013-31
       The ETCH dissector could go into a large loop. Discovered by
       Moshe Kaplan. (Bug 8464)
       Versions affected: 1.8.0 to 1.8.6.
     The following bugs have been fixed:
     o The Windows installer and uninstaller does a better job of
       detecting running executables.
     o Library mismatch when compiling on a system with an older
       Wireshark version. (Bug 6011)
     o SNMP dissector bug: STATUS_INTEGER_DIVIDE_BY_ZERO. (Bug 7359)
     o A console window is never opened. (Bug 7755)
     o GSM_MAP show malformed Packets when two IMSI. (Bug 7882)
     o Fix include and libs search path when cross compiling. (Bug
       7926)
     o PER dissector crash. (Bug 8197)
     o pcap-ng: name resolution block is not written to file on save.
       (Bug 8317)
     o Incorrect RTP statistics (Lost Packets indication not ok).
       (Bug 8321)
     o Decoding of GSM MAP E164 Digits. (Bug 8450)
     o Silent installer and uninstaller not silent. (Bug 8451)
     o Replace use of INCLUDES with AM_CPPFLAGS in all Makefiles to
       placate recent autotools. (Bug 8452)
     o Wifi details are not stored in the Decryption Key Management
       dialog (post 1.8.x). (Bug 8446)
     o IO Graph should not be limited to 100k points (NUM_IO_ITEMS).
       (Bug 8460)
     o geographical_description: hf_gsm_a_geo_loc_deg_of_long 24 bit
       field truncated to 23 bits. (Bug 8532)
     o IRC message with multiple params causes malformed packet
       exception. (Bug 8548)
     o Part of Ping Reply Message in ICMPv6 Reply Message is marked
       as "Malformed Packet". (Bug 8554)
     o MP2T wiretap heuristic overriding ERF. (Bug 8556)
     o Cannot read content of Ran Information Application Error Rim
       Container. (Bug 8559)
     o Endian error and IP:Port error when decoding BT-DHT response
       message. (Bug 8572)
     o "ACE4_ADD_FILE/ACE4_ADD_SUBDIRECTORY" should be
       "ACE4_APPEND_DATA / ACE4_ADD_SUBDIRECTORY". (Bug 8575)
     o wireshark crashes while displaying I/O Graph. (Bug 8583)
     o GTPv2 MM Context (UMTS Key, Quad, and Quint Decoded)
       incorrectly. (Bug 8596)
     o DTLS 1.2 uses wrong PRF. (Bug 8608)
     o RTP DTMF digits are no longer displayed in VoIP graph
       analysis. (Bug 8610)
     o Universal port not accepted in RSA Keys List window. (Bug
       8618)
     o Wireshark Dissector bug with HSRP Version 2. (Bug 8622)
     o LISP control packet incorrectly identified as LISP data based
       when UDP source port is 4341. (Bug 8627)
     o Bad tcp checksum not detected. (Bug 8629)
     o AMR Frame Type uses wrong Value String. (Bug 8681)
   - Updated Protocol Support
     AMR, ASN.1 BER, BAT, Bluetooth DHT, BSSGP, DTLS, E.164, Ericsson
     A-bis OML, GSM A, GSM MAP, HDFSDATA, ICMP, ICMPv6, ixveriwave,
     IRC, KDSP, LISP Data, MMS, NFS, OpenWire, PPP, RELOAD, RTP, SASP,
     SIP, SSL/TLS, TCP, UA3G
   - New and Updated Capture File Support
     Endace ERF, NetScreen snoop.


   To generate a diff of this commit:
   cvs rdiff -u -r1.97 -r1.98 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/wireshark/distinfo

Revision 1.98: download - view: text, markup, annotated - select for diffs
Sun May 19 15:47:29 2013 UTC (11 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines
Update "wireshark" package to version 1.8.7. Changes since 1.8.6:
- Bug Fixes
  The following vulnerabilities have been fixed.
  o wnpa-sec-2013-23
    The RELOAD dissector could go into an infinite loop.
    Discovered by Evan Jensen. (Bug 8364, (Bug 8546)
    Versions affected: 1.8.0 to 1.8.6.
    CVE-2013-2486
    CVE-2013-2487
  o wnpa-sec-2013-24
    The GTPv2 dissector could crash. (Bug 8493)
    Versions affected: 1.8.0 to 1.8.6.
  o wnpa-sec-2013-25
    The ASN.1 BER dissector could crash. (Bug 8599)
    Versions affected: 1.8.0 to 1.8.6, 1.6.0 to 1.6.14.
  o wnpa-sec-2013-26
    The PPP CCP dissector could crash. (Bug 8638)
    Versions affected: 1.8.0 to 1.8.6.
  o wnpa-sec-2013-27
    The DCP ETSI dissector could crash. Discovered by Evan Jensen.
    (Bug 8231, bug 8540, bug 8541)
    Versions affected: 1.8.0 to 1.8.6.
  o wnpa-sec-2013-28
    The MPEG DSM-CC dissector could crash. (Bug 8481)
    Versions affected: 1.8.0 to 1.8.6.
  o wnpa-sec-2013-29
    The Websocket dissector could crash. Discovered by Moshe
    Kaplan. (Bug 8448, Bug 8499)
    Versions affected: 1.8.0 to 1.8.6.
  o wnpa-sec-2013-30
    The MySQL dissector could go into an infinite loop. Discovered
    by Moshe Kaplan. (Bug 8458)
    Versions affected: 1.8.0 to 1.8.6.
  o wnpa-sec-2013-31
    The ETCH dissector could go into a large loop. Discovered by
    Moshe Kaplan. (Bug 8464)
    Versions affected: 1.8.0 to 1.8.6.
  The following bugs have been fixed:
  o The Windows installer and uninstaller does a better job of
    detecting running executables.
  o Library mismatch when compiling on a system with an older
    Wireshark version. (Bug 6011)
  o SNMP dissector bug: STATUS_INTEGER_DIVIDE_BY_ZERO. (Bug 7359)
  o A console window is never opened. (Bug 7755)
  o GSM_MAP show malformed Packets when two IMSI. (Bug 7882)
  o Fix include and libs search path when cross compiling. (Bug
    7926)
  o PER dissector crash. (Bug 8197)
  o pcap-ng: name resolution block is not written to file on save.
    (Bug 8317)
  o Incorrect RTP statistics (Lost Packets indication not ok).
    (Bug 8321)
  o Decoding of GSM MAP E164 Digits. (Bug 8450)
  o Silent installer and uninstaller not silent. (Bug 8451)
  o Replace use of INCLUDES with AM_CPPFLAGS in all Makefiles to
    placate recent autotools. (Bug 8452)
  o Wifi details are not stored in the Decryption Key Management
    dialog (post 1.8.x). (Bug 8446)
  o IO Graph should not be limited to 100k points (NUM_IO_ITEMS).
    (Bug 8460)
  o geographical_description: hf_gsm_a_geo_loc_deg_of_long 24 bit
    field truncated to 23 bits. (Bug 8532)
  o IRC message with multiple params causes malformed packet
    exception. (Bug 8548)
  o Part of Ping Reply Message in ICMPv6 Reply Message is marked
    as "Malformed Packet". (Bug 8554)
  o MP2T wiretap heuristic overriding ERF. (Bug 8556)
  o Cannot read content of Ran Information Application Error Rim
    Container. (Bug 8559)
  o Endian error and IP:Port error when decoding BT-DHT response
    message. (Bug 8572)
  o "ACE4_ADD_FILE/ACE4_ADD_SUBDIRECTORY" should be
    "ACE4_APPEND_DATA / ACE4_ADD_SUBDIRECTORY". (Bug 8575)
  o wireshark crashes while displaying I/O Graph. (Bug 8583)
  o GTPv2 MM Context (UMTS Key, Quad, and Quint Decoded)
    incorrectly. (Bug 8596)
  o DTLS 1.2 uses wrong PRF. (Bug 8608)
  o RTP DTMF digits are no longer displayed in VoIP graph
    analysis. (Bug 8610)
  o Universal port not accepted in RSA Keys List window. (Bug
    8618)
  o Wireshark Dissector bug with HSRP Version 2. (Bug 8622)
  o LISP control packet incorrectly identified as LISP data based
    when UDP source port is 4341. (Bug 8627)
  o Bad tcp checksum not detected. (Bug 8629)
  o AMR Frame Type uses wrong Value String. (Bug 8681)
- Updated Protocol Support
  AMR, ASN.1 BER, BAT, Bluetooth DHT, BSSGP, DTLS, E.164, Ericsson
  A-bis OML, GSM A, GSM MAP, HDFSDATA, ICMP, ICMPv6, ixveriwave,
  IRC, KDSP, LISP Data, MMS, NFS, OpenWire, PPP, RELOAD, RTP, SASP,
  SIP, SSL/TLS, TCP, UA3G
- New and Updated Capture File Support
  Endace ERF, NetScreen snoop.

Revision 1.92.2.2: download - view: text, markup, annotated - select for diffs
Fri Mar 8 19:23:30 2013 UTC (11 years, 9 months ago) by spz
Branches: pkgsrc-2012Q4
Diff to: previous 1.92.2.1: preferred, colored; branchpoint 1.92: preferred, colored; next MAIN 1.93: preferred, colored
Changes since revision 1.92.2.1: +2 -2 lines
Pullup ticket #4090 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.97
- net/wireshark/distinfo                                        1.63
- net/wireshark/patches/patch-ae                                deleted

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Thu Mar  7 12:44:11 UTC 2013

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo
   Removed Files:
   	pkgsrc/net/wireshark/patches: patch-ae

   Log Message:
   Update "wireshark" package to version 1.8.6. Changes since 1.8.5:
   - Bug Fixes
      The following vulnerabilities have been fixed.
        o wnpa-sec-2013-10
          The TCP dissector could crash. (Bug 8274)
          Versions affected: 1.8.0 to 1.8.5.
          CVE-2013-2475
        o wnpa-sec-2013-11
          The HART/IP dissectory could go into an infinite loop. (Bug
          8360)
          Versions affected: 1.8.0 to 1.8.5.
          CVE-2013-2476
        o wnpa-sec-2013-12
          The CSN.1 dissector could crash. Discovered by Laurent Butti.
          (Bug 8383)
          Versions affected: 1.8.0 to 1.8.5.
          CVE-2013-2477
        o wnpa-sec-2013-13
          The MS-MMS dissector could crash. Discovered by Laurent Butti.
          (Bug 8382)
          Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
          CVE-2013-2478
        o wnpa-sec-2013-14
          The MPLS Echo dissector could go into an infinite loop.
          Discovered by Laurent Butti. (Bug 8039)
          Versions affected: 1.8.0 to 1.8.5.
          CVE-2013-2479
        o wnpa-sec-2013-15
          The RTPS and RTPS2 dissectors could crash. Discovered by
          Alyssa Milburn. (Bug 8332)
          Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
          CVE-2013-2480
        o wnpa-sec-2013-16
          The Mount dissector could crash. Discovered by Alyssa Milburn.
          (Bug 8335)
          Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
          CVE-2013-2481
        o wnpa-sec-2013-17
          The AMPQ dissector could go into an infinite loop. Discovered
          by Moshe Kaplan. (Bug 8337)
          Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
          CVE-2013-2482
        o wnpa-sec-2013-18
          The ACN dissector could attempt to divide by zero. Discovered
          by Alyssa Milburn. (Bug 8340)
          Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
          CVE-2013-2483
        o wnpa-sec-2013-19
          The CIMD dissector could crash. Discovered by Moshe Kaplan.
          (Bug 8346)
          Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
          CVE-2013-2484
        o wnpa-sec-2013-20
          The FCSP dissector could go into an infinite loop. Discovered
          by Moshe Kaplan. (Bug 8359)
          Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
          CVE-2013-2485
        o wnpa-sec-2013-21
          The RELOAD dissector could go into an infinite loop.
          Discovered by Even Jensen. (Bug 8364)
          Versions affected: 1.8.0 to 1.8.5.
          CVE-2013-2486
          CVE-2013-2487
        o wnpa-sec-2013-22
          The DTLS dissector could crash. Discovered by Laurent Butti.
          (Bug 8380)
          Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
          CVE-2013-2488
      The following bugs have been fixed:
        o Lua pinfo.cols.protocol not holding value in postdissector.
          (Bug 6020)
        o data combined via ssl_desegment_app_data not visible via
          "Follow SSL Stream" only decrypted ssl data tabs. (Bug 6434)
        o HTTP application/json-rpc should be decoded/shown as
          application/json. (Bug 7939)
        o Maximum value of 802.11-2012 Duration field should be 32767.
          (Bug 8056)
        o Voice RTP player crash if player is closed while playing. (Bug
          8065)
        o Display Filter Macros crash. (Bug 8073)
        o RRC RadioBearerSetup message decoding issue. (Bug 8290)
        o R-click filters add ! in front of field when choosing "apply
          as filter>selected". (Bug 8297)
        o BACnet - Loop Object - Setpoint-Reference property does not
          decode correctly. (Bug 8306)
        o WMM TSPEC Element Parsing is not done is wrong due to a wrong
          switch case number. (Bug 8320)
        o Incorrect RTP statistics (Lost Packets indication not ok).
          (Bug 8321)
        o Registering ieee802154 dissector for IEEE802.15.4 frames
          inside Linux SLL frames. (Bug 8325)
        o Version Field is skipped while parsing WMM_TSPEC causing wrong
          dissecting (1 byte offset missing) of all fields in the TSPEC.
          (Bug 8330)
        o [BACnet] UCS-2 strings longer than 127 characters do not
          decode correctly. (Bug 8331)
        o Malformed IEEE80211 frame triggers DISSECTOR_ASSERT. (Bug
          8345)
        o Decoding of GSM MAP SMS Diagnostics. (Bug 8378)
        o Incorrect packet length displayed for Flight Message Transfer
          Protocol (FMTP). (Bug 8407)
        o Netflow dissector flowDurationMicroseconds nanosecond
          conversion wrong. (Bug 8410)
        o BE (3) AC is wrongly named as "Video" in (qos_acs). (Bug 8432)
   - Updated Protocol Support
     ACN, AMQP, ASN.1 PER, BACnet, CIMD, CSN.1, DOCSIS TLVs, DTLS,
     FCSP, FMP/NOTIFY, FMTP, GSM MAP SMS, HART/IP, IEEE 802.11, IEEE
     802.15.4, JSON, Linux SLL, LTE RRC, Mount, MPLS Echo, Netflow,
     RELOAD, RSL, RTP, RTPS, RTPS2, SABP, SIP, SSL, TCP


   To generate a diff of this commit:
   cvs rdiff -u -r1.96 -r1.97 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.3 -r0 pkgsrc/net/wireshark/patches/patch-ae

Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Mar 7 12:44:11 2013 UTC (11 years, 9 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base
Branch point for: pkgsrc-2013Q1
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -3 lines
Update "wireshark" package to version 1.8.6. Changes since 1.8.5:
- Bug Fixes
   The following vulnerabilities have been fixed.
     o wnpa-sec-2013-10
       The TCP dissector could crash. (Bug 8274)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2475
     o wnpa-sec-2013-11
       The HART/IP dissectory could go into an infinite loop. (Bug
       8360)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2476
     o wnpa-sec-2013-12
       The CSN.1 dissector could crash. Discovered by Laurent Butti.
       (Bug 8383)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2477
     o wnpa-sec-2013-13
       The MS-MMS dissector could crash. Discovered by Laurent Butti.
       (Bug 8382)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2478
     o wnpa-sec-2013-14
       The MPLS Echo dissector could go into an infinite loop.
       Discovered by Laurent Butti. (Bug 8039)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2479
     o wnpa-sec-2013-15
       The RTPS and RTPS2 dissectors could crash. Discovered by
       Alyssa Milburn. (Bug 8332)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2480
     o wnpa-sec-2013-16
       The Mount dissector could crash. Discovered by Alyssa Milburn.
       (Bug 8335)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2481
     o wnpa-sec-2013-17
       The AMPQ dissector could go into an infinite loop. Discovered
       by Moshe Kaplan. (Bug 8337)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2482
     o wnpa-sec-2013-18
       The ACN dissector could attempt to divide by zero. Discovered
       by Alyssa Milburn. (Bug 8340)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2483
     o wnpa-sec-2013-19
       The CIMD dissector could crash. Discovered by Moshe Kaplan.
       (Bug 8346)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2484
     o wnpa-sec-2013-20
       The FCSP dissector could go into an infinite loop. Discovered
       by Moshe Kaplan. (Bug 8359)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2485
     o wnpa-sec-2013-21
       The RELOAD dissector could go into an infinite loop.
       Discovered by Even Jensen. (Bug 8364)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2486
       CVE-2013-2487
     o wnpa-sec-2013-22
       The DTLS dissector could crash. Discovered by Laurent Butti.
       (Bug 8380)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2488
   The following bugs have been fixed:
     o Lua pinfo.cols.protocol not holding value in postdissector.
       (Bug 6020)
     o data combined via ssl_desegment_app_data not visible via
       "Follow SSL Stream" only decrypted ssl data tabs. (Bug 6434)
     o HTTP application/json-rpc should be decoded/shown as
       application/json. (Bug 7939)
     o Maximum value of 802.11-2012 Duration field should be 32767.
       (Bug 8056)
     o Voice RTP player crash if player is closed while playing. (Bug
       8065)
     o Display Filter Macros crash. (Bug 8073)
     o RRC RadioBearerSetup message decoding issue. (Bug 8290)
     o R-click filters add ! in front of field when choosing "apply
       as filter>selected". (Bug 8297)
     o BACnet - Loop Object - Setpoint-Reference property does not
       decode correctly. (Bug 8306)
     o WMM TSPEC Element Parsing is not done is wrong due to a wrong
       switch case number. (Bug 8320)
     o Incorrect RTP statistics (Lost Packets indication not ok).
       (Bug 8321)
     o Registering ieee802154 dissector for IEEE802.15.4 frames
       inside Linux SLL frames. (Bug 8325)
     o Version Field is skipped while parsing WMM_TSPEC causing wrong
       dissecting (1 byte offset missing) of all fields in the TSPEC.
       (Bug 8330)
     o [BACnet] UCS-2 strings longer than 127 characters do not
       decode correctly. (Bug 8331)
     o Malformed IEEE80211 frame triggers DISSECTOR_ASSERT. (Bug
       8345)
     o Decoding of GSM MAP SMS Diagnostics. (Bug 8378)
     o Incorrect packet length displayed for Flight Message Transfer
       Protocol (FMTP). (Bug 8407)
     o Netflow dissector flowDurationMicroseconds nanosecond
       conversion wrong. (Bug 8410)
     o BE (3) AC is wrongly named as "Video" in (qos_acs). (Bug 8432)
- Updated Protocol Support
  ACN, AMQP, ASN.1 PER, BACnet, CIMD, CSN.1, DOCSIS TLVs, DTLS,
  FCSP, FMP/NOTIFY, FMTP, GSM MAP SMS, HART/IP, IEEE 802.11, IEEE
  802.15.4, JSON, Linux SLL, LTE RRC, Mount, MPLS Echo, Netflow,
  RELOAD, RSL, RTP, RTPS, RTPS2, SABP, SIP, SSL, TCP

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Feb 16 11:24:02 2013 UTC (11 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2 lines
Recursive bump for png-1.6.

Revision 1.92.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 14 09:17:11 2013 UTC (11 years, 9 months ago) by spz
Branches: pkgsrc-2012Q4
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
Pullup ticket #4047 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.93
- net/wireshark/distinfo                                        1.62

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Thu Jan 31 10:40:38 UTC 2013

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.8.5. Changes since 1.8.4:
   - Bug Fixes
     The following vulnerabilities have been fixed.
       o wnpa-sec-2013-01
         Infinite and large loops in the Bluetooth HCI, CSN.1, DCP-ETSI
         DOCSIS CM-STAUS, IEEE 802.3 Slow Protocols, MPLS, R3, RTPS,
         SDP, and SIP dissectors. Reported by Laurent Butti. (Bugs
         8036, 8037, 8038, 8040, 8041, 8042, 8043, 8198, 8199, 8222)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
       o wnpa-sec-2013-02
         The CLNP dissector could crash. Discovered independently by
         Laurent Butti and the Wireshark development team. (Bug 7871)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
       o wnpa-sec-2013-03
         The DTN dissector could crash. (Bug 7945)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
       o wnpa-sec-2013-04
         The MS-MMC dissector (and possibly others) could crash. (Bug
         8112)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
       o wnpa-sec-2013-05
         The DTLS dissector could crash. Discovered by Laurent Butti.
         (Bug 8111)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
       o wnpa-sec-2013-06
         The ROHC dissector could crash. (Bug 7679)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
       o wnpa-sec-2013-07
         The DCP-ETSI dissector could corrupt memory. Discovered by
         Laurent Butti. (Bug 8213)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
       o wnpa-sec-2013-08
         The Wireshark dissection engine could crash. Discovered by
         Laurent Butti. (Bug 8197)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
       o wnpa-sec-2013-09
         The NTLMSSP dissector could overflow a buffer. Discovered by
         Ulf H=E4rnhammar. (Bug X)
         Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
         GENERIC-MAP-NOMATCH
   - The following bugs have been fixed:
       o SNMPv3 Engine ID registration. (Bug 2426)
       o Wrong decoding of gtp.target identification. (Bug 3974)
       o Reassemble.c leaks memory for GLIB > 2.8. (Bug 4141)
       o Wireshark crashes when starting due to out-of-date plugin left
         behind from earlier installation. (Bug 7401)
       o Failed to dissect TLS handshake packets. (Bug 7435)
       o ISUP dissector problem with empty Generic Number. (Bug 7632)
       o Illegal character is used in temporary capture file name. (Bug
         7877)
       o Lua code crashes wireshark after update to 1.8.3. (Bug 7976)
       o Timestamp info is not saved correctly when writing DOS Sniffer
         files. (Bug 7998)
       o 1.8.3 Wireshark User's Guide version is 1.6. (Bug 8009)
       o Core dumped when the file is closed. (Bug 8022)
       o LPP is misspelled in APDU parameter in
         e-CIDMeasurementInitiation request for LPPA message. (Bug
         8023)
       o Wrong packet bytes are selected for ISUP CUG binary code. (Bug
         8035)
       o Decodes FCoE Group Multicast MAC address as Broadcom MAC
         address. (Bug 8046)
       o The SSL dissector stops decrypting the SSL conversation with
         Malformed Packet:SSL error messages. (Bug 8075)
       o Unable to Save/Apply [Unistim Port] in Preferences. (Bug 8078)
       o Some Information Elements in GTPv2 are not dissected
         correctly. (Bug 8079)
       o Wrong bytes highlighted with "Find Packet...". (Bug 8085)
       o 3GPP ULI AVP. SAI is not correctly decoded. (Bug 8098)
       o Wireshark does not show "Start and End Time" information for
         Cisco Netflow/IPFIX with type 154 to 157. (Bug 8105)
       o GPRS Tunnel Protocoll GTP Version 1 does not decode DAF flag
         in Common Flags IE. (Bug 8193)
       o Wrong parcing of ULI of gtpv2 messages - errors in SAC, RAC &
         ECI. (Bug 8208)
       o Version Number in EtherIP dissector. (Bug 8211)
       o Warn Dissector bug, protocol JXTA. (Bug 8212)
       o Electromagnetic Emission Parser parses field Event Id as
         Entity Id. (Bug 8227)
   - Updated Protocol Support
     ANSI IS-637-A, ASN.1 PER, AX.25, Bluetooth HCI, CLNP, CSN.1,
     DCP-ETSI, DIAMETER, DIS PDU, DOCSIS CM-STATUS, DTLS, DTN, EtherIP,
     Fibre Channel, GPRS, GTP, GTPv2, HomePlug AV, IEEE 802.3 Slow,
     IEEE 802.15.4, ISUP, JXTA, LAPD, LPPa, MPLS, MS-MMC, NAS-EPS,
     NTLMSSP, ROHC, RSL, RTPS, SDP, SIP, SNMP, SSL
   - New and Updated Capture File Support
     DOS Sniffer


   To generate a diff of this commit:
   cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/wireshark/distinfo

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Feb 6 23:23:27 2013 UTC (11 years, 10 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Feb 6 19:31:02 2013 UTC (11 years, 10 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -1 lines
PKGREVISION bumps for net/libpcap update.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Jan 31 10:40:37 2013 UTC (11 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
Update "wireshark" package to version 1.8.5. Changes since 1.8.4:
- Bug Fixes
  The following vulnerabilities have been fixed.
    o wnpa-sec-2013-01
      Infinite and large loops in the Bluetooth HCI, CSN.1, DCP-ETSI
      DOCSIS CM-STAUS, IEEE 802.3 Slow Protocols, MPLS, R3, RTPS,
      SDP, and SIP dissectors. Reported by Laurent Butti. (Bugs
      8036, 8037, 8038, 8040, 8041, 8042, 8043, 8198, 8199, 8222)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-02
      The CLNP dissector could crash. Discovered independently by
      Laurent Butti and the Wireshark development team. (Bug 7871)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-03
      The DTN dissector could crash. (Bug 7945)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-04
      The MS-MMC dissector (and possibly others) could crash. (Bug
      8112)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-05
      The DTLS dissector could crash. Discovered by Laurent Butti.
      (Bug 8111)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-06
      The ROHC dissector could crash. (Bug 7679)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-07
      The DCP-ETSI dissector could corrupt memory. Discovered by
      Laurent Butti. (Bug 8213)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-08
      The Wireshark dissection engine could crash. Discovered by
      Laurent Butti. (Bug 8197)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-09
      The NTLMSSP dissector could overflow a buffer. Discovered by
      Ulf Härnhammar. (Bug X)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
- The following bugs have been fixed:
    o SNMPv3 Engine ID registration. (Bug 2426)
    o Wrong decoding of gtp.target identification. (Bug 3974)
    o Reassemble.c leaks memory for GLIB > 2.8. (Bug 4141)
    o Wireshark crashes when starting due to out-of-date plugin left
      behind from earlier installation. (Bug 7401)
    o Failed to dissect TLS handshake packets. (Bug 7435)
    o ISUP dissector problem with empty Generic Number. (Bug 7632)
    o Illegal character is used in temporary capture file name. (Bug
      7877)
    o Lua code crashes wireshark after update to 1.8.3. (Bug 7976)
    o Timestamp info is not saved correctly when writing DOS Sniffer
      files. (Bug 7998)
    o 1.8.3 Wireshark User's Guide version is 1.6. (Bug 8009)
    o Core dumped when the file is closed. (Bug 8022)
    o LPP is misspelled in APDU parameter in
      e-CIDMeasurementInitiation request for LPPA message. (Bug
      8023)
    o Wrong packet bytes are selected for ISUP CUG binary code. (Bug
      8035)
    o Decodes FCoE Group Multicast MAC address as Broadcom MAC
      address. (Bug 8046)
    o The SSL dissector stops decrypting the SSL conversation with
      Malformed Packet:SSL error messages. (Bug 8075)
    o Unable to Save/Apply [Unistim Port] in Preferences. (Bug 8078)
    o Some Information Elements in GTPv2 are not dissected
      correctly. (Bug 8079)
    o Wrong bytes highlighted with "Find Packet...". (Bug 8085)
    o 3GPP ULI AVP. SAI is not correctly decoded. (Bug 8098)
    o Wireshark does not show "Start and End Time" information for
      Cisco Netflow/IPFIX with type 154 to 157. (Bug 8105)
    o GPRS Tunnel Protocoll GTP Version 1 does not decode DAF flag
      in Common Flags IE. (Bug 8193)
    o Wrong parcing of ULI of gtpv2 messages - errors in SAC, RAC &
      ECI. (Bug 8208)
    o Version Number in EtherIP dissector. (Bug 8211)
    o Warn Dissector bug, protocol JXTA. (Bug 8212)
    o Electromagnetic Emission Parser parses field Event Id as
      Entity Id. (Bug 8227)
- Updated Protocol Support
  ANSI IS-637-A, ASN.1 PER, AX.25, Bluetooth HCI, CLNP, CSN.1,
  DCP-ETSI, DIAMETER, DIS PDU, DOCSIS CM-STATUS, DTLS, DTN, EtherIP,
  Fibre Channel, GPRS, GTP, GTPv2, HomePlug AV, IEEE 802.3 Slow,
  IEEE 802.15.4, ISUP, JXTA, LAPD, LPPa, MPLS, MS-MMC, NAS-EPS,
  NTLMSSP, ROHC, RSL, RTPS, SDP, SIP, SNMP, SSL
- New and Updated Capture File Support
  DOS Sniffer

Revision 1.86.2.3: download - view: text, markup, annotated - select for diffs
Wed Dec 5 07:00:30 2012 UTC (12 years ago) by sbd
Branches: pkgsrc-2012Q3
Diff to: previous 1.86.2.2: preferred, colored; branchpoint 1.86: preferred, colored; next MAIN 1.87: preferred, colored
Changes since revision 1.86.2.2: +1 -1 lines
Pullup ticket #3978 - requested by tron
net/wireshark security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.92
- net/wireshark/distinfo                                        1.61

---
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sun Dec  2 09:52:11 UTC 2012

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.8.4. Changes since version 1.8.3:
   - The following vulnerabilities have been fixed.
     o wnpa-sec-2012-30
       Wireshark could leak potentially sensitive host name
       resolution information when working with multiple pcap-ng
       files. Discovered by Laura Chappell.
       Versions affected: 1.8.0 to 1.8.3.
     o wnpa-sec-2012-31
       The USB dissector could go into an infinite loop. (Bug 7787)
       Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
     o wnpa-sec-2012-32
       The sFlow dissector could go into an infinite loop. (Bug 7789)
       Versions affected: 1.8.0 to 1.8.3.
     o wnpa-sec-2012-33
       The SCTP dissector could go into an infinite loop. (Bug 7802)
       Versions affected: 1.8.0 to 1.8.3.
     o wnpa-sec-2012-34
       The EIGRP dissector could go into an infinite loop. (Bug 7800)
       Versions affected: 1.8.0 to 1.8.3.
     o wnpa-sec-2012-35
       The ISAKMP dissector could crash. (Bug 7855)
       Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
     o wnpa-sec-2012-36
       The iSCSI dissector could go into an infinite loop. (Bug 7858)
       Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
     o wnpa-sec-2012-37
       The WTP dissector could go into an infinite loop. (Bug 7869)
       Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
     o wnpa-sec-2012-38
       The RTCP dissector could go into an infinite loop. (Bug 7879)
       Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
     o wnpa-sec-2012-39
       The 3GPP2 A11 dissector could go into an infinite loop. (Bug
       7801)
       Versions affected: 1.8.0 to 1.8.3.
     o wnpa-sec-2012-40
       The ICMPv6 dissector could go into an infinite loop. (Bug
       7844)
       Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
   - The following bugs have been fixed:
     o Menu and Title bars inaccessible using GTK2 (non-legacy) with
       two monitors. (Bug 553)
     o 802.11 Probe Response fails to parse. (Bug 1284)
     o Tshark - decimal symbol. (Bug 2880)
     o Malformed tpncp.dat file can crash Wireshark. (Bug 6665)
     o SSL decryption not work even with example capture file and
       key. (Bug 6869)
     o Info line is incorrect on SIP message containing another SIP
       message in body. (Bug 7780)
     o OOPS: dissector table "sctp.ppi" doesn't exist Protocol being
       registered is "Datagram Transport Layer Security". (Bug 7784)
     o Dissection of IEEE 802.11 Channel Switch Announcement element
       fails. (Bug 7797)
     o Invalid memory accesses when loading RADIUS captures. (Bug
       7803)
     o ISUP CIC should have format BASE_DEC, not BASE_HEX. (Bug 7848)
     o We don't handle pcap-ng files with IDBs that come after packet
       blocks. (Bug 7851)
     o '*' wildcard in the 'Src IP' or 'Dest IP' field of the ESP SA
       dialog does not work. (Bug 7866)
     o nas_eps dissector does not decode some esm message. (Bug 7912)
     o WLAN decryption status not updated after updating WEP/WPA
       keys. (Bug 7921)
     o IPv6 Option Pad1 Incorrect dissection. (Bug 7938)
     o Print GNUTLS error message if PEM import fails. (Bug 7948)
     o GSM classmark3 8-PSK decode error. (Bug 7964)
     o Parsing the Server Name Indication extension in SSL/TLS
       traffic reads some fields incorrectly. (Bug 7967)
     o Lua code crashes wireshark after update to 1.8.3. (Bug 7976)
     o 2 bugs in Ran-Information-Error Rim Container. (Bug 8000)
     o Misspelling (typo) in IPv6 display filter field name. (Bug
       8006)
     o Two BSSGP dissector bugs. (Bug 8008)
     o Core dump during SCTP association analysis. (Bug 8011)
   - Updated Protocol Support
     3GPP2 A11, BSSGP, EIGRP, FMP/NOTIFY, GSM A, ICMP, ICMPv6, IEEE
     802.11, IPsec, IPv6, ISAKMP, iSCSI, LTE RRC, NAS EPS, NDPS, Prism,
     RADIUS, RRC, RTCP, SCTP, sFlow, SIP, SMB2, SSL/TLS, TPNCP, USB
   - New and Updated Capture File Support
     CommView NCF, iSeries, pcap-ng.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Dec 2 09:52:11 2012 UTC (12 years ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base
Branch point for: pkgsrc-2012Q4
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -3 lines
Update "wireshark" package to version 1.8.4. Changes since version 1.8.3:
- The following vulnerabilities have been fixed.
  o wnpa-sec-2012-30
    Wireshark could leak potentially sensitive host name
    resolution information when working with multiple pcap-ng
    files. Discovered by Laura Chappell.
    Versions affected: 1.8.0 to 1.8.3.
  o wnpa-sec-2012-31
    The USB dissector could go into an infinite loop. (Bug 7787)
    Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
  o wnpa-sec-2012-32
    The sFlow dissector could go into an infinite loop. (Bug 7789)
    Versions affected: 1.8.0 to 1.8.3.
  o wnpa-sec-2012-33
    The SCTP dissector could go into an infinite loop. (Bug 7802)
    Versions affected: 1.8.0 to 1.8.3.
  o wnpa-sec-2012-34
    The EIGRP dissector could go into an infinite loop. (Bug 7800)
    Versions affected: 1.8.0 to 1.8.3.
  o wnpa-sec-2012-35
    The ISAKMP dissector could crash. (Bug 7855)
    Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
  o wnpa-sec-2012-36
    The iSCSI dissector could go into an infinite loop. (Bug 7858)
    Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
  o wnpa-sec-2012-37
    The WTP dissector could go into an infinite loop. (Bug 7869)
    Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
  o wnpa-sec-2012-38
    The RTCP dissector could go into an infinite loop. (Bug 7879)
    Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
  o wnpa-sec-2012-39
    The 3GPP2 A11 dissector could go into an infinite loop. (Bug
    7801)
    Versions affected: 1.8.0 to 1.8.3.
  o wnpa-sec-2012-40
    The ICMPv6 dissector could go into an infinite loop. (Bug
    7844)
    Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
- The following bugs have been fixed:
  o Menu and Title bars inaccessible using GTK2 (non-legacy) with
    two monitors. (Bug 553)
  o 802.11 Probe Response fails to parse. (Bug 1284)
  o Tshark - decimal symbol. (Bug 2880)
  o Malformed tpncp.dat file can crash Wireshark. (Bug 6665)
  o SSL decryption not work even with example capture file and
    key. (Bug 6869)
  o Info line is incorrect on SIP message containing another SIP
    message in body. (Bug 7780)
  o OOPS: dissector table "sctp.ppi" doesn't exist Protocol being
    registered is "Datagram Transport Layer Security". (Bug 7784)
  o Dissection of IEEE 802.11 Channel Switch Announcement element
    fails. (Bug 7797)
  o Invalid memory accesses when loading RADIUS captures. (Bug
    7803)
  o ISUP CIC should have format BASE_DEC, not BASE_HEX. (Bug 7848)
  o We don't handle pcap-ng files with IDBs that come after packet
    blocks. (Bug 7851)
  o '*' wildcard in the 'Src IP' or 'Dest IP' field of the ESP SA
    dialog does not work. (Bug 7866)
  o nas_eps dissector does not decode some esm message. (Bug 7912)
  o WLAN decryption status not updated after updating WEP/WPA
    keys. (Bug 7921)
  o IPv6 Option Pad1 Incorrect dissection. (Bug 7938)
  o Print GNUTLS error message if PEM import fails. (Bug 7948)
  o GSM classmark3 8-PSK decode error. (Bug 7964)
  o Parsing the Server Name Indication extension in SSL/TLS
    traffic reads some fields incorrectly. (Bug 7967)
  o Lua code crashes wireshark after update to 1.8.3. (Bug 7976)
  o 2 bugs in Ran-Information-Error Rim Container. (Bug 8000)
  o Misspelling (typo) in IPv6 display filter field name. (Bug
    8006)
  o Two BSSGP dissector bugs. (Bug 8008)
  o Core dump during SCTP association analysis. (Bug 8011)
- Updated Protocol Support
  3GPP2 A11, BSSGP, EIGRP, FMP/NOTIFY, GSM A, ICMP, ICMPv6, IEEE
  802.11, IPsec, IPv6, ISAKMP, iSCSI, LTE RRC, NAS EPS, NDPS, Prism,
  RADIUS, RRC, RTCP, SCTP, sFlow, SIP, SMB2, SSL/TLS, TPNCP, USB
- New and Updated Capture File Support
  CommView NCF, iSeries, pcap-ng.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Oct 23 17:19:19 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Oct 8 23:02:19 2012 UTC (12 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -1 lines
Revbump after updating graphics/pango

Revision 1.86.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 6 05:54:10 2012 UTC (12 years, 2 months ago) by spz
Branches: pkgsrc-2012Q3
Diff to: previous 1.86.2.1: preferred, colored; branchpoint 1.86: preferred, colored
Changes since revision 1.86.2.1: +2 -3 lines
Pullup ticket #3933 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.89
- net/wireshark/PLIST                                           1.24
- net/wireshark/distinfo                                        1.60
- net/wireshark/patches/patch-CVE-2012-3548                     deleted

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Thu Oct  4 20:15:48 UTC 2012

   Modified Files:
   	pkgsrc/net/wireshark: Makefile PLIST distinfo
   Removed Files:
   	pkgsrc/net/wireshark/patches: patch-CVE-2012-3548

   Log Message:
   Update "wireshark" package to version 1.8.3. Changes since 1.8.2:
   - Bug Fixes
     The following vulnerabilities have been fixed.
       o wnpa-sec-2012-26
         The HSRP dissector could go into an infinite loop. (Bug 7581)
         Versions affected: 1.8.0 to 1.8.2.
         CVE-2012-5237
       o wnpa-sec-2012-27
         The PPP dissector could abort. (Bug 7316, bug 7668)
         Versions affected: 1.8.0 to 1.8.2.
         CVE-2012-5238
       o wnpa-sec-2012-28
         Martin Wilck discovered an infinite loop in the DRDA
         dissector. (Bug 7666)
         Versions affected: 1.6.0 to 1.6.10, 1.8.0 to 1.8.2.
         CVE-2012-5239
       o wnpa-sec-2012-29
         Laurent Butti discovered a buffer overflow in the LDP
         dissector. (Bug 7567)
         Versions affected: 1.8.0 to 1.8.2.
         CVE-2012-5240
     The following bugs have been fixed:
       o The HTTP dissector does not reassemble headers when the first
         TCP segment does not contain a full header line.
       o HDCP2 uses the wrong protocol id.
       o Several I/O graph problems have been fixed.
       o No markers show up when maps are displayed. (Bug 5016)
       o Assertion when using tshark/wireshark on large captures. (Bug
         5699)
       o Volume label field of "SMB/TRANS2-QUERY_FS_INFO/InfoVolume
         level" reply packet is not displayed correctly due alignment
         issue. (Bug 5778)
       o 64-bit Wireshark appears to hit 2-Gbyte memory limit on 64-bit
         Windows. (Bug 5979)
       o Truncated/partial JPEG files are not dissected. (Bug 6230)
       o Support for MPLS Packet Loss and Delay Measurement, RFC 6374.
         (Bug 6881)
       o Memory leak in voip_calls.c. (Bug 7320)
       o When listing protocols available for "Decode As", plugins are
         sorted after built-ins. (Bug 7348)
       o Hidden columns should not be printed when printing packet
         summary line. (Bug 7356)
       o Size wrong in "File Set List" for just-finished captures. (Bug
         7370)
       o Error: no dependency information found for
         debian/wireshark-common/usr/lib/wireshark/libwsutil.so.2 (used
         by debian/wireshark/usr/bin/wireshark). (Bug 7408)
       o Parse and properly display LTE RADIUS AVP
         3GPP-User-Location-Info. (Bug 7474)
       o [PATCH] HomeplugAV dissector: decode device id. (Bug 7548)
       o BACnet GetEnrollmentSummary-ACK does not decode correctly.
         (Bug 7556)
       o epan/dissectors/packet-per.c
         dissect_per_constrained_integer_64b fails for 64 bits. (Bug
         7624)
       o New SCTP PPID 48. (Bug 7635)
       o dissector of Qos attribute "Reliability Class" in GMM/SM
         message. (Bug 7670)
       o Performance regression in tshark -z io,stat. (Bug 7674)
       o Incorrect io-stat table format when unsupported "-t" operand
         is specified and when using AVG of relative_time fields. (Bug
         7685)
       o IEEE 802.11 TKIP dissection : wrong IS_TKIP macro. (Bug 7691)
       o Homeplug AV dissectors does not properly dissect short frames.
         (Bug 7707)
       o mm_context_nas_dl_cnt and mm_context_nas_ul_cnt are not
         dissected properly in ContextResponse message in Gtpv2. (Bug
         7718)
       o This trace causes Wireshark to crash when VoIP Calls selected.
         (Bug 7724)
       o Some diameter Gx enumerations are missing values or value is
         incorrect. (Bug 7727)
       o Wireshark 1.8.2 is only displaying 2 filters from the
         drop-down menu even when preferences are set to higher
         integer. (Bug 7731)
       o BGP bad decoding for Graceful Restart Capability with only
         helper support & for Enhanced Route Refresh Capability. (Bug
         7734)
       o Dissection error of D-RELEASE and D-CONNECT in TETRA
         dissector. (Bug 7736)
       o DND can cause Wireshark to crash. (Bug 7744)
       o SCSI: WRITE BUFFER fields always display as zero. (Bug 7753)
   - Updated Protocol Support
     ASN.1 PER, BACnet, BGP, DIAMETER, DRDA, DVB CI, DVB, GSM
     Management, GTP, GTPv2, HDCP2, HomePlug AV, ICMP, ICMPv6, IEEE
     802.11, IEEE 802a, Interlink, JPEG, LDP, LPP, MPEG, MPLS, PCAP,
     PPP, RANAP, RRC, RRLP, SCCP, SCSI, SCTP, SDP, SMB, TETRA


   To generate a diff of this commit:
   cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/wireshark/PLIST
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.1 -r0 pkgsrc/net/wireshark/patches/patch-CVE-2012-3548

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Oct 4 20:15:48 2012 UTC (12 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -3 lines
Update "wireshark" package to version 1.8.3. Changes since 1.8.2:
- Bug Fixes
  The following vulnerabilities have been fixed.
    o wnpa-sec-2012-26
      The HSRP dissector could go into an infinite loop. (Bug 7581)
      Versions affected: 1.8.0 to 1.8.2.
      CVE-2012-5237
    o wnpa-sec-2012-27
      The PPP dissector could abort. (Bug 7316, bug 7668)
      Versions affected: 1.8.0 to 1.8.2.
      CVE-2012-5238
    o wnpa-sec-2012-28
      Martin Wilck discovered an infinite loop in the DRDA
      dissector. (Bug 7666)
      Versions affected: 1.6.0 to 1.6.10, 1.8.0 to 1.8.2.
      CVE-2012-5239
    o wnpa-sec-2012-29
      Laurent Butti discovered a buffer overflow in the LDP
      dissector. (Bug 7567)
      Versions affected: 1.8.0 to 1.8.2.
      CVE-2012-5240
  The following bugs have been fixed:
    o The HTTP dissector does not reassemble headers when the first
      TCP segment does not contain a full header line.
    o HDCP2 uses the wrong protocol id.
    o Several I/O graph problems have been fixed.
    o No markers show up when maps are displayed. (Bug 5016)
    o Assertion when using tshark/wireshark on large captures. (Bug
      5699)
    o Volume label field of "SMB/TRANS2-QUERY_FS_INFO/InfoVolume
      level" reply packet is not displayed correctly due alignment
      issue. (Bug 5778)
    o 64-bit Wireshark appears to hit 2-Gbyte memory limit on 64-bit
      Windows. (Bug 5979)
    o Truncated/partial JPEG files are not dissected. (Bug 6230)
    o Support for MPLS Packet Loss and Delay Measurement, RFC 6374.
      (Bug 6881)
    o Memory leak in voip_calls.c. (Bug 7320)
    o When listing protocols available for "Decode As", plugins are
      sorted after built-ins. (Bug 7348)
    o Hidden columns should not be printed when printing packet
      summary line. (Bug 7356)
    o Size wrong in "File Set List" for just-finished captures. (Bug
      7370)
    o Error: no dependency information found for
      debian/wireshark-common/usr/lib/wireshark/libwsutil.so.2 (used
      by debian/wireshark/usr/bin/wireshark). (Bug 7408)
    o Parse and properly display LTE RADIUS AVP
      3GPP-User-Location-Info. (Bug 7474)
    o [PATCH] HomeplugAV dissector: decode device id. (Bug 7548)
    o BACnet GetEnrollmentSummary-ACK does not decode correctly.
      (Bug 7556)
    o epan/dissectors/packet-per.c
      dissect_per_constrained_integer_64b fails for 64 bits. (Bug
      7624)
    o New SCTP PPID 48. (Bug 7635)
    o dissector of Qos attribute "Reliability Class" in GMM/SM
      message. (Bug 7670)
    o Performance regression in tshark -z io,stat. (Bug 7674)
    o Incorrect io-stat table format when unsupported "-t" operand
      is specified and when using AVG of relative_time fields. (Bug
      7685)
    o IEEE 802.11 TKIP dissection : wrong IS_TKIP macro. (Bug 7691)
    o Homeplug AV dissectors does not properly dissect short frames.
      (Bug 7707)
    o mm_context_nas_dl_cnt and mm_context_nas_ul_cnt are not
      dissected properly in ContextResponse message in Gtpv2. (Bug
      7718)
    o This trace causes Wireshark to crash when VoIP Calls selected.
      (Bug 7724)
    o Some diameter Gx enumerations are missing values or value is
      incorrect. (Bug 7727)
    o Wireshark 1.8.2 is only displaying 2 filters from the
      drop-down menu even when preferences are set to higher
      integer. (Bug 7731)
    o BGP bad decoding for Graceful Restart Capability with only
      helper support & for Enhanced Route Refresh Capability. (Bug
      7734)
    o Dissection error of D-RELEASE and D-CONNECT in TETRA
      dissector. (Bug 7736)
    o DND can cause Wireshark to crash. (Bug 7744)
    o SCSI: WRITE BUFFER fields always display as zero. (Bug 7753)
- Updated Protocol Support
  ASN.1 PER, BACnet, BGP, DIAMETER, DRDA, DVB CI, DVB, GSM
  Management, GTP, GTPv2, HDCP2, HomePlug AV, ICMP, ICMPv6, IEEE
  802.11, IEEE 802a, Interlink, JPEG, LDP, LPP, MPEG, MPLS, PCAP,
  PPP, RANAP, RRC, RRLP, SCCP, SCSI, SCTP, SDP, SMB, TETRA

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Oct 3 21:57:13 2012 UTC (12 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.86.2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 3 12:09:10 2012 UTC (12 years, 2 months ago) by spz
Branches: pkgsrc-2012Q3
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Pullup ticket #3927 - requested by tron
graphics/cairo: build fix

Revisions pulled up:
- archivers/ark/Makefile                                        1.9
- archivers/file-roller/Makefile                                1.121
- audio/albumplayer/Makefile                                    1.22
- audio/amarok-kde3/Makefile                                    1.28
- audio/amarok/Makefile                                         1.115
- audio/ario/Makefile                                           1.23
- audio/audacious-plugins/Makefile                              1.34
- audio/audacious/Makefile                                      1.28
- audio/audacious/buildlink3.mk                                 1.20
- audio/audacity/Makefile                                       1.78
- audio/aumix-gtk/Makefile                                      1.18
- audio/bmp-esound/Makefile                                     1.30
- audio/bmp-flac/Makefile                                       1.13
- audio/bmp-mac/Makefile                                        1.19
- audio/bmp-musepack/Makefile                                   1.27
- audio/bmp-pulse/Makefile                                      1.17
- audio/bmp-scrobbler/Makefile                                  1.15
- audio/bmp/Makefile                                            1.49
- audio/bmp/buildlink3.mk                                       1.23
- audio/bmpx/Makefile                                           1.48
- audio/bsl/Makefile                                            1.17
- audio/buzztard/Makefile                                       1.21
- audio/easytag/Makefile                                        1.76
- audio/exaile/Makefile                                         1.34
- audio/gbemol/Makefile                                         1.18
- audio/gimmix/Makefile                                         1.24
- audio/gkrellm-volume/Makefile                                 1.41
- audio/glurp/Makefile                                          1.28
- audio/gmp3info/Makefile                                       1.40
- audio/gmpc-albumview/Makefile                                 1.12
- audio/gmpc-lastfm/Makefile                                    1.11
- audio/gmpc-lyrics/Makefile                                    1.12
- audio/gmpc-lyricwiki/Makefile                                 1.14
- audio/gmpc-magnatune/Makefile                                 1.16
- audio/gmpc-mdcover/Makefile                                   1.11
- audio/gmpc-tagedit/Makefile                                   1.12
- audio/gmpc/Makefile                                           1.53
- audio/gmpc/buildlink3.mk                                      1.17
- audio/gnome-vfs-cdda/Makefile                                 1.20
- audio/gqmpeg-devel/Makefile                                   1.39
- audio/gtick/Makefile                                          1.26
- audio/gtkpod/Makefile                                         1.46
- audio/hydrogen/Makefile                                       1.31
- audio/jack-rack/Makefile                                      1.25
- audio/libcanberra/Makefile                                    1.26
- audio/libcanberra/buildlink3.mk                               1.16
- audio/libgpod/Makefile                                        1.29
- audio/libgpod/buildlink3.mk                                   1.15
- audio/liblastfm/Makefile                                      1.22
- audio/liblastfm/buildlink3.mk                                 1.14
- audio/libvisual-bmp/Makefile                                  1.31
- audio/libvisual-plugins/Makefile                              1.35
- audio/libvisual0.2-plugins/Makefile                           1.18
- audio/liteamp/Makefile                                        1.52
- audio/mp3diags/Makefile                                       1.29
- audio/mp3splt-gtk/Makefile                                    1.14
- audio/muse/Makefile                                           1.42
- audio/padevchooser/Makefile                                   1.23
- audio/paman/Makefile                                          1.19
- audio/paprefs/Makefile                                        1.20
- audio/pavucontrol/Makefile                                    1.22
- audio/pavumeter/Makefile                                      1.20
- audio/pulseaudio/Makefile                                     1.60
- audio/py-musique/Makefile                                     1.35
- audio/qjackctl/Makefile                                       1.20
- audio/rhythmbox/Makefile                                      1.98
- audio/sfxr/Makefile                                           1.13
- audio/snd/Makefile                                            1.70
- audio/solfege/Makefile                                        1.39
- audio/sonata/Makefile                                         1.30
- audio/sound-juicer/Makefile                                   1.55
- audio/streamtuner/Makefile                                    1.58
- audio/streamtuner/buildlink3.mk                               1.27
- audio/sweep/Makefile                                          1.55
- audio/terminatorx/Makefile                                    1.32
- audio/timidity/Makefile                                       1.85
- audio/xfce4-mixer/Makefile                                    1.40
- audio/xfce4-xmms-plugin/Makefile                              1.28
- audio/xfce4-xmms-plugin/buildlink3.mk                         1.32
- biology/chemtool/Makefile                                     1.41
- biology/gnome-chemistry-utils/Makefile                        1.14
- biology/openbabel/Makefile                                    1.10
- cad/boolean/Makefile                                          1.57
- cad/geda/Makefile                                             1.79
- cad/gerbv/Makefile                                            1.50
- cad/gsmc/Makefile                                             1.26
- cad/gtk2-wcalc/Makefile                                       1.18
- cad/gtkwave/Makefile                                          1.43
- cad/gwave/Makefile                                            1.47
- cad/librecad/Makefile                                         1.10
- cad/openscad/Makefile                                         1.13
- cad/pcb/Makefile                                              1.63
- cad/transcalc/Makefile                                        1.33
- chat/empathy/Makefile                                         1.42
- chat/empathy/buildlink3.mk                                    1.20
- chat/finch/Makefile                                           1.45
- chat/gajim/Makefile                                           1.15
- chat/gg2/Makefile                                             1.43
- chat/gnomeicu/Makefile                                        1.83
- chat/gossip/Makefile                                          1.79
- chat/konversation/Makefile                                    1.48
- chat/libpurple/Makefile                                       1.46
- chat/libpurple/buildlink3.mk                                  1.34
- chat/msn-pecan/Makefile                                       1.21
- chat/pidgin-facebookchat/Makefile                             1.28
- chat/pidgin-icb/Makefile                                      1.24
- chat/pidgin-latex/Makefile                                    1.27
- chat/pidgin-libnotify/Makefile                                1.20
- chat/pidgin-otr/Makefile                                      1.30
- chat/pidgin-sametime/Makefile                                 1.32
- chat/pidgin-silc/Makefile                                     1.35
- chat/pidgin/Makefile                                          1.45
- chat/pidgin/buildlink3.mk                                     1.31
- chat/psi/Makefile                                             1.69
- chat/spectrum/Makefile                                        1.23
- chat/telepathy-farsight/Makefile                              1.26
- chat/telepathy-farsight/buildlink3.mk                         1.20
- chat/telepathy-mission-control/Makefile                       1.20
- chat/telepathy-mission-control/buildlink3.mk                  1.15
- chat/xchat-systray-integration/Makefile                       1.30
- chat/xchat/Makefile                                           1.79
- comms/asterisk10/Makefile                                     1.30
- comms/asterisk18/Makefile                                     1.48
- comms/efax-gtk/Makefile                                       1.59
- comms/gnome-pilot/Makefile                                    1.71
- comms/gnome-pilot/buildlink3.mk                               1.44
- comms/jpilot-syncmal/Makefile                                 1.54
- comms/jpilot/Makefile                                         1.83
- comms/jpilot/buildlink3.mk                                    1.26
- comms/multisync-gui/Makefile                                  1.22
- converters/tex2rtf/Makefile                                   1.36
- databases/gourmet/Makefile                                    1.30
- databases/gq/Makefile                                         1.53
- databases/gramps/Makefile                                     1.60
- databases/gramps2/Makefile                                    1.57
- databases/gramps3/Makefile                                    1.35
- databases/gtkdbfeditor/Makefile                               1.8
- databases/libgnomedb/Makefile                                 1.87
- databases/libgnomedb/buildlink3.mk                            1.40
- databases/mergeant/Makefile                                   1.79
- databases/mysql-workbench/Makefile                            1.17
- databases/p5-RRD-Simple/Makefile                              1.14
- databases/pgadmin3/Makefile                                   1.30
- databases/rrdtool/Makefile                                    1.99
- databases/rrdtool/buildlink3.mk                               1.35
- databases/ruby-rrdtool/Makefile                               1.7
- devel/GConf-ui/Makefile                                       1.23
- devel/GConf-ui/buildlink3.mk                                  1.16
- devel/SDL_Pango/Makefile                                      1.15
- devel/SDL_Pango/buildlink3.mk                                 1.12
- devel/anjuta/Makefile                                         1.93
- devel/at-spi/Makefile                                         1.67
- devel/at-spi/buildlink3.mk                                    1.31
- devel/automoc4/Makefile                                       1.20
- devel/blib/Makefile                                           1.27
- devel/blib/buildlink3.mk                                      1.22
- devel/boa-constructor/Makefile                                1.18
- devel/coconut/Makefile                                        1.49
- devel/compizconfig-backend-gconf/Makefile                     1.17
- devel/cppcheck/Makefile                                       1.17
- devel/cutter/Makefile                                         1.20
- devel/dconf-editor/Makefile                                   1.12
- devel/devhelp/Makefile                                        1.78
- devel/devhelp/buildlink3.mk                                   1.24
- devel/distccmon-gnome/Makefile                                1.36
- devel/distccmon-gtk/Makefile                                  1.21
- devel/eric4/Makefile                                          1.28
- devel/ethos/Makefile                                          1.13
- devel/ethos/buildlink3.mk                                     1.12
- devel/frama-c/Makefile                                        1.27
- devel/gconfmm/Makefile                                        1.50
- devel/gconfmm/buildlink3.mk                                   1.26
- devel/gdl/Makefile                                            1.33
- devel/gdl/buildlink3.mk                                       1.22
- devel/geany/Makefile                                          1.25
- devel/glade/Makefile                                          1.74
- devel/glade3/Makefile                                         1.26
- devel/glade3/buildlink3.mk                                    1.16
- devel/gmtk/Makefile                                           1.9
- devel/gmtk/buildlink3.mk                                      1.9
- devel/gnome-build/Makefile                                    1.32
- devel/gnome-build/buildlink3.mk                               1.24
- devel/gobject-introspection/Makefile                          1.24
- devel/gps/Makefile                                            1.16
- devel/gst-plugins0.10-pango/Makefile                          1.17
- devel/guile-gnome/Makefile                                    1.33
- devel/kdesdk4/Makefile                                        1.44
- devel/kdevelop4/Makefile                                      1.22
- devel/kdevplatform/Makefile                                   1.23
- devel/kdiff3/Makefile                                         1.24
- devel/libbonoboui/Makefile                                    1.93
- devel/libbonoboui/buildlink3.mk                               1.37
- devel/libcompizconfig/Makefile                                1.20
- devel/libdbusmenu-qt/Makefile                                 1.12
- devel/libdbusmenu-qt/buildlink3.mk                            1.9
- devel/libextractor/Makefile                                   1.54
- devel/libgail-gnome/Makefile                                  1.49
- devel/libgail-gnome/buildlink3.mk                             1.40
- devel/libglade/Makefile                                       1.82
- devel/libglade/buildlink3.mk                                  1.28
- devel/libglademm/Makefile                                     1.28
- devel/libglademm/buildlink3.mk                                1.24
- devel/libgnome/Makefile                                       1.95
- devel/libgnome/buildlink3.mk                                  1.37
- devel/libgnomemm/Makefile                                     1.42
- devel/libgnomemm/buildlink3.mk                                1.31
- devel/libgnomeui/Makefile                                     1.109
- devel/libgnomeui/buildlink3.mk                                1.44
- devel/libgnomeuimm/Makefile                                   1.41
- devel/libgnomeuimm/buildlink3.mk                              1.32
- devel/libgweather/Makefile                                    1.35
- devel/libgweather/buildlink3.mk                               1.20
- devel/libpeas/Makefile                                        1.5
- devel/libpeas/buildlink3.mk                                   1.4
- devel/libsexy/Makefile                                        1.19
- devel/libsexy/buildlink3.mk                                   1.20
- devel/libsexymm/Makefile                                      1.17
- devel/libsexymm/buildlink3.mk                                 1.16
- devel/libview/Makefile                                        1.12
- devel/libview/buildlink3.mk                                   1.13
- devel/libwnck/Makefile                                        1.86
- devel/libwnck/buildlink3.mk                                   1.32
- devel/mono-tools/Makefile                                     1.44
- devel/monodevelop-database/Makefile                           1.16
- devel/monodevelop/Makefile                                    1.51
- devel/monodevelop/buildlink3.mk                               1.16
- devel/monotone-viz/Makefile                                   1.43
- devel/p5-Gnome2/Makefile                                      1.16
- devel/p5-Gtk2-GladeXML/Makefile                               1.19
- devel/p5-Wx-Perl-DataWalker/Makefile                          1.16
- devel/p5-pango/Makefile                                       1.16
- devel/p5-pango/buildlink3.mk                                  1.12
- devel/pango/Makefile                                          1.166
- devel/pango/buildlink3.mk                                     1.32
- devel/pangomm/Makefile                                        1.23
- devel/pangomm/buildlink3.mk                                   1.15
- devel/py-compizconfig/Makefile                                1.21
- devel/py-gobject-shared/Makefile                              1.31
- devel/py-gobject/Makefile                                     1.43
- devel/py-gobject3/Makefile                                    1.6
- devel/qconf/Makefile                                          1.18
- devel/qjson/Makefile                                          1.5
- devel/qtscriptgenerator/Makefile                              1.19
- devel/qtscriptgenerator/buildlink3.mk                         1.14
- devel/rapidsvn/Makefile                                       1.60
- devel/ruby-gnome2-pango/Makefile                              1.29
- devel/ruby-gnome2-pango/buildlink3.mk                         1.27
- devel/scintilla/Makefile                                      1.11
- devel/scintilla/buildlink3.mk                                 1.10
- devel/swt/Makefile                                            1.24
- devel/valide/Makefile                                         1.19
- devel/xfce4-dev-tools/Makefile                                1.19
- devel/xfconf/Makefile                                         1.13
- devel/xulrunner/Makefile                                      1.80
- devel/xulrunner/buildlink3.mk                                 1.29
- devel/xulrunner10/Makefile                                    1.6
- devel/xulrunner10/buildlink3.mk                               1.6
- devel/xulrunner192/Makefile                                   1.18
- devel/xulrunner192/buildlink3.mk                              1.14
- editors/Sigil/Makefile                                        1.36
- editors/TeXmacs-devel/Makefile                                1.14
- editors/abiword-plugins/Makefile                              1.48
- editors/abiword/Makefile                                      1.138
- editors/beaver/Makefile                                       1.27
- editors/conglomerate/Makefile                                 1.76
- editors/dasher/Makefile                                       1.70
- editors/emacs-snapshot/Makefile                               1.33
- editors/emacs/Makefile                                        1.150
- editors/emacs22/Makefile                                      1.26
- editors/emacs24/Makefile                                      1.8
- editors/gconf-editor/Makefile                                 1.81
- editors/gedit-python/Makefile                                 1.12
- editors/gedit/Makefile                                        1.118
- editors/gedit/buildlink3.mk                                   1.31
- editors/gedit3-spell/Makefile                                 1.3
- editors/gedit3/Makefile                                       1.3
- editors/ghex/Makefile                                         1.22
- editors/gice/Makefile                                         1.41
- editors/gobby/Makefile                                        1.26
- editors/gtranslator/Makefile                                  1.48
- editors/gummi/Makefile                                        1.6
- editors/kate/Makefile                                         1.7
- editors/kile/Makefile                                         1.66
- editors/leafpad/Makefile                                      1.31
- editors/lyx/Makefile                                          1.26
- editors/medit/Makefile                                        1.6
- editors/mlview/Makefile                                       1.56
- editors/notecase/Makefile                                     1.28
- editors/p5-Padre/Makefile                                     1.22
- editors/p5-Wx-Scintilla/Makefile                              1.4
- editors/poedit/Makefile                                       1.43
- editors/qgoogletranslator/Makefile                            1.10
- editors/scite/Makefile                                        1.11
- editors/tea/Makefile                                          1.22
- editors/texmaker/Makefile                                     1.29
- editors/texworks/Makefile                                     1.8
- editors/tomboy/Makefile                                       1.42
- editors/vim-gtk2/Makefile                                     1.50
- editors/xfce4-mousepad/Makefile                               1.20
- editors/xournal/Makefile                                      1.18
- emulators/blinkensim/Makefile                                 1.23
- emulators/bochs/Makefile                                      1.69
- emulators/e-uae/Makefile                                      1.23
- emulators/fuse/Makefile                                       1.46
- emulators/gambatte/Makefile                                   1.15
- emulators/gens/Makefile                                       1.27
- emulators/gpsim-devel/Makefile                                1.26
- emulators/gpsim-devel/buildlink3.mk                           1.22
- emulators/gpsim-oscilloscope/Makefile                         1.22
- emulators/gpsim-ptyusart/Makefile                             1.23
- emulators/gpsim/Makefile                                      1.35
- emulators/mame/Makefile                                       1.14
- emulators/mess/Makefile                                       1.18
- emulators/nestopia/Makefile                                   1.16
- emulators/snes9x-gtk/Makefile                                 1.24
- emulators/tme/Makefile                                        1.32
- emulators/uae/Makefile                                        1.63
- emulators/vice/Makefile                                       1.100
- emulators/xnp2/Makefile                                       1.5
- emulators/yabause/Makefile                                    1.21
- filesystems/fuse-pod/Makefile                                 1.14
- finance/gkrellm-stock/Makefile                                1.39
- finance/gnucash/Makefile                                      1.172
- fonts/fntsample/Makefile                                      1.7
- fonts/fontforge/Makefile                                      1.80
- fonts/gbdfed/Makefile                                         1.15
- fonts/gucharmap/Makefile                                      1.83
- fonts/gucharmap/buildlink3.mk                                 1.39
- games/atomix/Makefile                                         1.27
- games/blinken/Makefile                                        1.6
- games/bluemoon/Makefile                                       1.16
- games/ccgo/Makefile                                           1.43
- games/crack-attack/Makefile                                   1.29
- games/crossfire-client-gtk2/Makefile                          1.17
- games/dopewars/Makefile                                       1.52
- games/eboard/Makefile                                         1.23
- games/flightgear/Makefile                                     1.28
- games/freeciv-client/Makefile                                 1.57
- games/frozen-bubble/Makefile                                  1.37
- games/gamazons/Makefile                                       1.26
- games/gbrainy/Makefile                                        1.56
- games/gcompris/Makefile                                       1.38
- games/genecys-client/Makefile                                 1.32
- games/gnome-games/Makefile                                    1.127
- games/gnome-mastermind/Makefile                               1.17
- games/grhino/Makefile                                         1.54
- games/gtetrinet/Makefile                                      1.63
- games/gtkballs/Makefile                                       1.48
- games/gtklevel9/Makefile                                      1.20
- games/gtkmagnetic/Makefile                                    1.31
- games/gturing/Makefile                                        1.63
- games/holtz/Makefile                                          1.5
- games/kanagram/Makefile                                       1.6
- games/kanatest/Makefile                                       1.14
- games/kdegames4/Makefile                                      1.34
- games/kdetoys4/Makefile                                       1.25
- games/khangman/Makefile                                       1.6
- games/kye/Makefile                                            1.38
- games/pioneers/Makefile                                       1.36
- games/pokerth/Makefile                                        1.25
- games/puzzles/Makefile                                        1.24
- games/pytraffic/Makefile                                      1.30
- games/quarry/Makefile                                         1.21
- games/rftg/Makefile                                           1.21
- games/scummvm-tools/Makefile                                  1.13
- games/simgear/Makefile                                        1.26
- games/sirius/Makefile                                         1.58
- games/teg/Makefile                                            1.36
- games/wesnoth/Makefile                                        1.82
- games/wxhugo/Makefile                                         1.31
- games/xcowsay/Makefile                                        1.4
- geography/emerillon/Makefile                                  1.13
- geography/geoclue/Makefile                                    1.13
- geography/libchamplain04/Makefile                             1.15
- geography/libchamplain04/buildlink3.mk                        1.15
- geography/libchamplain06/Makefile                             1.14
- geography/libchamplain06/buildlink3.mk                        1.15
- geography/libchamplain08/Makefile                             1.10
- geography/libchamplain08/buildlink3.mk                        1.11
- geography/mapserver/Makefile                                  1.38
- geography/merkaartor/Makefile                                 1.34
- geography/qgis/Makefile                                       1.21
- geography/qlandkartegt/Makefile                               1.23
- geography/qlandkartem/Makefile                                1.19
- geography/viking/Makefile                                     1.39
- graphics/aqsis/Makefile                                       1.42
- graphics/blinkenthemes/Makefile                               1.23
- graphics/blinkentools/Makefile                                1.25
- graphics/cairo-gobject/Makefile                               1.11
- graphics/cairo-gobject/buildlink3.mk                          1.9
- graphics/cairo/Makefile                                       1.105-1.107
- graphics/cairo/buildlink3.mk                                  1.43-1.46
- graphics/cairo/options.mk                                     1.8-1.9
- graphics/cairomm/Makefile                                     1.21
- graphics/cairomm/buildlink3.mk                                1.9
- graphics/camlimages/Makefile                                  1.47
- graphics/cheese/Makefile                                      1.35
- graphics/cinepaint/Makefile                                   1.38
- graphics/clutter-box2d/Makefile                               1.18
- graphics/clutter-cairo/Makefile                               1.16
- graphics/clutter-cairo/buildlink3.mk                          1.15
- graphics/clutter-gtk/Makefile                                 1.21
- graphics/clutter-gtk/buildlink3.mk                            1.16
- graphics/clutter-mx/Makefile                                  1.11
- graphics/clutter-mx/buildlink3.mk                             1.10
- graphics/clutter-qt/Makefile                                  1.16
- graphics/clutter/Makefile                                     1.33
- graphics/clutter/buildlink3.mk                                1.19
- graphics/clutter08-gtk/Makefile                               1.12
- graphics/clutter08-gtk/buildlink3.mk                          1.13
- graphics/clutter08/Makefile                                   1.13
- graphics/clutter08/buildlink3.mk                              1.13
- graphics/comix/Makefile                                       1.39
- graphics/darktable/Makefile                                   1.20
- graphics/denemo/Makefile                                      1.38
- graphics/dia-python/Makefile                                  1.29
- graphics/dia/Makefile                                         1.74
- graphics/digikam/Makefile                                     1.84
- graphics/djview4/Makefile                                     1.23
- graphics/eog-plugins-map/Makefile                             1.16
- graphics/eog-plugins/Makefile                                 1.14
- graphics/eog/Makefile                                         1.72
- graphics/eog/buildlink3.mk                                    1.13
- graphics/eog3/Makefile                                        1.6
- graphics/evas-svg/Makefile                                    1.20
- graphics/extrema/Makefile                                     1.15
- graphics/f-spot/Makefile                                      1.45
- graphics/fotoxx/Makefile                                      1.29
- graphics/frameworks/Makefile                                  1.19
- graphics/geeqie/Makefile                                      1.26
- graphics/gegl/Makefile                                        1.38
- graphics/gegl/buildlink3.mk                                   1.21
- graphics/gfract/Makefile                                      1.46
- graphics/gimmage/Makefile                                     1.15
- graphics/gimp-color-manager/Makefile                          1.36
- graphics/gimp-exif-browser/Makefile                           1.15
- graphics/gimp-fix-ca/Makefile                                 1.28
- graphics/gimp-liquid-rescale/Makefile                         1.22
- graphics/gimp-rawphoto/Makefile                               1.37
- graphics/gimp-refocus-it/Makefile                             1.38
- graphics/gimp-resynthesizer/Makefile                          1.15
- graphics/gimp-ufraw/Makefile                                  1.75
- graphics/gimp/Makefile                                        1.221
- graphics/gimp/buildlink3.mk                                   1.44
- graphics/gimp2-wideangle/Makefile                             1.40
- graphics/giram/Makefile                                       1.65
- graphics/gliv/Makefile                                        1.38
- graphics/gmngview/Makefile                                    1.33
- graphics/gnome-icon-theme/Makefile                            1.80
- graphics/gnuplot/Makefile                                     1.64
- graphics/goocanvas/Makefile                                   1.20
- graphics/goocanvas/buildlink3.mk                              1.15
- graphics/goocanvasmm/Makefile                                 1.22
- graphics/gpicview/Makefile                                    1.8
- graphics/gqview-devel/Makefile                                1.47
- graphics/gqview/Makefile                                      1.84
- graphics/graphviz/Makefile                                    1.104
- graphics/gst-plugins0.10-cairo/Makefile                       1.17
- graphics/gthumb/Makefile                                      1.73
- graphics/gthumb3/Makefile                                     1.4
- graphics/gtkam/Makefile                                       1.55
- graphics/gtkglext/Makefile                                    1.49
- graphics/gtkglext/buildlink3.mk                               1.28
- graphics/gtkimageview/Makefile                                1.21
- graphics/guile-cairo/Makefile                                 1.13
- graphics/gwenview/Makefile                                    1.57
- graphics/hugin/Makefile                                       1.29
- graphics/inkscape/Makefile                                    1.77
- graphics/kamera/Makefile                                      1.6
- graphics/kcolorchooser/Makefile                               1.6
- graphics/kdegraphics-mobipocket/Makefile                      1.6
- graphics/kdegraphics-strigi-analyzer/Makefile                 1.6
- graphics/kdegraphics-thumbnailers/Makefile                    1.6
- graphics/kgamma/Makefile                                      1.6
- graphics/kipi-plugins-calendar-kde3/Makefile                  1.20
- graphics/kipi-plugins-kde3/Makefile                           1.24
- graphics/kipi-plugins/Makefile                                1.76
- graphics/kolourpaint/Makefile                                 1.6
- graphics/koverartist/Makefile                                 1.23
- graphics/kruler/Makefile                                      1.6
- graphics/ksaneplugin/Makefile                                 1.6
- graphics/ksnapshot/Makefile                                   1.6
- graphics/libexif-gtk/Makefile                                 1.38
- graphics/libexif-gtk/buildlink3.mk                            1.22
- graphics/libgdiplus/Makefile                                  1.60
- graphics/libgdiplus/buildlink3.mk                             1.40
- graphics/libgnomecanvas/Makefile                              1.66
- graphics/libgnomecanvas/buildlink3.mk                         1.30
- graphics/libgnomecanvasmm/Makefile                            1.28
- graphics/libgnomecanvasmm/buildlink3.mk                       1.23
- graphics/libkdcraw/Makefile                                   1.32
- graphics/libkdcraw/buildlink3.mk                              1.21
- graphics/libkexiv2/Makefile                                   1.35
- graphics/libkface/Makefile                                    1.5
- graphics/libkface/buildlink3.mk                               1.5
- graphics/libkipi/Makefile                                     1.44
- graphics/libkipi/buildlink3.mk                                1.31
- graphics/libksane/Makefile                                    1.6
- graphics/libksane/buildlink3.mk                               1.5
- graphics/librsvg/Makefile                                     1.63
- graphics/librsvg/buildlink3.mk                                1.30
- graphics/libscigraphica/Makefile                              1.26
- graphics/libscigraphica/buildlink3.mk                         1.20
- graphics/nvtv/Makefile                                        1.22
- graphics/opencv/Makefile                                      1.29
- graphics/osg/Makefile                                         1.25
- graphics/osg/buildlink3.mk                                    1.17
- graphics/p5-Gnome2-Canvas/Makefile                            1.13
- graphics/p5-Gnome2-Canvas/buildlink3.mk                       1.13
- graphics/p5-cairo/Makefile                                    1.17
- graphics/p5-cairo/buildlink3.mk                               1.9
- graphics/p5-clutter/Makefile                                  1.21
- graphics/py-cairo/Makefile                                    1.34
- graphics/py-cairo/buildlink3.mk                               1.17
- graphics/py-clutter-gtk/Makefile                              1.18
- graphics/py-clutter/Makefile                                  1.30
- graphics/py-clutter/buildlink3.mk                             1.17
- graphics/py-goocanvas/Makefile                                1.25
- graphics/py-gtkglext/Makefile                                 1.25
- graphics/py-matplotlib-gtk2/Makefile                          1.33
- graphics/qimageblitz/Makefile                                 1.16
- graphics/qimageblitz/buildlink3.mk                            1.17
- graphics/qiv/Makefile                                         1.36
- graphics/qiviewer/Makefile                                    1.7
- graphics/ristretto/Makefile                                   1.17
- graphics/ruby-clutter-cairo/Makefile                          1.16
- graphics/ruby-clutter-core/Makefile                           1.19
- graphics/ruby-clutter-gtk/Makefile                            1.16
- graphics/ruby-gnome2-goocanvas/Makefile                       1.23
- graphics/ruby-gnome2-rsvg/Makefile                            1.36
- graphics/ruby-rcairo/Makefile                                 1.28
- graphics/ruby-rcairo/buildlink3.mk                            1.16
- graphics/sane-frontends/Makefile                              1.55
- graphics/scidavis/Makefile                                    1.19
- graphics/scigraphica/Makefile                                 1.61
- graphics/shotwell-gtk3/Makefile                               1.9
- graphics/shotwell/Makefile                                    1.37
- graphics/svgpart/Makefile                                     1.6
- graphics/tuxpaint/Makefile                                    1.68
- graphics/ucview/Makefile                                      1.17
- graphics/unicap/Makefile                                      1.20
- graphics/veusz/Makefile                                       1.33
- graphics/viewnior/Makefile                                    1.8
- graphics/wxsvg/Makefile                                       1.31
- graphics/wxsvg/buildlink3.mk                                  1.25
- graphics/xfce4-icon-theme/Makefile                            1.20
- graphics/xfce4-icon-theme/buildlink3.mk                       1.30
- graphics/xsane/Makefile                                       1.97
- graphics/xzgv/Makefile                                        1.54
- graphics/zphoto/Makefile                                      1.25
- ham/gmfsk/Makefile                                            1.46
- ham/gnuradio-examples/Makefile                                1.31
- ham/gnuradio-radio-astronomy/Makefile                         1.25
- ham/gnuradio-wxgui/Makefile                                   1.35
- ham/gnuradio-wxgui/buildlink3.mk                              1.31
- ham/gpredict/Makefile                                         1.29
- ham/grig/Makefile                                             1.31
- ham/xdx/Makefile                                              1.33
- ham/xlog/Makefile                                             1.48
- inputmethod/gcin/Makefile                                     1.19
- inputmethod/gtk-im-libthai/Makefile                           1.15
- inputmethod/ibus-chewing/Makefile                             1.19
- inputmethod/ibus-handwrite/Makefile                           1.18
- inputmethod/ibus-input-pad/Makefile                           1.16
- inputmethod/ibus-m17n/Makefile                                1.18
- inputmethod/ibus-qt/Makefile                                  1.19
- inputmethod/ibus-skk/Makefile                                 1.17
- inputmethod/ibus-t9/Makefile                                  1.12
- inputmethod/ibus-unikey/Makefile                              1.14
- inputmethod/ibus/Makefile                                     1.21
- inputmethod/im-ja/Makefile                                    1.20
- inputmethod/imhangul/Makefile                                 1.27
- inputmethod/imhangul_status_applet/Makefile                   1.52
- inputmethod/input-pad/Makefile                                1.16
- inputmethod/input-pad/buildlink3.mk                           1.14
- inputmethod/kasumi/Makefile                                   1.17
- inputmethod/kimera-tomoe-gtk/Makefile                         1.14
- inputmethod/kimera/Makefile                                   1.13
- inputmethod/m17n-im-config/Makefile                           1.17
- inputmethod/m17n-im-config/buildlink3.mk                      1.17
- inputmethod/nabi/Makefile                                     1.41
- inputmethod/novel-pinyin/Makefile                             1.17
- inputmethod/py-input-pad/Makefile                             1.19
- inputmethod/scim-anthy/Makefile                               1.14
- inputmethod/scim-array/Makefile                               1.13
- inputmethod/scim-canna/Makefile                               1.14
- inputmethod/scim-ccinput/Makefile                             1.15
- inputmethod/scim-chewing/Makefile                             1.15
- inputmethod/scim-fcitx/Makefile                               1.13
- inputmethod/scim-hangul/Makefile                              1.15
- inputmethod/scim-input-pad/Makefile                           1.14
- inputmethod/scim-m17n/Makefile                                1.15
- inputmethod/scim-pinyin/Makefile                              1.14
- inputmethod/scim-prime/Makefile                               1.14
- inputmethod/scim-python/Makefile                              1.14
- inputmethod/scim-sinhala/Makefile                             1.13
- inputmethod/scim-skk/Makefile                                 1.13
- inputmethod/scim-tables/Makefile                              1.15
- inputmethod/scim-thai/Makefile                                1.15
- inputmethod/scim-tomoe/Makefile                               1.16
- inputmethod/scim-uim/Makefile                                 1.15
- inputmethod/scim-unikey/Makefile                              1.13
- inputmethod/scim/Makefile                                     1.18
- inputmethod/scim/buildlink3.mk                                1.15
- inputmethod/tomoe-gtk/Makefile                                1.19
- inputmethod/tomoe-gtk/buildlink3.mk                           1.17
- inputmethod/uim-tomoe-gtk/Makefile                            1.19
- inputmethod/uim/Makefile                                      1.66
- lang/basic256/Makefile                                        1.12
- lang/classpath-gui/Makefile                                   1.29
- lang/clisp/Makefile                                           1.91
- lang/coq/Makefile                                             1.47
- lang/kaffe-x11/Makefile                                       1.34
- lang/racket/Makefile                                          1.20
- lang/sablevm-classpath-gui/Makefile                           1.28
- lang/smalltalk/Makefile                                       1.70
- lang/squeak-vm/Makefile                                       1.17
- mail/akonadi/Makefile                                         1.41
- mail/akonadi/buildlink3.mk                                    1.18
- mail/balsa/Makefile                                           1.90
- mail/claws-mail-archive/Makefile                              1.23
- mail/claws-mail-attachwarner/Makefile                         1.30
- mail/claws-mail-attremover/Makefile                           1.29
- mail/claws-mail-cachesaver/Makefile                           1.29
- mail/claws-mail-dillo-viewer/Makefile                         1.27
- mail/claws-mail-fetchinfo/Makefile                            1.30
- mail/claws-mail-gtkhtml/Makefile                              1.39
- mail/claws-mail-mailmbox/Makefile                             1.29
- mail/claws-mail-newmail/Makefile                              1.31
- mail/claws-mail-notification/Makefile                         1.32
- mail/claws-mail-pgpcore/Makefile                              1.27
- mail/claws-mail-pgpcore/buildlink3.mk                         1.18
- mail/claws-mail-pgpinline/Makefile                            1.27
- mail/claws-mail-pgpmime/Makefile                              1.26
- mail/claws-mail-rssyl/Makefile                                1.34
- mail/claws-mail-smime/Makefile                                1.28
- mail/claws-mail-spamreport/Makefile                           1.32
- mail/claws-mail-synce/Makefile                                1.29
- mail/claws-mail-tnef/Makefile                                 1.27
- mail/claws-mail-vcalendar/Makefile                            1.34
- mail/claws-mail/Makefile                                      1.48
- mail/evolution-data-server/Makefile                           1.124
- mail/evolution-exchange/Makefile                              1.64
- mail/evolution/Makefile                                       1.185
- mail/evolution/buildlink3.mk                                  1.49
- mail/mail-notification/Makefile                               1.69
- mail/msmtp/Makefile                                           1.42
- mail/netbiff/Makefile                                         1.18
- mail/sylpheed/Makefile                                        1.140
- mail/thunderbird/Makefile                                     1.99
- mail/thunderbird10/Makefile                                   1.13
- math/R/Makefile                                               1.130
- math/analitza/Makefile                                        1.6
- math/analitza/buildlink3.mk                                   1.5
- math/calcoo/Makefile                                          1.23
- math/cantor/Makefile                                          1.6
- math/cgal/Makefile                                            1.10
- math/cgal/buildlink3.mk                                       1.8
- math/euler/Makefile                                           1.32
- math/extcalc/Makefile                                         1.16
- math/fityk/Makefile                                           1.17
- math/galculator/Makefile                                      1.32
- math/gcalctool-gtk3/Makefile                                  1.11
- math/gcalctool/Makefile                                       1.107
- math/genius/Makefile                                          1.47
- math/gnumeric/Makefile                                        1.161
- math/gnumeric110/Makefile                                     1.39
- math/grpn/Makefile                                            1.35
- math/gtklife/Makefile                                         1.25
- math/kalgebra/Makefile                                        1.6
- math/kcalc/Makefile                                           1.6
- math/pspp/Makefile                                            1.58
- math/qalculate-bases/Makefile                                 1.31
- math/qalculate-currency/Makefile                              1.31
- math/qalculate-gtk/Makefile                                   1.50
- math/qalculate-units/Makefile                                 1.31
- math/speedcrunch/Makefile                                     1.14
- math/wxMaxima/Makefile                                        1.17
- meta-pkgs/xfce4-extras/Makefile                               1.50
- meta-pkgs/xfce4/Makefile                                      1.55
- meta-pkgs/xfce4/buildlink3.mk                                 1.37
- misc/attica/Makefile                                          1.17
- misc/attica/buildlink3.mk                                     1.14
- misc/blccc/Makefile                                           1.26
- misc/calibre/Makefile                                         1.44
- misc/celestia/Makefile                                        1.40
- misc/deskbar-applet/Makefile                                  1.65
- misc/fbreader/Makefile                                        1.23
- misc/gelemental/Makefile                                      1.17
- misc/gkrellm-flynn/Makefile                                   1.30
- misc/gkrellm-launch/Makefile                                  1.28
- misc/gkrellm-leds/Makefile                                    1.30
- misc/gkrellm-moon/Makefile                                    1.35
- misc/gkrellm-weather/Makefile                                 1.43
- misc/gnome-utils/Makefile                                     1.120
- misc/goffice0.6/Makefile                                      1.30
- misc/goffice0.6/buildlink3.mk                                 1.22
- misc/goffice0.8/Makefile                                      1.28
- misc/goffice0.8/buildlink3.mk                                 1.17
- misc/gok/Makefile                                             1.79
- misc/gperiodic/Makefile                                       1.58
- misc/gwaei/Makefile                                           1.26
- misc/kaccessible/Makefile                                     1.6
- misc/kalzium/Makefile                                         1.6
- misc/kanjipad/Makefile                                        1.33
- misc/kbruch/Makefile                                          1.6
- misc/kcharselect/Makefile                                     1.6
- misc/kchmviewer/Makefile                                      1.28
- misc/kde-wallpapers4/Makefile                                 1.6
- misc/kdeadmin4/Makefile                                       1.32
- misc/kdeartwork4/Makefile                                     1.27
- misc/kdepim-runtime4/Makefile                                 1.32
- misc/kdepim4/Makefile                                         1.39
- misc/kdepimlibs4/Makefile                                     1.39
- misc/kdepimlibs4/buildlink3.mk                                1.25
- misc/kdeplasma-addons4/Makefile                               1.34
- misc/kgeography/Makefile                                      1.9
- misc/kig/Makefile                                             1.6
- misc/kiten/Makefile                                           1.6
- misc/klettres/Makefile                                        1.6
- misc/kmag/Makefile                                            1.6
- misc/kmousetool/Makefile                                      1.6
- misc/kmouth/Makefile                                          1.6
- misc/kremotecontrol/Makefile                                  1.6
- misc/kstars/Makefile                                          1.17
- misc/ktouch/Makefile                                          1.6
- misc/kturtle/Makefile                                         1.6
- misc/kwordquiz/Makefile                                       1.6
- misc/libkdeedu/Makefile                                       1.6
- misc/libkdeedu/buildlink3.mk                                  1.5
- misc/libkgeomap/Makefile                                      1.5
- misc/libkgeomap/buildlink3.mk                                 1.5
- misc/libkvkontakte/Makefile                                   1.5
- misc/libkvkontakte/buildlink3.mk                              1.5
- misc/libreoffice/Makefile                                     1.13
- misc/marble/Makefile                                          1.7
- misc/marble/buildlink3.mk                                     1.5
- misc/mousetweaks/Makefile                                     1.31
- misc/openoffice3/Makefile                                     1.74
- misc/parley/Makefile                                          1.6
- misc/rocs/Makefile                                            1.8
- misc/stellarium/Makefile                                      1.62
- misc/step/Makefile                                            1.6
- misc/superkaramba/Makefile                                    1.7
- misc/sweeper/Makefile                                         1.6
- misc/tellico/Makefile                                         1.57
- misc/usbprog/Makefile                                         1.12
- misc/vym/Makefile                                             1.20
- misc/xchm/Makefile                                            1.57
- misc/xfce4-weather-plugin/Makefile                            1.27
- misc/xfce4-weather-plugin/buildlink3.mk                       1.29
- misc/yelp/Makefile                                            1.110
- misc/yelp3/Makefile                                           1.11
- misc/zyGrib/Makefile                                          1.33
- multimedia/avidemux/Makefile                                  1.77
- multimedia/clutter-gst/Makefile                               1.22
- multimedia/clutter-gst/buildlink3.mk                          1.18
- multimedia/clutter08-gst/Makefile                             1.13
- multimedia/clutter08-gst/buildlink3.mk                        1.14
- multimedia/dvdstyler/Makefile                                 1.44
- multimedia/farsight2/Makefile                                 1.27
- multimedia/farsight2/buildlink3.mk                            1.21
- multimedia/gecko-mediaplayer/Makefile                         1.17
- multimedia/gmencoder/Makefile                                 1.53
- multimedia/gmplayer/Makefile                                  1.103
- multimedia/gnash/Makefile                                     1.58
- multimedia/gnome-media/Makefile                               1.43
- multimedia/gnome-media/buildlink3.mk                          1.21
- multimedia/gnome-mplayer/Makefile                             1.17
- multimedia/gopchop/Makefile                                   1.36
- multimedia/gst123/Makefile                                    1.15
- multimedia/gxine/Makefile                                     1.64
- multimedia/handbrake/Makefile                                 1.20
- multimedia/hwdecode-demos/Makefile                            1.4
- multimedia/kdemultimedia4/Makefile                            1.35
- multimedia/kdenlive/Makefile                                  1.13
- multimedia/kmplayer-kde3/Makefile                             1.19
- multimedia/kmplayer/Makefile                                  1.69
- multimedia/mkvtoolnix-old/Makefile                            1.22
- multimedia/mkvtoolnix/Makefile                                1.50
- multimedia/mlt/Makefile                                       1.15
- multimedia/mplayer-plugin/Makefile                            1.22
- multimedia/ogle_gui/Makefile                                  1.31
- multimedia/phonon-backend-gstreamer/Makefile                  1.5
- multimedia/phonon/Makefile                                    1.25
- multimedia/phonon/buildlink3.mk                               1.18
- multimedia/pitivi/Makefile                                    1.18
- multimedia/pspvc/Makefile                                     1.21
- multimedia/py-clutter-gst/Makefile                            1.18
- multimedia/ruby-clutter-gst/Makefile                          1.18
- multimedia/subtitleeditor/Makefile                            1.21
- multimedia/swfdec-gnome/Makefile                              1.22
- multimedia/swfdec-mozilla/Makefile                            1.23
- multimedia/swfdec/Makefile                                    1.31
- multimedia/swfdec/buildlink3.mk                               1.33
- multimedia/totem-browser-plugin/Makefile                      1.25
- multimedia/totem-nautilus/Makefile                            1.29
- multimedia/totem-pl-parser/Makefile                           1.40
- multimedia/totem-pl-parser/buildlink3.mk                      1.24
- multimedia/totem/Makefile                                     1.60
- multimedia/totem/buildlink3.mk                                1.26
- multimedia/vlc/Makefile                                       1.140-1.141
- multimedia/vlc08/Makefile                                     1.44
- multimedia/vlc10/Makefile                                     1.21-1.22
- multimedia/vlc2/Makefile                                      1.13-1.14
- multimedia/xfce4-mpc-plugin/Makefile                          1.16
- multimedia/xfce4-mpc-plugin/buildlink3.mk                     1.18
- multimedia/xfmedia/Makefile                                   1.34
- multimedia/xine-lib/Makefile                                  1.106
- multimedia/xvid4conf/Makefile                                 1.26
- net/Transmission-gui/Makefile                                 1.7
- net/amule/Makefile                                            1.54
- net/avahi/Makefile                                            1.36
- net/avahi/buildlink3.mk                                       1.16
- net/bug-buddy/Makefile                                        1.85
- net/cacti/Makefile                                            1.9
- net/choqok/Makefile                                           1.3
- net/dc_gui2/Makefile                                          1.65
- net/dcsharp/Makefile                                          1.28
- net/dhcpcd-gtk/Makefile                                       1.25
- net/ed2k-gtk-gui/Makefile                                     1.36
- net/ekiga/Makefile                                            1.37
- net/etherape/Makefile                                         1.70
- net/ettercap/Makefile                                         1.58
- net/filezilla/Makefile                                        1.34
- net/gitso/Makefile                                            1.6
- net/gkrellm-multiping/Makefile                                1.30
- net/gkrellm-snmp/Makefile                                     1.38
- net/gkrellm-wireless/Makefile                                 1.37
- net/gnome-netstatus/Makefile                                  1.60
- net/gnome-nettool/Makefile                                    1.22
- net/gnome-vfs-smb/Makefile                                    1.20
- net/gssdp/Makefile                                            1.20
- net/gtk-gnutella/Makefile                                     1.78
- net/gtk-vnc/Makefile                                          1.25
- net/gtk-vnc/buildlink3.mk                                     1.18
- net/gupnp-tools/Makefile                                      1.19
- net/jigdo/Makefile                                            1.35
- net/kdenetwork4/Makefile                                      1.43
- net/kmldonkey/Makefile                                        1.20
- net/ktorrent/Makefile                                         1.47
- net/libdmapsharing/Makefile                                   1.14
- net/libktorrent/Makefile                                      1.4
- net/libktorrent/buildlink3.mk                                 1.4
- net/logjam/Makefile                                           1.33
- net/mbrowse/Makefile                                          1.12
- net/mldonkey-gui/Makefile                                     1.57
- net/monsoon/Makefile                                          1.26
- net/mtr/Makefile                                              1.74
- net/nagstamon/Makefile                                        1.20
- net/nfdump/Makefile                                           1.20
- net/nmap/Makefile                                             1.94
- net/ntop/Makefile                                             1.79
- net/remmina-plugins/Makefile                                  1.6
- net/remmina/Makefile                                          1.6
- net/tsclient/Makefile                                         1.66
- net/twitux/Makefile                                           1.22
- net/unison/Makefile                                           1.60
- net/unison2.32/Makefile                                       1.15
- net/urlgfe/Makefile                                           1.19
- net/vinagre/Makefile                                          1.32
- net/vino/Makefile                                             1.56
- net/wireshark/Makefile                                        1.87
- net/wistumbler2-gtk/Makefile                                  1.21
- net/xfce4-wavelan-plugin/Makefile                             1.26
- net/xfce4-wavelan-plugin/buildlink3.mk                        1.30
- net/xymon/Makefile                                            1.24
- news/pan/Makefile                                             1.72
- parallel/ganglia-monitor-core/Makefile                        1.42
- parallel/hwloc/Makefile                                       1.6
- pkgtools/gnome-packagekit/Makefile                            1.26
- pkgtools/packagekit/Makefile                                  1.26
- pkgtools/x11-links/Makefile                                   1.135-1.136
- pkgtools/x11-links/buildlink3.mk                              1.44
- print/abcm2ps/Makefile                                        1.18
- print/advi/Makefile                                           1.51
- print/diffpdf/Makefile                                        1.26
- print/epdfview/Makefile                                       1.30
- print/evince-nautilus/Makefile                                1.49
- print/evince/Makefile                                         1.85
- print/evince/buildlink3.mk                                    1.17
- print/evince3/Makefile                                        1.8
- print/evince3/buildlink3.mk                                   1.6
- print/glabels/Makefile                                        1.59
- print/gtklp/Makefile                                          1.21
- print/gutenprint-lib/Makefile                                 1.36
- print/hplip/Makefile                                          1.7
- print/imposter/Makefile                                       1.29
- print/kbibtex/Makefile                                        1.31
- print/libgnomeprint/Makefile                                  1.84
- print/libgnomeprint/buildlink3.mk                             1.34
- print/libgnomeprintui/Makefile                                1.72
- print/libgnomeprintui/buildlink3.mk                           1.31
- print/libgxps/Makefile                                        1.5
- print/libgxps/buildlink3.mk                                   1.4
- print/lilypond/Makefile                                       1.82
- print/okular/Makefile                                         1.9
- print/paps/Makefile                                           1.5
- print/poppler-glib/Makefile                                   1.48
- print/poppler-glib/buildlink3.mk                              1.29
- print/poppler-qt4/Makefile                                    1.30
- print/printer-applet/Makefile                                 1.7
- print/ruby-gnome2-poppler/Makefile                            1.34
- print/scribus-qt4/Makefile                                    1.15
- print/scribus/Makefile                                        1.80
- print/xfce4-print/Makefile                                    1.39
- print/xfce4-print/buildlink3.mk                               1.40
- security/MyPasswordSafe/Makefile                              1.28
- security/fprint-demo/Makefile                                 1.15
- security/fwbuilder/Makefile                                   1.31
- security/gnome-keyring-manager/Makefile                       1.37
- security/gnome-keyring/Makefile                               1.72
- security/gnome-keyring/buildlink3.mk                          1.28
- security/gpa/Makefile                                         1.36
- security/gpass/Makefile                                       1.43
- security/honeyd/Makefile                                      1.41
- security/hydra/Makefile                                       1.40
- security/keepassx/Makefile                                    1.18
- security/kgpg/Makefile                                        1.9
- security/ksecrets/Makefile                                    1.7
- security/kwallet/Makefile                                     1.6
- security/libfwbuilder/Makefile                                1.39
- security/libfwbuilder/buildlink3.mk                           1.32
- security/openvas-client/Makefile                              1.16
- security/pinentry-gtk2/Makefile                               1.18
- security/pinentry-qt4/Makefile                                1.17
- security/policykit-gnome/Makefile                             1.20
- security/polkit-qt/Makefile                                   1.18
- security/polkit-qt/buildlink3.mk                              1.15
- security/putty/Makefile                                       1.27
- security/qca2-gnupg/Makefile                                  1.8
- security/qca2-ossl/Makefile                                   1.22
- security/qca2/Makefile                                        1.26
- security/qca2/buildlink3.mk                                   1.19
- security/qoauth/Makefile                                      1.2
- security/qoauth/buildlink3.mk                                 1.2
- security/seahorse-plugins/Makefile                            1.33
- security/seahorse/Makefile                                    1.105
- security/seahorse/buildlink3.mk                               1.26
- sysutils/amtterm/Makefile                                     1.8
- sysutils/bacula-qt-console/Makefile                           1.24
- sysutils/bacula-tray-monitor/Makefile                         1.25
- sysutils/bacula-wx-console/Makefile                           1.29
- sysutils/brasero-nautilus/Makefile                            1.22
- sysutils/brasero/Makefile                                     1.39
- sysutils/brasero/buildlink3.mk                                1.22
- sysutils/btpin-qt/Makefile                                    1.19
- sysutils/bubblemon/Makefile                                   1.16
- sysutils/conky/Makefile                                       1.5
- sysutils/dvdisaster/Makefile                                  1.21
- sysutils/filelight/Makefile                                   1.33
- sysutils/gcdmaster/Makefile                                   1.61
- sysutils/gkrellm-est/Makefile                                 1.28
- sysutils/gkrellm/Makefile                                     1.71
- sysutils/gkrellm/buildlink3.mk                                1.28
- sysutils/gnome-commander/Makefile                             1.36
- sysutils/gnome-device-manager/Makefile                        1.22
- sysutils/gnome-mount/Makefile                                 1.21
- sysutils/gnome-mount/buildlink3.mk                            1.17
- sysutils/gnome-nds-thumbnailer/Makefile                       1.16
- sysutils/gnome-pkgview/Makefile                               1.45
- sysutils/gnome-power-manager/Makefile                         1.31
- sysutils/gnome-settings-daemon/Makefile                       1.36
- sysutils/gnome-system-monitor/Makefile                        1.33
- sysutils/gnome-system-tools/Makefile                          1.20
- sysutils/gnome-vfs-monikers/Makefile                          1.20
- sysutils/gnome-vfs/Makefile                                   1.95
- sysutils/gnome-vfs/buildlink3.mk                              1.38
- sysutils/gnome-vfsmm/Makefile                                 1.37
- sysutils/gnome-vfsmm/buildlink3.mk                            1.27
- sysutils/gnome-volume-manager/Makefile                        1.24
- sysutils/grun/Makefile                                        1.32
- sysutils/gst-plugins0.10-gnomevfs/Makefile                    1.33
- sysutils/gtk-send-pr/Makefile                                 1.42
- sysutils/gvfs/Makefile                                        1.46
- sysutils/k3b/Makefile                                         1.48
- sysutils/k4dirstat/Makefile                                   1.7
- sysutils/kdf/Makefile                                         1.27
- sysutils/kfloppy/Makefile                                     1.6
- sysutils/libgksu/Makefile                                     1.22
- sysutils/libgksu/buildlink3.mk                                1.17
- sysutils/libnotify/Makefile                                   1.23
- sysutils/libnotify/buildlink3.mk                              1.20
- sysutils/nautilus-sendto/Makefile                             1.33
- sysutils/nautilus/Makefile                                    1.126
- sysutils/nautilus/buildlink3.mk                               1.51
- sysutils/notification-daemon/Makefile                         1.28
- sysutils/open-vm-tools/Makefile                               1.29
- sysutils/p5-Gnome2-VFS/Makefile                               1.15
- sysutils/p5-Gnome2-VFS/buildlink3.mk                          1.14
- sysutils/pcmanfm/Makefile                                     1.20
- sysutils/py-notify/Makefile                                   1.26
- sysutils/py-notify/buildlink3.mk                              1.20
- sysutils/rox/Makefile                                         1.64
- sysutils/screentest/Makefile                                  1.27
- sysutils/strigi/Makefile                                      1.23
- sysutils/virt-manager/Makefile                                1.4
- sysutils/xcdroast/Makefile                                    1.63
- sysutils/xfce4-appfinder/Makefile                             1.26
- sysutils/xfce4-battery-plugin/Makefile                        1.22
- sysutils/xfce4-battery-plugin/buildlink3.mk                   1.19
- sysutils/xfce4-cpugraph-plugin/Makefile                       1.25
- sysutils/xfce4-cpugraph-plugin/buildlink3.mk                  1.29
- sysutils/xfce4-diskperf-plugin/Makefile                       1.29
- sysutils/xfce4-diskperf-plugin/buildlink3.mk                  1.30
- sysutils/xfce4-fsguard-plugin/Makefile                        1.22
- sysutils/xfce4-fsguard-plugin/buildlink3.mk                   1.27
- sysutils/xfce4-genmon-plugin/Makefile                         1.15
- sysutils/xfce4-genmon-plugin/buildlink3.mk                    1.17
- sysutils/xfce4-netload-plugin/Makefile                        1.31
- sysutils/xfce4-netload-plugin/buildlink3.mk                   1.33
- sysutils/xfce4-quicklauncher-plugin/Makefile                  1.23
- sysutils/xfce4-quicklauncher-plugin/buildlink3.mk             1.29
- sysutils/xfce4-systemload-plugin/Makefile                     1.29
- sysutils/xfce4-systemload-plugin/buildlink3.mk                1.31
- sysutils/xfce4-thunar/Makefile                                1.28
- sysutils/xfce4-thunar/buildlink3.mk                           1.24
- sysutils/xfce4-volman/Makefile                                1.20
- sysutils/xfce4-xarchiver/Makefile                             1.19
- sysutils/xfce4-xarchiver/buildlink3.mk                        1.18
- sysutils/xfce4-xkb-plugin/Makefile                            1.27
- sysutils/xfce4-xkb-plugin/buildlink3.mk                       1.30
- textproc/FlightCrew/Makefile                                  1.16
- textproc/OdfConverter/Makefile                                1.20
- textproc/dikt/Makefile                                        1.10
- textproc/ebview/Makefile                                      1.17
- textproc/gnome-spell/Makefile                                 1.50
- textproc/gnome-spell/buildlink3.mk                            1.36
- textproc/gnome-subtitles/Makefile                             1.27
- textproc/gtkspell/Makefile                                    1.49
- textproc/gtkspell/buildlink3.mk                               1.26
- textproc/py-gdick/Makefile                                    1.32
- textproc/soprano/Makefile                                     1.29
- textproc/soprano/buildlink3.mk                                1.17
- textproc/xfce4-dict-plugin/Makefile                           1.15
- textproc/xfce4-dict-plugin/buildlink3.mk                      1.17
- time/cairo-clock/Makefile                                     1.27
- time/evolution-webcal/Makefile                                1.59
- time/gchore/Makefile                                          1.18
- time/gdeskcal/Makefile                                        1.44
- time/gnotime/Makefile                                         1.55
- time/gtodo-applet/Makefile                                    1.47
- time/gtodo/Makefile                                           1.43
- time/hamster-applet/Makefile                                  1.29
- time/ktimer/Makefile                                          1.6
- time/planner/Makefile                                         1.37
- time/rsibreak/Makefile                                        1.28
- time/xfce4-datetime-plugin/Makefile                           1.29
- time/xfce4-datetime-plugin/buildlink3.mk                      1.29
- time/xfce4-orage/Makefile                                     1.19
- time/xfce4-timer-plugin/Makefile                              1.15
- time/xfce4-timer-plugin/buildlink3.mk                         1.17
- wm/afterstep/Makefile                                         1.58
- wm/awesome/Makefile                                           1.31
- wm/bmpanel2/Makefile                                          1.10
- wm/compiz-fusion-plugins-extra/Makefile                       1.20
- wm/compiz-fusion-plugins-main/Makefile                        1.22
- wm/compiz-fusion-plugins-main/buildlink3.mk                   1.17
- wm/compiz/Makefile                                            1.52
- wm/compiz/buildlink3.mk                                       1.17
- wm/e16menuedit2/Makefile                                      1.35
- wm/fluxconf/Makefile                                          1.16
- wm/metacity/Makefile                                          1.103
- wm/metacity/buildlink3.mk                                     1.33
- wm/metisse/Makefile                                           1.27
- wm/openbox/Makefile                                           1.78
- wm/oroborox/Makefile                                          1.34
- wm/sawfish/Makefile                                           1.67
- wm/selectwm/Makefile                                          1.21
- wm/wbar/Makefile                                              1.11
- wm/wmakerconf/Makefile                                        1.57
- wm/xfce4-wm-themes/Makefile                                   1.31
- wm/xfce4-wm/Makefile                                          1.43
- www/amaya/Makefile                                            1.74
- www/ap22-dnssd/Makefile                                       1.18
- www/bluefish/Makefile                                         1.101
- www/browser-bookmarks-menu/Makefile                           1.33
- www/drivel/Makefile                                           1.65
- www/epiphany-extensions/Makefile                              1.76
- www/epiphany/Makefile                                         1.131
- www/epiphany/buildlink3.mk                                    1.50
- www/firefox/Makefile                                          1.112
- www/firefox10/Makefile                                        1.8
- www/firefox36/Makefile                                        1.18
- www/gtkhtml314/Makefile                                       1.52
- www/icedtea-web/Makefile                                      1.14
- www/kazehakase/Makefile                                       1.50
- www/kdewebdev4/Makefile                                       1.31
- www/libgtkhtml/Makefile                                       1.62
- www/libgtkhtml/buildlink3.mk                                  1.35
- www/libmediawiki/Makefile                                     1.5
- www/libmediawiki/buildlink3.mk                                1.5
- www/liferea-current/Makefile                                  1.34
- www/liferea/Makefile                                          1.108
- www/midori/Makefile                                           1.48
- www/netsurf/Makefile                                          1.21
- www/nspluginwrapper/Makefile                                  1.32
- www/seamonkey/Makefile                                        1.78
- www/webkit-gtk/Makefile                                       1.59
- www/webkit-gtk/buildlink3.mk                                  1.27
- www/webkit-gtk3/Makefile                                      1.14
- www/webkit-gtk3/buildlink3.mk                                 1.10
- x11/alacarte/Makefile                                         1.41
- x11/antiright/Makefile                                        1.21
- x11/avant-window-navigator/Makefile                           1.11
- x11/clisp-gtk2/Makefile                                       1.13
- x11/deskmenu/Makefile                                         1.15
- x11/devilspie/Makefile                                        1.52
- x11/eekboard/Makefile                                         1.17
- x11/eekboard/buildlink3.mk                                    1.15
- x11/fast-user-switch-applet/Makefile                          1.45
- x11/fltk13/Makefile                                           1.4
- x11/ftmenu/Makefile                                           1.17
- x11/gdm/Makefile                                              1.170
- x11/gnome-applets/Makefile                                    1.105
- x11/gnome-control-center/Makefile                             1.55
- x11/gnome-control-center/buildlink3.mk                        1.28
- x11/gnome-desktop-sharp/Makefile                              1.38
- x11/gnome-desktop-sharp/buildlink3.mk                         1.31
- x11/gnome-desktop/Makefile                                    1.117
- x11/gnome-desktop/buildlink3.mk                               1.43
- x11/gnome-desktop3/Makefile                                   1.4
- x11/gnome-desktop3/buildlink3.mk                              1.4
- x11/gnome-mag/Makefile                                        1.73
- x11/gnome-mag/buildlink3.mk                                   1.31
- x11/gnome-panel/Makefile                                      1.148
- x11/gnome-panel/buildlink3.mk                                 1.52
- x11/gnome-screensaver/Makefile                                1.58
- x11/gnome-session/Makefile                                    1.139
- x11/gnome-sharp/Makefile                                      1.36
- x11/gnome-sharp/buildlink3.mk                                 1.30
- x11/gnome-terminal/Makefile                                   1.46
- x11/gnome-themes-extras/Makefile                              1.58
- x11/gnome-themes/Makefile                                     1.89
- x11/gnopernicus/Makefile                                      1.78
- x11/grandr_applet/Makefile                                    1.27
- x11/gromit/Makefile                                           1.24
- x11/gselt/Makefile                                            1.12
- x11/gtk-sharp/Makefile                                        1.30
- x11/gtk2+extra/Makefile                                       1.20
- x11/gtk2+extra/buildlink3.mk                                  1.23
- x11/gtk2-chtheme/Makefile                                     1.24
- x11/gtk2-engines-bluecurve/Makefile                           1.31
- x11/gtk2-engines-murrine/Makefile                             1.17
- x11/gtk2-engines/Makefile                                     1.77
- x11/gtk2-engines/buildlink3.mk                                1.26
- x11/gtk2-theme-switch/Makefile                                1.32
- x11/gtk2/Makefile                                             1.236
- x11/gtk2/buildlink3.mk                                        1.56
- x11/gtk3/Makefile                                             1.27
- x11/gtk3/buildlink3.mk                                        1.8
- x11/gtkada/Makefile                                           1.11
- x11/gtkada/buildlink3.mk                                      1.10
- x11/gtkglarea2/Makefile                                       1.25
- x11/gtkglarea2/buildlink3.mk                                  1.20
- x11/gtkmm-utils/Makefile                                      1.12
- x11/gtkmm-utils/buildlink3.mk                                 1.14
- x11/gtkmm/Makefile                                            1.85
- x11/gtkmm/buildlink3.mk                                       1.32
- x11/gtksourceview-sharp2/Makefile                             1.33
- x11/gtksourceview/Makefile                                    1.64
- x11/gtksourceview/buildlink3.mk                               1.32
- x11/gtksourceview2/Makefile                                   1.33
- x11/gtksourceview2/buildlink3.mk                              1.19
- x11/gtksourceview3/Makefile                                   1.4
- x11/gtksourceview3/buildlink3.mk                              1.4
- x11/gtkterm2/Makefile                                         1.27
- x11/hot-babe/Makefile                                         1.33
- x11/kactivities/Makefile                                      1.6
- x11/kactivities/buildlink3.mk                                 1.6
- x11/kde-baseapps4/Makefile                                    1.8
- x11/kde-runtime4/Makefile                                     1.12
- x11/kde-runtime4/buildlink3.mk                                1.6
- x11/kde-workspace4/Makefile                                   1.11
- x11/kde-workspace4/buildlink3.mk                              1.6
- x11/kdelibs4/Makefile                                         1.47
- x11/kdelibs4/buildlink3.mk                                    1.22
- x11/konsole/Makefile                                          1.6
- x11/lablgtk/Makefile                                          1.68
- x11/lablgtk/buildlink3.mk                                     1.22
- x11/libX11/Makefile                                           1.28
- x11/libdesktop-agnostic/Makefile                              1.10
- x11/libdesktop-agnostic/buildlink3.mk                         1.7
- x11/libgnomekbd/Makefile                                      1.37
- x11/libunique/Makefile                                        1.21
- x11/libunique/buildlink3.mk                                   1.15
- x11/libunique3/Makefile                                       1.9
- x11/libxcb/buildlink3.mk                                      1.3
- x11/libxfce4gui/Makefile                                      1.41
- x11/libxfce4gui/buildlink3.mk                                 1.40
- x11/libxfce4menu/Makefile                                     1.11
- x11/libxfce4menu/buildlink3.mk                                1.13
- x11/libxfce4util/Makefile                                     1.27
- x11/matchbox-panel-manager/Makefile                           1.24
- x11/mlterm/Makefile                                           1.72
- x11/nucleo/Makefile                                           1.29
- x11/nucleo/buildlink3.mk                                      1.24
- x11/p5-Alien-wxWidgets/Makefile                               1.20
- x11/p5-Wx-Perl-ProcessStream/Makefile                         1.19
- x11/p5-Wx/Makefile                                            1.24
- x11/p5-Wx/buildlink3.mk                                       1.15
- x11/p5-gtk2/Makefile                                          1.49
- x11/p5-gtk2/buildlink3.mk                                     1.16
- x11/py-gnome2-desktop/Makefile                                1.67
- x11/py-gnome2-desktop/buildlink3.mk                           1.21
- x11/py-gnome2-extras/Makefile                                 1.57
- x11/py-gnome2-extras/buildlink3.mk                            1.32
- x11/py-gnome2/Makefile                                        1.86
- x11/py-gnome2/buildlink3.mk                                   1.41
- x11/py-gtk2/Makefile                                          1.87
- x11/py-gtk2/buildlink3.mk                                     1.40
- x11/py-gtksourceview/Makefile                                 1.24
- x11/py-kde4/Makefile                                          1.14
- x11/py-kiwi/Makefile                                          1.22
- x11/py-qt4-qscintilla/Makefile                                1.22
- x11/py-qt4-qscintilla/buildlink3.mk                           1.16
- x11/py-qt4/Makefile                                           1.54
- x11/py-vte/Makefile                                           1.11
- x11/py-vte/buildlink3.mk                                      1.11
- x11/py-wxWidgets/Makefile                                     1.39
- x11/py-wxWidgets/buildlink3.mk                                1.33
- x11/qt4-creator/Makefile                                      1.15
- x11/qt4-docs/Makefile                                         1.23
- x11/qt4-libs/Makefile                                         1.78
- x11/qt4-libs/buildlink3.mk                                    1.34
- x11/qt4-mng/Makefile                                          1.17
- x11/qt4-mysql/Makefile                                        1.26
- x11/qt4-pgsql/Makefile                                        1.34
- x11/qt4-qdbus/Makefile                                        1.28
- x11/qt4-qdbus/buildlink3.mk                                   1.17
- x11/qt4-qscintilla/Makefile                                   1.21
- x11/qt4-qscintilla/buildlink3.mk                              1.15
- x11/qt4-sqlite3/Makefile                                      1.29
- x11/qt4-tiff/Makefile                                         1.26
- x11/qt4-tools/Makefile                                        1.54
- x11/qt4-tools/buildlink3.mk                                   1.24
- x11/qwt-qt4/Makefile                                          1.20
- x11/qwt-qt4/buildlink3.mk                                     1.17
- x11/qwt6-qt4/Makefile                                         1.5
- x11/qwt6-qt4/buildlink3.mk                                    1.4
- x11/qwtplot3d-qt4/Makefile                                    1.15
- x11/qwtplot3d-qt4/buildlink3.mk                               1.15
- x11/rep-gtk2/Makefile                                         1.22
- x11/rox-session/Makefile                                      1.31
- x11/ruby-gnome2-gtk/Makefile                                  1.36
- x11/ruby-gnome2-gtk/buildlink3.mk                             1.21
- x11/ruby-gnome2-gtksourceview2/Makefile                       1.25
- x11/ruby-gnome2-vte/Makefile                                  1.28
- x11/ruby-wxruby/Makefile                                      1.8
- x11/sakura/Makefile                                           1.10
- x11/startup-notification/Makefile                             1.26
- x11/startup-notification010/Makefile                          1.3
- x11/tint2/Makefile                                            1.19
- x11/vte/Makefile                                              1.92
- x11/vte/buildlink3.mk                                         1.33
- x11/vte029/Makefile                                           1.4
- x11/vte029/buildlink3.mk                                      1.4
- x11/wxGTK24/Makefile                                          1.22
- x11/wxGTK24/buildlink3.mk                                     1.25
- x11/wxGTK26-contrib/Makefile                                  1.15
- x11/wxGTK26-contrib/buildlink3.mk                             1.18
- x11/wxGTK26/Makefile                                          1.18
- x11/wxGTK26/buildlink3.mk                                     1.17
- x11/wxGTK28-contrib/Makefile                                  1.18
- x11/wxGTK28-contrib/buildlink3.mk                             1.18
- x11/wxGTK28/Makefile                                          1.26
- x11/wxGTK28/buildlink3.mk                                     1.19
- x11/wxhaskell/Makefile                                        1.38
- x11/x11vnc/Makefile                                           1.43
- x11/xcb-util-image/Makefile                                   1.2
- x11/xcb-util-keysyms/Makefile                                 1.2
- x11/xcb-util-renderutil/Makefile                              1.2
- x11/xcb-util-wm/Makefile                                      1.2
- x11/xcb-util/Makefile                                         1.9
- x11/xcb-util036/Makefile                                      1.2
- x11/xdialog/Makefile                                          1.34
- x11/xfce4-clipman-plugin/Makefile                             1.27
- x11/xfce4-clipman-plugin/buildlink3.mk                        1.31
- x11/xfce4-desktop/Makefile                                    1.48
- x11/xfce4-exo/Makefile                                        1.23
- x11/xfce4-exo/buildlink3.mk                                   1.18
- x11/xfce4-eyes-plugin/Makefile                                1.15
- x11/xfce4-eyes-plugin/buildlink3.mk                           1.17
- x11/xfce4-gtk2-engine/Makefile                                1.24
- x11/xfce4-notes-plugin/Makefile                               1.29
- x11/xfce4-notes-plugin/buildlink3.mk                          1.33
- x11/xfce4-panel/Makefile                                      1.51
- x11/xfce4-panel/buildlink3.mk                                 1.38
- x11/xfce4-places-plugin/Makefile                              1.18
- x11/xfce4-places-plugin/buildlink3.mk                         1.20
- x11/xfce4-screenshooter-plugin/Makefile                       1.15
- x11/xfce4-screenshooter-plugin/buildlink3.mk                  1.17
- x11/xfce4-session/Makefile                                    1.39
- x11/xfce4-session/buildlink3.mk                               1.34
- x11/xfce4-settings/Makefile                                   1.18
- x11/xfce4-terminal/Makefile                                   1.25
- x11/xfce4-utils/Makefile                                      1.46
- x11/xlockmore/Makefile                                        1.98
- x11/xlsclients/Makefile                                       1.8
- x11/xpad/Makefile                                             1.41
- x11/xplanet/Makefile                                          1.59
- x11/xscreensaver-demo/Makefile                                1.47
- x11/xvidcap-gtk2/Makefile                                     1.23
- x11/xwininfo/Makefile                                         1.8
- x11/zenity/Makefile                                           1.71

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 07:39:30 UTC 2012

   Modified Files:
   	pkgsrc/graphics/cairo: Makefile buildlink3.mk options.mk

   Log Message:
   The "cairo" package needs at least version 1.6 of the "libxcb" library.
   Set the minimum version accordingly. The package now uses "libxcb" from
   "pkgsrc" under Mac OS X Snow Leopard which fixes the build.

   Bump package revision because of the dependence change.


   To generate a diff of this commit:
   cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/cairo/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/cairo/buildlink3.mk
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/cairo/options.mk

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 12:09:42 UTC 2012

   Modified Files:
   	pkgsrc/graphics/cairo: buildlink3.mk options.mk
   	pkgsrc/multimedia/vlc: Makefile
   	pkgsrc/multimedia/vlc10: Makefile
   	pkgsrc/multimedia/vlc2: Makefile
   	pkgsrc/multimedia/xine-lib: Makefile
   	pkgsrc/pkgtools/x11-links: Makefile
   	pkgsrc/x11/libX11: Makefile
   	pkgsrc/x11/libxcb: buildlink3.mk
   	pkgsrc/x11/startup-notification: Makefile
   	pkgsrc/x11/startup-notification010: Makefile
   	pkgsrc/x11/xcb-util: Makefile
   	pkgsrc/x11/xcb-util-image: Makefile
   	pkgsrc/x11/xcb-util-keysyms: Makefile
   	pkgsrc/x11/xcb-util-renderutil: Makefile
   	pkgsrc/x11/xcb-util-wm: Makefile
   	pkgsrc/x11/xcb-util036: Makefile
   	pkgsrc/x11/xlsclients: Makefile
   	pkgsrc/x11/xwininfo: Makefile

   Log Message:
   Increase the minium required version of the "x11/libxcb" package to 1.6.
   There are at least two packages ("graphics/cairo" and "x11/xlsclients")
   which require this. And we definitely want to avoid the situation where
   both the based and "pkgsrc" version get used at the same time.

   Bump all the packages which use the "x11/libxcb" package except the two
   which already require version 1.6. For those package remove the manually
   set minimum required version.

   Change discussed with Thomas Klausner in private e-mail.


   To generate a diff of this commit:
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/cairo/buildlink3.mk
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairo/options.mk
   cvs rdiff -u -r1.139 -r1.140 pkgsrc/multimedia/vlc/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/vlc10/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/vlc2/Makefile
   cvs rdiff -u -r1.105 -r1.106 pkgsrc/multimedia/xine-lib/Makefile
   cvs rdiff -u -r1.134 -r1.135 pkgsrc/pkgtools/x11-links/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/libX11/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libxcb/buildlink3.mk
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/startup-notification/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/startup-notification010/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xcb-util/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-image/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-keysyms/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-renderutil/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-wm/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util036/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xlsclients/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xwininfo/Makefile

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 12:17:10 UTC 2012

   Modified Files:
   	pkgsrc/pkgtools/x11-links: Makefile buildlink3.mk

   Log Message:
   Increase version number to 0.71 instead of bumping the revision. Also
   increase the minimum required version to 0.71.


   To generate a diff of this commit:
   cvs rdiff -u -r1.135 -r1.136 pkgsrc/pkgtools/x11-links/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/pkgtools/x11-links/buildlink3.mk

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 17:12:24 UTC 2012

   Modified Files:
   	pkgsrc/archivers/ark: Makefile
   	pkgsrc/archivers/file-roller: Makefile
   	pkgsrc/audio/albumplayer: Makefile
   	pkgsrc/audio/amarok: Makefile
   	pkgsrc/audio/amarok-kde3: Makefile
   	pkgsrc/audio/ario: Makefile
   	pkgsrc/audio/audacious: Makefile buildlink3.mk
   	pkgsrc/audio/audacious-plugins: Makefile
   	pkgsrc/audio/audacity: Makefile
   	pkgsrc/audio/aumix-gtk: Makefile
   	pkgsrc/audio/bmp: Makefile buildlink3.mk
   	pkgsrc/audio/bmp-esound: Makefile
   	pkgsrc/audio/bmp-flac: Makefile
   	pkgsrc/audio/bmp-mac: Makefile
   	pkgsrc/audio/bmp-musepack: Makefile
   	pkgsrc/audio/bmp-pulse: Makefile
   	pkgsrc/audio/bmp-scrobbler: Makefile
   	pkgsrc/audio/bmpx: Makefile
   	pkgsrc/audio/bsl: Makefile
   	pkgsrc/audio/buzztard: Makefile
   	pkgsrc/audio/easytag: Makefile
   	pkgsrc/audio/exaile: Makefile
   	pkgsrc/audio/gbemol: Makefile
   	pkgsrc/audio/gimmix: Makefile
   	pkgsrc/audio/gkrellm-volume: Makefile
   	pkgsrc/audio/glurp: Makefile
   	pkgsrc/audio/gmp3info: Makefile
   	pkgsrc/audio/gmpc: Makefile buildlink3.mk
   	pkgsrc/audio/gmpc-albumview: Makefile
   	pkgsrc/audio/gmpc-lastfm: Makefile
   	pkgsrc/audio/gmpc-lyrics: Makefile
   	pkgsrc/audio/gmpc-lyricwiki: Makefile
   	pkgsrc/audio/gmpc-magnatune: Makefile
   	pkgsrc/audio/gmpc-mdcover: Makefile
   	pkgsrc/audio/gmpc-tagedit: Makefile
   	pkgsrc/audio/gnome-vfs-cdda: Makefile
   	pkgsrc/audio/gqmpeg-devel: Makefile
   	pkgsrc/audio/gtick: Makefile
   	pkgsrc/audio/gtkpod: Makefile
   	pkgsrc/audio/hydrogen: Makefile
   	pkgsrc/audio/jack-rack: Makefile
   	pkgsrc/audio/libcanberra: Makefile buildlink3.mk
   	pkgsrc/audio/libgpod: Makefile buildlink3.mk
   	pkgsrc/audio/liblastfm: Makefile buildlink3.mk
   	pkgsrc/audio/libvisual-bmp: Makefile
   	pkgsrc/audio/libvisual-plugins: Makefile
   	pkgsrc/audio/libvisual0.2-plugins: Makefile
   	pkgsrc/audio/liteamp: Makefile
   	pkgsrc/audio/mp3diags: Makefile
   	pkgsrc/audio/mp3splt-gtk: Makefile
   	pkgsrc/audio/muse: Makefile
   	pkgsrc/audio/padevchooser: Makefile
   	pkgsrc/audio/paman: Makefile
   	pkgsrc/audio/paprefs: Makefile
   	pkgsrc/audio/pavucontrol: Makefile
   	pkgsrc/audio/pavumeter: Makefile
   	pkgsrc/audio/pulseaudio: Makefile
   	pkgsrc/audio/py-musique: Makefile
   	pkgsrc/audio/qjackctl: Makefile
   	pkgsrc/audio/rhythmbox: Makefile
   	pkgsrc/audio/sfxr: Makefile
   	pkgsrc/audio/snd: Makefile
   	pkgsrc/audio/solfege: Makefile
   	pkgsrc/audio/sonata: Makefile
   	pkgsrc/audio/sound-juicer: Makefile
   	pkgsrc/audio/streamtuner: Makefile buildlink3.mk
   	pkgsrc/audio/sweep: Makefile
   	pkgsrc/audio/terminatorx: Makefile
   	pkgsrc/audio/timidity: Makefile
   	pkgsrc/audio/xfce4-mixer: Makefile
   	pkgsrc/audio/xfce4-xmms-plugin: Makefile buildlink3.mk
   	pkgsrc/biology/chemtool: Makefile
   	pkgsrc/biology/gnome-chemistry-utils: Makefile
   	pkgsrc/biology/openbabel: Makefile
   	pkgsrc/cad/boolean: Makefile
   	pkgsrc/cad/geda: Makefile
   	pkgsrc/cad/gerbv: Makefile
   	pkgsrc/cad/gsmc: Makefile
   	pkgsrc/cad/gtk2-wcalc: Makefile
   	pkgsrc/cad/gtkwave: Makefile
   	pkgsrc/cad/gwave: Makefile
   	pkgsrc/cad/librecad: Makefile
   	pkgsrc/cad/openscad: Makefile
   	pkgsrc/cad/pcb: Makefile
   	pkgsrc/cad/transcalc: Makefile
   	pkgsrc/chat/empathy: Makefile buildlink3.mk
   	pkgsrc/chat/finch: Makefile
   	pkgsrc/chat/gajim: Makefile
   	pkgsrc/chat/gg2: Makefile
   	pkgsrc/chat/gnomeicu: Makefile
   	pkgsrc/chat/gossip: Makefile
   	pkgsrc/chat/konversation: Makefile
   	pkgsrc/chat/libpurple: Makefile buildlink3.mk
   	pkgsrc/chat/msn-pecan: Makefile
   	pkgsrc/chat/pidgin: Makefile buildlink3.mk
   	pkgsrc/chat/pidgin-facebookchat: Makefile
   	pkgsrc/chat/pidgin-icb: Makefile
   	pkgsrc/chat/pidgin-latex: Makefile
   	pkgsrc/chat/pidgin-libnotify: Makefile
   	pkgsrc/chat/pidgin-otr: Makefile
   	pkgsrc/chat/pidgin-sametime: Makefile
   	pkgsrc/chat/pidgin-silc: Makefile
   	pkgsrc/chat/psi: Makefile
   	pkgsrc/chat/spectrum: Makefile
   	pkgsrc/chat/telepathy-farsight: Makefile buildlink3.mk
   	pkgsrc/chat/telepathy-mission-control: Makefile buildlink3.mk
   	pkgsrc/chat/xchat: Makefile
   	pkgsrc/chat/xchat-systray-integration: Makefile
   	pkgsrc/comms/asterisk10: Makefile
   	pkgsrc/comms/asterisk18: Makefile
   	pkgsrc/comms/efax-gtk: Makefile
   	pkgsrc/comms/gnome-pilot: Makefile buildlink3.mk
   	pkgsrc/comms/jpilot: Makefile buildlink3.mk
   	pkgsrc/comms/jpilot-syncmal: Makefile
   	pkgsrc/comms/multisync-gui: Makefile
   	pkgsrc/converters/tex2rtf: Makefile
   	pkgsrc/databases/gourmet: Makefile
   	pkgsrc/databases/gq: Makefile
   	pkgsrc/databases/gramps: Makefile
   	pkgsrc/databases/gramps2: Makefile
   	pkgsrc/databases/gramps3: Makefile
   	pkgsrc/databases/gtkdbfeditor: Makefile
   	pkgsrc/databases/libgnomedb: Makefile buildlink3.mk
   	pkgsrc/databases/mergeant: Makefile
   	pkgsrc/databases/mysql-workbench: Makefile
   	pkgsrc/databases/p5-RRD-Simple: Makefile
   	pkgsrc/databases/pgadmin3: Makefile
   	pkgsrc/databases/rrdtool: Makefile buildlink3.mk
   	pkgsrc/databases/ruby-rrdtool: Makefile
   	pkgsrc/devel/GConf-ui: Makefile buildlink3.mk
   	pkgsrc/devel/SDL_Pango: Makefile buildlink3.mk
   	pkgsrc/devel/anjuta: Makefile
   	pkgsrc/devel/at-spi: Makefile buildlink3.mk
   	pkgsrc/devel/automoc4: Makefile
   	pkgsrc/devel/blib: Makefile buildlink3.mk
   	pkgsrc/devel/boa-constructor: Makefile
   	pkgsrc/devel/coconut: Makefile
   	pkgsrc/devel/compizconfig-backend-gconf: Makefile
   	pkgsrc/devel/cppcheck: Makefile
   	pkgsrc/devel/cutter: Makefile
   	pkgsrc/devel/dconf-editor: Makefile
   	pkgsrc/devel/devhelp: Makefile buildlink3.mk
   	pkgsrc/devel/distccmon-gnome: Makefile
   	pkgsrc/devel/distccmon-gtk: Makefile
   	pkgsrc/devel/eric4: Makefile
   	pkgsrc/devel/ethos: Makefile buildlink3.mk
   	pkgsrc/devel/frama-c: Makefile
   	pkgsrc/devel/gconfmm: Makefile buildlink3.mk
   	pkgsrc/devel/gdl: Makefile buildlink3.mk
   	pkgsrc/devel/geany: Makefile
   	pkgsrc/devel/glade: Makefile
   	pkgsrc/devel/glade3: Makefile buildlink3.mk
   	pkgsrc/devel/gmtk: Makefile buildlink3.mk
   	pkgsrc/devel/gnome-build: Makefile buildlink3.mk
   	pkgsrc/devel/gobject-introspection: Makefile
   	pkgsrc/devel/gps: Makefile
   	pkgsrc/devel/gst-plugins0.10-pango: Makefile
   	pkgsrc/devel/guile-gnome: Makefile
   	pkgsrc/devel/kdesdk4: Makefile
   	pkgsrc/devel/kdevelop4: Makefile
   	pkgsrc/devel/kdevplatform: Makefile
   	pkgsrc/devel/kdiff3: Makefile
   	pkgsrc/devel/libbonoboui: Makefile buildlink3.mk
   	pkgsrc/devel/libcompizconfig: Makefile
   	pkgsrc/devel/libdbusmenu-qt: Makefile buildlink3.mk
   	pkgsrc/devel/libextractor: Makefile
   	pkgsrc/devel/libgail-gnome: Makefile buildlink3.mk
   	pkgsrc/devel/libglade: Makefile buildlink3.mk
   	pkgsrc/devel/libglademm: Makefile buildlink3.mk
   	pkgsrc/devel/libgnome: Makefile buildlink3.mk
   	pkgsrc/devel/libgnomemm: Makefile buildlink3.mk
   	pkgsrc/devel/libgnomeui: Makefile buildlink3.mk
   	pkgsrc/devel/libgnomeuimm: Makefile buildlink3.mk
   	pkgsrc/devel/libgweather: Makefile buildlink3.mk
   	pkgsrc/devel/libpeas: Makefile buildlink3.mk
   	pkgsrc/devel/libsexy: Makefile buildlink3.mk
   	pkgsrc/devel/libsexymm: Makefile buildlink3.mk
   	pkgsrc/devel/libview: Makefile buildlink3.mk
   	pkgsrc/devel/libwnck: Makefile buildlink3.mk
   	pkgsrc/devel/mono-tools: Makefile
   	pkgsrc/devel/monodevelop: Makefile buildlink3.mk
   	pkgsrc/devel/monodevelop-database: Makefile
   	pkgsrc/devel/monotone-viz: Makefile
   	pkgsrc/devel/p5-Gnome2: Makefile
   	pkgsrc/devel/p5-Gtk2-GladeXML: Makefile
   	pkgsrc/devel/p5-Wx-Perl-DataWalker: Makefile
   	pkgsrc/devel/p5-pango: Makefile buildlink3.mk
   	pkgsrc/devel/pango: Makefile buildlink3.mk
   	pkgsrc/devel/pangomm: Makefile buildlink3.mk
   	pkgsrc/devel/py-compizconfig: Makefile
   	pkgsrc/devel/py-gobject: Makefile
   	pkgsrc/devel/py-gobject-shared: Makefile
   	pkgsrc/devel/py-gobject3: Makefile
   	pkgsrc/devel/qconf: Makefile
   	pkgsrc/devel/qjson: Makefile
   	pkgsrc/devel/qtscriptgenerator: Makefile buildlink3.mk
   	pkgsrc/devel/rapidsvn: Makefile
   	pkgsrc/devel/ruby-gnome2-pango: Makefile buildlink3.mk
   	pkgsrc/devel/scintilla: Makefile buildlink3.mk
   	pkgsrc/devel/swt: Makefile
   	pkgsrc/devel/valide: Makefile
   	pkgsrc/devel/xfce4-dev-tools: Makefile
   	pkgsrc/devel/xfconf: Makefile
   	pkgsrc/devel/xulrunner: Makefile buildlink3.mk
   	pkgsrc/devel/xulrunner10: Makefile buildlink3.mk
   	pkgsrc/devel/xulrunner192: Makefile buildlink3.mk
   	pkgsrc/editors/Sigil: Makefile
   	pkgsrc/editors/TeXmacs-devel: Makefile
   	pkgsrc/editors/abiword: Makefile
   	pkgsrc/editors/abiword-plugins: Makefile
   	pkgsrc/editors/beaver: Makefile
   	pkgsrc/editors/conglomerate: Makefile
   	pkgsrc/editors/dasher: Makefile
   	pkgsrc/editors/emacs: Makefile
   	pkgsrc/editors/emacs-snapshot: Makefile
   	pkgsrc/editors/emacs22: Makefile
   	pkgsrc/editors/emacs24: Makefile
   	pkgsrc/editors/gconf-editor: Makefile
   	pkgsrc/editors/gedit: Makefile buildlink3.mk
   	pkgsrc/editors/gedit-python: Makefile
   	pkgsrc/editors/gedit3: Makefile
   	pkgsrc/editors/gedit3-spell: Makefile
   	pkgsrc/editors/ghex: Makefile
   	pkgsrc/editors/gice: Makefile
   	pkgsrc/editors/gobby: Makefile
   	pkgsrc/editors/gtranslator: Makefile
   	pkgsrc/editors/gummi: Makefile
   	pkgsrc/editors/kate: Makefile
   	pkgsrc/editors/kile: Makefile
   	pkgsrc/editors/leafpad: Makefile
   	pkgsrc/editors/lyx: Makefile
   	pkgsrc/editors/medit: Makefile
   	pkgsrc/editors/mlview: Makefile
   	pkgsrc/editors/notecase: Makefile
   	pkgsrc/editors/p5-Padre: Makefile
   	pkgsrc/editors/p5-Wx-Scintilla: Makefile
   	pkgsrc/editors/poedit: Makefile
   	pkgsrc/editors/qgoogletranslator: Makefile
   	pkgsrc/editors/scite: Makefile
   	pkgsrc/editors/tea: Makefile
   	pkgsrc/editors/texmaker: Makefile
   	pkgsrc/editors/texworks: Makefile
   	pkgsrc/editors/tomboy: Makefile
   	pkgsrc/editors/vim-gtk2: Makefile
   	pkgsrc/editors/xfce4-mousepad: Makefile
   	pkgsrc/editors/xournal: Makefile
   	pkgsrc/emulators/blinkensim: Makefile
   	pkgsrc/emulators/bochs: Makefile
   	pkgsrc/emulators/e-uae: Makefile
   	pkgsrc/emulators/fuse: Makefile
   	pkgsrc/emulators/gambatte: Makefile
   	pkgsrc/emulators/gens: Makefile
   	pkgsrc/emulators/gpsim: Makefile
   	pkgsrc/emulators/gpsim-devel: Makefile buildlink3.mk
   	pkgsrc/emulators/gpsim-oscilloscope: Makefile
   	pkgsrc/emulators/gpsim-ptyusart: Makefile
   	pkgsrc/emulators/mame: Makefile
   	pkgsrc/emulators/mess: Makefile
   	pkgsrc/emulators/nestopia: Makefile
   	pkgsrc/emulators/snes9x-gtk: Makefile
   	pkgsrc/emulators/tme: Makefile
   	pkgsrc/emulators/uae: Makefile
   	pkgsrc/emulators/vice: Makefile
   	pkgsrc/emulators/xnp2: Makefile
   	pkgsrc/emulators/yabause: Makefile
   	pkgsrc/filesystems/fuse-pod: Makefile
   	pkgsrc/finance/gkrellm-stock: Makefile
   	pkgsrc/finance/gnucash: Makefile
   	pkgsrc/fonts/fntsample: Makefile
   	pkgsrc/fonts/fontforge: Makefile
   	pkgsrc/fonts/gbdfed: Makefile
   	pkgsrc/fonts/gucharmap: Makefile buildlink3.mk
   	pkgsrc/games/atomix: Makefile
   	pkgsrc/games/blinken: Makefile
   	pkgsrc/games/bluemoon: Makefile
   	pkgsrc/games/ccgo: Makefile
   	pkgsrc/games/crack-attack: Makefile
   	pkgsrc/games/crossfire-client-gtk2: Makefile
   	pkgsrc/games/dopewars: Makefile
   	pkgsrc/games/eboard: Makefile
   	pkgsrc/games/flightgear: Makefile
   	pkgsrc/games/freeciv-client: Makefile
   	pkgsrc/games/frozen-bubble: Makefile
   	pkgsrc/games/gamazons: Makefile
   	pkgsrc/games/gbrainy: Makefile
   	pkgsrc/games/gcompris: Makefile
   	pkgsrc/games/genecys-client: Makefile
   	pkgsrc/games/gnome-games: Makefile
   	pkgsrc/games/gnome-mastermind: Makefile
   	pkgsrc/games/grhino: Makefile
   	pkgsrc/games/gtetrinet: Makefile
   	pkgsrc/games/gtkballs: Makefile
   	pkgsrc/games/gtklevel9: Makefile
   	pkgsrc/games/gtkmagnetic: Makefile
   	pkgsrc/games/gturing: Makefile
   	pkgsrc/games/holtz: Makefile
   	pkgsrc/games/kanagram: Makefile
   	pkgsrc/games/kanatest: Makefile
   	pkgsrc/games/kdegames4: Makefile
   	pkgsrc/games/kdetoys4: Makefile
   	pkgsrc/games/khangman: Makefile
   	pkgsrc/games/kye: Makefile
   	pkgsrc/games/pioneers: Makefile
   	pkgsrc/games/pokerth: Makefile
   	pkgsrc/games/puzzles: Makefile
   	pkgsrc/games/pytraffic: Makefile
   	pkgsrc/games/quarry: Makefile
   	pkgsrc/games/rftg: Makefile
   	pkgsrc/games/scummvm-tools: Makefile
   	pkgsrc/games/simgear: Makefile
   	pkgsrc/games/sirius: Makefile
   	pkgsrc/games/teg: Makefile
   	pkgsrc/games/wesnoth: Makefile
   	pkgsrc/games/wxhugo: Makefile
   	pkgsrc/games/xcowsay: Makefile
   	pkgsrc/geography/emerillon: Makefile
   	pkgsrc/geography/geoclue: Makefile
   	pkgsrc/geography/libchamplain04: Makefile buildlink3.mk
   	pkgsrc/geography/libchamplain06: Makefile buildlink3.mk
   	pkgsrc/geography/libchamplain08: Makefile buildlink3.mk
   	pkgsrc/geography/mapserver: Makefile
   	pkgsrc/geography/merkaartor: Makefile
   	pkgsrc/geography/qgis: Makefile
   	pkgsrc/geography/qlandkartegt: Makefile
   	pkgsrc/geography/qlandkartem: Makefile
   	pkgsrc/geography/viking: Makefile
   	pkgsrc/graphics/aqsis: Makefile
   	pkgsrc/graphics/blinkenthemes: Makefile
   	pkgsrc/graphics/blinkentools: Makefile
   	pkgsrc/graphics/cairo: Makefile buildlink3.mk
   	pkgsrc/graphics/cairo-gobject: Makefile buildlink3.mk
   	pkgsrc/graphics/cairomm: Makefile buildlink3.mk
   	pkgsrc/graphics/camlimages: Makefile
   	pkgsrc/graphics/cheese: Makefile
   	pkgsrc/graphics/cinepaint: Makefile
   	pkgsrc/graphics/clutter: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter-box2d: Makefile
   	pkgsrc/graphics/clutter-cairo: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter-gtk: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter-mx: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter-qt: Makefile
   	pkgsrc/graphics/clutter08: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter08-gtk: Makefile buildlink3.mk
   	pkgsrc/graphics/comix: Makefile
   	pkgsrc/graphics/darktable: Makefile
   	pkgsrc/graphics/denemo: Makefile
   	pkgsrc/graphics/dia: Makefile
   	pkgsrc/graphics/dia-python: Makefile
   	pkgsrc/graphics/digikam: Makefile
   	pkgsrc/graphics/djview4: Makefile
   	pkgsrc/graphics/eog: Makefile buildlink3.mk
   	pkgsrc/graphics/eog-plugins: Makefile
   	pkgsrc/graphics/eog-plugins-map: Makefile
   	pkgsrc/graphics/eog3: Makefile
   	pkgsrc/graphics/evas-svg: Makefile
   	pkgsrc/graphics/extrema: Makefile
   	pkgsrc/graphics/f-spot: Makefile
   	pkgsrc/graphics/fotoxx: Makefile
   	pkgsrc/graphics/frameworks: Makefile
   	pkgsrc/graphics/geeqie: Makefile
   	pkgsrc/graphics/gegl: Makefile buildlink3.mk
   	pkgsrc/graphics/gfract: Makefile
   	pkgsrc/graphics/gimmage: Makefile
   	pkgsrc/graphics/gimp: Makefile buildlink3.mk
   	pkgsrc/graphics/gimp-color-manager: Makefile
   	pkgsrc/graphics/gimp-exif-browser: Makefile
   	pkgsrc/graphics/gimp-fix-ca: Makefile
   	pkgsrc/graphics/gimp-liquid-rescale: Makefile
   	pkgsrc/graphics/gimp-rawphoto: Makefile
   	pkgsrc/graphics/gimp-refocus-it: Makefile
   	pkgsrc/graphics/gimp-resynthesizer: Makefile
   	pkgsrc/graphics/gimp-ufraw: Makefile
   	pkgsrc/graphics/gimp2-wideangle: Makefile
   	pkgsrc/graphics/giram: Makefile
   	pkgsrc/graphics/gliv: Makefile
   	pkgsrc/graphics/gmngview: Makefile
   	pkgsrc/graphics/gnome-icon-theme: Makefile
   	pkgsrc/graphics/gnuplot: Makefile
   	pkgsrc/graphics/goocanvas: Makefile buildlink3.mk
   	pkgsrc/graphics/goocanvasmm: Makefile
   	pkgsrc/graphics/gpicview: Makefile
   	pkgsrc/graphics/gqview: Makefile
   	pkgsrc/graphics/gqview-devel: Makefile
   	pkgsrc/graphics/graphviz: Makefile
   	pkgsrc/graphics/gst-plugins0.10-cairo: Makefile
   	pkgsrc/graphics/gthumb: Makefile
   	pkgsrc/graphics/gthumb3: Makefile
   	pkgsrc/graphics/gtkam: Makefile
   	pkgsrc/graphics/gtkglext: Makefile buildlink3.mk
   	pkgsrc/graphics/gtkimageview: Makefile
   	pkgsrc/graphics/guile-cairo: Makefile
   	pkgsrc/graphics/gwenview: Makefile
   	pkgsrc/graphics/hugin: Makefile
   	pkgsrc/graphics/inkscape: Makefile
   	pkgsrc/graphics/kamera: Makefile
   	pkgsrc/graphics/kcolorchooser: Makefile
   	pkgsrc/graphics/kdegraphics-mobipocket: Makefile
   	pkgsrc/graphics/kdegraphics-strigi-analyzer: Makefile
   	pkgsrc/graphics/kdegraphics-thumbnailers: Makefile
   	pkgsrc/graphics/kgamma: Makefile
   	pkgsrc/graphics/kipi-plugins: Makefile
   	pkgsrc/graphics/kipi-plugins-calendar-kde3: Makefile
   	pkgsrc/graphics/kipi-plugins-kde3: Makefile
   	pkgsrc/graphics/kolourpaint: Makefile
   	pkgsrc/graphics/koverartist: Makefile
   	pkgsrc/graphics/kruler: Makefile
   	pkgsrc/graphics/ksaneplugin: Makefile
   	pkgsrc/graphics/ksnapshot: Makefile
   	pkgsrc/graphics/libexif-gtk: Makefile buildlink3.mk
   	pkgsrc/graphics/libgdiplus: Makefile buildlink3.mk
   	pkgsrc/graphics/libgnomecanvas: Makefile buildlink3.mk
   	pkgsrc/graphics/libgnomecanvasmm: Makefile buildlink3.mk
   	pkgsrc/graphics/libkdcraw: Makefile buildlink3.mk
   	pkgsrc/graphics/libkexiv2: Makefile
   	pkgsrc/graphics/libkface: Makefile buildlink3.mk
   	pkgsrc/graphics/libkipi: Makefile buildlink3.mk
   	pkgsrc/graphics/libksane: Makefile buildlink3.mk
   	pkgsrc/graphics/librsvg: Makefile buildlink3.mk
   	pkgsrc/graphics/libscigraphica: Makefile buildlink3.mk
   	pkgsrc/graphics/nvtv: Makefile
   	pkgsrc/graphics/opencv: Makefile
   	pkgsrc/graphics/osg: Makefile buildlink3.mk
   	pkgsrc/graphics/p5-Gnome2-Canvas: Makefile buildlink3.mk
   	pkgsrc/graphics/p5-cairo: Makefile buildlink3.mk
   	pkgsrc/graphics/p5-clutter: Makefile
   	pkgsrc/graphics/py-cairo: Makefile buildlink3.mk
   	pkgsrc/graphics/py-clutter: Makefile buildlink3.mk
   	pkgsrc/graphics/py-clutter-gtk: Makefile
   	pkgsrc/graphics/py-goocanvas: Makefile
   	pkgsrc/graphics/py-gtkglext: Makefile
   	pkgsrc/graphics/py-matplotlib-gtk2: Makefile
   	pkgsrc/graphics/qimageblitz: Makefile buildlink3.mk
   	pkgsrc/graphics/qiv: Makefile
   	pkgsrc/graphics/qiviewer: Makefile
   	pkgsrc/graphics/ristretto: Makefile
   	pkgsrc/graphics/ruby-clutter-cairo: Makefile
   	pkgsrc/graphics/ruby-clutter-core: Makefile
   	pkgsrc/graphics/ruby-clutter-gtk: Makefile
   	pkgsrc/graphics/ruby-gnome2-goocanvas: Makefile
   	pkgsrc/graphics/ruby-gnome2-rsvg: Makefile
   	pkgsrc/graphics/ruby-rcairo: Makefile buildlink3.mk
   	pkgsrc/graphics/sane-frontends: Makefile
   	pkgsrc/graphics/scidavis: Makefile
   	pkgsrc/graphics/scigraphica: Makefile
   	pkgsrc/graphics/shotwell: Makefile
   	pkgsrc/graphics/shotwell-gtk3: Makefile
   	pkgsrc/graphics/svgpart: Makefile
   	pkgsrc/graphics/tuxpaint: Makefile
   	pkgsrc/graphics/ucview: Makefile
   	pkgsrc/graphics/unicap: Makefile
   	pkgsrc/graphics/veusz: Makefile
   	pkgsrc/graphics/viewnior: Makefile
   	pkgsrc/graphics/wxsvg: Makefile buildlink3.mk
   	pkgsrc/graphics/xfce4-icon-theme: Makefile buildlink3.mk
   	pkgsrc/graphics/xsane: Makefile
   	pkgsrc/graphics/xzgv: Makefile
   	pkgsrc/graphics/zphoto: Makefile
   	pkgsrc/ham/gmfsk: Makefile
   	pkgsrc/ham/gnuradio-examples: Makefile
   	pkgsrc/ham/gnuradio-radio-astronomy: Makefile
   	pkgsrc/ham/gnuradio-wxgui: Makefile buildlink3.mk
   	pkgsrc/ham/gpredict: Makefile
   	pkgsrc/ham/grig: Makefile
   	pkgsrc/ham/xdx: Makefile
   	pkgsrc/ham/xlog: Makefile
   	pkgsrc/inputmethod/gcin: Makefile
   	pkgsrc/inputmethod/gtk-im-libthai: Makefile
   	pkgsrc/inputmethod/ibus: Makefile
   	pkgsrc/inputmethod/ibus-chewing: Makefile
   	pkgsrc/inputmethod/ibus-handwrite: Makefile
   	pkgsrc/inputmethod/ibus-input-pad: Makefile
   	pkgsrc/inputmethod/ibus-m17n: Makefile
   	pkgsrc/inputmethod/ibus-qt: Makefile
   	pkgsrc/inputmethod/ibus-skk: Makefile
   	pkgsrc/inputmethod/ibus-t9: Makefile
   	pkgsrc/inputmethod/ibus-unikey: Makefile
   	pkgsrc/inputmethod/im-ja: Makefile
   	pkgsrc/inputmethod/imhangul: Makefile
   	pkgsrc/inputmethod/imhangul_status_applet: Makefile
   	pkgsrc/inputmethod/input-pad: Makefile buildlink3.mk
   	pkgsrc/inputmethod/kasumi: Makefile
   	pkgsrc/inputmethod/kimera: Makefile
   	pkgsrc/inputmethod/kimera-tomoe-gtk: Makefile
   	pkgsrc/inputmethod/m17n-im-config: Makefile buildlink3.mk
   	pkgsrc/inputmethod/nabi: Makefile
   	pkgsrc/inputmethod/novel-pinyin: Makefile
   	pkgsrc/inputmethod/py-input-pad: Makefile
   	pkgsrc/inputmethod/scim: Makefile buildlink3.mk
   	pkgsrc/inputmethod/scim-anthy: Makefile
   	pkgsrc/inputmethod/scim-array: Makefile
   	pkgsrc/inputmethod/scim-canna: Makefile
   	pkgsrc/inputmethod/scim-ccinput: Makefile
   	pkgsrc/inputmethod/scim-chewing: Makefile
   	pkgsrc/inputmethod/scim-fcitx: Makefile
   	pkgsrc/inputmethod/scim-hangul: Makefile
   	pkgsrc/inputmethod/scim-input-pad: Makefile
   	pkgsrc/inputmethod/scim-m17n: Makefile
   	pkgsrc/inputmethod/scim-pinyin: Makefile
   	pkgsrc/inputmethod/scim-prime: Makefile
   	pkgsrc/inputmethod/scim-python: Makefile
   	pkgsrc/inputmethod/scim-sinhala: Makefile
   	pkgsrc/inputmethod/scim-skk: Makefile
   	pkgsrc/inputmethod/scim-tables: Makefile
   	pkgsrc/inputmethod/scim-thai: Makefile
   	pkgsrc/inputmethod/scim-tomoe: Makefile
   	pkgsrc/inputmethod/scim-uim: Makefile
   	pkgsrc/inputmethod/scim-unikey: Makefile
   	pkgsrc/inputmethod/tomoe-gtk: Makefile buildlink3.mk
   	pkgsrc/inputmethod/uim: Makefile
   	pkgsrc/inputmethod/uim-tomoe-gtk: Makefile
   	pkgsrc/lang/basic256: Makefile
   	pkgsrc/lang/classpath-gui: Makefile
   	pkgsrc/lang/clisp: Makefile
   	pkgsrc/lang/coq: Makefile
   	pkgsrc/lang/kaffe-x11: Makefile
   	pkgsrc/lang/racket: Makefile
   	pkgsrc/lang/sablevm-classpath-gui: Makefile
   	pkgsrc/lang/smalltalk: Makefile
   	pkgsrc/lang/squeak-vm: Makefile
   	pkgsrc/mail/akonadi: Makefile buildlink3.mk
   	pkgsrc/mail/balsa: Makefile
   	pkgsrc/mail/claws-mail: Makefile
   	pkgsrc/mail/claws-mail-archive: Makefile
   	pkgsrc/mail/claws-mail-attachwarner: Makefile
   	pkgsrc/mail/claws-mail-attremover: Makefile
   	pkgsrc/mail/claws-mail-cachesaver: Makefile
   	pkgsrc/mail/claws-mail-dillo-viewer: Makefile
   	pkgsrc/mail/claws-mail-fetchinfo: Makefile
   	pkgsrc/mail/claws-mail-gtkhtml: Makefile
   	pkgsrc/mail/claws-mail-mailmbox: Makefile
   	pkgsrc/mail/claws-mail-newmail: Makefile
   	pkgsrc/mail/claws-mail-notification: Makefile
   	pkgsrc/mail/claws-mail-pgpcore: Makefile buildlink3.mk
   	pkgsrc/mail/claws-mail-pgpinline: Makefile
   	pkgsrc/mail/claws-mail-pgpmime: Makefile
   	pkgsrc/mail/claws-mail-rssyl: Makefile
   	pkgsrc/mail/claws-mail-smime: Makefile
   	pkgsrc/mail/claws-mail-spamreport: Makefile
   	pkgsrc/mail/claws-mail-synce: Makefile
   	pkgsrc/mail/claws-mail-tnef: Makefile
   	pkgsrc/mail/claws-mail-vcalendar: Makefile
   	pkgsrc/mail/evolution: Makefile buildlink3.mk
   	pkgsrc/mail/evolution-data-server: Makefile
   	pkgsrc/mail/evolution-exchange: Makefile
   	pkgsrc/mail/mail-notification: Makefile
   	pkgsrc/mail/msmtp: Makefile
   	pkgsrc/mail/netbiff: Makefile
   	pkgsrc/mail/sylpheed: Makefile
   	pkgsrc/mail/thunderbird: Makefile
   	pkgsrc/mail/thunderbird10: Makefile
   	pkgsrc/math/R: Makefile
   	pkgsrc/math/analitza: Makefile buildlink3.mk
   	pkgsrc/math/calcoo: Makefile
   	pkgsrc/math/cantor: Makefile
   	pkgsrc/math/cgal: Makefile buildlink3.mk
   	pkgsrc/math/euler: Makefile
   	pkgsrc/math/extcalc: Makefile
   	pkgsrc/math/fityk: Makefile
   	pkgsrc/math/galculator: Makefile
   	pkgsrc/math/gcalctool: Makefile
   	pkgsrc/math/gcalctool-gtk3: Makefile
   	pkgsrc/math/genius: Makefile
   	pkgsrc/math/gnumeric: Makefile
   	pkgsrc/math/gnumeric110: Makefile
   	pkgsrc/math/grpn: Makefile
   	pkgsrc/math/gtklife: Makefile
   	pkgsrc/math/kalgebra: Makefile
   	pkgsrc/math/kcalc: Makefile
   	pkgsrc/math/pspp: Makefile
   	pkgsrc/math/qalculate-bases: Makefile
   	pkgsrc/math/qalculate-currency: Makefile
   	pkgsrc/math/qalculate-gtk: Makefile
   	pkgsrc/math/qalculate-units: Makefile
   	pkgsrc/math/speedcrunch: Makefile
   	pkgsrc/math/wxMaxima: Makefile
   	pkgsrc/meta-pkgs/xfce4: Makefile buildlink3.mk
   	pkgsrc/meta-pkgs/xfce4-extras: Makefile
   	pkgsrc/misc/attica: Makefile buildlink3.mk
   	pkgsrc/misc/blccc: Makefile
   	pkgsrc/misc/calibre: Makefile
   	pkgsrc/misc/celestia: Makefile
   	pkgsrc/misc/deskbar-applet: Makefile
   	pkgsrc/misc/fbreader: Makefile
   	pkgsrc/misc/gelemental: Makefile
   	pkgsrc/misc/gkrellm-flynn: Makefile
   	pkgsrc/misc/gkrellm-launch: Makefile
   	pkgsrc/misc/gkrellm-leds: Makefile
   	pkgsrc/misc/gkrellm-moon: Makefile
   	pkgsrc/misc/gkrellm-weather: Makefile
   	pkgsrc/misc/gnome-utils: Makefile
   	pkgsrc/misc/goffice0.6: Makefile buildlink3.mk
   	pkgsrc/misc/goffice0.8: Makefile buildlink3.mk
   	pkgsrc/misc/gok: Makefile
   	pkgsrc/misc/gperiodic: Makefile
   	pkgsrc/misc/gwaei: Makefile
   	pkgsrc/misc/kaccessible: Makefile
   	pkgsrc/misc/kalzium: Makefile
   	pkgsrc/misc/kanjipad: Makefile
   	pkgsrc/misc/kbruch: Makefile
   	pkgsrc/misc/kcharselect: Makefile
   	pkgsrc/misc/kchmviewer: Makefile
   	pkgsrc/misc/kde-wallpapers4: Makefile
   	pkgsrc/misc/kdeadmin4: Makefile
   	pkgsrc/misc/kdeartwork4: Makefile
   	pkgsrc/misc/kdepim-runtime4: Makefile
   	pkgsrc/misc/kdepim4: Makefile
   	pkgsrc/misc/kdepimlibs4: Makefile buildlink3.mk
   	pkgsrc/misc/kdeplasma-addons4: Makefile
   	pkgsrc/misc/kgeography: Makefile
   	pkgsrc/misc/kig: Makefile
   	pkgsrc/misc/kiten: Makefile
   	pkgsrc/misc/klettres: Makefile
   	pkgsrc/misc/kmag: Makefile
   	pkgsrc/misc/kmousetool: Makefile
   	pkgsrc/misc/kmouth: Makefile
   	pkgsrc/misc/kremotecontrol: Makefile
   	pkgsrc/misc/kstars: Makefile
   	pkgsrc/misc/ktouch: Makefile
   	pkgsrc/misc/kturtle: Makefile
   	pkgsrc/misc/kwordquiz: Makefile
   	pkgsrc/misc/libkdeedu: Makefile buildlink3.mk
   	pkgsrc/misc/libkgeomap: Makefile buildlink3.mk
   	pkgsrc/misc/libkvkontakte: Makefile buildlink3.mk
   	pkgsrc/misc/libreoffice: Makefile
   	pkgsrc/misc/marble: Makefile buildlink3.mk
   	pkgsrc/misc/mousetweaks: Makefile
   	pkgsrc/misc/openoffice3: Makefile
   	pkgsrc/misc/parley: Makefile
   	pkgsrc/misc/rocs: Makefile
   	pkgsrc/misc/stellarium: Makefile
   	pkgsrc/misc/step: Makefile
   	pkgsrc/misc/superkaramba: Makefile
   	pkgsrc/misc/sweeper: Makefile
   	pkgsrc/misc/tellico: Makefile
   	pkgsrc/misc/usbprog: Makefile
   	pkgsrc/misc/vym: Makefile
   	pkgsrc/misc/xchm: Makefile
   	pkgsrc/misc/xfce4-weather-plugin: Makefile buildlink3.mk
   	pkgsrc/misc/yelp: Makefile
   	pkgsrc/misc/yelp3: Makefile
   	pkgsrc/misc/zyGrib: Makefile
   	pkgsrc/multimedia/avidemux: Makefile
   	pkgsrc/multimedia/clutter-gst: Makefile buildlink3.mk
   	pkgsrc/multimedia/clutter08-gst: Makefile buildlink3.mk
   	pkgsrc/multimedia/dvdstyler: Makefile
   	pkgsrc/multimedia/farsight2: Makefile buildlink3.mk
   	pkgsrc/multimedia/gecko-mediaplayer: Makefile
   	pkgsrc/multimedia/gmencoder: Makefile
   	pkgsrc/multimedia/gmplayer: Makefile
   	pkgsrc/multimedia/gnash: Makefile
   	pkgsrc/multimedia/gnome-media: Makefile buildlink3.mk
   	pkgsrc/multimedia/gnome-mplayer: Makefile
   	pkgsrc/multimedia/gopchop: Makefile
   	pkgsrc/multimedia/gst123: Makefile
   	pkgsrc/multimedia/gxine: Makefile
   	pkgsrc/multimedia/handbrake: Makefile
   	pkgsrc/multimedia/hwdecode-demos: Makefile
   	pkgsrc/multimedia/kdemultimedia4: Makefile
   	pkgsrc/multimedia/kdenlive: Makefile
   	pkgsrc/multimedia/kmplayer: Makefile
   	pkgsrc/multimedia/kmplayer-kde3: Makefile
   	pkgsrc/multimedia/mkvtoolnix: Makefile
   	pkgsrc/multimedia/mkvtoolnix-old: Makefile
   	pkgsrc/multimedia/mlt: Makefile
   	pkgsrc/multimedia/mplayer-plugin: Makefile
   	pkgsrc/multimedia/ogle_gui: Makefile
   	pkgsrc/multimedia/phonon: Makefile buildlink3.mk
   	pkgsrc/multimedia/phonon-backend-gstreamer: Makefile
   	pkgsrc/multimedia/pitivi: Makefile
   	pkgsrc/multimedia/pspvc: Makefile
   	pkgsrc/multimedia/py-clutter-gst: Makefile
   	pkgsrc/multimedia/ruby-clutter-gst: Makefile
   	pkgsrc/multimedia/subtitleeditor: Makefile
   	pkgsrc/multimedia/swfdec: Makefile buildlink3.mk
   	pkgsrc/multimedia/swfdec-gnome: Makefile
   	pkgsrc/multimedia/swfdec-mozilla: Makefile
   	pkgsrc/multimedia/totem: Makefile buildlink3.mk
   	pkgsrc/multimedia/totem-browser-plugin: Makefile
   	pkgsrc/multimedia/totem-nautilus: Makefile
   	pkgsrc/multimedia/totem-pl-parser: Makefile buildlink3.mk
   	pkgsrc/multimedia/vlc: Makefile
   	pkgsrc/multimedia/vlc08: Makefile
   	pkgsrc/multimedia/vlc10: Makefile
   	pkgsrc/multimedia/vlc2: Makefile
   	pkgsrc/multimedia/xfce4-mpc-plugin: Makefile buildlink3.mk
   	pkgsrc/multimedia/xfmedia: Makefile
   	pkgsrc/multimedia/xvid4conf: Makefile
   	pkgsrc/net/Transmission-gui: Makefile
   	pkgsrc/net/amule: Makefile
   	pkgsrc/net/avahi: Makefile buildlink3.mk
   	pkgsrc/net/bug-buddy: Makefile
   	pkgsrc/net/cacti: Makefile
   	pkgsrc/net/choqok: Makefile
   	pkgsrc/net/dc_gui2: Makefile
   	pkgsrc/net/dcsharp: Makefile
   	pkgsrc/net/dhcpcd-gtk: Makefile
   	pkgsrc/net/ed2k-gtk-gui: Makefile
   	pkgsrc/net/ekiga: Makefile
   	pkgsrc/net/etherape: Makefile
   	pkgsrc/net/ettercap: Makefile
   	pkgsrc/net/filezilla: Makefile
   	pkgsrc/net/gitso: Makefile
   	pkgsrc/net/gkrellm-multiping: Makefile
   	pkgsrc/net/gkrellm-snmp: Makefile
   	pkgsrc/net/gkrellm-wireless: Makefile
   	pkgsrc/net/gnome-netstatus: Makefile
   	pkgsrc/net/gnome-nettool: Makefile
   	pkgsrc/net/gnome-vfs-smb: Makefile
   	pkgsrc/net/gssdp: Makefile
   	pkgsrc/net/gtk-gnutella: Makefile
   	pkgsrc/net/gtk-vnc: Makefile buildlink3.mk
   	pkgsrc/net/gupnp-tools: Makefile
   	pkgsrc/net/jigdo: Makefile
   	pkgsrc/net/kdenetwork4: Makefile
   	pkgsrc/net/kmldonkey: Makefile
   	pkgsrc/net/ktorrent: Makefile
   	pkgsrc/net/libdmapsharing: Makefile
   	pkgsrc/net/libktorrent: Makefile buildlink3.mk
   	pkgsrc/net/logjam: Makefile
   	pkgsrc/net/mbrowse: Makefile
   	pkgsrc/net/mldonkey-gui: Makefile
   	pkgsrc/net/monsoon: Makefile
   	pkgsrc/net/mtr: Makefile
   	pkgsrc/net/nagstamon: Makefile
   	pkgsrc/net/nfdump: Makefile
   	pkgsrc/net/nmap: Makefile
   	pkgsrc/net/ntop: Makefile
   	pkgsrc/net/remmina: Makefile
   	pkgsrc/net/remmina-plugins: Makefile
   	pkgsrc/net/tsclient: Makefile
   	pkgsrc/net/twitux: Makefile
   	pkgsrc/net/unison: Makefile
   	pkgsrc/net/unison2.32: Makefile
   	pkgsrc/net/urlgfe: Makefile
   	pkgsrc/net/vinagre: Makefile
   	pkgsrc/net/vino: Makefile
   	pkgsrc/net/wireshark: Makefile
   	pkgsrc/net/wistumbler2-gtk: Makefile
   	pkgsrc/net/xfce4-wavelan-plugin: Makefile buildlink3.mk
   	pkgsrc/net/xymon: Makefile
   	pkgsrc/news/pan: Makefile
   	pkgsrc/parallel/ganglia-monitor-core: Makefile
   	pkgsrc/parallel/hwloc: Makefile
   	pkgsrc/pkgtools/gnome-packagekit: Makefile
   	pkgsrc/pkgtools/packagekit: Makefile
   	pkgsrc/print/abcm2ps: Makefile
   	pkgsrc/print/advi: Makefile
   	pkgsrc/print/diffpdf: Makefile
   	pkgsrc/print/epdfview: Makefile
   	pkgsrc/print/evince: Makefile buildlink3.mk
   	pkgsrc/print/evince-nautilus: Makefile
   	pkgsrc/print/evince3: Makefile buildlink3.mk
   	pkgsrc/print/glabels: Makefile
   	pkgsrc/print/gtklp: Makefile
   	pkgsrc/print/gutenprint-lib: Makefile
   	pkgsrc/print/hplip: Makefile
   	pkgsrc/print/imposter: Makefile
   	pkgsrc/print/kbibtex: Makefile
   	pkgsrc/print/libgnomeprint: Makefile buildlink3.mk
   	pkgsrc/print/libgnomeprintui: Makefile buildlink3.mk
   	pkgsrc/print/libgxps: Makefile buildlink3.mk
   	pkgsrc/print/lilypond: Makefile
   	pkgsrc/print/okular: Makefile
   	pkgsrc/print/paps: Makefile
   	pkgsrc/print/poppler-glib: Makefile buildlink3.mk
   	pkgsrc/print/poppler-qt4: Makefile
   	pkgsrc/print/printer-applet: Makefile
   	pkgsrc/print/ruby-gnome2-poppler: Makefile
   	pkgsrc/print/scribus: Makefile
   	pkgsrc/print/scribus-qt4: Makefile
   	pkgsrc/print/xfce4-print: Makefile buildlink3.mk
   	pkgsrc/security/MyPasswordSafe: Makefile
   	pkgsrc/security/fprint-demo: Makefile
   	pkgsrc/security/fwbuilder: Makefile
   	pkgsrc/security/gnome-keyring: Makefile buildlink3.mk
   	pkgsrc/security/gnome-keyring-manager: Makefile
   	pkgsrc/security/gpa: Makefile
   	pkgsrc/security/gpass: Makefile
   	pkgsrc/security/honeyd: Makefile
   	pkgsrc/security/hydra: Makefile
   	pkgsrc/security/keepassx: Makefile
   	pkgsrc/security/kgpg: Makefile
   	pkgsrc/security/ksecrets: Makefile
   	pkgsrc/security/kwallet: Makefile
   	pkgsrc/security/libfwbuilder: Makefile buildlink3.mk
   	pkgsrc/security/openvas-client: Makefile
   	pkgsrc/security/pinentry-gtk2: Makefile
   	pkgsrc/security/pinentry-qt4: Makefile
   	pkgsrc/security/policykit-gnome: Makefile
   	pkgsrc/security/polkit-qt: Makefile buildlink3.mk
   	pkgsrc/security/putty: Makefile
   	pkgsrc/security/qca2: Makefile buildlink3.mk
   	pkgsrc/security/qca2-gnupg: Makefile
   	pkgsrc/security/qca2-ossl: Makefile
   	pkgsrc/security/qoauth: Makefile buildlink3.mk
   	pkgsrc/security/seahorse: Makefile buildlink3.mk
   	pkgsrc/security/seahorse-plugins: Makefile
   	pkgsrc/sysutils/amtterm: Makefile
   	pkgsrc/sysutils/bacula-qt-console: Makefile
   	pkgsrc/sysutils/bacula-tray-monitor: Makefile
   	pkgsrc/sysutils/bacula-wx-console: Makefile
   	pkgsrc/sysutils/brasero: Makefile buildlink3.mk
   	pkgsrc/sysutils/brasero-nautilus: Makefile
   	pkgsrc/sysutils/btpin-qt: Makefile
   	pkgsrc/sysutils/bubblemon: Makefile
   	pkgsrc/sysutils/conky: Makefile
   	pkgsrc/sysutils/dvdisaster: Makefile
   	pkgsrc/sysutils/filelight: Makefile
   	pkgsrc/sysutils/gcdmaster: Makefile
   	pkgsrc/sysutils/gkrellm: Makefile buildlink3.mk
   	pkgsrc/sysutils/gkrellm-est: Makefile
   	pkgsrc/sysutils/gnome-commander: Makefile
   	pkgsrc/sysutils/gnome-device-manager: Makefile
   	pkgsrc/sysutils/gnome-mount: Makefile buildlink3.mk
   	pkgsrc/sysutils/gnome-nds-thumbnailer: Makefile
   	pkgsrc/sysutils/gnome-pkgview: Makefile
   	pkgsrc/sysutils/gnome-power-manager: Makefile
   	pkgsrc/sysutils/gnome-settings-daemon: Makefile
   	pkgsrc/sysutils/gnome-system-monitor: Makefile
   	pkgsrc/sysutils/gnome-system-tools: Makefile
   	pkgsrc/sysutils/gnome-vfs: Makefile buildlink3.mk
   	pkgsrc/sysutils/gnome-vfs-monikers: Makefile
   	pkgsrc/sysutils/gnome-vfsmm: Makefile buildlink3.mk
   	pkgsrc/sysutils/gnome-volume-manager: Makefile
   	pkgsrc/sysutils/grun: Makefile
   	pkgsrc/sysutils/gst-plugins0.10-gnomevfs: Makefile
   	pkgsrc/sysutils/gtk-send-pr: Makefile
   	pkgsrc/sysutils/gvfs: Makefile
   	pkgsrc/sysutils/k3b: Makefile
   	pkgsrc/sysutils/k4dirstat: Makefile
   	pkgsrc/sysutils/kdf: Makefile
   	pkgsrc/sysutils/kfloppy: Makefile
   	pkgsrc/sysutils/libgksu: Makefile buildlink3.mk
   	pkgsrc/sysutils/libnotify: Makefile buildlink3.mk
   	pkgsrc/sysutils/nautilus: Makefile buildlink3.mk
   	pkgsrc/sysutils/nautilus-sendto: Makefile
   	pkgsrc/sysutils/notification-daemon: Makefile
   	pkgsrc/sysutils/open-vm-tools: Makefile
   	pkgsrc/sysutils/p5-Gnome2-VFS: Makefile buildlink3.mk
   	pkgsrc/sysutils/pcmanfm: Makefile
   	pkgsrc/sysutils/py-notify: Makefile buildlink3.mk
   	pkgsrc/sysutils/rox: Makefile
   	pkgsrc/sysutils/screentest: Makefile
   	pkgsrc/sysutils/strigi: Makefile
   	pkgsrc/sysutils/virt-manager: Makefile
   	pkgsrc/sysutils/xcdroast: Makefile
   	pkgsrc/sysutils/xfce4-appfinder: Makefile
   	pkgsrc/sysutils/xfce4-battery-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-diskperf-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-fsguard-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-genmon-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-netload-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-quicklauncher-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-systemload-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-thunar: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-volman: Makefile
   	pkgsrc/sysutils/xfce4-xarchiver: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-xkb-plugin: Makefile buildlink3.mk
   	pkgsrc/textproc/FlightCrew: Makefile
   	pkgsrc/textproc/OdfConverter: Makefile
   	pkgsrc/textproc/dikt: Makefile
   	pkgsrc/textproc/ebview: Makefile
   	pkgsrc/textproc/gnome-spell: Makefile buildlink3.mk
   	pkgsrc/textproc/gnome-subtitles: Makefile
   	pkgsrc/textproc/gtkspell: Makefile buildlink3.mk
   	pkgsrc/textproc/py-gdick: Makefile
   	pkgsrc/textproc/soprano: Makefile buildlink3.mk
   	pkgsrc/textproc/xfce4-dict-plugin: Makefile buildlink3.mk
   	pkgsrc/time/cairo-clock: Makefile
   	pkgsrc/time/evolution-webcal: Makefile
   	pkgsrc/time/gchore: Makefile
   	pkgsrc/time/gdeskcal: Makefile
   	pkgsrc/time/gnotime: Makefile
   	pkgsrc/time/gtodo: Makefile
   	pkgsrc/time/gtodo-applet: Makefile
   	pkgsrc/time/hamster-applet: Makefile
   	pkgsrc/time/ktimer: Makefile
   	pkgsrc/time/planner: Makefile
   	pkgsrc/time/rsibreak: Makefile
   	pkgsrc/time/xfce4-datetime-plugin: Makefile buildlink3.mk
   	pkgsrc/time/xfce4-orage: Makefile
   	pkgsrc/time/xfce4-timer-plugin: Makefile buildlink3.mk
   	pkgsrc/wm/afterstep: Makefile
   	pkgsrc/wm/awesome: Makefile
   	pkgsrc/wm/bmpanel2: Makefile
   	pkgsrc/wm/compiz: Makefile buildlink3.mk
   	pkgsrc/wm/compiz-fusion-plugins-extra: Makefile
   	pkgsrc/wm/compiz-fusion-plugins-main: Makefile buildlink3.mk
   	pkgsrc/wm/e16menuedit2: Makefile
   	pkgsrc/wm/fluxconf: Makefile
   	pkgsrc/wm/metacity: Makefile buildlink3.mk
   	pkgsrc/wm/metisse: Makefile
   	pkgsrc/wm/openbox: Makefile
   	pkgsrc/wm/oroborox: Makefile
   	pkgsrc/wm/sawfish: Makefile
   	pkgsrc/wm/selectwm: Makefile
   	pkgsrc/wm/wbar: Makefile
   	pkgsrc/wm/wmakerconf: Makefile
   	pkgsrc/wm/xfce4-wm: Makefile
   	pkgsrc/wm/xfce4-wm-themes: Makefile
   	pkgsrc/www/amaya: Makefile
   	pkgsrc/www/ap22-dnssd: Makefile
   	pkgsrc/www/bluefish: Makefile
   	pkgsrc/www/browser-bookmarks-menu: Makefile
   	pkgsrc/www/drivel: Makefile
   	pkgsrc/www/epiphany: Makefile buildlink3.mk
   	pkgsrc/www/epiphany-extensions: Makefile
   	pkgsrc/www/firefox: Makefile
   	pkgsrc/www/firefox10: Makefile
   	pkgsrc/www/firefox36: Makefile
   	pkgsrc/www/gtkhtml314: Makefile
   	pkgsrc/www/icedtea-web: Makefile
   	pkgsrc/www/kazehakase: Makefile
   	pkgsrc/www/kdewebdev4: Makefile
   	pkgsrc/www/libgtkhtml: Makefile buildlink3.mk
   	pkgsrc/www/libmediawiki: Makefile buildlink3.mk
   	pkgsrc/www/liferea: Makefile
   	pkgsrc/www/liferea-current: Makefile
   	pkgsrc/www/midori: Makefile
   	pkgsrc/www/netsurf: Makefile
   	pkgsrc/www/nspluginwrapper: Makefile
   	pkgsrc/www/seamonkey: Makefile
   	pkgsrc/www/webkit-gtk: Makefile buildlink3.mk
   	pkgsrc/www/webkit-gtk3: Makefile buildlink3.mk
   	pkgsrc/x11/alacarte: Makefile
   	pkgsrc/x11/antiright: Makefile
   	pkgsrc/x11/avant-window-navigator: Makefile
   	pkgsrc/x11/clisp-gtk2: Makefile
   	pkgsrc/x11/deskmenu: Makefile
   	pkgsrc/x11/devilspie: Makefile
   	pkgsrc/x11/eekboard: Makefile buildlink3.mk
   	pkgsrc/x11/fast-user-switch-applet: Makefile
   	pkgsrc/x11/fltk13: Makefile
   	pkgsrc/x11/ftmenu: Makefile
   	pkgsrc/x11/gdm: Makefile
   	pkgsrc/x11/gnome-applets: Makefile
   	pkgsrc/x11/gnome-control-center: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-desktop: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-desktop-sharp: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-desktop3: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-mag: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-panel: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-screensaver: Makefile
   	pkgsrc/x11/gnome-session: Makefile
   	pkgsrc/x11/gnome-sharp: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-terminal: Makefile
   	pkgsrc/x11/gnome-themes: Makefile
   	pkgsrc/x11/gnome-themes-extras: Makefile
   	pkgsrc/x11/gnopernicus: Makefile
   	pkgsrc/x11/grandr_applet: Makefile
   	pkgsrc/x11/gromit: Makefile
   	pkgsrc/x11/gselt: Makefile
   	pkgsrc/x11/gtk-sharp: Makefile
   	pkgsrc/x11/gtk2: Makefile buildlink3.mk
   	pkgsrc/x11/gtk2+extra: Makefile buildlink3.mk
   	pkgsrc/x11/gtk2-chtheme: Makefile
   	pkgsrc/x11/gtk2-engines: Makefile buildlink3.mk
   	pkgsrc/x11/gtk2-engines-bluecurve: Makefile
   	pkgsrc/x11/gtk2-engines-murrine: Makefile
   	pkgsrc/x11/gtk2-theme-switch: Makefile
   	pkgsrc/x11/gtk3: Makefile buildlink3.mk
   	pkgsrc/x11/gtkada: Makefile buildlink3.mk
   	pkgsrc/x11/gtkglarea2: Makefile buildlink3.mk
   	pkgsrc/x11/gtkmm: Makefile buildlink3.mk
   	pkgsrc/x11/gtkmm-utils: Makefile buildlink3.mk
   	pkgsrc/x11/gtksourceview: Makefile buildlink3.mk
   	pkgsrc/x11/gtksourceview-sharp2: Makefile
   	pkgsrc/x11/gtksourceview2: Makefile buildlink3.mk
   	pkgsrc/x11/gtksourceview3: Makefile buildlink3.mk
   	pkgsrc/x11/gtkterm2: Makefile
   	pkgsrc/x11/hot-babe: Makefile
   	pkgsrc/x11/kactivities: Makefile buildlink3.mk
   	pkgsrc/x11/kde-baseapps4: Makefile
   	pkgsrc/x11/kde-runtime4: Makefile buildlink3.mk
   	pkgsrc/x11/kde-workspace4: Makefile buildlink3.mk
   	pkgsrc/x11/kdelibs4: Makefile buildlink3.mk
   	pkgsrc/x11/konsole: Makefile
   	pkgsrc/x11/lablgtk: Makefile buildlink3.mk
   	pkgsrc/x11/libdesktop-agnostic: Makefile buildlink3.mk
   	pkgsrc/x11/libgnomekbd: Makefile
   	pkgsrc/x11/libunique: Makefile buildlink3.mk
   	pkgsrc/x11/libunique3: Makefile
   	pkgsrc/x11/libxfce4gui: Makefile buildlink3.mk
   	pkgsrc/x11/libxfce4menu: Makefile buildlink3.mk
   	pkgsrc/x11/libxfce4util: Makefile
   	pkgsrc/x11/matchbox-panel-manager: Makefile
   	pkgsrc/x11/mlterm: Makefile
   	pkgsrc/x11/nucleo: Makefile buildlink3.mk
   	pkgsrc/x11/p5-Alien-wxWidgets: Makefile
   	pkgsrc/x11/p5-Wx: Makefile buildlink3.mk
   	pkgsrc/x11/p5-Wx-Perl-ProcessStream: Makefile
   	pkgsrc/x11/p5-gtk2: Makefile buildlink3.mk
   	pkgsrc/x11/py-gnome2: Makefile buildlink3.mk
   	pkgsrc/x11/py-gnome2-desktop: Makefile buildlink3.mk
   	pkgsrc/x11/py-gnome2-extras: Makefile buildlink3.mk
   	pkgsrc/x11/py-gtk2: Makefile buildlink3.mk
   	pkgsrc/x11/py-gtksourceview: Makefile
   	pkgsrc/x11/py-kde4: Makefile
   	pkgsrc/x11/py-kiwi: Makefile
   	pkgsrc/x11/py-qt4: Makefile
   	pkgsrc/x11/py-qt4-qscintilla: Makefile buildlink3.mk
   	pkgsrc/x11/py-vte: Makefile buildlink3.mk
   	pkgsrc/x11/py-wxWidgets: Makefile buildlink3.mk
   	pkgsrc/x11/qt4-creator: Makefile
   	pkgsrc/x11/qt4-docs: Makefile
   	pkgsrc/x11/qt4-libs: Makefile buildlink3.mk
   	pkgsrc/x11/qt4-mng: Makefile
   	pkgsrc/x11/qt4-mysql: Makefile
   	pkgsrc/x11/qt4-pgsql: Makefile
   	pkgsrc/x11/qt4-qdbus: Makefile buildlink3.mk
   	pkgsrc/x11/qt4-qscintilla: Makefile buildlink3.mk
   	pkgsrc/x11/qt4-sqlite3: Makefile
   	pkgsrc/x11/qt4-tiff: Makefile
   	pkgsrc/x11/qt4-tools: Makefile buildlink3.mk
   	pkgsrc/x11/qwt-qt4: Makefile buildlink3.mk
   	pkgsrc/x11/qwt6-qt4: Makefile buildlink3.mk
   	pkgsrc/x11/qwtplot3d-qt4: Makefile buildlink3.mk
   	pkgsrc/x11/rep-gtk2: Makefile
   	pkgsrc/x11/rox-session: Makefile
   	pkgsrc/x11/ruby-gnome2-gtk: Makefile buildlink3.mk
   	pkgsrc/x11/ruby-gnome2-gtksourceview2: Makefile
   	pkgsrc/x11/ruby-gnome2-vte: Makefile
   	pkgsrc/x11/ruby-wxruby: Makefile
   	pkgsrc/x11/sakura: Makefile
   	pkgsrc/x11/tint2: Makefile
   	pkgsrc/x11/vte: Makefile buildlink3.mk
   	pkgsrc/x11/vte029: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK24: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK26: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK26-contrib: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK28: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK28-contrib: Makefile buildlink3.mk
   	pkgsrc/x11/wxhaskell: Makefile
   	pkgsrc/x11/x11vnc: Makefile
   	pkgsrc/x11/xdialog: Makefile
   	pkgsrc/x11/xfce4-clipman-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-desktop: Makefile
   	pkgsrc/x11/xfce4-exo: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-eyes-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-gtk2-engine: Makefile
   	pkgsrc/x11/xfce4-notes-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-panel: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-places-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-screenshooter-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-session: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-settings: Makefile
   	pkgsrc/x11/xfce4-terminal: Makefile
   	pkgsrc/x11/xfce4-utils: Makefile
   	pkgsrc/x11/xlockmore: Makefile
   	pkgsrc/x11/xpad: Makefile
   	pkgsrc/x11/xplanet: Makefile
   	pkgsrc/x11/xscreensaver-demo: Makefile
   	pkgsrc/x11/xvidcap-gtk2: Makefile
   	pkgsrc/x11/zenity: Makefile

   Log Message:
   Mass recursive bump after the dependence fix of the "cairo" package
   requested by Thomas Klausner.


   To generate a diff of this commit:
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/ark/Makefile
   cvs rdiff -u -r1.120 -r1.121 pkgsrc/archivers/file-roller/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/albumplayer/Makefile
   cvs rdiff -u -r1.114 -r1.115 pkgsrc/audio/amarok/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/amarok-kde3/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/ario/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/audacious/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/audacious/buildlink3.mk
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/audacious-plugins/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/audacity/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/aumix-gtk/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/audio/bmp/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/bmp/buildlink3.mk
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/bmp-esound/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/bmp-flac/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/bmp-mac/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/bmp-musepack/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/bmp-pulse/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/bmp-scrobbler/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/bmpx/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/bsl/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/buzztard/Makefile
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/audio/easytag/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/exaile/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/gbemol/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/gimmix/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/gkrellm-volume/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/glurp/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/gmp3info/Makefile
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/audio/gmpc/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/gmpc/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-albumview/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/gmpc-lastfm/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-lyrics/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/gmpc-lyricwiki/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/gmpc-magnatune/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/gmpc-mdcover/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-tagedit/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/gnome-vfs-cdda/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/gqmpeg-devel/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/gtick/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/gtkpod/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/hydrogen/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/jack-rack/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/libcanberra/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/libcanberra/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/libgpod/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/libgpod/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/liblastfm/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/liblastfm/buildlink3.mk
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/libvisual-bmp/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/libvisual-plugins/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/libvisual0.2-plugins/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/audio/liteamp/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/mp3diags/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/mp3splt-gtk/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/muse/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/padevchooser/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/paman/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/paprefs/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/pavucontrol/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/pavumeter/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/pulseaudio/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/py-musique/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/qjackctl/Makefile
   cvs rdiff -u -r1.97 -r1.98 pkgsrc/audio/rhythmbox/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/sfxr/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/audio/snd/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/solfege/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/sonata/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/sound-juicer/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/streamtuner/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/streamtuner/buildlink3.mk
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/sweep/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/terminatorx/Makefile
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/audio/timidity/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/xfce4-mixer/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/xfce4-xmms-plugin/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/xfce4-xmms-plugin/buildlink3.mk
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/biology/chemtool/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/biology/gnome-chemistry-utils/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/biology/openbabel/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/cad/boolean/Makefile
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/cad/geda/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/cad/gerbv/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/cad/gsmc/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/cad/gtk2-wcalc/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/cad/gtkwave/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/cad/gwave/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/cad/librecad/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/cad/openscad/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/cad/pcb/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/cad/transcalc/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/chat/empathy/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/empathy/buildlink3.mk
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/finch/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/gajim/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/gg2/Makefile
   cvs rdiff -u -r1.82 -r1.83 pkgsrc/chat/gnomeicu/Makefile
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/gossip/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/chat/konversation/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/chat/libpurple/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/chat/libpurple/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/msn-pecan/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/pidgin/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/pidgin/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/pidgin-facebookchat/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/pidgin-icb/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/pidgin-latex/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/pidgin-libnotify/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/pidgin-otr/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/pidgin-sametime/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/chat/pidgin-silc/Makefile
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/chat/psi/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/spectrum/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/telepathy-farsight/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/telepathy-farsight/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/telepathy-mission-control/Makefile
   cvs rdiff -u -r1.14 -r1.15 \
       pkgsrc/chat/telepathy-mission-control/buildlink3.mk
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/xchat/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/xchat-systray-integration/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/comms/asterisk10/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/comms/asterisk18/Makefile
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/comms/efax-gtk/Makefile
   cvs rdiff -u -r1.70 -r1.71 pkgsrc/comms/gnome-pilot/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/comms/gnome-pilot/buildlink3.mk
   cvs rdiff -u -r1.82 -r1.83 pkgsrc/comms/jpilot/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/jpilot/buildlink3.mk
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/comms/jpilot-syncmal/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/comms/multisync-gui/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/converters/tex2rtf/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/gourmet/Makefile
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/gq/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/gramps/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/gramps2/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/gramps3/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/gtkdbfeditor/Makefile
   cvs rdiff -u -r1.86 -r1.87 pkgsrc/databases/libgnomedb/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/libgnomedb/buildlink3.mk
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/mergeant/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/mysql-workbench/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/p5-RRD-Simple/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/pgadmin3/Makefile
   cvs rdiff -u -r1.98 -r1.99 pkgsrc/databases/rrdtool/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/rrdtool/buildlink3.mk
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/ruby-rrdtool/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/GConf-ui/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/GConf-ui/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/SDL_Pango/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/SDL_Pango/buildlink3.mk
   cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/anjuta/Makefile
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/at-spi/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/at-spi/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/automoc4/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/blib/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/blib/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/boa-constructor/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/coconut/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/compizconfig-backend-gconf/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/cppcheck/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/cutter/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/dconf-editor/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/devhelp/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/devhelp/buildlink3.mk
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/distccmon-gnome/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/distccmon-gtk/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/eric4/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ethos/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ethos/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/frama-c/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/gconfmm/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/gconfmm/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/gdl/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/gdl/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/geany/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/glade/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/glade3/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/glade3/buildlink3.mk
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/gmtk/Makefile \
       pkgsrc/devel/gmtk/buildlink3.mk
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/gnome-build/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gnome-build/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gobject-introspection/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/gps/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/gst-plugins0.10-pango/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/guile-gnome/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/kdesdk4/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/kdevelop4/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/kdevplatform/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/kdiff3/Makefile
   cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/libbonoboui/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libbonoboui/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libcompizconfig/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libdbusmenu-qt/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libdbusmenu-qt/buildlink3.mk
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libextractor/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/libgail-gnome/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/libgail-gnome/buildlink3.mk
   cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/libglade/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libglade/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libglademm/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libglademm/buildlink3.mk
   cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/libgnome/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libgnome/buildlink3.mk
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/libgnomemm/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/libgnomemm/buildlink3.mk
   cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/libgnomeui/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/libgnomeui/buildlink3.mk
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/libgnomeuimm/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libgnomeuimm/buildlink3.mk
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/libgweather/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libgweather/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libpeas/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libpeas/buildlink3.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libsexy/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libsexy/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libsexymm/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libsexymm/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libview/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libview/buildlink3.mk
   cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/libwnck/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libwnck/buildlink3.mk
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/mono-tools/Makefile
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/monodevelop/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/monodevelop/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/monodevelop-database/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/monotone-viz/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Gnome2/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Gtk2-GladeXML/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Wx-Perl-DataWalker/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-pango/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-pango/buildlink3.mk
   cvs rdiff -u -r1.165 -r1.166 pkgsrc/devel/pango/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/pango/buildlink3.mk
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/pangomm/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/pangomm/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-compizconfig/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-gobject/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-gobject-shared/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-gobject3/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/qconf/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/qjson/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/qtscriptgenerator/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/qtscriptgenerator/buildlink3.mk
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/rapidsvn/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-gnome2-pango/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-gnome2-pango/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/scintilla/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/scintilla/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/swt/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/valide/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/xfce4-dev-tools/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/xfconf/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/xulrunner/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/xulrunner/buildlink3.mk
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xulrunner10/Makefile \
       pkgsrc/devel/xulrunner10/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/xulrunner192/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/xulrunner192/buildlink3.mk
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/editors/Sigil/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/TeXmacs-devel/Makefile
   cvs rdiff -u -r1.137 -r1.138 pkgsrc/editors/abiword/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/abiword-plugins/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/beaver/Makefile
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/editors/conglomerate/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/editors/dasher/Makefile
   cvs rdiff -u -r1.149 -r1.150 pkgsrc/editors/emacs/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/editors/emacs-snapshot/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/emacs22/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/emacs24/Makefile
   cvs rdiff -u -r1.80 -r1.81 pkgsrc/editors/gconf-editor/Makefile
   cvs rdiff -u -r1.117 -r1.118 pkgsrc/editors/gedit/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/gedit/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/gedit-python/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3-spell/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/ghex/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/editors/gice/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/gobby/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/gtranslator/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/gummi/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/kate/Makefile
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/editors/kile/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/leafpad/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/lyx/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/medit/Makefile
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/editors/mlview/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/notecase/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/p5-Padre/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/p5-Wx-Scintilla/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/editors/poedit/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/qgoogletranslator/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/scite/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/tea/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/editors/texmaker/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/texworks/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/tomboy/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/editors/vim-gtk2/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/xfce4-mousepad/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/xournal/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/blinkensim/Makefile
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/emulators/bochs/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/e-uae/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/emulators/fuse/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/emulators/gambatte/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/emulators/gens/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/emulators/gpsim/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/emulators/gpsim-devel/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/gpsim-devel/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/gpsim-oscilloscope/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/gpsim-ptyusart/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/mame/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/emulators/mess/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/nestopia/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/emulators/snes9x-gtk/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/emulators/tme/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/emulators/uae/Makefile
   cvs rdiff -u -r1.99 -r1.100 pkgsrc/emulators/vice/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/xnp2/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/emulators/yabause/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/filesystems/fuse-pod/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/finance/gkrellm-stock/Makefile
   cvs rdiff -u -r1.171 -r1.172 pkgsrc/finance/gnucash/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/fntsample/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/fonts/fontforge/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/gbdfed/Makefile
   cvs rdiff -u -r1.82 -r1.83 pkgsrc/fonts/gucharmap/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/fonts/gucharmap/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/atomix/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/blinken/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/bluemoon/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/games/ccgo/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/games/crack-attack/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/crossfire-client-gtk2/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/games/dopewars/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/eboard/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/flightgear/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/games/freeciv-client/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/frozen-bubble/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/gamazons/Makefile
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/games/gbrainy/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/gcompris/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/games/genecys-client/Makefile
   cvs rdiff -u -r1.126 -r1.127 pkgsrc/games/gnome-games/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/gnome-mastermind/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/games/grhino/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/gtetrinet/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/games/gtkballs/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/gtklevel9/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/gtkmagnetic/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/gturing/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/holtz/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/kanagram/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/kanatest/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/kdegames4/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/kdetoys4/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/khangman/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/kye/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/pioneers/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/pokerth/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/games/puzzles/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/pytraffic/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/quarry/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/rftg/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/scummvm-tools/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/simgear/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/games/sirius/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/teg/Makefile
   cvs rdiff -u -r1.81 -r1.82 pkgsrc/games/wesnoth/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/wxhugo/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/xcowsay/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/emerillon/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/geoclue/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libchamplain04/Makefile \
       pkgsrc/geography/libchamplain04/buildlink3.mk
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/libchamplain06/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libchamplain06/buildlink3.mk
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/libchamplain08/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/libchamplain08/buildlink3.mk
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/geography/mapserver/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/geography/merkaartor/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/qgis/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/qlandkartegt/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/qlandkartem/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/geography/viking/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/aqsis/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/blinkenthemes/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/blinkentools/Makefile
   cvs rdiff -u -r1.105 -r1.106 pkgsrc/graphics/cairo/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/cairo/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/cairo-gobject/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairo-gobject/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/cairomm/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairomm/buildlink3.mk
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/camlimages/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/cheese/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/cinepaint/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/clutter/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/clutter/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/clutter-box2d/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-cairo/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/clutter-cairo/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/clutter-gtk/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-gtk/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/clutter-mx/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/clutter-mx/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-qt/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/clutter08/Makefile \
       pkgsrc/graphics/clutter08/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/clutter08-gtk/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/clutter08-gtk/buildlink3.mk
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/comix/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/darktable/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/denemo/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/graphics/dia/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/dia-python/Makefile
   cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/digikam/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/djview4/Makefile
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/eog/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/eog/buildlink3.mk
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/eog-plugins/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/eog-plugins-map/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/eog3/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/evas-svg/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/extrema/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/f-spot/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/fotoxx/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/frameworks/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/geeqie/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gegl/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gegl/buildlink3.mk
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/gfract/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimmage/Makefile
   cvs rdiff -u -r1.220 -r1.221 pkgsrc/graphics/gimp/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/gimp/buildlink3.mk
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/gimp-color-manager/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimp-exif-browser/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gimp-fix-ca/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/gimp-liquid-rescale/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/gimp-rawphoto/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gimp-refocus-it/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimp-resynthesizer/Makefile
   cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/gimp-ufraw/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/gimp2-wideangle/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/giram/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gliv/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/gmngview/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/graphics/gnome-icon-theme/Makefile
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/gnuplot/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/goocanvas/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/goocanvas/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/goocanvasmm/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gpicview/Makefile
   cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/gqview/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/gqview-devel/Makefile
   cvs rdiff -u -r1.103 -r1.104 pkgsrc/graphics/graphviz/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/gst-plugins0.10-cairo/Makefile
   cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/gthumb/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gthumb3/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/gtkam/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/gtkglext/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gtkglext/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gtkimageview/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/guile-cairo/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/gwenview/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/hugin/Makefile
   cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/inkscape/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kamera/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kcolorchooser/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-mobipocket/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-strigi-analyzer/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-thumbnailers/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kgamma/Makefile
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/kipi-plugins/Makefile
   cvs rdiff -u -r1.19 -r1.20 \
       pkgsrc/graphics/kipi-plugins-calendar-kde3/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/kipi-plugins-kde3/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kolourpaint/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/koverartist/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kruler/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ksaneplugin/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ksnapshot/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/libexif-gtk/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/libexif-gtk/buildlink3.mk
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/libgdiplus/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/libgdiplus/buildlink3.mk
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/libgnomecanvas/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/libgnomecanvas/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/libgnomecanvasmm/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/libgnomecanvasmm/buildlink3.mk
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/libkdcraw/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/libkdcraw/buildlink3.mk
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/libkexiv2/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libkface/Makefile \
       pkgsrc/graphics/libkface/buildlink3.mk
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/libkipi/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/libkipi/buildlink3.mk
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libksane/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libksane/buildlink3.mk
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/librsvg/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/librsvg/buildlink3.mk
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/libscigraphica/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/libscigraphica/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/nvtv/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/opencv/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/osg/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/osg/buildlink3.mk
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/p5-Gnome2-Canvas/Makefile \
       pkgsrc/graphics/p5-Gnome2-Canvas/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/p5-cairo/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/p5-cairo/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/p5-clutter/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/py-cairo/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-cairo/buildlink3.mk
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/py-clutter/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-clutter/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/py-clutter-gtk/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-goocanvas/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-gtkglext/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/py-matplotlib-gtk2/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/qimageblitz/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/qimageblitz/buildlink3.mk
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/qiv/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/qiviewer/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ristretto/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-clutter-cairo/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/ruby-clutter-core/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-clutter-gtk/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/ruby-gnome2-goocanvas/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/ruby-gnome2-rsvg/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/ruby-rcairo/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-rcairo/buildlink3.mk
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/sane-frontends/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/scidavis/Makefile
   cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/scigraphica/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/shotwell/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/shotwell-gtk3/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/svgpart/Makefile
   cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/tuxpaint/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ucview/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/unicap/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/veusz/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/viewnior/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/wxsvg/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/wxsvg/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/xfce4-icon-theme/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/xfce4-icon-theme/buildlink3.mk
   cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/xsane/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/xzgv/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/zphoto/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/ham/gmfsk/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-examples/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/ham/gnuradio-radio-astronomy/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/ham/gnuradio-wxgui/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-wxgui/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/ham/gpredict/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/grig/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/ham/xdx/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/ham/xlog/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/gcin/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/gtk-im-libthai/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/inputmethod/ibus/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-chewing/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-handwrite/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/ibus-input-pad/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-m17n/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-qt/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/ibus-skk/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/inputmethod/ibus-t9/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/ibus-unikey/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/inputmethod/im-ja/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/imhangul/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/inputmethod/imhangul_status_applet/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/input-pad/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/input-pad/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/kasumi/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/kimera/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/kimera-tomoe-gtk/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/m17n-im-config/Makefile \
       pkgsrc/inputmethod/m17n-im-config/buildlink3.mk
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/inputmethod/nabi/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/novel-pinyin/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/py-input-pad/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/scim/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim/buildlink3.mk
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-anthy/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-array/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-canna/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-ccinput/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-chewing/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-fcitx/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-hangul/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-input-pad/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-m17n/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-pinyin/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-prime/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-python/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-sinhala/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-skk/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-tables/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-thai/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/scim-tomoe/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-uim/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-unikey/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/tomoe-gtk/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/tomoe-gtk/buildlink3.mk
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/inputmethod/uim/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/uim-tomoe-gtk/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/basic256/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/classpath-gui/Makefile
   cvs rdiff -u -r1.90 -r1.91 pkgsrc/lang/clisp/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/coq/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/kaffe-x11/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/racket/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/sablevm-classpath-gui/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/smalltalk/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/squeak-vm/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/mail/akonadi/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/akonadi/buildlink3.mk
   cvs rdiff -u -r1.89 -r1.90 pkgsrc/mail/balsa/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/mail/claws-mail/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/claws-mail-archive/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/claws-mail-attachwarner/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-attremover/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-cachesaver/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-dillo-viewer/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/claws-mail-fetchinfo/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/claws-mail-gtkhtml/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-mailmbox/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/claws-mail-newmail/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/claws-mail-notification/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-pgpcore/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/claws-mail-pgpcore/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-pgpinline/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/claws-mail-pgpmime/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/claws-mail-rssyl/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/claws-mail-smime/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/claws-mail-spamreport/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-synce/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-tnef/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/claws-mail-vcalendar/Makefile
   cvs rdiff -u -r1.184 -r1.185 pkgsrc/mail/evolution/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/mail/evolution/buildlink3.mk
   cvs rdiff -u -r1.123 -r1.124 pkgsrc/mail/evolution-data-server/Makefile
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/evolution-exchange/Makefile
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/mail-notification/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/msmtp/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/netbiff/Makefile
   cvs rdiff -u -r1.139 -r1.140 pkgsrc/mail/sylpheed/Makefile
   cvs rdiff -u -r1.98 -r1.99 pkgsrc/mail/thunderbird/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/thunderbird10/Makefile
   cvs rdiff -u -r1.129 -r1.130 pkgsrc/math/R/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/analitza/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/analitza/buildlink3.mk
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/calcoo/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/cantor/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/cgal/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/cgal/buildlink3.mk
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/euler/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/extcalc/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/fityk/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/galculator/Makefile
   cvs rdiff -u -r1.106 -r1.107 pkgsrc/math/gcalctool/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/gcalctool-gtk3/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/math/genius/Makefile
   cvs rdiff -u -r1.160 -r1.161 pkgsrc/math/gnumeric/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/gnumeric110/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/grpn/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/gtklife/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/kalgebra/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/kcalc/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/math/pspp/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-bases/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-currency/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/math/qalculate-gtk/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-units/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/speedcrunch/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/wxMaxima/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/meta-pkgs/xfce4/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/meta-pkgs/xfce4/buildlink3.mk
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/meta-pkgs/xfce4-extras/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/attica/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/attica/buildlink3.mk
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/blccc/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/misc/calibre/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/misc/celestia/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/misc/deskbar-applet/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/fbreader/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/gelemental/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/gkrellm-flynn/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/gkrellm-launch/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/gkrellm-leds/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/misc/gkrellm-moon/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/gkrellm-weather/Makefile
   cvs rdiff -u -r1.119 -r1.120 pkgsrc/misc/gnome-utils/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/goffice0.6/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/goffice0.6/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/goffice0.8/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/goffice0.8/buildlink3.mk
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/misc/gok/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/misc/gperiodic/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/gwaei/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kaccessible/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kalzium/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/kanjipad/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kbruch/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kcharselect/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/kchmviewer/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kde-wallpapers4/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/kdeadmin4/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/kdeartwork4/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/kdepim-runtime4/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/kdepim4/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/kdepimlibs4/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/misc/kdepimlibs4/buildlink3.mk
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/kdeplasma-addons4/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/kgeography/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kig/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kiten/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/klettres/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmag/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmousetool/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmouth/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kremotecontrol/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/kstars/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ktouch/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kturtle/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kwordquiz/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/libkdeedu/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkdeedu/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkgeomap/Makefile \
       pkgsrc/misc/libkgeomap/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkvkontakte/Makefile \
       pkgsrc/misc/libkvkontakte/buildlink3.mk
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/libreoffice/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/marble/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/marble/buildlink3.mk
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/mousetweaks/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/misc/openoffice3/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/parley/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/rocs/Makefile
   cvs rdiff -u -r1.61 -r1.62 pkgsrc/misc/stellarium/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/step/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/superkaramba/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/sweeper/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/tellico/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/usbprog/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/vym/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/xchm/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/xfce4-weather-plugin/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/xfce4-weather-plugin/buildlink3.mk
   cvs rdiff -u -r1.109 -r1.110 pkgsrc/misc/yelp/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/yelp3/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/zyGrib/Makefile
   cvs rdiff -u -r1.76 -r1.77 pkgsrc/multimedia/avidemux/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/clutter-gst/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/clutter-gst/buildlink3.mk
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/clutter08-gst/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/clutter08-gst/buildlink3.mk
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/dvdstyler/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/farsight2/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/farsight2/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/gecko-mediaplayer/Makefile
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/multimedia/gmencoder/Makefile
   cvs rdiff -u -r1.102 -r1.103 pkgsrc/multimedia/gmplayer/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/multimedia/gnash/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/multimedia/gnome-media/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/gnome-media/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/gnome-mplayer/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/multimedia/gopchop/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/gst123/Makefile
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/multimedia/gxine/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/handbrake/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/hwdecode-demos/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/multimedia/kdemultimedia4/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/kdenlive/Makefile
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/multimedia/kmplayer/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/kmplayer-kde3/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/multimedia/mkvtoolnix/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/mkvtoolnix-old/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/mlt/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/mplayer-plugin/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/ogle_gui/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/phonon/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/phonon/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/phonon-backend-gstreamer/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/pitivi/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/pspvc/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/py-clutter-gst/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/ruby-clutter-gst/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/subtitleeditor/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/swfdec/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/swfdec/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/swfdec-gnome/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/swfdec-mozilla/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/multimedia/totem/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/totem/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/totem-browser-plugin/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/multimedia/totem-nautilus/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/totem-pl-parser/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/totem-pl-parser/buildlink3.mk
   cvs rdiff -u -r1.140 -r1.141 pkgsrc/multimedia/vlc/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/vlc08/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/vlc10/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/vlc2/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/xfce4-mpc-plugin/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/xfce4-mpc-plugin/buildlink3.mk
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/multimedia/xfmedia/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/xvid4conf/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/Transmission-gui/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/amule/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/avahi/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/avahi/buildlink3.mk
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/bug-buddy/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/cacti/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/choqok/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/dc_gui2/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/dcsharp/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/dhcpcd-gtk/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/ed2k-gtk-gui/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/ekiga/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/etherape/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/ettercap/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/filezilla/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/gitso/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/gkrellm-multiping/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/gkrellm-snmp/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/gkrellm-wireless/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/gnome-netstatus/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/gnome-nettool/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/gnome-vfs-smb/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/gssdp/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/gtk-gnutella/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/gtk-vnc/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gtk-vnc/buildlink3.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/gupnp-tools/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/jigdo/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/kdenetwork4/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/kmldonkey/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/ktorrent/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/libdmapsharing/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libktorrent/Makefile \
       pkgsrc/net/libktorrent/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/logjam/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/mbrowse/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/mldonkey-gui/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/monsoon/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/mtr/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/nagstamon/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/nfdump/Makefile
   cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/nmap/Makefile
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/net/ntop/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/remmina/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/remmina-plugins/Makefile
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/tsclient/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/twitux/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/unison/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/unison2.32/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/urlgfe/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/vinagre/Makefile
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/vino/Makefile
   cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/wistumbler2-gtk/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/xfce4-wavelan-plugin/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/xfce4-wavelan-plugin/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/xymon/Makefile
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/news/pan/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/parallel/ganglia-monitor-core/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/parallel/hwloc/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/gnome-packagekit/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/packagekit/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/abcm2ps/Makefile
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/advi/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/diffpdf/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/epdfview/Makefile
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/print/evince/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/evince/buildlink3.mk
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/print/evince-nautilus/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/evince3/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/evince3/buildlink3.mk
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/glabels/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/gtklp/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/gutenprint-lib/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/hplip/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/imposter/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/kbibtex/Makefile
   cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/libgnomeprint/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/libgnomeprint/buildlink3.mk
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/print/libgnomeprintui/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/libgnomeprintui/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/libgxps/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/libgxps/buildlink3.mk
   cvs rdiff -u -r1.81 -r1.82 pkgsrc/print/lilypond/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/okular/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/paps/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/print/poppler-glib/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/poppler-glib/buildlink3.mk
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/poppler-qt4/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/printer-applet/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/ruby-gnome2-poppler/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/scribus/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/scribus-qt4/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/print/xfce4-print/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/print/xfce4-print/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/MyPasswordSafe/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/fprint-demo/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/fwbuilder/Makefile
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/security/gnome-keyring/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/gnome-keyring/buildlink3.mk
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/gnome-keyring-manager/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/gpa/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/gpass/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/honeyd/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/hydra/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/keepassx/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/kgpg/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ksecrets/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/kwallet/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/libfwbuilder/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/libfwbuilder/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/openvas-client/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/pinentry-gtk2/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/pinentry-qt4/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/policykit-gnome/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/polkit-qt/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/polkit-qt/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/putty/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/qca2/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/qca2/buildlink3.mk
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/qca2-gnupg/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/qca2-ossl/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/qoauth/Makefile \
       pkgsrc/security/qoauth/buildlink3.mk
   cvs rdiff -u -r1.104 -r1.105 pkgsrc/security/seahorse/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/seahorse/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/seahorse-plugins/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/amtterm/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/bacula-qt-console/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/bacula-tray-monitor/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/bacula-wx-console/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/brasero/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/brasero/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/brasero-nautilus/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/btpin-qt/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/bubblemon/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/conky/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/dvdisaster/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/filelight/Makefile
   cvs rdiff -u -r1.60 -r1.61 pkgsrc/sysutils/gcdmaster/Makefile
   cvs rdiff -u -r1.70 -r1.71 pkgsrc/sysutils/gkrellm/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/gkrellm/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/gkrellm-est/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/gnome-commander/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/gnome-device-manager/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/gnome-mount/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/gnome-mount/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/gnome-nds-thumbnailer/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/gnome-pkgview/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/gnome-power-manager/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/gnome-settings-daemon/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/gnome-system-monitor/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/gnome-system-tools/Makefile
   cvs rdiff -u -r1.94 -r1.95 pkgsrc/sysutils/gnome-vfs/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/gnome-vfs/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/gnome-vfs-monikers/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/gnome-vfsmm/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/gnome-vfsmm/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/gnome-volume-manager/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/grun/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/gst-plugins0.10-gnomevfs/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/gtk-send-pr/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/gvfs/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/k3b/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/k4dirstat/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/kdf/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/kfloppy/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/libgksu/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/libgksu/buildlink3.mk
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/libnotify/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/libnotify/buildlink3.mk
   cvs rdiff -u -r1.125 -r1.126 pkgsrc/sysutils/nautilus/Makefile
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/nautilus/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/nautilus-sendto/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/notification-daemon/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/open-vm-tools/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/p5-Gnome2-VFS/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/p5-Gnome2-VFS/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/pcmanfm/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/py-notify/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/py-notify/buildlink3.mk
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/rox/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/screentest/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/strigi/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/virt-manager/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/xcdroast/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/xfce4-appfinder/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-battery-plugin/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xfce4-battery-plugin/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
   cvs rdiff -u -r1.28 -r1.29 \
       pkgsrc/sysutils/xfce4-cpugraph-plugin/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile
   cvs rdiff -u -r1.29 -r1.30 \
       pkgsrc/sysutils/xfce4-diskperf-plugin/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-fsguard-plugin/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/xfce4-genmon-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/xfce4-genmon-plugin/buildlink3.mk
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/xfce4-netload-plugin/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/xfce4-netload-plugin/buildlink3.mk
   cvs rdiff -u -r1.22 -r1.23 \
       pkgsrc/sysutils/xfce4-quicklauncher-plugin/Makefile
   cvs rdiff -u -r1.28 -r1.29 \
       pkgsrc/sysutils/xfce4-quicklauncher-plugin/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xfce4-systemload-plugin/Makefile
   cvs rdiff -u -r1.30 -r1.31 \
       pkgsrc/sysutils/xfce4-systemload-plugin/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/xfce4-thunar/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/xfce4-thunar/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/xfce4-volman/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xfce4-xarchiver/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/xfce4-xarchiver/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-xkb-plugin/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/xfce4-xkb-plugin/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/FlightCrew/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/OdfConverter/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/dikt/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ebview/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/textproc/gnome-spell/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/gnome-spell/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/gnome-subtitles/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/gtkspell/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/gtkspell/buildlink3.mk
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-gdick/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/soprano/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/soprano/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/xfce4-dict-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/xfce4-dict-plugin/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/time/cairo-clock/Makefile
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/time/evolution-webcal/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/gchore/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/time/gdeskcal/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/time/gnotime/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/time/gtodo/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/time/gtodo-applet/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/hamster-applet/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/ktimer/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/time/planner/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/rsibreak/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/xfce4-datetime-plugin/Makefile \
       pkgsrc/time/xfce4-datetime-plugin/buildlink3.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/xfce4-orage/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/xfce4-timer-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/xfce4-timer-plugin/buildlink3.mk
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/wm/afterstep/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/awesome/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/wm/bmpanel2/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/wm/compiz/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/compiz/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/wm/compiz-fusion-plugins-extra/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/wm/compiz-fusion-plugins-main/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/compiz-fusion-plugins-main/buildlink3.mk
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/wm/e16menuedit2/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/wm/fluxconf/Makefile
   cvs rdiff -u -r1.102 -r1.103 pkgsrc/wm/metacity/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/wm/metacity/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/wm/metisse/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/wm/openbox/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/wm/oroborox/Makefile
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/wm/sawfish/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/wm/selectwm/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/wbar/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/wm/wmakerconf/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/wm/xfce4-wm/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/xfce4-wm-themes/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/amaya/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ap22-dnssd/Makefile
   cvs rdiff -u -r1.100 -r1.101 pkgsrc/www/bluefish/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/browser-bookmarks-menu/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/drivel/Makefile
   cvs rdiff -u -r1.130 -r1.131 pkgsrc/www/epiphany/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/epiphany/buildlink3.mk
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/epiphany-extensions/Makefile
   cvs rdiff -u -r1.111 -r1.112 pkgsrc/www/firefox/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/firefox10/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox36/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/gtkhtml314/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/icedtea-web/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/kazehakase/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/kdewebdev4/Makefile
   cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/libgtkhtml/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/libgtkhtml/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/libmediawiki/Makefile \
       pkgsrc/www/libmediawiki/buildlink3.mk
   cvs rdiff -u -r1.107 -r1.108 pkgsrc/www/liferea/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/liferea-current/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/midori/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/netsurf/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/nspluginwrapper/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/seamonkey/Makefile
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/webkit-gtk/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/webkit-gtk/buildlink3.mk
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/webkit-gtk3/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/webkit-gtk3/buildlink3.mk
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/alacarte/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/antiright/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/avant-window-navigator/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/clisp-gtk2/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/deskmenu/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/devilspie/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/eekboard/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/eekboard/buildlink3.mk
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/fast-user-switch-applet/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/fltk13/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/ftmenu/Makefile
   cvs rdiff -u -r1.169 -r1.170 pkgsrc/x11/gdm/Makefile
   cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/gnome-applets/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/gnome-control-center/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/gnome-control-center/buildlink3.mk
   cvs rdiff -u -r1.116 -r1.117 pkgsrc/x11/gnome-desktop/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/gnome-desktop/buildlink3.mk
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/gnome-desktop-sharp/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gnome-desktop-sharp/buildlink3.mk
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gnome-desktop3/Makefile \
       pkgsrc/x11/gnome-desktop3/buildlink3.mk
   cvs rdiff -u -r1.72 -r1.73 pkgsrc/x11/gnome-mag/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gnome-mag/buildlink3.mk
   cvs rdiff -u -r1.147 -r1.148 pkgsrc/x11/gnome-panel/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/gnome-panel/buildlink3.mk
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gnome-screensaver/Makefile
   cvs rdiff -u -r1.138 -r1.139 pkgsrc/x11/gnome-session/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/gnome-sharp/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/gnome-sharp/buildlink3.mk
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/gnome-terminal/Makefile
   cvs rdiff -u -r1.88 -r1.89 pkgsrc/x11/gnome-themes/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gnome-themes-extras/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/gnopernicus/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/grandr_applet/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gromit/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gselt/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/gtk-sharp/Makefile
   cvs rdiff -u -r1.235 -r1.236 pkgsrc/x11/gtk2/Makefile
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/x11/gtk2/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/gtk2+extra/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/gtk2+extra/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gtk2-chtheme/Makefile
   cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/gtk2-engines/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/gtk2-engines/buildlink3.mk
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gtk2-engines-bluecurve/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/gtk2-engines-murrine/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtk2-theme-switch/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtk3/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gtk3/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/gtkada/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/gtkada/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/gtkglarea2/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/gtkglarea2/buildlink3.mk
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/x11/gtkmm/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtkmm/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gtkmm-utils/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/gtkmm-utils/buildlink3.mk
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/gtksourceview/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtksourceview/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gtksourceview-sharp2/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gtksourceview2/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/gtksourceview2/buildlink3.mk
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtksourceview3/Makefile \
       pkgsrc/x11/gtksourceview3/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtkterm2/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/hot-babe/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kactivities/Makefile \
       pkgsrc/x11/kactivities/buildlink3.mk
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/kde-baseapps4/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/kde-runtime4/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-runtime4/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/kde-workspace4/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-workspace4/buildlink3.mk
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/kdelibs4/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/kdelibs4/buildlink3.mk
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/konsole/Makefile
   cvs rdiff -u -r1.67 -r1.68 pkgsrc/x11/lablgtk/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/lablgtk/buildlink3.mk
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libdesktop-agnostic/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libdesktop-agnostic/buildlink3.mk
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/libgnomekbd/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libunique/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libunique/buildlink3.mk
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libunique3/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/libxfce4gui/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/libxfce4gui/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libxfce4menu/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libxfce4menu/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/libxfce4util/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/matchbox-panel-manager/Makefile
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/mlterm/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/nucleo/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/nucleo/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/p5-Alien-wxWidgets/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/p5-Wx/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/p5-Wx/buildlink3.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/p5-Wx-Perl-ProcessStream/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/p5-gtk2/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/p5-gtk2/buildlink3.mk
   cvs rdiff -u -r1.85 -r1.86 pkgsrc/x11/py-gnome2/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/py-gnome2/buildlink3.mk
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/x11/py-gnome2-desktop/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/py-gnome2-desktop/buildlink3.mk
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/x11/py-gnome2-extras/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/py-gnome2-extras/buildlink3.mk
   cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/py-gtk2/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/py-gtk2/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/py-gtksourceview/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-kde4/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-kiwi/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/py-qt4/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-qt4-qscintilla/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/py-qt4-qscintilla/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-vte/Makefile \
       pkgsrc/x11/py-vte/buildlink3.mk
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/py-wxWidgets/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/py-wxWidgets/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt4-creator/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/qt4-docs/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/qt4-libs/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/qt4-libs/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qt4-mng/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt4-mysql/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/qt4-pgsql/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/qt4-qdbus/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qt4-qdbus/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/qt4-qscintilla/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt4-qscintilla/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/qt4-sqlite3/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt4-tiff/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/qt4-tools/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/qt4-tools/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/qwt-qt4/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qwt-qt4/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/qwt6-qt4/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qwt6-qt4/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qwtplot3d-qt4/Makefile \
       pkgsrc/x11/qwtplot3d-qt4/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/rep-gtk2/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/rox-session/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/ruby-gnome2-gtk/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/ruby-gnome2-gtk/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/ruby-gnome2-gtksourceview2/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/ruby-gnome2-vte/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/ruby-wxruby/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/sakura/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/tint2/Makefile
   cvs rdiff -u -r1.91 -r1.92 pkgsrc/x11/vte/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/vte/buildlink3.mk
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/vte029/Makefile \
       pkgsrc/x11/vte029/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/wxGTK24/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/wxGTK24/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK26/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/wxGTK26/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/wxGTK26-contrib/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK26-contrib/buildlink3.mk
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/wxGTK28/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/wxGTK28/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK28-contrib/Makefile \
       pkgsrc/x11/wxGTK28-contrib/buildlink3.mk
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/wxhaskell/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/x11vnc/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xdialog/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/xfce4-clipman-plugin/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/xfce4-clipman-plugin/buildlink3.mk
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/xfce4-desktop/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xfce4-exo/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-exo/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-eyes-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xfce4-eyes-plugin/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/xfce4-gtk2-engine/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xfce4-notes-plugin/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xfce4-notes-plugin/buildlink3.mk
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/xfce4-panel/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xfce4-panel/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-places-plugin/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xfce4-places-plugin/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-screenshooter-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 \
       pkgsrc/x11/xfce4-screenshooter-plugin/buildlink3.mk
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/xfce4-session/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xfce4-session/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-settings/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xfce4-terminal/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/xfce4-utils/Makefile
   cvs rdiff -u -r1.97 -r1.98 pkgsrc/x11/xlockmore/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/xpad/Makefile
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/x11/xplanet/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/xscreensaver-demo/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xvidcap-gtk2/Makefile
   cvs rdiff -u -r1.70 -r1.71 pkgsrc/x11/zenity/Makefile

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 17:18:28 UTC 2012

   Modified Files:
   	pkgsrc/graphics/cairo: Makefile buildlink3.mk

   Log Message:
   Revert unintentional revision bump.


   To generate a diff of this commit:
   cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/cairo/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/cairo/buildlink3.mk

Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Oct 2 17:11:49 2012 UTC (12 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Sep 15 10:06:08 2012 UTC (12 years, 2 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base
Branch point for: pkgsrc-2012Q3
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)

Revision 1.78.2.3: download - view: text, markup, annotated - select for diffs
Sun Sep 9 22:19:04 2012 UTC (12 years, 3 months ago) by spz
Branches: pkgsrc-2012Q2
Diff to: previous 1.78.2.2: preferred, colored; branchpoint 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78.2.2: +1 -0 lines
Pullup ticket #3916 - requested by tron
net/wireshark: security patch

Revisions pulled up:
- distinfo			patch
- Makefile			patch
- patches/patch-CVE-2012-3548	created by patch

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Sep 7 19:17:23 2012 UTC (12 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Revbump after updating graphics/cairo

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Sep 4 23:08:38 2012 UTC (12 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
Add fir for the remote DoS vulnerability reported in CVE-2012-3548 taken
from the Wireshark SVN repository.

Revision 1.78.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 23 08:47:40 2012 UTC (12 years, 3 months ago) by tron
Branches: pkgsrc-2012Q2
Diff to: previous 1.78.2.1: preferred, colored; branchpoint 1.78: preferred, colored
Changes since revision 1.78.2.1: +1 -1 lines
Pullup ticket #3911 - requested by drochner
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.81
- net/wireshark/distinfo                                        1.57
- net/wireshark/options.mk                                      1.6-1.7
- net/wireshark/patches/patch-ca                                1.1

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Thu Aug 16 14:52:27 UTC 2012

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo options.mk
   Added Files:
           pkgsrc/net/wireshark/patches: patch-ca

   Log Message:
   update to 1.6.10
   changes:
   -security fixes for dissectors: DCP ETSI, XTP, AFP, RTPS2, GSM RLC MAC,
    CIP. STUN, EtherCAT Mailbox, CTDB
    (CVE-2012-4285, CVE-2012-4288, CVE-2012-4289..4293, CVE-2012-4296,
     CVE-2012-4297)
   -minor fixes

   pkgsrc change: fix build with gnutls3

   approved by the maintainer

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Thu Aug 16 15:11:49 UTC 2012

   Modified Files:
           pkgsrc/net/wireshark: options.mk

   Log Message:
   back out change I didn't want to commit

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Aug 20 12:21:53 2012 UTC (12 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -1 lines
Add missing files "share/wireshark/diameter/TGPPS9.xml" and
"share/wireshark/radius/dictionary.alcatel-lucent.xylan" to package list.
Bump package revision because the binary was changed.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Aug 20 08:34:43 2012 UTC (12 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
upgrade to 1.8.2

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Aug 16 14:52:27 2012 UTC (12 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
update to 1.6.10
changes:
-security fixes for dissectors: DCP ETSI, XTP, AFP, RTPS2, GSM RLC MAC,
 CIP. STUN, EtherCAT Mailbox, CTDB
 (CVE-2012-4285, CVE-2012-4288, CVE-2012-4289..4293, CVE-2012-4296,
  CVE-2012-4297)
-minor fixes

pkgsrc change: fix build with gnutls3

approved by the maintainer

Revision 1.78.2.1: download - view: text, markup, annotated - select for diffs
Fri Jul 27 05:46:22 2012 UTC (12 years, 4 months ago) by tron
Branches: pkgsrc-2012Q2
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Pullup ticket #3876 - requested by drochner
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.80 via patch
- net/wireshark/distinfo                                        1.56

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Tue Jul 24 17:24:55 UTC 2012

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   update to 1.6.9
   changes:
   -security fixes:
    -The PPP dissector could crash (CVE-2012-4048)
    -The NFS dissector could use excessive amounts of CPU (CVE-2012-4049)
   -more bugfixes, see
    http://www.wireshark.org/lists/wireshark-announce/201207/msg00002.html
    for details

   approved by The Maintainer

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Jul 24 17:24:54 2012 UTC (12 years, 4 months ago) by drochner
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -3 lines
update to 1.6.9
changes:
-security fixes:
 -The PPP dissector could crash (CVE-2012-4048)
 -The NFS dissector could use excessive amounts of CPU (CVE-2012-4049)
-more bugfixes, see
 http://www.wireshark.org/lists/wireshark-announce/201207/msg00002.html
 for details

approved by The Maintainer

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Jul 2 19:11:06 2012 UTC (12 years, 5 months ago) by drochner
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -1 lines
bump PKGREV for gnutls shlib major change

Revision 1.76.2.2: download - view: text, markup, annotated - select for diffs
Sun May 27 12:16:52 2012 UTC (12 years, 6 months ago) by spz
Branches: pkgsrc-2012Q1
Diff to: previous 1.76.2.1: preferred, colored; branchpoint 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76.2.1: +2 -2 lines
Pullup ticket #3801 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.78
- net/wireshark/distinfo                                        1.55

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue May 22 22:42:17 UTC 2012

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.6.8. Changes since 1.6.7:
   - The following vulnerabilities have been fixed:
     o wnpa-sec-2012-08
       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)
       Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
     o wnpa-sec-2012-09
       The DIAMETER dissector could try to allocate memory improperly
       and crash. (Bug 7138)
       Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
     o wnpa-sec-2012-10
       Wireshark could crash on SPARC processors due to misaligned
       memory. Discovered by Klaus Heckelmann. (Bug 7221)
       Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
   - The following bugs have been fixed:
     o User-Password - PAP decoding passwords longer than 16 bytes.
       (Bug 6779)
     o The MSISDN is not seen correctly in GTP packet. (Bug 7042)
     o Wireshark doesn't calculate the right IPv4 destination using
       source routing options when bad options precede them. (Bug
       7043)
     o BOOTP dissector issue with DHCP option 82 - suboption 9. (Bug
       7047)
     o MPLS dissector in 1.6.7 and 1.7.1 misdecodes some MPLS CW
       packets. (Bug 7089)
     o ANSI MAP infinite loop. (Bug 7119)
     o HCIEVT infinite loop. (Bug 7122)
     o Wireshark doesn't decode NFSv4.1 operations. (Bug 7127)
     o LTP infinite loop. (Bug 7124)
     o Wrong values in DNS CERT RR. (Bug 7130)
     o Megaco parser problem with LF in header. (Bug 7198)
     o 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


   To generate a diff of this commit:
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/wireshark/distinfo

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue May 22 22:42:17 2012 UTC (12 years, 6 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base
Branch point for: pkgsrc-2012Q2
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Update "wireshark" package to version 1.6.8. Changes since 1.6.7:
- The following vulnerabilities have been fixed:
  o wnpa-sec-2012-08
    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)
    Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
  o wnpa-sec-2012-09
    The DIAMETER dissector could try to allocate memory improperly
    and crash. (Bug 7138)
    Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
  o wnpa-sec-2012-10
    Wireshark could crash on SPARC processors due to misaligned
    memory. Discovered by Klaus Heckelmann. (Bug 7221)
    Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
- The following bugs have been fixed:
  o User-Password - PAP decoding passwords longer than 16 bytes.
    (Bug 6779)
  o The MSISDN is not seen correctly in GTP packet. (Bug 7042)
  o Wireshark doesn't calculate the right IPv4 destination using
    source routing options when bad options precede them. (Bug
    7043)
  o BOOTP dissector issue with DHCP option 82 - suboption 9. (Bug
    7047)
  o MPLS dissector in 1.6.7 and 1.7.1 misdecodes some MPLS CW
    packets. (Bug 7089)
  o ANSI MAP infinite loop. (Bug 7119)
  o HCIEVT infinite loop. (Bug 7122)
  o Wireshark doesn't decode NFSv4.1 operations. (Bug 7127)
  o LTP infinite loop. (Bug 7124)
  o Wrong values in DNS CERT RR. (Bug 7130)
  o Megaco parser problem with LF in header. (Bug 7198)
  o 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

Revision 1.76.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 16 22:30:45 2012 UTC (12 years, 7 months ago) by tron
Branches: pkgsrc-2012Q1
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Pullup ticket #3741 - requested by drochner
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.77
- net/wireshark/distinfo                                        1.54

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Sat Apr 14 13:31:28 UTC 2012

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   update to 1.6.7
   changes:
   The following bugs have been fixed:
   -showing Malformed Packets H263-1996 (RFC2190).
   -Wireshark could crash while trying to open an rpcap: URL.
   Updated Protocol Support: H.263

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Apr 14 13:31:28 2012 UTC (12 years, 7 months ago) by drochner
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
update to 1.6.7
changes:
The following bugs have been fixed:
-showing Malformed Packets H263-1996 (RFC2190).
-Wireshark could crash while trying to open an rpcap: URL.
Updated Protocol Support: H.263

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Mar 28 12:22:26 2012 UTC (12 years, 8 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base
Branch point for: pkgsrc-2012Q1
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -3 lines
Update "wireshark" package to version 1.6.6. Changes since 1.6.5:
- Bug Fixes
  The following vulnerabilities have been fixed.
  o wnpa-sec-2012-04
    The ANSI A dissector could dereference a NULL pointer and
    crash. (Bug 6823)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o wnpa-sec-2012-05
    The IEEE 802.11 dissector could go into an infinite loop. (Bug
    6809)
    Versions affected: 1.6.0 to 1.6.5.
  o wnpa-sec-2012-06
    The pcap and pcap-ng file parsers could crash trying to read
    ERF data. (Bug 6804)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o wnpa-sec-2012-07
    The MP2T dissector could try to allocate too much memory and
    crash. (Bug 6804)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o The Windows installers now include GnuTLS 1.12.18, which fixes
    several vulnerabilities.
   The following bugs have been fixed:
  o ISO SSAP: ActivityStart: Invalid decoding the activity
    parameter as a BER Integer. (Bug 2873)
  o Forward slashes in URI need to be converted to backslashes if
    WIN32. (Bug 5237)
  o Character echo pauses in Capture Filter field in Capture
    Options. (Bug 5356)
  o Some PGM options are not parsed correctly. (Bug 5687)
  o dumpcap crashes when capturing from pipe to a pcap-ng file
    (e.g., when passing data from CACE Pilot to Wireshark). (Bug
    5939)
  o Unable to rearrange columns in preferences on Windows. (Bug
    6077) (Note: this bug still affects the 64-bit package)
  o No error for UDP/IPv6 packet with zero checksum. (Bug 6232)
  o Wireshark installer doesn't add access_bpf in 10.5.8. (Bug
    6526)
  o Corrupted Diameter dictionary file that crashes Wireshark.
    (Bug 6664)
  o packetBB dissector bug: More than 1000000 items in the tree --
    possible infinite loop. (Bug 6687)
  o ZEP dissector: Timestamp not always displayed correctly.
    Fractional seconds never displayed. (Bug 6703)
  o GOOSE Messages don't use the length field to perform the
    dissection. (Bug 6734)
  o Ethernet traces in K12 text format sometimes give bogus
    "malformed frame" errors and other problems. (Bug 6735)
  o max_ul_ext isn't printed/decoded to the packet details log in
    GTP protocol packet. (Bug 6761)
  o non-IPP packets to or from port 631 are dissected as IPP. (Bug
    6765)
  o lua proto registration fails for uppercase proto /
    g_ascii_strdown problem. (Bug 6766)
  o no menu item Fle->Export->SSL Session Keys in GTK. (Bug 6813)
  o IAX2 dissector reads past end of packet for unknown IEs. (Bug
    6815)
  o TShark 1.6.5 immediately crashes on SSL decryption (every
    time). (Bug 6817)
  o USB: unknown GET DESCRIPTOR response triggers assert failure.
    (Bug 6826)
  o IEEE1588 PTPv2 over IPv6. (Bug 6836)
  o Patch to fix DTLS decryption. (Bug 6847)
  o Expression... dialog crash. (Bug 6891)
  o display filter "gtp.msisdn" not working. (Bug 6947)
  o Multiprotocol Label Switching Echo - Return Code: Reserved
    (5). (Bug 6951)
  o ISAKMP : VendorID CheckPoint : Malformed Packet. (Bug 6972)
  o Adding a Custom HTTP Header Field with a trailing colon causes
    wireshark to immediately crash (and crash upon restart). (Bug
    6982)
  o Radiotap dissector lists a bogus "DBM TX Attenuation" bit.
    (Bug 7000)
  o MySQL dissector assertion. (Ask 8649)
  o Radiotap header format data rate alignment issues. (Ask 8649)
- Updated Protocol Support
  ANSI A, BSSGP, DIAMETER, DTLS, GOOSE, GSM Management, GTP, HTTP,
  IAX2, IEEE 802.11, IPP, ISAKMP, ISO SSAP, MP2T, MPLS, MySQL, NTP,
  PacketBB, PGM, Radiotap, SSL, TCP, UDP, USB, WSP
- New and Updated Capture File Support
  Endace ERF, Pcap-NG, Tektronix K12

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:13:48 2012 UTC (12 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Recursive bump for pcre-8.30* (shlib major change)

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:41:18 2012 UTC (12 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -1 lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.72.2.1: download - view: text, markup, annotated - select for diffs
Sun Jan 15 16:52:46 2012 UTC (12 years, 10 months ago) by spz
Branches: pkgsrc-2011Q4
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +2 -3 lines
Pullup ticket #3640 - requested by tron
security update for net/wireshark

Revisions pulled up:
- net/wireshark/Makefile                                        1.73
- net/wireshark/distinfo                                        1.52
- net/wireshark/patches/patch-bd                                deleted

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Jan 11 09:48:24 UTC 2012

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo
   Removed Files:
   	pkgsrc/net/wireshark/patches: patch-bd

   Log Message:
   Update "wireshark" package to version 1.6.5. Changes since 1.6.4:
   - Bug Fixes
     The following vulnerabilities have been fixed.
        o wnpa-sec-2012-01
          Laurent Butti discovered that Wireshark failed to properly
          check record sizes for many packet capture file formats. (Bug
          6663, bug 6666, bug 6667, bug 6668, bug 6669, bug 6670)
          Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
        o wnpa-sec-2012-02
          Wireshark could dereference a NULL pointer and crash. (Bug
          6634)
          Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
        o wnpa-sec-2012-03
          The RLC dissector could overflow a buffer. (Bug 6391)
          Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
      The following bugs have been fixed:
        o "Closing File!" Dialog Hangs. (Bug 3046)
        o Sub-fields of data field should appear in exported PDML as
          children of the data field instead of as siblings to it. (Bug
          3809)
        o Incorrect time differences displayed with time reference set.
          (Bug 5580)
        o Wrong packet type association of SNMP trap after TFTP
          transfer. (Bug 5727)
        o SSL/TLS decryption needs wireshark to be rebooted. (Bug 6032)
        o Export HTTP Objects -> save all crashes Wireshark. (Bug 6250)
        o Wireshark Netflow dissector complains there is no template
          found though the template is exported. (Bug 6325)
        o DCERPC EPM tower UUID must be interpreted always as little
          endian. (Bug 6368)
        o Crash if no recent files. (Bug 6549)
        o IPv6 frame containing routing header with 0 segments left
          calculates wrong UDP checksum. (Bug 6560)
        o IPv4 UDP/TCP Checksum incorrect if routing header present.
          (Bug 6561)
        o Incorrect Parsing of SCPS Capabilities Option introduced in
          response to bug 6194. (Bug 6562)
        o Various crashes after loading NetMon2.x capture file. (Bug
          6578)
        o Fixed compilation of dumpcap on some systems (when
          MUST_DO_SELECT is defined). (Bug 6614)
        o SIGSEGV in SVN 40046. (Bug 6634)
        o Wireshark dissects TCP option 25 as an "April 1" option. (Bug
          6643)
        o ZigBee ZCL Dissector reports invalid status. (Bug 6649)
        o ICMPv6 DNSSL option malformed on padding. (Bug 6660)
        o Wrong tvb_get_bits function call in packet-csn1.c. (Bug 6708)
        o [UDP] - Length Field of Pseudo Header while computing CheckSum
          is not correct. (Bug 6711)
        o pcapio.c: bug in libpcap_write_interface_description_block.
          (Bug 6719)
        o Memory leaks in various dissectors.
        o Bytes highlighted in wrong Byte pane when field selected in
          Details pane.
   - Updated Protocol Support
      BGP, BMC CSN1, DCERPC EPM, DCP(ETSI) DMP DTLS GSM Management, H245
      HPTEAM, ICMPv6, IEEE 802.15.4 IPSEC IPv4, IPv6, ISAKMP KERBEROS
      LDSS NFS RLC, RPC-NETLOGON RRC RTMPT SIGCOMP SSL SYSLOG TCP, UDP,
      XML ZigBee ZCL
   - New and Updated Capture File Support
      Accellent 5Views, AIX iptrace, HP-UX nettl, I4B, Microsoft Network
      Monitor, Novell LANalyzer, PacketLogger, Pcap-ng, Sniffer,
      Tektronix K12, WildPackets {Airo,Ether}Peek.


   To generate a diff of this commit:
   cvs rdiff -u -r1.72 -r1.73 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.1 -r0 pkgsrc/net/wireshark/patches/patch-bd

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Jan 11 09:48:24 2012 UTC (12 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -3 lines
Update "wireshark" package to version 1.6.5. Changes since 1.6.4:
- Bug Fixes
  The following vulnerabilities have been fixed.
     o wnpa-sec-2012-01
       Laurent Butti discovered that Wireshark failed to properly
       check record sizes for many packet capture file formats. (Bug
       6663, bug 6666, bug 6667, bug 6668, bug 6669, bug 6670)
       Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
     o wnpa-sec-2012-02
       Wireshark could dereference a NULL pointer and crash. (Bug
       6634)
       Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
     o wnpa-sec-2012-03
       The RLC dissector could overflow a buffer. (Bug 6391)
       Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
   The following bugs have been fixed:
     o "Closing File!" Dialog Hangs. (Bug 3046)
     o Sub-fields of data field should appear in exported PDML as
       children of the data field instead of as siblings to it. (Bug
       3809)
     o Incorrect time differences displayed with time reference set.
       (Bug 5580)
     o Wrong packet type association of SNMP trap after TFTP
       transfer. (Bug 5727)
     o SSL/TLS decryption needs wireshark to be rebooted. (Bug 6032)
     o Export HTTP Objects -> save all crashes Wireshark. (Bug 6250)
     o Wireshark Netflow dissector complains there is no template
       found though the template is exported. (Bug 6325)
     o DCERPC EPM tower UUID must be interpreted always as little
       endian. (Bug 6368)
     o Crash if no recent files. (Bug 6549)
     o IPv6 frame containing routing header with 0 segments left
       calculates wrong UDP checksum. (Bug 6560)
     o IPv4 UDP/TCP Checksum incorrect if routing header present.
       (Bug 6561)
     o Incorrect Parsing of SCPS Capabilities Option introduced in
       response to bug 6194. (Bug 6562)
     o Various crashes after loading NetMon2.x capture file. (Bug
       6578)
     o Fixed compilation of dumpcap on some systems (when
       MUST_DO_SELECT is defined). (Bug 6614)
     o SIGSEGV in SVN 40046. (Bug 6634)
     o Wireshark dissects TCP option 25 as an "April 1" option. (Bug
       6643)
     o ZigBee ZCL Dissector reports invalid status. (Bug 6649)
     o ICMPv6 DNSSL option malformed on padding. (Bug 6660)
     o Wrong tvb_get_bits function call in packet-csn1.c. (Bug 6708)
     o [UDP] - Length Field of Pseudo Header while computing CheckSum
       is not correct. (Bug 6711)
     o pcapio.c: bug in libpcap_write_interface_description_block.
       (Bug 6719)
     o Memory leaks in various dissectors.
     o Bytes highlighted in wrong Byte pane when field selected in
       Details pane.
- Updated Protocol Support
   BGP, BMC CSN1, DCERPC EPM, DCP(ETSI) DMP DTLS GSM Management, H245
   HPTEAM, ICMPv6, IEEE 802.15.4 IPSEC IPv4, IPv6, ISAKMP KERBEROS
   LDSS NFS RLC, RPC-NETLOGON RRC RTMPT SIGCOMP SSL SYSLOG TCP, UDP,
   XML ZigBee ZCL
- New and Updated Capture File Support
   Accellent 5Views, AIX iptrace, HP-UX nettl, I4B, Microsoft Network
   Monitor, Novell LANalyzer, PacketLogger, Pcap-ng, Sniffer,
   Tektronix K12, WildPackets {Airo,Ether}Peek.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Dec 10 18:55:37 2011 UTC (13 years ago) by roy
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base
Branch point for: pkgsrc-2011Q4
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1 lines
Fix ICMPv6 DNSSL padding

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Nov 19 12:01:27 2011 UTC (13 years ago) by tron
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Update "wireshark" package to version 1.6.4. Changes since 1.6.3:
- Bug Fixes
  o Patch to fix memory leaks/errors in Lua plugin. (Bug 5575)
  o Wireshark crashes if a field of type BASE_CUSTOM is applied as
    a column. (Bug 6503)
  o Filter Expression dialog can only be opened once. (Bug 6537)
  o Wireshark crashes if compiled without GLib thread support.
    (Bug 6540)
  o 80211 QoS Control: Add Raw TID. (Bug 6548)
  o SNMP length check error. (Bug 6564)
  o UCP dissector bug of operation 61. (Bug 6570)

Revision 1.68.2.1: download - view: text, markup, annotated - select for diffs
Wed Nov 2 09:23:01 2011 UTC (13 years, 1 month ago) by sbd
Branches: pkgsrc-2011Q3
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +2 -2 lines
Pullup ticket #3582 - requested by tron
net/wireshark security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.70
- net/wireshark/PLIST                                           1.21
- net/wireshark/distinfo                                        1.49

---
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Nov  2 07:56:25 UTC 2011

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

   Log Message:
   Update "wireshark" package to version 1.6.3. Changes since version 1.6.2:
   - The following vulnerabilities have been fixed.
     o wnpa-sec-2011-17
       The CSN.1 dissector could crash. (Bug 6351)
       Versions affected: 1.6.0 to 1.6.2.
     o wnpa-sec-2011-18
       Huzaifa Sidhpurwala of Red Hat Security Response Team
       discovered that the Infiniband dissector could dereference a
       NULL pointer. (Bug 6476)
       Versions affected: 1.4.0 to 1.4.9, 1.6.0 to 1.6.2.
     o wnpa-sec-2011-19
       Huzaifa Sidhpurwala of Red Hat Security Response Team
       discovered a buffer overflow in the ERF file reader. (Bug
       6479)
       Versions affected: 1.4.0 to 1.4.9, 1.6.0 to 1.6.2.
   - The following bugs have been fixed:
     o Assertion failed when doing File->Quit->Save during live
       capture. (Bug 1710)
     o Wrong PCEP XRO sub-object decoding. (Bug 3778)
     o Wireshark window takes very long time to show up if invalid
       network file path is at recent file list (Bug 3810)
     o Decoding [Status Records] Timestamp Sequence Field in Bundle
       Protocol fails if over 32 bits. (Bug 4109)
     o ISUP party number dissection. (Bug 5221)
     o wireshark-1.4.2 crashes when testing the example python
       dissector because of a dissector count assertion. (Bug 5431)
     o Ethernet packets with both VLAN tag and LLC header no longer
       displayed correctly. (Bug 5645)
     o SLL encapsuled 802.1Q VLAN is not dissected. (Bug 5680)
     o Wireshark crashes when attempting to open a file via drag &
       drop when there's already a file open. (Bug 5987)
     o Adding and removing custom HTTP headers requires a restart.
       (Bug 6241)
     o Can't read full 64-bit SNMP values. (Bug 6295)
     o Dissection fails for frames with Gigamon Header and VLAN. (Bug
       6305)
     o RTP Stream Analysis does not work for TURN-encapsulated RTP.
       (Bug 6322)
     o packet-csn1.c doesn't process CSN_CHOICE entries properly.
       (Bug 6328)
     o BACnet property time-synchronization-interval (204) name shown
       incorrectly as time-synchronization-recipients. (Bug 6336)
     o GUI crash on invalid IEEE 802.11 GAS frame. (Bug 6345)
     o [ASN.1 PER] Incorrect decoding of BIT STRING type. (Bug 6347)
     o ICMPv6 router advertisement Prefix Information Flag R "Router
       Address" missing. (Bug 6350)
     o Export -> Object -> HTTP -> save all: Error on saving files.
       (Bug 6362)
     o Inner tag of 802.1ad frames not parsed properly. (Bug 6366)
     o Added cursor type decoding to MySQL dissector. (Bug 6396)
     o Incorrect identification of UDP-encapsulated NAT-keepalive
       packets. (Bug 6414)
     o WPA IE pairwise cipher suite dissector uses incorrect
       value_string list. (Bug 6420)
     o S1AP protocol can't decode IPv6 transportLayerAddress. (Bug
       6435)
     o RTPS2 dissector doesn't handle 0 in the octestToNextHeader
       field. (Bug 6449)
     o packet-ajp13 fix, cleanup, and enhancement. (Bug 6452)
     o Network Instruments Observer file format bugs. (Bug 6453)
     o Wireshark crashes when using "Open Recent" 2 times in a row.
       (Bug 6457)
     o Wireshark packet_gsm-sms, display bug: Filler bits in TP-User
       Data Header. (Bug 6469)
     o wireshark unable to decode NetFlow options which have system
       scope size != 4 bytes. (Bug 6471)
     o Display filter Expression Dialog Box Error. (Bug 6472)
     o text_import_scanner.l missing. (Bug 6531)
   - Updated Protocol Support
     AJP13, ASN.1 PER, BACnet, CSN.1, DTN, Ethernet, ICMPv6, IEEE
     802.11, IEEE 802.1q, Infiniband, IPsec, MySQL, PCEP, PN-RT, RTP,
     S1AP, SSL
   - New and Updated Capture File Support
     Endace ERF.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Nov 2 07:56:24 2011 UTC (13 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -3 lines
Update "wireshark" package to version 1.6.3. Changes since version 1.6.2:
- The following vulnerabilities have been fixed.
  o wnpa-sec-2011-17
    The CSN.1 dissector could crash. (Bug 6351)
    Versions affected: 1.6.0 to 1.6.2.
  o wnpa-sec-2011-18
    Huzaifa Sidhpurwala of Red Hat Security Response Team
    discovered that the Infiniband dissector could dereference a
    NULL pointer. (Bug 6476)
    Versions affected: 1.4.0 to 1.4.9, 1.6.0 to 1.6.2.
  o wnpa-sec-2011-19
    Huzaifa Sidhpurwala of Red Hat Security Response Team
    discovered a buffer overflow in the ERF file reader. (Bug
    6479)
    Versions affected: 1.4.0 to 1.4.9, 1.6.0 to 1.6.2.
- The following bugs have been fixed:
  o Assertion failed when doing File->Quit->Save during live
    capture. (Bug 1710)
  o Wrong PCEP XRO sub-object decoding. (Bug 3778)
  o Wireshark window takes very long time to show up if invalid
    network file path is at recent file list (Bug 3810)
  o Decoding [Status Records] Timestamp Sequence Field in Bundle
    Protocol fails if over 32 bits. (Bug 4109)
  o ISUP party number dissection. (Bug 5221)
  o wireshark-1.4.2 crashes when testing the example python
    dissector because of a dissector count assertion. (Bug 5431)
  o Ethernet packets with both VLAN tag and LLC header no longer
    displayed correctly. (Bug 5645)
  o SLL encapsuled 802.1Q VLAN is not dissected. (Bug 5680)
  o Wireshark crashes when attempting to open a file via drag &
    drop when there's already a file open. (Bug 5987)
  o Adding and removing custom HTTP headers requires a restart.
    (Bug 6241)
  o Can't read full 64-bit SNMP values. (Bug 6295)
  o Dissection fails for frames with Gigamon Header and VLAN. (Bug
    6305)
  o RTP Stream Analysis does not work for TURN-encapsulated RTP.
    (Bug 6322)
  o packet-csn1.c doesn't process CSN_CHOICE entries properly.
    (Bug 6328)
  o BACnet property time-synchronization-interval (204) name shown
    incorrectly as time-synchronization-recipients. (Bug 6336)
  o GUI crash on invalid IEEE 802.11 GAS frame. (Bug 6345)
  o [ASN.1 PER] Incorrect decoding of BIT STRING type. (Bug 6347)
  o ICMPv6 router advertisement Prefix Information Flag R "Router
    Address" missing. (Bug 6350)
  o Export -> Object -> HTTP -> save all: Error on saving files.
    (Bug 6362)
  o Inner tag of 802.1ad frames not parsed properly. (Bug 6366)
  o Added cursor type decoding to MySQL dissector. (Bug 6396)
  o Incorrect identification of UDP-encapsulated NAT-keepalive
    packets. (Bug 6414)
  o WPA IE pairwise cipher suite dissector uses incorrect
    value_string list. (Bug 6420)
  o S1AP protocol can't decode IPv6 transportLayerAddress. (Bug
    6435)
  o RTPS2 dissector doesn't handle 0 in the octestToNextHeader
    field. (Bug 6449)
  o packet-ajp13 fix, cleanup, and enhancement. (Bug 6452)
  o Network Instruments Observer file format bugs. (Bug 6453)
  o Wireshark crashes when using "Open Recent" 2 times in a row.
    (Bug 6457)
  o Wireshark packet_gsm-sms, display bug: Filler bits in TP-User
    Data Header. (Bug 6469)
  o wireshark unable to decode NetFlow options which have system
    scope size != 4 bytes. (Bug 6471)
  o Display filter Expression Dialog Box Error. (Bug 6472)
  o text_import_scanner.l missing. (Bug 6531)
- Updated Protocol Support
  AJP13, ASN.1 PER, BACnet, CSN.1, DTN, Ethernet, ICMPv6, IEEE
  802.11, IEEE 802.1q, Infiniband, IPsec, MySQL, PCEP, PN-RT, RTP,
  S1AP, SSL
- New and Updated Capture File Support
  Endace ERF.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:11:57 2011 UTC (13 years, 1 month ago) by sbd
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -1 lines
Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.64.2.2: download - view: text, markup, annotated - select for diffs
Tue Sep 13 20:00:52 2011 UTC (13 years, 2 months ago) by spz
Branches: pkgsrc-2011Q2
Diff to: previous 1.64.2.1: preferred, colored; branchpoint 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64.2.1: +1 -1 lines
Pullup ticket #3522 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile	by patch
- net/wireshark/distinfo	by patch

-------------------------------------------------------------------
Update "wireshark" package to version 1.4.9. Changes since 1.4.8:
- Bug Fixes
  The following vulnerabilities have been fixed.
  o wnpa-sec-2011-13
   A malformed IKE packet could consume excessive resources.
   Versions affected: 1.4.0 to 1.4.8, 1.6.0 to 1.6.1.
   CVE-2011-3266
  o wnpa-sec-2011-14
    A malformed capture file could result in an invalid root
    tvbuff and cause a crash. (Bug 6135)
    Versions affected: 1.4.0 to 1.4.8, 1.6.0 to 1.6.1.
  o wnpa-sec-2011-15
    Wireshark could run arbitrary Lua scripts. (Bug 6136)
    Versions affected: 1.4.0 to 1.4.8, 1.6.0 to 1.6.1.
  The following bugs have been fixed:
  o Unable to configure zero length SNMP Engine ID. (Bug 5731)
  o H.323 RAS packets missing from packet counts in
    "Telephony->VoIP Calls" and the "Flow Graph" for the call.
    (Bug 5848)
  o Malformed Packet in decode for BGP-AD update. (Bug 6122)
  o BGP : AS_PATH attribute was decode wrong. (Bug 6188)
  o Fixes for SCPS TCP option. (Bug 6194)
  o Offset calculated incorrectly for sFlow extended data. (Bug
    6219)
  o [Enter] key behavior varies when manually typing display
    filters. (Bug 6228)
  o Contents of pcapng EnhancedPacketBlocks with comments aren't
    displayed. (Bug 6229)
  o Misdecoding 3G Neighbour Cell Information Element in SI2quater
    message due to a coding typo. (Bug 6237)
  o Mis-spelled word "unknown" in assorted files. (Bug 6244)
  o btl2cap extended window shows wrong bit. (Bug 6257)
  o NDMP dissector incorrectly represents
    "ndmp.bytes_left_to_read" as signed. (Bug 6262)
  o ERF records with extension headers not written out correctly
    to pcap or pcap-ng files. (Bug 6265)
  o RTPS2: MAX_BITMAP_SIZE is defined incorrectly. (Bug 6276)
  o Copying from RTP stream analysis copies 1st line many times.
    (Bug 6279)
  o File types with no snaplen written out with a zero snaplen in
    pcap-ng files. (Bug 6289)
  o MEGACO context tracking fix - context id reuse. (Bug 6311)
- Updated Protocol Support
  BGP, Bluetooth L2CAP, GSM A RR, H.225, IKE, MEGACO, NDMP, RTPS2,
  SCPS, sFlow, SNMP
- New and Updated Capture File Support
  CommView, pcap-ng.
---------------------------------------------------------------------

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Sep 9 13:02:04 2011 UTC (13 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base
Branch point for: pkgsrc-2011Q3
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Changes 1.6.2:
* Bug Fixes
  o wnpa-sec-2011-12
    A large loop in the OpenSafety dissector could cause a crash.
  o wnpa-sec-2011-13
    A malformed IKE packet could consume excessive resources.
  o wnpa-sec-2011-14
    A malformed capture file could result in an invalid root     tvbuff and cause a crash.
  o wnpa-sec-2011-15
    Wireshark could run arbitrary Lua scripts.
  o wnpa-sec-2011-16
    The CSN.1 dissector could crash.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Jul 20 18:42:44 2011 UTC (13 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
Update "wireshark" package to version 1.6.1.
The major changes since version 1.4.* are:
- Wireshark is now distributed as an installation package rather
  than a drag-installer on OS X. The installer adds a startup
  item that should make it easier to capture packets.
- Large file (greater than 2 GB) support has been improved.
- Wireshark and TShark can import text dumps, similar to
  text2pcap.
- You can now view Wireshark's dissector tables (for example the
  TCP port to dissector mappings) from the main window.
- Wireshark can export SSL session keys via File→Export→SSL
  Session Keys...
- TShark can show a specific occurrence of a field when using
  '-T fields'.
- Custom columns can show a specific occurrence of a field.
- You can hide columns in the packet list.
- Wireshark can now export SMB objects.
- dftest and randpkt now have manual pages.
- TShark can now display iSCSI, ICMP and ICMPv6 service response
  times.
- Dumpcap can now save files with a user-specified group id.
- Syntax checking is done for capture filters.
- You can display the compiled BPF code for capture filters in
  the Capture Options dialog.
- You can now navigate backwards and forwards through TCP and
  UDP sessions using Ctrl+, and Ctrl+. .
- Packet length is (finally) a default column.
- TCP window size is now avaiable both scaled and unscaled. A
  TCP window scaling graph is available in the GUI.
- 802.1q VLAN tags are now shown in the Ethernet II protocol
  tree instead of a separate tree.
- Various dissectors now display some UTF-16 strings as proper
  Unicode including the DCE/RPC and SMB dissectors.
- The RTP player now has an option to show the time of day in
  the graph in addition to the seconds since beginning of
  capture.
- The RTP player now shows why media interruptions occur.
- Graphs now save as PNG images by default.
- TShark can read and write host name information from and to
  pcapng-formatted files. Wireshark can read it. TShark can dump
  host name information via

  [-z hosts]

  .
- TShark's -z option now uses the

  [-z <proto>,srt]

  syntax instead of

  [-z <proto>,rtt]

  for all protocols that support service response time
  statistics. This matches Wireshark's syntax for this option.
- Wireshark and TShark can now read compressed Windows Sniffer
  files.
- New Protocol Support
  ADwin, ADwin-Config, Apache Etch, Aruba PAPI, Babel Routing
  Protocol, Broadcast/Multicast Control, Constrained Application
  Protocol (COAP), Digium TDMoE, Erlang Distribution Protocol,
  Ether-S-I/O, FastCGI, Fibre Channel over InfiniBand (FCoIB),
  Gopher, Gigamon GMHDR, IDMP, Infiniband Socket Direct Protocol
  (SDP), JSON, LISP Control, LISP Data, LISP, MikroTik MAC-Telnet,
  MRP Multiple Mac Registration Protocol (MMRP) Mongo Wire Protocol,
  MUX27010, Network Monitor 802.11 radio header, OPC UA
  ExtensionObjects, openSAFETY, PPI-GEOLOCATION-GPS, ReLOAD, ReLOAD
  Framing, RObust Header Compression (ROHC), RSIP, SAMETIME, SCoP,
  SGSAP, Tektronix Teklink, USB/AT Commands, uTorrent Transport
  Protocol, WAI authentication, Wi-Fi P2P (Wi-Fi Direct)
- New and Updated Capture File Support
  Apple PacketLogger, Catapult DCT2000, Daintree SNA, Endace ERF, HP
  OpenVMS TCPTrace, IPFIX (the file format, not the protocol),
  Lucent/Ascend debug, Microsoft Network Monitor, Network
  Instruments, TamoSoft CommView

Revision 1.64.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 20 02:36:13 2011 UTC (13 years, 4 months ago) by spz
Branches: pkgsrc-2011Q2
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
Pullup ticket #3476 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.66
- net/wireshark/distinfo                                        1.46

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Jul 19 21:29:53 UTC 2011

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.4.8. Changes since 1.4.7:
   - Bug Fixes
     - The following vulnerabilities have been fixed. See the security
       advisory for details and a workaround.
        o The Lucent/Ascend file parser was susceptible to an infinite
          loop.
          Versions affected: 1.2.0 to 1.2.17, 1.4.0 to 1.4.7, and 1.6.0.
          CVE-2011-2597
        o The ANSI MAP dissector was susceptible to an infinite loop.
          (Bug 6044)
          Versions affected: 1.4.0 to 1.4.7, and 1.6.0.
          CVE-2011-????
     - The following bugs have been fixed:
        o TCP dissector doesn't decode TCP segments of length 1. (Bug
          4716)
        o Wireshark 1.4.0rc1 and python - spurious message. (Bug 4878)
        o Missing LUA function. (Bug 5006)
        o Lua API description about creating a new Tvb from a bytearray
          is not correct in wireshark's user guide. (Bug 5199)
        o sflow decode error for some extended formats. (Bug 5379)
        o White space in protocol field abbreviation causes runtime
          failure while registering Lua dissector. (Bug 5569)
        o "File not found" box uses wrong filename encoding. (Bug 5715)
        o capinfos: #ifdef HAVE_LIBGCRYPT block includes a line too
          many. (Bug 5803)
        o Wireshark crashes if Lua contains "Pref.range()" with missing
          arguments. (Bug 5895)
        o The "range" field in Lua's "Pref.range()" serves as default
          while the "default" field does nothing. (Bug 5896)
        o Wireshark crashes when calling TreeItem:set_len() on TreeItem
          without tvb. (Bug 5941)
        o TvbRange_string(lua_State* L) call a wrong function. (Bug
          5960)
        o VoIP call flow graph displays BICC APM as a BICC ANM. (Bug
          5966)
        o H323 rate multiplier wrong. (Bug 6009)
        o tshark crashes when loading Lua script that contains GUI
          function. (Bug 6018)
        o 802.11 Disassociation Packet's "Reason Code" field is
          imprecisely decoded/described. (Bug 6022)
        o Wireshark crashes when setting custom column's field name with
          conditional. (Bug 6028)
        o GTS Descriptor count limited to 3 instead of 7. (Bug 6055)
        o The SSL dissector can not resemble correctly the frames after
          TCP zero window probe packet. (Bug 6059)
        o Packet parser takes too long for this trace. (Bug 6073)
        o 802.11 Association Response Packet's "Status Code" field is
          imprecisely decoded/described. (Bug 6093)
        o Wireshark 1.6.0 and Python support: installer fails to create
          the wspy_dissectors subdirectory and . (Bug 6110)
        o Wireshark crash during RTP stream analysis. (Bug 6120)
        o Tshark custom columns: Why don't I get an error message? (Bug
          6131)
   - Updated Protocol Support
     ANSI MAP, GIOP, H.323, IEEE 802.11, MSRP, RPCAP, sFlow, TCP,
   - New and Updated Capture File Support
     Lucent/Ascend.


   To generate a diff of this commit:
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/wireshark/distinfo

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Jul 19 21:29:53 2011 UTC (13 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
Update "wireshark" package to version 1.4.8. Changes since 1.4.7:
- Bug Fixes
  - The following vulnerabilities have been fixed. See the security
    advisory for details and a workaround.
     o The Lucent/Ascend file parser was susceptible to an infinite
       loop.
       Versions affected: 1.2.0 to 1.2.17, 1.4.0 to 1.4.7, and 1.6.0.
       CVE-2011-2597
     o The ANSI MAP dissector was susceptible to an infinite loop.
       (Bug 6044)
       Versions affected: 1.4.0 to 1.4.7, and 1.6.0.
       CVE-2011-????
  - The following bugs have been fixed:
     o TCP dissector doesn't decode TCP segments of length 1. (Bug
       4716)
     o Wireshark 1.4.0rc1 and python - spurious message. (Bug 4878)
     o Missing LUA function. (Bug 5006)
     o Lua API description about creating a new Tvb from a bytearray
       is not correct in wireshark's user guide. (Bug 5199)
     o sflow decode error for some extended formats. (Bug 5379)
     o White space in protocol field abbreviation causes runtime
       failure while registering Lua dissector. (Bug 5569)
     o "File not found" box uses wrong filename encoding. (Bug 5715)
     o capinfos: #ifdef HAVE_LIBGCRYPT block includes a line too
       many. (Bug 5803)
     o Wireshark crashes if Lua contains "Pref.range()" with missing
       arguments. (Bug 5895)
     o The "range" field in Lua's "Pref.range()" serves as default
       while the "default" field does nothing. (Bug 5896)
     o Wireshark crashes when calling TreeItem:set_len() on TreeItem
       without tvb. (Bug 5941)
     o TvbRange_string(lua_State* L) call a wrong function. (Bug
       5960)
     o VoIP call flow graph displays BICC APM as a BICC ANM. (Bug
       5966)
     o H323 rate multiplier wrong. (Bug 6009)
     o tshark crashes when loading Lua script that contains GUI
       function. (Bug 6018)
     o 802.11 Disassociation Packet's "Reason Code" field is
       imprecisely decoded/described. (Bug 6022)
     o Wireshark crashes when setting custom column's field name with
       conditional. (Bug 6028)
     o GTS Descriptor count limited to 3 instead of 7. (Bug 6055)
     o The SSL dissector can not resemble correctly the frames after
       TCP zero window probe packet. (Bug 6059)
     o Packet parser takes too long for this trace. (Bug 6073)
     o 802.11 Association Response Packet's "Status Code" field is
       imprecisely decoded/described. (Bug 6093)
     o Wireshark 1.6.0 and Python support: installer fails to create
       the wspy_dissectors subdirectory and . (Bug 6110)
     o Wireshark crash during RTP stream analysis. (Bug 6120)
     o Tshark custom columns: Why don't I get an error message? (Bug
       6131)
- Updated Protocol Support
  ANSI MAP, GIOP, H.323, IEEE 802.11, MSRP, RPCAP, sFlow, TCP,
- New and Updated Capture File Support
  Lucent/Ascend.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Jul 8 11:01:49 2011 UTC (13 years, 5 months ago) by drochner
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
depend on libgcrypt explicitely
(gnutls used to pull it in for us, but this will be cleaned up)

Revision 1.60.2.3: download - view: text, markup, annotated - select for diffs
Thu Jun 2 05:36:13 2011 UTC (13 years, 6 months ago) by sbd
Branches: pkgsrc-2011Q1
Diff to: previous 1.60.2.2: preferred, colored; branchpoint 1.60: preferred, colored; next MAIN 1.61: preferred, colored
Changes since revision 1.60.2.2: +2 -2 lines
Pullup ticket #3444 - requested by tron
net/wireshark security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.64
- net/wireshark/distinfo                                        1.45

---
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Jun  1 07:21:53 UTC 2011

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.4.7. Changes since version 1.4.6:
   - Bug Fixes
     The following vulnerabilities have been fixed. See the security
     advisory for details and a workaround.
     o Large/infinite loop in the DICOM dissector. (Bug 5876)
       Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
     o Huzaifa Sidhpurwala of the Red Hat Security Response Team
       discovered that a corrupted Diameter dictionary file could
       crash Wireshark.
       Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
     o Huzaifa Sidhpurwala of the Red Hat Security Response Team
       discovered that a corrupted snoop file could crash Wireshark.
       (Bug 5912)
       Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
      o David Maciejak of Fortinet's FortiGuard Labs discovered that
        malformed compressed capture data could crash Wireshark. (Bug
        5908)
        Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
      o Huzaifa Sidhpurwala of the Red Hat Security Response Team
        discovered that a corrupted Visual Networks file could crash
        Wireshark. (Bug 5934)
        Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
   - The following bugs have been fixed:
     o AIM dissector has some endian issues. (Bug 5464)
     o Telephony?MTP3?MSUS doesn't display window. (Bug 5605)
     o Support for MS NetMon 3.x traces containing raw IPv6 ("Type
       7") packets. (Bug 5817)
     o Service Indicator in M3UA protocol data. (Bug 5834)
     o IEC60870-5-104 protocol, incorrect decoding of timestamp type
       CP56Time2a. (Bug 5889)
     o DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF
       _FDCTR_32NF _FDCTR_16NF. (Bug 5920)
     o 3GPP QoS: Traffic class is not decoded properly. (Bug 5928)
     o Wireshark crashes when creating ProtoField.framenum in Lua.
       (Bug 5930)
     o Fix a wrong mask to extract FMID from DECT packets dissector.
       (Bug 5947)
     o Incorrect DHCPv6 remote identifier option parsing. (Bug 5962)
   - Updated Protocol Support
     DICOM, IEC104, M3UA, TCP,
   - New and Updated Capture File Support
     Network Monitor.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Jun 1 07:21:53 2011 UTC (13 years, 6 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base
Branch point for: pkgsrc-2011Q2
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -3 lines
Update "wireshark" package to version 1.4.7. Changes since version 1.4.6:
- Bug Fixes
  The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o Large/infinite loop in the DICOM dissector. (Bug 5876)
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
  o Huzaifa Sidhpurwala of the Red Hat Security Response Team
    discovered that a corrupted Diameter dictionary file could
    crash Wireshark.
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
  o Huzaifa Sidhpurwala of the Red Hat Security Response Team
    discovered that a corrupted snoop file could crash Wireshark.
    (Bug 5912)
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
   o David Maciejak of Fortinet's FortiGuard Labs discovered that
     malformed compressed capture data could crash Wireshark. (Bug
     5908)
     Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
   o Huzaifa Sidhpurwala of the Red Hat Security Response Team
     discovered that a corrupted Visual Networks file could crash
     Wireshark. (Bug 5934)
     Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
- The following bugs have been fixed:
  o AIM dissector has some endian issues. (Bug 5464)
  o Telephony→MTP3→MSUS doesn't display window. (Bug 5605)
  o Support for MS NetMon 3.x traces containing raw IPv6 ("Type
    7") packets. (Bug 5817)
  o Service Indicator in M3UA protocol data. (Bug 5834)
  o IEC60870-5-104 protocol, incorrect decoding of timestamp type
    CP56Time2a. (Bug 5889)
  o DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF
    _FDCTR_32NF _FDCTR_16NF. (Bug 5920)
  o 3GPP QoS: Traffic class is not decoded properly. (Bug 5928)
  o Wireshark crashes when creating ProtoField.framenum in Lua.
    (Bug 5930)
  o Fix a wrong mask to extract FMID from DECT packets dissector.
    (Bug 5947)
  o Incorrect DHCPv6 remote identifier option parsing. (Bug 5962)
- Updated Protocol Support
  DICOM, IEC104, M3UA, TCP,
- New and Updated Capture File Support
  Network Monitor.

Revision 1.60.2.2: download - view: text, markup, annotated - select for diffs
Sun Apr 24 14:04:07 2011 UTC (13 years, 7 months ago) by spz
Branches: pkgsrc-2011Q1
Diff to: previous 1.60.2.1: preferred, colored; branchpoint 1.60: preferred, colored
Changes since revision 1.60.2.1: +2 -2 lines
Pullup ticket #3418 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.62
- net/wireshark/distinfo                                        1.44

----------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Apr 19 21:52:56 UTC 2011

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.4.6. Changes since 1.4.5:
   - Bug Fixes
     o Wireshark and TShark can crash while analyzing TCP packets.
       (Bug 5837)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:44:29 2011 UTC (13 years, 7 months ago) by obache
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -1 lines
recursive bump from gettext-lib shlib bump.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Apr 19 21:52:56 2011 UTC (13 years, 7 months ago) by tron
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Update "wireshark" package to version 1.4.6. Changes since 1.4.5:
- Bug Fixes
  o Wireshark and TShark can crash while analyzing TCP packets.
    (Bug 5837)

Revision 1.60.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 16 21:49:17 2011 UTC (13 years, 7 months ago) by spz
Branches: pkgsrc-2011Q1
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Pullup ticket #3416 - requested by tron
net/wireshark: security update

Revisions pulled up:
- net/wireshark/Makefile                                        1.61
- net/wireshark/distinfo                                        1.43

---------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sat Apr 16 14:30:16 UTC 2011

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.4.5. Changes since 1.4.4:
   - Bug Fixes
     The following vulnerabilities have been fixed. See the security
     advisory for details and a workaround.
     o The NFS dissector could crash on Windows. (Bug 5209)
       Versions affected: 1.4.0 to 1.4.4.
     o The X.509if dissector could crash. (Bug 5754, Bug 5793)
       Versions affected: 1.2.0 to 1.2.15 and 1.4.0 to 1.4.4.
     o Paul Makowski from SEI/CERT discovered that the DECT dissector
       could overflow a buffer. He verified that this could allow
       remote code execution on many platforms.
       Versions affected: 1.4.0 to 1.4.4.
     The following bugs have been fixed:
     o Export HTTP > All - System Appears Hung (but isn't). (Bug 1671)
     o Some HTTP responses don't decode with TCP reassembly on. (Bug 3785)
     o Wireshark crashes when cancelling a large sort operation. (Bug 5189)
     o Wireshark crashes if SSL preferences RSA key is actually a DSA key.
       (Bug 5662)
     o tshark incorrectly calculates TCP stream for some syn packets.
       (Bug 5743)
     o Wireshark not able to decode the PPP frame in a sflow
       (RFC3176) flow sample packet because Wireshark incorrectly
       read the protocol in PPP frame header. (Bug 5746)
     o Mysql protocol dissector: all fields should be little endian.
       (Bug 5759)
     o Error when opening snoop from Juniper SSG-140. (Bug 5762)
     o svnversion: command not found. (Bug 5798)
     o capinfos: #ifdef HAVE_LIBGCRYPT block includes a line too
       many. (Bug 5803)
     o Value of TCP segment data cannot be copied. (Bug 5811)
     o proto_field_is_referenced() is not exported in
       libwireshark.dll. (Bug 5816)
     o Wireshark ver. 1.4.4 not displayed "Granted QoS" field in a
       A11 packet. (Bug 5822)
   - Updated Protocol Support
     HTTP, LDAP, MySQL, NFS, sFlow, SSL, TCP

   To generate a diff of this commit:
   cvs rdiff -u -r1.60 -r1.61 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/wireshark/distinfo

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Apr 16 14:30:16 2011 UTC (13 years, 7 months ago) by tron
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Update "wireshark" package to version 1.4.5. Changes since 1.4.4:
- Bug Fixes
  The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o The NFS dissector could crash on Windows. (Bug 5209)
    Versions affected: 1.4.0 to 1.4.4.
  o The X.509if dissector could crash. (Bug 5754, Bug 5793)
    Versions affected: 1.2.0 to 1.2.15 and 1.4.0 to 1.4.4.
  o Paul Makowski from SEI/CERT discovered that the DECT dissector
    could overflow a buffer. He verified that this could allow
    remote code execution on many platforms.
    Versions affected: 1.4.0 to 1.4.4.
  The following bugs have been fixed:
  o Export HTTP > All - System Appears Hung (but isn't). (Bug 1671)
  o Some HTTP responses don't decode with TCP reassembly on. (Bug 3785)
  o Wireshark crashes when cancelling a large sort operation. (Bug 5189)
  o Wireshark crashes if SSL preferences RSA key is actually a DSA key.
    (Bug 5662)
  o tshark incorrectly calculates TCP stream for some syn packets.
    (Bug 5743)
  o Wireshark not able to decode the PPP frame in a sflow
    (RFC3176) flow sample packet because Wireshark incorrectly
    read the protocol in PPP frame header. (Bug 5746)
  o Mysql protocol dissector: all fields should be little endian.
    (Bug 5759)
  o Error when opening snoop from Juniper SSG-140. (Bug 5762)
  o svnversion: command not found. (Bug 5798)
  o capinfos: #ifdef HAVE_LIBGCRYPT block includes a line too
    many. (Bug 5803)
  o Value of TCP segment data cannot be copied. (Bug 5811)
  o proto_field_is_referenced() is not exported in
    libwireshark.dll. (Bug 5816)
  o Wireshark ver. 1.4.4 not displayed "Granted QoS" field in a
    A11 packet. (Bug 5822)
- Updated Protocol Support
  HTTP, LDAP, MySQL, NFS, sFlow, SSL, TCP

Revision 1.56.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 2 15:21:06 2011 UTC (13 years, 9 months ago) by spz
Branches: pkgsrc-2010Q4
Diff to: previous 1.56.2.2: preferred, colored; branchpoint 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56.2.2: +2 -3 lines
Pullup ticket 3371 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile		1.60
- pkgsrc/net/wireshark/distinfo		by patch

Files deleted:
pkgsrc/net/wireshark/patches/patch-af
pkgsrc/net/wireshark/patches/patch-ag

-----------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Wed Mar  2 00:09:15 UTC 2011

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo
   Removed Files:
           pkgsrc/net/wireshark/patches: patch-af patch-ag

   Log Message:
   Update "wireshark" package to version 1.4.4. Changes since 1.4.3:
   - Bug Fixes
      The following vulnerabilities have been fixed. See the security
      advisory for details and a workaround.
        o Huzaifa Sidhpurwala of the Red Hat Security Response Team
          discovered that Wireshark could free an uninitialized pointer
          while reading a malformed pcap-ng file. (Bug 5652)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
          CVE-2011-0538
        o Huzaifa Sidhpurwala of the Red Hat Security Response Team
          discovered that a large packet length in a pcap-ng file could
          crash Wireshark. (Bug 5661)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
        o Wireshark could overflow a buffer while reading a Nokia DCT3
          trace file. (Bug 5661)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
          CVE-2011-0713
        o Paul Makowski working for SEI/CERT discovered that Wireshark
          on 32 bit systems could crash while reading a malformed
          6LoWPAN packet. (Bug 5661)
          Versions affected: 1.4.0 to 1.4.3.
        o joernchen of Phenoelit discovered that the LDAP and SMB
          dissectors could overflow the stack. (Bug 5717)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
          versions including 1.0.x are also affected.)
        o Xiaopeng Zhang of Fortinet's Fortiguard Labs discovered that
          large LDAP Filter strings can consume excessive amounts of
          memory. (Bug 5732)
          Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
          versions including 1.0.x are also affected.)
      The following bugs have been fixed:
        o A TCP stream would not always be recognized as the same
          stream. (Bug 2907)
        o Wireshark Crashing by pressing 2 Buttons. (Bug 4645)
        o A crash can occur in the NTLMSSP dissector. (Bug 5157)
        o The column texts from a Lua dissector could be mangled. (Bug
          5326) (Bug 5630)
        o Corrections to ANSI MAP ASN.1 specifications. (Bug 5584)
        o When searching in packet bytes, the field and bytes are not
          immediately shown. (Bug 5585)
        o Malformed Packet: ULP reported when dissecting ULP SessionID
          PDU. (Bug 5593)
        o Wrong IEI in container of decode_gtp_mm_cntxt. (Bug 5598)
        o Display filter does not work for expressions of type BASE_DEC,
          BASE_DEC_HEX and BASE_HEX_DEC. (Bug 5606)
        o NTLMSSP dissector may fail to compile due to space embedded in
          C comment delimiters. (Bug 5614)
        o Allow for name resolution of link-scope and multicast IPv6
          addresses from local host file. (Bug 5615)
        o DHCPv6 dissector formats DUID_LLT time incorrectly. (Bug 5627)
        o Allow for IEEE 802.3bc-2009 style PoE TLVs. (Bug 5639)
        o Various fixes to the HIP packet dissector. (Bug 5646)
        o Display "Day of Year" for January 1 as 1, not 0. (Bug 5653)
        o Accommodate the CMake build on Ubuntu 10.10. (Bug 5665)
        o E.212 MCC 260 Poland update according to local national
          regulatory. (Bug 5668)
        o IPP on ports other than 631 not recognized. (Bug 5677)
        o Potential access violation when writing to LANalyzer files.
          (Bug 5698)
        o IEEE 802.15.4 Superframe Specification - Final CAP Slot always
          0. (Bug 5700)
        o Peer SRC and DST AS numbers are swapped for cflow. (Bug 5702)
        o dumpcap: -q option behavior doesn't match documentation. (Bug
          5716)
   - Updated Protocol Support
     ANSI MAP, BitTorrent, DCM, DHCPv6, DTAP, DTPT, E.212, GSM
     Management, GTP, HIP, IEEE 802.15.4, IPP, LDAP, LLDP, Netflow,
     NTLMSSP, P_Mul, Quake, Skinny, SMB, SNMP, ULP
   - New and Updated Capture File Support
     LANalyzer, Nokia DCT3, Pcap-ng


   To generate a diff of this commit:
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.1 -r0 pkgsrc/net/wireshark/patches/patch-af \
       pkgsrc/net/wireshark/patches/patch-ag

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Mar 2 00:09:14 2011 UTC (13 years, 9 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base
Branch point for: pkgsrc-2011Q1
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -3 lines
Update "wireshark" package to version 1.4.4. Changes since 1.4.3:
- Bug Fixes
   The following vulnerabilities have been fixed. See the security
   advisory for details and a workaround.
     o Huzaifa Sidhpurwala of the Red Hat Security Response Team
       discovered that Wireshark could free an uninitialized pointer
       while reading a malformed pcap-ng file. (Bug 5652)
       Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
       CVE-2011-0538
     o Huzaifa Sidhpurwala of the Red Hat Security Response Team
       discovered that a large packet length in a pcap-ng file could
       crash Wireshark. (Bug 5661)
       Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
     o Wireshark could overflow a buffer while reading a Nokia DCT3
       trace file. (Bug 5661)
       Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3.
       CVE-2011-0713
     o Paul Makowski working for SEI/CERT discovered that Wireshark
       on 32 bit systems could crash while reading a malformed
       6LoWPAN packet. (Bug 5661)
       Versions affected: 1.4.0 to 1.4.3.
     o joernchen of Phenoelit discovered that the LDAP and SMB
       dissectors could overflow the stack. (Bug 5717)
       Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
       versions including 1.0.x are also affected.)
     o Xiaopeng Zhang of Fortinet's Fortiguard Labs discovered that
       large LDAP Filter strings can consume excessive amounts of
       memory. (Bug 5732)
       Versions affected: 1.2.0 to 1.2.14 and 1.4.0 to 1.4.3. (Prior
       versions including 1.0.x are also affected.)
   The following bugs have been fixed:
     o A TCP stream would not always be recognized as the same
       stream. (Bug 2907)
     o Wireshark Crashing by pressing 2 Buttons. (Bug 4645)
     o A crash can occur in the NTLMSSP dissector. (Bug 5157)
     o The column texts from a Lua dissector could be mangled. (Bug
       5326) (Bug 5630)
     o Corrections to ANSI MAP ASN.1 specifications. (Bug 5584)
     o When searching in packet bytes, the field and bytes are not
       immediately shown. (Bug 5585)
     o Malformed Packet: ULP reported when dissecting ULP SessionID
       PDU. (Bug 5593)
     o Wrong IEI in container of decode_gtp_mm_cntxt. (Bug 5598)
     o Display filter does not work for expressions of type BASE_DEC,
       BASE_DEC_HEX and BASE_HEX_DEC. (Bug 5606)
     o NTLMSSP dissector may fail to compile due to space embedded in
       C comment delimiters. (Bug 5614)
     o Allow for name resolution of link-scope and multicast IPv6
       addresses from local host file. (Bug 5615)
     o DHCPv6 dissector formats DUID_LLT time incorrectly. (Bug 5627)
     o Allow for IEEE 802.3bc-2009 style PoE TLVs. (Bug 5639)
     o Various fixes to the HIP packet dissector. (Bug 5646)
     o Display "Day of Year" for January 1 as 1, not 0. (Bug 5653)
     o Accommodate the CMake build on Ubuntu 10.10. (Bug 5665)
     o E.212 MCC 260 Poland update according to local national
       regulatory. (Bug 5668)
     o IPP on ports other than 631 not recognized. (Bug 5677)
     o Potential access violation when writing to LANalyzer files.
       (Bug 5698)
     o IEEE 802.15.4 Superframe Specification - Final CAP Slot always
       0. (Bug 5700)
     o Peer SRC and DST AS numbers are swapped for cflow. (Bug 5702)
     o dumpcap: -q option behavior doesn't match documentation. (Bug
       5716)
- Updated Protocol Support
  ANSI MAP, BitTorrent, DCM, DHCPv6, DTAP, DTPT, E.212, GSM
  Management, GTP, HIP, IEEE 802.15.4, IPP, LDAP, LLDP, Netflow,
  NTLMSSP, P_Mul, Quake, Skinny, SMB, SNMP, ULP
- New and Updated Capture File Support
  LANalyzer, Nokia DCT3, Pcap-ng

Revision 1.56.2.2: download - view: text, markup, annotated - select for diffs
Fri Feb 11 05:40:44 2011 UTC (13 years, 10 months ago) by sbd
Branches: pkgsrc-2010Q4
Diff to: previous 1.56.2.1: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.1: +2 -1 lines
Pullup ticket #3351 - requested by drochner
wireshark security patches

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile			1.59
- pkgsrc/net/wireshark/distinfo			1.41
- pkgsrc/net/wireshark/patches/patch-af		1.1
- pkgsrc/net/wireshark/patches/patch-ag		1.1

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Thu Feb 10 11:00:57 UTC 2011

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo
   Added Files:
           pkgsrc/net/wireshark/patches: patch-af patch-ag

   Log Message:
   add two patches from upstream:
   -fix possible free() of an uninitialized pointer when reading a
    malformed pcap-ng file (CVE-2011-0538)
   -add length check in pcap-ng reader
   bump PKGREV

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Feb 10 11:00:56 2011 UTC (13 years, 10 months ago) by drochner
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
add two patches from upstream:
-fix possible free() of an uninitialized pointer when reading a
 malformed pcap-ng file (CVE-2011-0538)
-add length check in pcap-ng reader
bump PKGREV

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:53:34 2011 UTC (13 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.56.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 12 07:26:06 2011 UTC (13 years, 11 months ago) by sbd
Branches: pkgsrc-2010Q4
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -3 lines
Pullup ticket #3320 - requested by tron
net/wireshark security update

Revisions pulled up:
- net/wireshark/Makefile		1.57
- net/wireshark/distinfo		1.39
- net/wireshark/patches/patch-SA42767	deleted

-------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Jan 12 00:16:31 UTC 2011

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo
   Removed Files:
   	pkgsrc/net/wireshark/patches: patch-SA42767

   Log Message:
   Update "wireshark" package to version 1.4.3. Changes since 1.4.2:
   - Bug Fixes
     The following vulnerabilities have been fixed. See the security
     advisory for details and a workaround.
     - FRAsse discovered that the MAC-LTE dissector could overflow a
       buffer. (Bug 5530)
       Versions affected: 1.2.0 to 1.2.13 and 1.4.0 to 1.4.2.
     - FRAsse discovered that the ENTTEC dissector could overflow a
       buffer. (Bug 5539)
       Versions affected: 1.2.0 to 1.2.13 and 1.4.0 to 1.4.2.
       CVE-2010-4538
     - The ASN.1 BER dissector could assert and make Wireshark exit
       prematurely. (Bug 5537)
       Versions affected: 1.4.0 to 1.4.2.
     The following bugs have been fixed:
     - AMQP failed assertion. (Bug 4048)
     - Reassemble.c leaks memory for GLIB > 2.8. (Bug 4141)
     - Fuzz testing reports possible dissector bug: TCP. (Bug 4211)
     - Wrong length calculation in new_octet_aligned_subset_bits()
       (PER dissector). (Bug 5393)
     - Function dissect_per_bit_string_display might read more bytes
       than available (PER dissector). (Bug 5394)
     - Cannot load wpcap.dll & packet.dll from Wireshark program
       directory. (Bug 5420)
     - Wireshark crashes with Copy -> Description on date/time
       fields. (Bug 5421)
     - DHCPv6 OPTION_CLIENT_FQDN parse error. (Bug 5426)
     - Information element Error for supported channels. (Bug 5430)
     - Assert when using ASN.1 dissector with loading a 'type table'.
       (Bug 5447)
     - Bug with RWH parsing in Infiniband dissector. (Bug 5444)
     - Help->About Wireshark mis-reports OS. (Bug 5453)
     - Delegated-IPv6-Prefix(123) is shown incorrect as
       X-Ascend-Call-Attempt-Limit(123). (Bug 5455)
     - "tshark -r file -T fields" is truncating exported data. (Bug 5463)
     - gsm_a_dtap: incorrect "Extraneous Data" when decoding Packet
       Flow Identifier. (Bug 5475)
     - Improper decode of TLS 1.2 packet containing both
       CertificateRequest and ServerHelloDone messages. (Bug 5485)
     - LTE-PDCP UL and DL problem. (Bug 5505)
     - CIGI 3.2/3.3 support broken. (Bug 5510)
     - Prepare Filter in RTP Streams dialog does not work correctly.
       (Bug 5513)
     - Wrong decode at ethernet OAM Y.1731 ETH-CC. (Bug 5517)
     - WPS: RF bands decryption. (Bug 5523)
     - Incorrect LTP SDNV value handling. (Bug 5521)
     - LTP bug found by randpkt. (Bug 5323)
     - Buffer overflow in SNMP EngineID preferences. (Bug 5530)
   - Updated Protocol Support
     AMQP, ASN.1 BER, ASN.1 PER, CFM, CIGI, DHCPv6, Diameter, ENTTEC,
     GSM A GM, IEEE 802.11, InfiniBand, LTE-PDCP, LTP, MAC-LTE, MP2T,
     RADIUS, SAMR, SCCP, SIP, SNMP, TCP, TLS, TN3270, UNISTIM, WPS
   - New and Updated Capture File Support
     Endace ERF, Microsoft Network Monitor, VMS TCPtrace.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jan 12 00:16:30 2011 UTC (13 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -3 lines
Update "wireshark" package to version 1.4.3. Changes since 1.4.2:
- Bug Fixes
  The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  - FRAsse discovered that the MAC-LTE dissector could overflow a
    buffer. (Bug 5530)
    Versions affected: 1.2.0 to 1.2.13 and 1.4.0 to 1.4.2.
  - FRAsse discovered that the ENTTEC dissector could overflow a
    buffer. (Bug 5539)
    Versions affected: 1.2.0 to 1.2.13 and 1.4.0 to 1.4.2.
    CVE-2010-4538
  - The ASN.1 BER dissector could assert and make Wireshark exit
    prematurely. (Bug 5537)
    Versions affected: 1.4.0 to 1.4.2.
  The following bugs have been fixed:
  - AMQP failed assertion. (Bug 4048)
  - Reassemble.c leaks memory for GLIB > 2.8. (Bug 4141)
  - Fuzz testing reports possible dissector bug: TCP. (Bug 4211)
  - Wrong length calculation in new_octet_aligned_subset_bits()
    (PER dissector). (Bug 5393)
  - Function dissect_per_bit_string_display might read more bytes
    than available (PER dissector). (Bug 5394)
  - Cannot load wpcap.dll & packet.dll from Wireshark program
    directory. (Bug 5420)
  - Wireshark crashes with Copy -> Description on date/time
    fields. (Bug 5421)
  - DHCPv6 OPTION_CLIENT_FQDN parse error. (Bug 5426)
  - Information element Error for supported channels. (Bug 5430)
  - Assert when using ASN.1 dissector with loading a 'type table'.
    (Bug 5447)
  - Bug with RWH parsing in Infiniband dissector. (Bug 5444)
  - Help->About Wireshark mis-reports OS. (Bug 5453)
  - Delegated-IPv6-Prefix(123) is shown incorrect as
    X-Ascend-Call-Attempt-Limit(123). (Bug 5455)
  - "tshark -r file -T fields" is truncating exported data. (Bug 5463)
  - gsm_a_dtap: incorrect "Extraneous Data" when decoding Packet
    Flow Identifier. (Bug 5475)
  - Improper decode of TLS 1.2 packet containing both
    CertificateRequest and ServerHelloDone messages. (Bug 5485)
  - LTE-PDCP UL and DL problem. (Bug 5505)
  - CIGI 3.2/3.3 support broken. (Bug 5510)
  - Prepare Filter in RTP Streams dialog does not work correctly.
    (Bug 5513)
  - Wrong decode at ethernet OAM Y.1731 ETH-CC. (Bug 5517)
  - WPS: RF bands decryption. (Bug 5523)
  - Incorrect LTP SDNV value handling. (Bug 5521)
  - LTP bug found by randpkt. (Bug 5323)
  - Buffer overflow in SNMP EngineID preferences. (Bug 5530)
- Updated Protocol Support
  AMQP, ASN.1 BER, ASN.1 PER, CFM, CIGI, DHCPv6, Diameter, ENTTEC,
  GSM A GM, IEEE 802.11, InfiniBand, LTE-PDCP, LTP, MAC-LTE, MP2T,
  RADIUS, SAMR, SCCP, SIP, SNMP, TCP, TLS, TN3270, UNISTIM, WPS
- New and Updated Capture File Support
  Endace ERF, Microsoft Network Monitor, VMS TCPtrace.

Revision 1.53.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 5 21:34:34 2011 UTC (13 years, 11 months ago) by sbd
Branches: pkgsrc-2010Q3
Diff to: previous 1.53.2.1: preferred, colored; branchpoint 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53.2.1: +2 -1 lines
Pullup ticket #3316 - requested by tron
Security patch for wireshark

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile			1.58
- pkgsrc/net/wireshark/distinfo			1.38
- pkgsrc/net/wireshark/patches/patch-SA42767	1.1

-------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Jan  4 15:39:34 UTC 2011

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo
   Added Files:
   	pkgsrc/net/wireshark/patches: patch-SA42767

   Log Message:
   Add patch from the Wireshark SVN repository to fix the security
   vulnerability reported in SA42767 which affects the ENTTEC dissector.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Jan 4 15:39:34 2011 UTC (13 years, 11 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base
Branch point for: pkgsrc-2010Q4
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
Add patch from the Wireshark SVN repository to fix the security
vulnerability reported in SA42767 which affects the ENTTEC dissector.

Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 23 21:01:35 2010 UTC (14 years ago) by spz
Branches: pkgsrc-2010Q3
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Pullup ticket 3277 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile		1.55
- pkgsrc/net/wireshark/distinfo		1.37

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sun Nov 21 22:54:55 UTC 2010

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.4.2. Changes since version 1.4.1:
   - The following vulnerabilities have been fixed. See the security
     advisory for details and a workaround.
     - Nephi Johnson of BreakingPoint discovered that the LDSS
       dissector could overflow a buffer. (Bug 5318)
       Versions affected: 1.2.0 to 1.2.12 and 1.4.0 to 1.4.1.
     - The ZigBee ZCL dissector could go into an infinite loop. (Bug 5303)
       Versions affected: 1.4.0 to 1.4.1.
   - The following bugs have been fixed:
     - File-Open Display Filter is overwritten by Save-As Filename. (Bug 3894)
     - Wireshark crashes with "Gtk-ERROR **: Byte index 6 is off the
       end of the line" if click on last PDU. (Bug 5285)
     - GTK-ERROR can occur in packets when there are multiple
       Netbios/SMB headers in a single frame. (Bug 5289)
     - "Tshark -G values" crashes on Windows. (Bug 5296)
     - PROFINET I&M0FilterData packet not fully decoded. (Bug 5299)
     - PROFINET MRP linkup/linkdown decoding incorrect. (Bug 5300)
     - [lua] Dumper:close() will cause a segfault due later GC of the
       Dumper. (Bug 5320)
     - Network Instruments' trace files sometimes cannot be read with
       an error message of "Observer: bad record: Invalid magic
       number". (Bug 5330)
     - IO Graph Time of Day times incorrect for filtered data. (Bug
       5340)
     - Wireshark tools do not detect and read some ERF files
       correctly. (Bug 5344)
     - "editcap -h" sends some lines to stderr and others to stdout.
       (Bug 5353)
     - IP Timestamp Option: "flag=3D3" variant (prespecified) not
       displayed correctly. (Bug 5357)
     - AgentX PDU Header 'hex field highlighting' incorrectly spans
       extra bytes. (Bug 5364)
     - AgentX dissector cannot handle null OID in Open-PDU. (Bug
       5368)
     - Crash with "Gtk-ERROR **: Byte index 6 is off the end of the
       line". (Bug 5374)
     - ANCP Portmanagment TLV wrong decoded. (Bug 5388)
     - Crash during startup because of Python SyntaxError in
       wspy_libws.py. (Bug 5389)
   - Updated Protocol Support
     AgentX, ANCP, DIAMETER, HTTP, IP, LDSS, MIME, NBNS, PROFINET, SIP,
     TCP, Telnet, ZigBee
   - New and Updated Capture File Support
     Endace ERF, Network Instruments Observer.


   To generate a diff of this commit:
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/wireshark/distinfo

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Nov 21 22:54:55 2010 UTC (14 years ago) by tron
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -3 lines
Update "wireshark" package to version 1.4.2. Changes since version 1.4.1:
- The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  - Nephi Johnson of BreakingPoint discovered that the LDSS
    dissector could overflow a buffer. (Bug 5318)
    Versions affected: 1.2.0 to 1.2.12 and 1.4.0 to 1.4.1.
  - The ZigBee ZCL dissector could go into an infinite loop. (Bug 5303)
    Versions affected: 1.4.0 to 1.4.1.
- The following bugs have been fixed:
  - File-Open Display Filter is overwritten by Save-As Filename. (Bug 3894)
  - Wireshark crashes with "Gtk-ERROR **: Byte index 6 is off the
    end of the line" if click on last PDU. (Bug 5285)
  - GTK-ERROR can occur in packets when there are multiple
    Netbios/SMB headers in a single frame. (Bug 5289)
  - "Tshark -G values" crashes on Windows. (Bug 5296)
  - PROFINET I&M0FilterData packet not fully decoded. (Bug 5299)
  - PROFINET MRP linkup/linkdown decoding incorrect. (Bug 5300)
  - [lua] Dumper:close() will cause a segfault due later GC of the
    Dumper. (Bug 5320)
  - Network Instruments' trace files sometimes cannot be read with
    an error message of "Observer: bad record: Invalid magic
    number". (Bug 5330)
  - IO Graph Time of Day times incorrect for filtered data. (Bug
    5340)
  - Wireshark tools do not detect and read some ERF files
    correctly. (Bug 5344)
  - "editcap -h" sends some lines to stderr and others to stdout.
    (Bug 5353)
  - IP Timestamp Option: "flag=3" variant (prespecified) not
    displayed correctly. (Bug 5357)
  - AgentX PDU Header 'hex field highlighting' incorrectly spans
    extra bytes. (Bug 5364)
  - AgentX dissector cannot handle null OID in Open-PDU. (Bug
    5368)
  - Crash with "Gtk-ERROR **: Byte index 6 is off the end of the
    line". (Bug 5374)
  - ANCP Portmanagment TLV wrong decoded. (Bug 5388)
  - Crash during startup because of Python SyntaxError in
    wspy_libws.py. (Bug 5389)
- Updated Protocol Support
  AgentX, ANCP, DIAMETER, HTTP, IP, LDSS, MIME, NBNS, PROFINET, SIP,
  TCP, Telnet, ZigBee
- New and Updated Capture File Support
  Endace ERF, Network Instruments Observer.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:58:20 2010 UTC (14 years ago) by abs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Oct 13 07:35:04 2010 UTC (14 years, 2 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base
Branch point for: pkgsrc-2010Q3
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Update "wireshark" package to version 1.4.1. Changes since 1.4.0:
- Bug Fixes
   The following vulnerabilities have been fixed. See the security
   advisory for details and a workaround.
     o The Penetration Test Team of NCNIPC (China) discovered that
       the ASN.1 BER dissector was susceptible to a stack overflow.
       (Bug 5230)
  [A patch for this bug was already in version 1.4.0 in "pkgsrc".]
- The following bugs have been fixed:
     o Incorrect behavior using sorting in the packet list. (Bug
       2225)
     o Cooked-capture dissector should omit the source address field
       if empty. (Bug 2519)
     o MySQL dissector doesn't dissect MySQL stream. (Bug 2691)
     o Wireshark crashes if active display filter macro is renamed.
       (Bug 5002)
     o Incorrect dissection of MAP V2 PRN_ACK. (Bug 5076)
     o TCP bytes_in_flight becomes inflated with lost packets. (Bug
       5132)
     o GTP header is exported in PDML with an incorrect size. (Bug
       5162)
     o Packet list hidden columns will not be parsed correctly from
       preferences file. (Bug 5163)
     o Wireshark does not display the t.38 graph. (Bug 5165)
     o Wireshark don't show mgcp calls in "Telephony → VoIP calls".
       (Bug 5167)
     o Wireshark 1.4.0 & VoIP calls "Prepare Filter" problem. (Bug
       5172)
     o GTPv2: IMSI is decoded improperly. (Bug 5179)
     o [NAS EPS] EPS Quality of Service IE decoding is wrong. (Bug
       5186)
     o Wireshark mistakenly writes "not all data available" for IPv4
       checksum. (Bug 5194)
     o GSM: Cell Channel Description, range 1024 format. (Bug 5214)
     o Wrong SDP interpretation on VoIP call flow chart. (Bug 5220)
     o The CLDAP attribute value on a CLDAP reply is no longer being
       decoded. (Bug 5239)
     o [NAS EPS] Traffic Flow Template IE dissection bugs. (Bug 5243)
     o [NAS EPS] Use Request Type IE defined in 3GPP 24.008. (Bug
       5246)
     o NTLMSSP_AUTH domain and username truncated to first letter
       with IE8/Windows7 (generating the NTLM packet). (Bug 5251)
     o IPv6 RH0: dest addr is to be used i.s.o. last RH address when
       0 segments remain. (Bug 5252)
     o EIGRP dissection error in Flags field in external route TLVs.
       (Bug 5261)
     o MRP packet is not correctly parsed in PROFINET multiple write
       record request. (Bug 5267)
     o MySQL Enhancement: support of Show Fields and bug fix. (Bug
       5271)
     o [NAS EPS] Fix TFT decoding when having several Packet Filters
       defined. (Bug 5274)
     o Crash if using ssl.debug.file with no password for
       ssl.keys_list. (Bug 5277)
- Updated Protocol Support
  ASN.1 BER, ASN.1 PER, EIGRP, GSM A RR, GSM Management, GSM MAP,
  GTP, GTPv2, ICMPv6, Interlink, IPv4, IPv6, IPX, LDAP, LLC, MySQL,
  NAS EPS, NTLMSSP, PN-IO, PPP, RPC, SDP, SLL, SSL, TCP

Approved by Alistair Crooks.

Revision 1.47.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 28 05:36:59 2010 UTC (14 years, 2 months ago) by spz
Branches: pkgsrc-2010Q2
Diff to: previous 1.47.2.2: preferred, colored; branchpoint 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47.2.2: +2 -2 lines
Pullup ticket 3232 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile			1.52
- pkgsrc/net/wireshark/PLIST			1.19
- pkgsrc/net/wireshark/distinfo			1.34
- pkgsrc/net/wireshark/patches/patch-ad		1.6

Files added:
- pkgsrc/net/wireshark/patches/patch-ae

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Sep 25 11:19:10 UTC 2010

   Modified Files:
           pkgsrc/net/wireshark: Makefile PLIST distinfo
           pkgsrc/net/wireshark/patches: patch-ad
   Added Files:
           pkgsrc/net/wireshark/patches: patch-ae

   Log Message:
   Update "wireshark" package to version 1.4.0. Change since version 1.2.10:
   - The following bugs have been fixed:
     - Update time display in background. (Bug 1275)
     - Tshark returns 0 even with an invalid interface or capture
       filter. (Bug 4735)
   - The following features are new (or have been significantly
     updated) since version 1.2:
     - The packet list internals have been rewritten and are now more
       efficient.
     - Columns are easier to use. You can add a protocol field as a
       column by right-clicking on its packet detail item, and you
       can adjust some column preferences by right-clicking the
       column header.
     - Preliminary Python scripting support has been added.
     - Many memory leaks have been fixed.
     - Packets can now be ignored (excluded from dissection), similar
       to the way they can be marked.
     - Manual IP address resolution is now supported.
     - Columns with seconds can now be displayed as hours, minutes
       and seconds.
     - You can now set the capture buffer size on UNIX and Linux if
       you have libpcap 1.0.0 or greater.
     - TShark no longer needs elevated privileges on UNIX or Linux to
       list interfaces. Only dumpcap requires privileges now.
     - Wireshark and TShark can enable 802.11 monitor mode directly
       if you have libpcap 1.0.0 or greater.
     - You can play RTP streams directly from the RTP Analysis
       window.
     - Capinfos and editcap now respectively support time order
       checking and forcing.
     - Wireshark now has a "jump to timestamp" command-line option.
     - You can open JPEG files directly in Wireshark.
   - New Protocol Support
     3GPP Nb Interface RTP Multiplex, Access Node Control Protocol,
     Apple Network-MIDI Session Protocol, ARUBA encapsulated remote
     mirroring, Assa Abloy R3, Asynchronous Transfer Mode, B.A.T.M.A.N.
     Advanced Protocol, Bluetooth AMP Packet, Bluetooth OBEX, Bundle
     Protocol, CIP Class Generic, CIP Connection Configuration Object,
     CIP Connection Manager, CIP Message Router, collectd network data,
     Control And Provisioning of Wireless Access Points, Controller
     Area Network, Device Level Ring, DOCSIS Bonded Initial Ranging
     Message, Dropbox LAN sync Discovery Protocol, Dropbox LAN sync
     Protocol, DTN TCP Convergence Layer Protocol, EtherCAT Switch
     Link, Fibre Channel Delimiters, File Replication Service DFS-R,
     Gateway Load Balancing Protocol, Gigamon Header, GigE Vision
     Control Protocol, Git Smart Protocol, GSM over IP ip.access CCM
     sub-protocol, GSM over IP protocol as used by ip.access, GSM
     Radiotap, HI2Operations, Host Identity Protocol, HP encapsulated
     remote mirroring, HP NIC Teaming Heartbeat, IEC61850 Sampled
     Values, IEEE 1722 Protocol, InfiniBand Link, Interlink Protocol,
     IPv6 over IEEE 802.15.4, ISO 10035-1 OSI Connectionless
     Association Control Service, ISO 9548-1 OSI Connectionless Session
     Protocol, ISO 9576-1 OSI Connectionless Presentation Protocol,
     ITU-T Q.708 ISPC Analysis, Juniper Packet Mirror, Licklider
     Transmission Protocol, MPLS PW ATM AAL5 CPCS-SDU mode
     encapsulation, MPLS PW ATM Cell Header, MPLS PW ATM Control Word,
     MPLS PW ATM N-to-One encapsulation, no CW, MPLS PW ATM N-to-One
     encapsulation, with CW, MPLS PW ATM One-to-One or AAL5 PDU
     encapsulation, Multiple Stream Reservation Protocol, NetPerfMeter
     Protocol, NetScaler Trace, NexusWare C7 MTP, NSN FLIP, OMRON FINS
     Protocol, packetbb Protocol, Peer Network Resolution Protocol,
     PKIX Attribute Certificate, Pseudowire Padding, Server/Application
     State Protocol, Solaris IPNET, TN3270 Protocol, TN5250 Protocol,
     TRILL, Twisted Banana, UMTS FP Hint, UMTS MAC, UMTS Metadata, UMTS
     RLC, USB HID, USB HUB, UTRAN Iuh interface HNBAP signalling, UTRAN
     Iuh interface RUA signalling, V5.2, Vendor Specific Control
     Protocol, Vendor Specific Network Protocol, VMware Lab Manager,
     VXI-11 Asynchronous Abort, VXI-11 Core Protocol, VXI-11 Interrupt,
     X.411 Message Access Service, ZigBee Cluster Library
   - Updated Protocol Support
     There are too many to list here.
   - New and Updated Capture File Support
     Accellent 5Views, ASN.1 Basic Encoding Rules, Catapult DCT2000,
     Daintree SNA, Endace ERF, EyeSDN, Gammu DCT3 trace, IBM iSeries,
     JPEG/JFIF, libpcap, Lucent/Ascend access server trace, NetScaler,
     PacketLogger, pcapng, Shomiti/Finisar Surveyor, Sun snoop, Symbian
     OS btsnoop, Visual Networks

   Pkgsrc changes:
   A fix for the security vulnerability reported in SA41535 has been
   integrated from the Wireshark SVN repository.


   To generate a diff of this commit:
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/wireshark/PLIST
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/wireshark/patches/patch-ad
   cvs rdiff -u -r0 -r1.1 pkgsrc/net/wireshark/patches/patch-ae

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Sep 25 11:19:10 2010 UTC (14 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -3 lines
Update "wireshark" package to version 1.4.0. Change since version 1.2.10:
- The following bugs have been fixed:
  - Update time display in background. (Bug 1275)
  - Tshark returns 0 even with an invalid interface or capture
    filter. (Bug 4735)
- The following features are new (or have been significantly
  updated) since version 1.2:
  - The packet list internals have been rewritten and are now more
    efficient.
  - Columns are easier to use. You can add a protocol field as a
    column by right-clicking on its packet detail item, and you
    can adjust some column preferences by right-clicking the
    column header.
  - Preliminary Python scripting support has been added.
  - Many memory leaks have been fixed.
  - Packets can now be ignored (excluded from dissection), similar
    to the way they can be marked.
  - Manual IP address resolution is now supported.
  - Columns with seconds can now be displayed as hours, minutes
    and seconds.
  - You can now set the capture buffer size on UNIX and Linux if
    you have libpcap 1.0.0 or greater.
  - TShark no longer needs elevated privileges on UNIX or Linux to
    list interfaces. Only dumpcap requires privileges now.
  - Wireshark and TShark can enable 802.11 monitor mode directly
    if you have libpcap 1.0.0 or greater.
  - You can play RTP streams directly from the RTP Analysis
    window.
  - Capinfos and editcap now respectively support time order
    checking and forcing.
  - Wireshark now has a "jump to timestamp" command-line option.
  - You can open JPEG files directly in Wireshark.
- New Protocol Support
  3GPP Nb Interface RTP Multiplex, Access Node Control Protocol,
  Apple Network-MIDI Session Protocol, ARUBA encapsulated remote
  mirroring, Assa Abloy R3, Asynchronous Transfer Mode, B.A.T.M.A.N.
  Advanced Protocol, Bluetooth AMP Packet, Bluetooth OBEX, Bundle
  Protocol, CIP Class Generic, CIP Connection Configuration Object,
  CIP Connection Manager, CIP Message Router, collectd network data,
  Control And Provisioning of Wireless Access Points, Controller
  Area Network, Device Level Ring, DOCSIS Bonded Initial Ranging
  Message, Dropbox LAN sync Discovery Protocol, Dropbox LAN sync
  Protocol, DTN TCP Convergence Layer Protocol, EtherCAT Switch
  Link, Fibre Channel Delimiters, File Replication Service DFS-R,
  Gateway Load Balancing Protocol, Gigamon Header, GigE Vision
  Control Protocol, Git Smart Protocol, GSM over IP ip.access CCM
  sub-protocol, GSM over IP protocol as used by ip.access, GSM
  Radiotap, HI2Operations, Host Identity Protocol, HP encapsulated
  remote mirroring, HP NIC Teaming Heartbeat, IEC61850 Sampled
  Values, IEEE 1722 Protocol, InfiniBand Link, Interlink Protocol,
  IPv6 over IEEE 802.15.4, ISO 10035-1 OSI Connectionless
  Association Control Service, ISO 9548-1 OSI Connectionless Session
  Protocol, ISO 9576-1 OSI Connectionless Presentation Protocol,
  ITU-T Q.708 ISPC Analysis, Juniper Packet Mirror, Licklider
  Transmission Protocol, MPLS PW ATM AAL5 CPCS-SDU mode
  encapsulation, MPLS PW ATM Cell Header, MPLS PW ATM Control Word,
  MPLS PW ATM N-to-One encapsulation, no CW, MPLS PW ATM N-to-One
  encapsulation, with CW, MPLS PW ATM One-to-One or AAL5 PDU
  encapsulation, Multiple Stream Reservation Protocol, NetPerfMeter
  Protocol, NetScaler Trace, NexusWare C7 MTP, NSN FLIP, OMRON FINS
  Protocol, packetbb Protocol, Peer Network Resolution Protocol,
  PKIX Attribute Certificate, Pseudowire Padding, Server/Application
  State Protocol, Solaris IPNET, TN3270 Protocol, TN5250 Protocol,
  TRILL, Twisted Banana, UMTS FP Hint, UMTS MAC, UMTS Metadata, UMTS
  RLC, USB HID, USB HUB, UTRAN Iuh interface HNBAP signalling, UTRAN
  Iuh interface RUA signalling, V5.2, Vendor Specific Control
  Protocol, Vendor Specific Network Protocol, VMware Lab Manager,
  VXI-11 Asynchronous Abort, VXI-11 Core Protocol, VXI-11 Interrupt,
  X.411 Message Access Service, ZigBee Cluster Library
- Updated Protocol Support
  There are too many to list here.
- New and Updated Capture File Support
  Accellent 5Views, ASN.1 Basic Encoding Rules, Catapult DCT2000,
  Daintree SNA, Endace ERF, EyeSDN, Gammu DCT3 trace, IBM iSeries,
  JPEG/JFIF, libpcap, Lucent/Ascend access server trace, NetScaler,
  PacketLogger, pcapng, Shomiti/Finisar Surveyor, Sun snoop, Symbian
  OS btsnoop, Visual Networks

Pkgsrc changes:
A fix for the security vulnerability reported in SA41535 has been
integrated from the Wireshark SVN repository.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:13:15 2010 UTC (14 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
More PKGREVISION bumps for pixman update.

Revision 1.47.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 4 21:11:23 2010 UTC (14 years, 4 months ago) by spz
Branches: pkgsrc-2010Q2
Diff to: previous 1.47.2.1: preferred, colored; branchpoint 1.47: preferred, colored
Changes since revision 1.47.2.1: +2 -3 lines
Pullup ticket 3196 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile		1.50
- pkgsrc/net/wireshark/distinfo		1.33

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Tue Aug  3 20:45:50 UTC 2010

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.2.10. Changes since version 1.2.9:
   - Bug Fixes
     o The SigComp Universal Decompressor Virtual Machine could
       overrun a buffer. (Bug 4867)
       Versions affected: 0.10.8 to 1.0.14, 1.2.0 to 1.2.9
       CVE-2010-2287
     o The GSM A RR dissector could crash. (Bug 4897)
       Versions affected: 1.2.2 to 1.2.9
     o Due to a regression the ASN.1 BER dissector could overrun the stack.
       Versions affected: 0.10.13 to 1.0.14, 1.2.0 to 1.2.9
       CVE-2010-2284
     o The IPMI dissector could go into an infinite loop.
       Versions affected: 1.2.0 to 1.2.9
   - The following bugs have been fixed:
     o Wireshark crashes after configuring new Information column.
       (Bug 4854)
     o Crash triggered when changing display filter from right-mouse
       pop-up menu via packet-list. (Bug 4860)
     o Wireshark crash selecting Inter-Asterisk exchange v2 packet
       data. (Bug 4868)
     o zlib-1.2.5 cause tshark to stop live capture. (Bug 4916)
     o Crash when adding SNMP users. (Bug 4926)
     o Wireshark via ssh -X on ipv6 link-local address fails to allow
       capture. (Bug 4945)
     o OMAPI dissector fails to parse combined initialization
       messages. (Bug 4982)
     o QUERY_FS_INFO for Macintosh level 0x301 - MacSupportFlags
       decodes wrong. (Bug 4993)
     o SCSI dissector misidentifies ATA PASSTHROUGH command as ACCESS
       CONTROL IN. (Bug 5037)
     o Wrong decoding of GTP Prime (GTP') packets. (Bug 5055)
   - Updated Protocol Support
     ASN.1 BER, GSM A RR, GTP, IAX2, IPMI, OMAPI, PRES, SCSI, SMB, UNISTIM


   To generate a diff of this commit:
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/wireshark/distinfo

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Aug 3 20:45:50 2010 UTC (14 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -3 lines
Update "wireshark" package to version 1.2.10. Changes since version 1.2.9:
- Bug Fixes
  o The SigComp Universal Decompressor Virtual Machine could
    overrun a buffer. (Bug 4867)
    Versions affected: 0.10.8 to 1.0.14, 1.2.0 to 1.2.9
    CVE-2010-2287
  o The GSM A RR dissector could crash. (Bug 4897)
    Versions affected: 1.2.2 to 1.2.9
  o Due to a regression the ASN.1 BER dissector could overrun the stack.
    Versions affected: 0.10.13 to 1.0.14, 1.2.0 to 1.2.9
    CVE-2010-2284
  o The IPMI dissector could go into an infinite loop.
    Versions affected: 1.2.0 to 1.2.9
- The following bugs have been fixed:
  o Wireshark crashes after configuring new Information column.
    (Bug 4854)
  o Crash triggered when changing display filter from right-mouse
    pop-up menu via packet-list. (Bug 4860)
  o Wireshark crash selecting Inter-Asterisk exchange v2 packet
    data. (Bug 4868)
  o zlib-1.2.5 cause tshark to stop live capture. (Bug 4916)
  o Crash when adding SNMP users. (Bug 4926)
  o Wireshark via ssh -X on ipv6 link-local address fails to allow
    capture. (Bug 4945)
  o OMAPI dissector fails to parse combined initialization
    messages. (Bug 4982)
  o QUERY_FS_INFO for Macintosh level 0x301 - MacSupportFlags
    decodes wrong. (Bug 4993)
  o SCSI dissector misidentifies ATA PASSTHROUGH command as ACCESS
    CONTROL IN. (Bug 5037)
  o Wrong decoding of GTP Prime (GTP') packets. (Bug 5055)
- Updated Protocol Support
  ASN.1 BER, GSM A RR, GTP, IAX2, IPMI, OMAPI, PRES, SCSI, SMB, UNISTIM

Revision 1.47.2.1: download - view: text, markup, annotated - select for diffs
Sun Jul 4 07:23:34 2010 UTC (14 years, 5 months ago) by agc
Branches: pkgsrc-2010Q2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -2 lines
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jun 29 07:41:26 2010 UTC (14 years, 5 months ago) by obache
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -1 lines
Add workaround for strance detection of yacc&lex.
It expected that ${YACC} and ${LEX} point to its name, not full path.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Jun 27 11:20:18 2010 UTC (14 years, 5 months ago) by obache
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Need yacc & lex.
PR#43539 by Aleksey Cheusov.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jun 14 15:33:13 2010 UTC (14 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base
Branch point for: pkgsrc-2010Q2
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
PKGREVISION bump for png-1.4.x shlib change.
(missed those and *emacs* the first time round because they pull
in their png dependencies via default-on options; they were included
in the test bulk build though)

Revision 1.43.2.2: download - view: text, markup, annotated - select for diffs
Sat Jun 12 20:42:10 2010 UTC (14 years, 6 months ago) by spz
Branches: pkgsrc-2010Q1
Diff to: previous 1.43.2.1: preferred, colored; branchpoint 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43.2.1: +2 -2 lines
Pullup ticket 3144 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile		1.46
- pkgsrc/net/wireshark/distinfo		1.32

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Jun 10 18:24:40 UTC 2010

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.2.9. Changes since version 1.2.8:
   - Bug Fixes
     - The following vulnerabilities have been fixed.
       - The SMB dissector could dereference a NULL pointer. (Bug 4734)
       - J. Oquendo discovered that the ASN.1 BER dissector could overrun
         the stack.
       - The SMB PIPE dissector could dereference a NULL pointer on some
         platforms.
       - The SigComp Universal Decompressor Virtual Machine could go into an
         infinite loop. (Bug 4826)
        - The SigComp Universal Decompressor Virtual Machine could overrun
          a buffer. (Bug 4837)
      - The following bugs have been fixed:
        - Cannot open file with File -> Open. (Bug 1791)
        - Application crash when changing real-time option. (Bug 4035)
        - Crash in filter autocompletion. (Bug 4306)
        - The XML dissector doesn't allow dots (".") in tags. (Bug 4405)
        - Live capture stops when using zlib 1.2.5. (Bug 4708)
        - Want to be able to apply decode as to Data Portion of Lan Trace.
          (Bug 4721)
        - SABP short pdu (packet_per.c). (Bug 4743)
        - Kerberos pre-auth type constants - MS extensions are wrong. (Bug 4752)
        - Check HTTP Content-Length parsing for overflow. (Bug 4758)
        - Wrong variable used for proto_tree_add_text() in ptp dissector.
          (Bug 4773)
        - Crash when close window frame of gtk file chooser. (Bug 4778)
        - Wrong decoding for BGP ORF. (Bug 4782)
        - Crash when Ctrl-Backspacing the display filter. (Bug 4797)
        - Acker AFI field incorrect size in PGM dissector. (Bug 4798)
        - Fedora 13: wireshark fails to build (linking problem). (Bug 4815)
        - The NFS FH hash (nfs.fh.hash) incorrectly matches multiple filehandles.
          (Bug 4839)
        - AES-CTR decoding not working, (dissectors/packet_ipsec.c using gcrypt).
          (Bug 4838)
   - Updated Protocol Support
     ASN.1 BER, BGP, HTTP, IGMP, IPsec, Kerberos, NFS, PGM, PTP, SABP, SigComp,
     SMB, TCAP, XML,
   - Updated Capture File Support
     ERF, PacketLogger.


   To generate a diff of this commit:
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/wireshark/distinfo

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jun 10 18:24:39 2010 UTC (14 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -3 lines
Update "wireshark" package to version 1.2.9. Changes since version 1.2.8:
- Bug Fixes
  - The following vulnerabilities have been fixed.
    - The SMB dissector could dereference a NULL pointer. (Bug 4734)
    - J. Oquendo discovered that the ASN.1 BER dissector could overrun
      the stack.
    - The SMB PIPE dissector could dereference a NULL pointer on some
      platforms.
    - The SigComp Universal Decompressor Virtual Machine could go into an
      infinite loop. (Bug 4826)
     - The SigComp Universal Decompressor Virtual Machine could overrun
       a buffer. (Bug 4837)
   - The following bugs have been fixed:
     - Cannot open file with File -> Open. (Bug 1791)
     - Application crash when changing real-time option. (Bug 4035)
     - Crash in filter autocompletion. (Bug 4306)
     - The XML dissector doesn't allow dots (".") in tags. (Bug 4405)
     - Live capture stops when using zlib 1.2.5. (Bug 4708)
     - Want to be able to apply decode as to Data Portion of Lan Trace.
       (Bug 4721)
     - SABP short pdu (packet_per.c). (Bug 4743)
     - Kerberos pre-auth type constants - MS extensions are wrong. (Bug 4752)
     - Check HTTP Content-Length parsing for overflow. (Bug 4758)
     - Wrong variable used for proto_tree_add_text() in ptp dissector.
       (Bug 4773)
     - Crash when close window frame of gtk file chooser. (Bug 4778)
     - Wrong decoding for BGP ORF. (Bug 4782)
     - Crash when Ctrl-Backspacing the display filter. (Bug 4797)
     - Acker AFI field incorrect size in PGM dissector. (Bug 4798)
     - Fedora 13: wireshark fails to build (linking problem). (Bug 4815)
     - The NFS FH hash (nfs.fh.hash) incorrectly matches multiple filehandles.
       (Bug 4839)
     - AES-CTR decoding not working, (dissectors/packet_ipsec.c using gcrypt).
       (Bug 4838)
- Updated Protocol Support
  ASN.1 BER, BGP, HTTP, IGMP, IPsec, Kerberos, NFS, PGM, PTP, SABP, SigComp,
  SMB, TCAP, XML,
- Updated Capture File Support
  ERF, PacketLogger.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat May 15 20:27:28 2010 UTC (14 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Add a new option "lua" to enable support for Lua scripts and turn it on
by default. Bump package revisions as the binary package changed.

Suggested by Jonathan Kollasch in private e-mail.

Revision 1.43.2.1: download - view: text, markup, annotated - select for diffs
Thu May 13 13:36:27 2010 UTC (14 years, 7 months ago) by spz
Branches: pkgsrc-2010Q1
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Pullup ticket 3114 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile		1.44
- pkgsrc/net/wireshark/distinfo		1.30

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu May 13 07:03:22 UTC 2010

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.2.8. Changes since 1.2.7:
   - The following vulnerabilities have been fixed. See the security
     advisory for details and a workaround.
     o The DOCSIS dissector could crash. (Bug 4644), (bug 4646) -->
       Versions affected: 0.9.6 to 1.0.12, 1.2.0 to 1.2.7
   - The following bugs have been fixed:
     o HTTP parser limits with Content-Length. (Bug 1958)
     o MATE dissector bug with GOGs. (Bug 3010)
     o Changing fonts and deleting system time from preferences,
       results in wireshark crash. (Bug 3387)
     o ERF file starting with record with timestamp=3D0,1 or 2 not
       recognized as ERF file. (Bug 4503)
     o The SSL dissector can not correctly resemple SSL records when
       the record header is spit between packets. (Bug 4535)
     o TCP reassembly can call subdissector with incorrect TCP
       sequence number. (Bug 4624)
    o PTP dissector displays big correction field values wrong. (Bug
       4635)
     o MSF is at Anthorn, not Rugby. (Bug 4678)
     o ProtoField __tostring() description is missing in Wireshark's
       Lua API Reference Manual. (Bug 4695)
     o EVRC packet bundling not handled correctly. (Bug 4718)
     o Completely unresponsive when run very first time by root user.
       (Bug 4308)
   - Updated Protocol Support: DOCSIS, HTTP, SSL
   - Updated Capture File Support: ERF, PacketLogger.


   To generate a diff of this commit:
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/wireshark/distinfo

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu May 13 07:03:22 2010 UTC (14 years, 7 months ago) by tron
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Update "wireshark" package to version 1.2.8. Changes since 1.2.7:
- The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o The DOCSIS dissector could crash. (Bug 4644), (bug 4646) -->
    Versions affected: 0.9.6 to 1.0.12, 1.2.0 to 1.2.7
- The following bugs have been fixed:
  o HTTP parser limits with Content-Length. (Bug 1958)
  o MATE dissector bug with GOGs. (Bug 3010)
  o Changing fonts and deleting system time from preferences,
    results in wireshark crash. (Bug 3387)
  o ERF file starting with record with timestamp=0,1 or 2 not
    recognized as ERF file. (Bug 4503)
  o The SSL dissector can not correctly resemple SSL records when
    the record header is spit between packets. (Bug 4535)
  o TCP reassembly can call subdissector with incorrect TCP
    sequence number. (Bug 4624)
  o PTP dissector displays big correction field values wrong. (Bug
    4635)
  o MSF is at Anthorn, not Rugby. (Bug 4678)
  o ProtoField __tostring() description is missing in Wireshark's
    Lua API Reference Manual. (Bug 4695)
  o EVRC packet bundling not handled correctly. (Bug 4718)
  o Completely unresponsive when run very first time by root user.
    (Bug 4308)
- Updated Protocol Support: DOCSIS, HTTP, SSL
- Updated Capture File Support: ERF, PacketLogger.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Apr 4 11:40:25 2010 UTC (14 years, 8 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base
Branch point for: pkgsrc-2010Q1
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Update "wireshark" package to version 1.2.7. Changes since version 1.2.6:
Bug fixes:
- SNMPv3 Engine ID registration. (Bug 2426)
- Open file dialog always displayed when clicking anywhere on
  Wireshark. (Bug 2478)
- tshark reports wrong number of bytes on big dumpfiles with -z
  io,stat. (Bug 3205)
- Negative INTEGER number displayed as positive number in SNMP
  dissector. (Bug 3230)
- Add support for FT_BOOLEAN fields to wslua FieldInfo. (Bug 4049)
- Wireshark crashes w/ GLib error when trying to play RTP
  stream. (Bug 4119)
- Windows 2000 support has been restored. (Bug 4176)
- Wrong dissection on be_cell_id_list for bssmap. (Bug 4437)
- I/O Graph dropdown boxes not working correctly. (Bug 4487)
- Runtime Error when right-clicking field and selecting "Filter
  Field Reference". (Bug 4522)
- In GSM SMS PDU TPVPF showing wrong. (Bug 4524)
- Profinet: May be wrong defined byte meaning. (Bug 4525)
- GLib-CRITICAL ** Message. (Bug 4547)
- Certain EDP display filters trigger Wireshark/tshark runtime
  error. (Bug 4563)
- Some NCP frames trigger "Dissector bug, protocol NCP". (Bug 4565)
- The encapsulation abbreviation "bluetooth-h4" is ambiguous.(Bug 4613)
Updated Protocol Support:
- BSSMAP, DMP, GSM SMS, LDSS, NCP, PN/IO, PPP, SIP, SNMP

Requested by Alistair Crooks.

Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 30 08:46:15 2010 UTC (14 years, 10 months ago) by spz
Branches: pkgsrc-2009Q4
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +2 -2 lines
Pullup ticket 2980 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile		1.42
- pkgsrc/net/wireshark/distinfo		1.28
- pkgsrc/net/wireshark/patches/patch-ad	1.5

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Fri Jan 29 12:09:53 UTC 2010

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo
           pkgsrc/net/wireshark/patches: patch-ad

   Log Message:
   Update "wireshark" package to version 1.2.6. Changes since version 1.2.5:
   - Bug Fixes
     The following vulnerabilities have been fixed. See the security
     advisory for details and a workaround.
     - Babi discovered several buffer overflows in the LWRES
       dissector.
     The following bugs have been fixed:
     - Wireshark could crash while decrypting Kerberos data.
     - Address display filters hang Wireshark. (Bug 658)
     - PSML - structure context node missing. (Bug 1564)
     - Wireshark doesn't dynamically update the packet list. (Bug 1605)
     - LUA: There's no tvb_get_stringz() equivalent. (Bug 2244)
     - tvb_new_real_data is prone to memory leak. (Bug 3917)
     - Malformed OPC UA traffic makes Wireshark "freeze". (Bug 3986)
     - Analyze->Expert... doesn't show IP "Bad Checksum" errors. (Bug 4177)
     - Wireshark can't decrypt WPA(2)-PSK when passphrase is 63
       bytes. (Bug 4183)
     - RTP stream analysis: Wrong jitter values after clicking the
       refresh button. (Bug 4340)
     - Wireshark decodes bootp option 2 incorrectly. (Bug 4342)
     - Deleting SMI modules causes Wireshark to crash. (Bug 4354)
     - Wireshark decodes kerberos AS-REQ PADATA incorrect. (Bug 4363)
     - PDML output from TShark includes invalid characters. (Bug 4402)
     - Empty GPRS LLC S frames cause truncated data exception. (Bug 4417)
   - Updated Protocol Support
     BJNP, BOOTP/DHCP, DHCPv6, FIP, GPRS LLC, IEEE 802.11, IP,
     Kerberos, OPCUA, SCTP, SSL, ZRTP


   To generate a diff of this commit:
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/wireshark/distinfo
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/wireshark/patches/patch-ad

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jan 29 12:09:52 2010 UTC (14 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 lines
Update "wireshark" package to version 1.2.6. Changes since version 1.2.5:
- Bug Fixes
  The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  - Babi discovered several buffer overflows in the LWRES
    dissector.
  The following bugs have been fixed:
  - Wireshark could crash while decrypting Kerberos data.
  - Address display filters hang Wireshark. (Bug 658)
  - PSML - structure context node missing. (Bug 1564)
  - Wireshark doesn't dynamically update the packet list. (Bug 1605)
  - LUA: There's no tvb_get_stringz() equivalent. (Bug 2244)
  - tvb_new_real_data is prone to memory leak. (Bug 3917)
  - Malformed OPC UA traffic makes Wireshark "freeze". (Bug 3986)
  - Analyze->Expert... doesn't show IP "Bad Checksum" errors. (Bug 4177)
  - Wireshark can't decrypt WPA(2)-PSK when passphrase is 63
    bytes. (Bug 4183)
  - RTP stream analysis: Wrong jitter values after clicking the
    refresh button. (Bug 4340)
  - Wireshark decodes bootp option 2 incorrectly. (Bug 4342)
  - Deleting SMI modules causes Wireshark to crash. (Bug 4354)
  - Wireshark decodes kerberos AS-REQ PADATA incorrect. (Bug 4363)
  - PDML output from TShark includes invalid characters. (Bug 4402)
  - Empty GPRS LLC S frames cause truncated data exception. (Bug 4417)
- Updated Protocol Support
  BJNP, BOOTP/DHCP, DHCPv6, FIP, GPRS LLC, IEEE 802.11, IP,
  Kerberos, OPCUA, SCTP, SSL, ZRTP

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Jan 17 12:02:36 2010 UTC (14 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.37.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 20 21:03:00 2009 UTC (14 years, 11 months ago) by spz
Branches: pkgsrc-2009Q3
Diff to: previous 1.37.2.1: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.2.1: +2 -2 lines
Pullup ticket 2954 - requested by tonnerre
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile			1.40
- pkgsrc/net/wireshark/distinfo			1.27

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Dec 10 19:03:31 UTC 2009

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.2.4. Changes since version 1.2.3:
   - Bug Fixes
     - Can't RTP stream in both directions. (Bug 4120)
   - Updated Protocol Support
     DCERPC, IPFIX/Netflow, IPv4, NAS EPS, RTCP, TIPC


   To generate a diff of this commit:
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/wireshark/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tonnerre
   Date:           Sun Dec 20 19:25:34 UTC 2009

   Modified Files:
           pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update wireshark to version 1.2.5 in order to fix wpna-sec-2009-09.

   Changes since 1.2.4:
   Bugfixes:
    * The following vulnerabilities have been fixed. See the security advisory
      for details and a workaround.
    * The Daintree SNA file parser could overflow a buffer. (Bug 4294)
    * The SMB and SMB2 dissectors could crash. (Bug 4301)
    * The IPMI dissector could crash on Windows. (Bug 4319)
    * Wireshark does not graph rtp streams. (Bug 3801)
    * Wireshark showing extraneous data in a TCP stream. (Bug 3955)
    * Wrong decoding of gtp.target identification. (Bug 3974)
    * TTE dissector bug. (Bug 4247)
    * Upper case in Lua pref symbol causes Wireshark to crash. (Bug 4255)
    * OpenBSD 4.5 build fails at epan/dissectors/packet-rpcap.c. (Bug 4258)
    * Incorrect display of stream data using "Follow tcp stream" option.
      (Bug 4288)
    * Custom RADIUS dictionary can cause a crash. (Bug 4316)

   Updated Protocol Support:
    * DAP, eDonkey, GTP, IPMI, MIP, RADIUS, RANAP, SMB, SMB2, TCP, TTE, VNC,
      X.509sat

   Updated Capture File Support:
    * Daintree SNA.


   To generate a diff of this commit:
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/wireshark/distinfo

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Dec 20 19:25:34 2009 UTC (14 years, 11 months ago) by tonnerre
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base
Branch point for: pkgsrc-2009Q4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Update wireshark to version 1.2.5 in order to fix wpna-sec-2009-09.

Changes since 1.2.4:
Bugfixes:
 * The following vulnerabilities have been fixed. See the security advisory
   for details and a workaround.
 * The Daintree SNA file parser could overflow a buffer. (Bug 4294)
 * The SMB and SMB2 dissectors could crash. (Bug 4301)
 * The IPMI dissector could crash on Windows. (Bug 4319)
 * Wireshark does not graph rtp streams. (Bug 3801)
 * Wireshark showing extraneous data in a TCP stream. (Bug 3955)
 * Wrong decoding of gtp.target identification. (Bug 3974)
 * TTE dissector bug. (Bug 4247)
 * Upper case in Lua pref symbol causes Wireshark to crash. (Bug 4255)
 * OpenBSD 4.5 build fails at epan/dissectors/packet-rpcap.c. (Bug 4258)
 * Incorrect display of stream data using "Follow tcp stream" option. (Bug 4288)
 * Custom RADIUS dictionary can cause a crash. (Bug 4316)

Updated Protocol Support:
 * DAP, eDonkey, GTP, IPMI, MIP, RADIUS, RANAP, SMB, SMB2, TCP, TTE, VNC,
   X.509sat

Updated Capture File Support:
 * Daintree SNA.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Dec 10 19:03:31 2009 UTC (15 years ago) by tron
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Update "wireshark" package to version 1.2.4. Changes since version 1.2.3:
- Bug Fixes
  - Can't RTP stream in both directions. (Bug 4120)
- Updated Protocol Support
  DCERPC, IPFIX/Netflow, IPv4, NAS EPS, RTCP, TIPC

Revision 1.37.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 2 07:14:40 2009 UTC (15 years, 1 month ago) by spz
Branches: pkgsrc-2009Q3
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Pullup ticket 2924 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile		1.38
- pkgsrc/net/wireshark/distinfo		1.25

   -------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Oct 28 11:53:40 UTC 2009

   Modified Files:
   	pkgsrc/net/wireshark: Makefile distinfo

   Log Message:
   Update "wireshark" package to version 1.2.3. Changes since version 1.2.2:
   - The following vulnerabilities have been fixed. See the security
     advisory for details and a workaround.
     o The Paltalk dissector could crash on alignment-sensitive
       processors. (Bug 3689)
       Versions affected: 1.2.0 to 1.2.2
     o The DCERPC/NT dissector could crash.
       Versions affected: 0.10.10 to 1.2.2
     o The SMB dissector could crash.
       Versions affected: 1.2.0 to 1.2.2
   - The following bugs have been fixed:
     o Wireshark memory leak with each file open and/or display
       filter change. (Bug 2375)
     o DHCP Dissector displays negative lease time. (Bug 2733)
     o Invalid advertised window line on tcptrace style graph. (Bug
       3417)
     o SMB get_dfs_referral referral entry is not dissected
       correctly. (Bug 3542)
     o Error dissecting eMule sourceOBFU message. (Bug 3848)
     o Typos in Diameter XML files. (Bug 3878)
     o RSL dissector for MS Power IE is broken. (Bug 4017)
     o Manifest problem in 1.2.2 Win64 build. (Bug 4024)
     o FIP dissector throws assertion. (Bug 4046)
     o TCAP problem with indefinite length 'components' SEQ OF. (Bug
       4053)
     o GSM MAP: an-APDU not decoded. (Bug 4095)
     o Add "Drag and Drop entries..." message on Columns preferences
       page. (Bug 4099)
     o Editcap -t and -w option parses fractional digits incorrectly.
       (Bug 4162)
   - Updated Protocol Support
     DCERPC NT, DHCP, Diameter, E.212, eDonkey, FIP, IPsec, MGCP, NCP,
     Paltalk, RADIUS, RSL, SBus, SMB, SNMP, SSL, TCP, Teamspeak2, WPS


   To generate a diff of this commit:
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/wireshark/distinfo

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Oct 28 11:53:40 2009 UTC (15 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Update "wireshark" package to version 1.2.3. Changes since version 1.2.2:
- The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o The Paltalk dissector could crash on alignment-sensitive
    processors. (Bug 3689)
    Versions affected: 1.2.0 to 1.2.2
  o The DCERPC/NT dissector could crash.
    Versions affected: 0.10.10 to 1.2.2
  o The SMB dissector could crash.
    Versions affected: 1.2.0 to 1.2.2
- The following bugs have been fixed:
  o Wireshark memory leak with each file open and/or display
    filter change. (Bug 2375)
  o DHCP Dissector displays negative lease time. (Bug 2733)
  o Invalid advertised window line on tcptrace style graph. (Bug
    3417)
  o SMB get_dfs_referral referral entry is not dissected
    correctly. (Bug 3542)
  o Error dissecting eMule sourceOBFU message. (Bug 3848)
  o Typos in Diameter XML files. (Bug 3878)
  o RSL dissector for MS Power IE is broken. (Bug 4017)
  o Manifest problem in 1.2.2 Win64 build. (Bug 4024)
  o FIP dissector throws assertion. (Bug 4046)
  o TCAP problem with indefinite length 'components' SEQ OF. (Bug
    4053)
  o GSM MAP: an-APDU not decoded. (Bug 4095)
  o Add "Drag and Drop entries..." message on Columns preferences
    page. (Bug 4099)
  o Editcap -t and -w option parses fractional digits incorrectly.
    (Bug 4162)
- Updated Protocol Support
  DCERPC NT, DHCP, Diameter, E.212, eDonkey, FIP, IPsec, MGCP, NCP,
  Paltalk, RADIUS, RSL, SBus, SMB, SNMP, SSL, TCP, Teamspeak2, WPS

Revision 1.34.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 23 12:47:13 2009 UTC (15 years, 2 months ago) by spz
Branches: pkgsrc-2009Q2
Diff to: previous 1.34.2.1: preferred, colored; branchpoint 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34.2.1: +2 -2 lines
Pullup ticket 2899 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile		by patch
- pkgsrc/net/wireshark/PLIST		by patch
- pkgsrc/net/wireshark/distinfo		by patch

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sat Sep 19 06:36:19 UTC 2009

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

   Log Message:
   Update "wireshark" package to version 1.2.2. Changes since version 1.2.1:
   - The following vulnerabilities have been fixed. See the security
     advisory for details and a workaround.
     - The GSM A RR dissector could crash.
       Versions affected: 1.2.0 to 1.2.1
     - The OpcUa dissector could use excessive CPU and memory.
       Versions affected: 0.99.6 to 1.0.8, 1.2.0 to 1.2.1
     - The TLS dissector could crash on some platforms.
       Versions affected: 1.2.0 to 1.2.1
   - The following bugs have been fixed:
     - The "Capture->Interfaces" window can't be closed. (Bug 1740)
     - tshark-1.0.2 (dumpcap) signal abort core saved. (Bug 2767)
     - Memory leak fixes. (Bug 3330)
     - Display filter autocompletion doesn't work for some RADIUS and
       WiMAX ASNCP fields. (Bug 3538)
     - Wireshark Portable includes wrong WinPcap installer. (Bug
       3547)
     - Crash when loading a profile. (Bug 3640)
     - The proto,colinfo tap doesn't work if the INFO column isn't
       being printed. (Bug 3675)
     - Flow Graph adds too much unnecessary garbage. (Bug 3693)
     - The EAP Diameter dictionary file was missing in the
       distribution. (Bug 3761)
     - Graph analysis window is behind other window. (Bug 3773)
     - IKEv2 Cert Request payload dissection error. (Bug 3782)
     - DNS NAPTR RR (RFC 3403) replacement MUST be a fully qualified
       domain-name. (Bug 3792)
     - Malformed RTCP Packet error while sending Payload specific
       RTCP feedback packet( as per RFC 4585). (Bug 3800)
     - 802.11n Block Ack packet Bitmap field missing. (Bug 3806)
     - Wireshark doesn't decode WBXML/ActiveSync information
       correctly. (Bug 3811)
     - Malformed packet when IPv6 packet has Next Header =3D=3D 59. (Bug
       3820)
     - Wireshark could crash while reading an ERF file. (Bug 3849)
     - Minor errors in gsm rr dissectors. (Bug 3889)
     - WPA Decryption Issues. (Bug 3890)
     - GSM A RR sys info dissection problem. (Bug 3901)
     - GSM A RR inverts MEAS-VALID values. (Bug 3915)
     - PDML output leaks ~300 bytes / packet. (Bug 3913)
     - Incorrect station identifier parsing in Kingfisher dissector.
       (Bug 3946)
     - DHCPv6, Vendor-Specific Informantion, SubOption"Option
       Request" parser incorrect. (Bug 3987)
     - Wireshark could leak memory while analyzing SSL.
     - Wireshark could crash while updating menu items after reading
       a file in some cases.
     - The Mac OS X ChmodBPF script now works correctly under Snow
       Leopard.
   - Updated Protocol Support
     DCERPC, DHCPv6, DNS, E.212, GSM A RR, GTPv2, H.248, IEEE 802.11,
     IPMI, ISAKMP/IKE, ISUP, Kingfisher, LDAP, OpcUA, RTCP, SCTP, SIP,
     SSL, TCP, WBXML, ZRTP
   - Updated Capture File Support
     ERF


   To generate a diff of this commit:
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/wireshark/PLIST
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/wireshark/distinfo

Revision 1.37: download - view: text, markup, annotated - select for diffs
<