summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2015-01-25Add test target and some commented variables for easier debugging.wiz1-1/+7
2015-01-25Add more error handling in UUID patch. Bump PKGREVISION.wiz4-14/+23
2015-01-23tell pidfile nameobache3-3/+6
2015-01-21Update to 0.82:wiz2-6/+6
**** 0.82 Jan 20, 2015 Fix rt.cpan.org #100385 Support for IPv6 link-local addresses with scope_id
2015-01-21Create ${VARBASE}/db/openntpd for the driftfile. From Paul B. Henson.wiz1-2/+3
Bump PKGREVISION.
2015-01-21Move manifest into proper subdir. From Paul B. Henson.wiz1-0/+0
2015-01-20Do not enable ads on Darwin-10+ by default.wiz1-2/+6
Fixes PR 49590 by Youri Mouton.
2015-01-20Updated net/ocaml-ipaddr to version 2.5.0. Changes include:jaapb4-10/+29
* Add `with sexp` (de)serializers to all of the Ipaddr and Macaddr types. * Add `Ipaddr.V6.Prefix.of_netmask` for conversion from an IPv6 address/netmask to prefix (useful for some binary interfaces). * Add `Ipaddr.V6.Prefix.netmask` to generate a netmask address from a prefix (useful for some binary interfaces). * Add `Ipaddr.Prefix.network` for generic prefix -> address conversion * Add `Ipaddr.Prefix.netmask` for generic prefix -> netmask conversion * Add `Ipaddr.V4.Prefix.of_netmask` for conversion from an address/netmask to prefix * Add `Ipaddr.V4.Prefix.netmask` to generate a netmask address from a prefix * Add an [Ipaddr_unix] module to convert to-and-from the standard library. * Add a toplevel pretty printer in the `ipaddr.top` package. * Add `of_string_raw` to `Ipaddr.V4.Prefix` and `Ipaddr.V6.Prefix` * Add `of_addr` to `Ipaddr.V4.Prefix` and `Ipaddr.V6.Prefix` * Add type `('v4,'v6) v4v6` to `Ipaddr` to represent version disjuncts * Add `Ipaddr.Prefix` module for generic prefix manipulation * Change `Ipaddr.V4.make` to accept `int` rather than `int32` (breaking) * Add IPv6 support * Add generic IP address support * Add type `scope` for classifying address scopes * Add `Ipaddr.V4.of_string_raw` for parsing inside of larger strings * Add `Ipaddr.V4.to_int16` and `Ipaddr.V4.of_int16` * Add `unspecified`, `nodes`, and `routers` constants to `Ipaddr.V4` * Add `Ipaddr.V4.Prefix.network_address` to put an address into a subnet * Add `of_address_string_exn`, `of_address_string`, `to_address_string`, `to_address_buffer` to `Ipaddr.V4.Prefix` to parse/print combined addr/prefix * Add `multicast_org`, `multicast_admin`, `multicast_link` subnet constants to `Ipaddr.V4.Prefix` * Add `Ipaddr.V4.scope` to classify IPv4 addresses * Add `Ipaddr.V4.is_global` and `Ipaddr.V4.is_multicast` predicates * Add optional `sep:char` argument to `Macaddr.to_string` * Remove internal use of Scanf.scanf
2015-01-20Revbump associated with update of lang/ocaml.jaapb4-7/+8
2015-01-20Add ruby-net-dhcp.fhajny1-1/+2
2015-01-20Add SMF manifestwiz1-0/+40
2015-01-20Update to 5.7p2 based on PR 49583 by Paul B. Henson.wiz4-18/+40
2015-01-20 OpenNTPD 5.7p2 * Switched the drift file from an unscaled frequency offset to ppm. The latter format is compatible with that of ntp.org. This allows easy switching between ntpd daemons * Fixed a memory leak in DNS lookups. * Added support for setting the process title on Linux and OS X. The different processes are now possible to tell apart by role in the process list. * Import NetBSD support. * Various bugfixes and refinements from the community. 2015-01-08 OpenNTPD 5.7p1 * Support for a new build infrastructure based on the LibreSSL framework. Source code is integrated directly from the OpenBSD tree with few manual changes, easing maintenance. * Removed support for several OSes pending test reports and updated portability code. * Supports the Simple Network Time Protocol version 4 as described in RFC 5905 * Added route virtualization (rdomain) support. * Added ntpctl(8), which allows for querying ntpd(8) at runtime. * Finer-grained clock adjustment via adjfreq / ntp_adjtime where available. * Improved latency on heavily-loaded machines.
2015-01-20Prepare patch-aa for upstreaming.wiz3-18/+19
Extend to FreeBSD. Bump PKGREVISION.
2015-01-20Add upstream bug report URL.wiz2-3/+6
2015-01-20Fix owin calculation on 64bit machine. These subtraction must be doneenami2-1/+21
in 32bit always.
2015-01-20Add radsecproxy.he1-1/+2
2015-01-20Add radsecproxy version 1.6.6 to pkgsrc.he4-0/+41
radsecproxy is a generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports. There is also experimental support for TCP and DTLS.
2015-01-20Fix -O option to produce correct pcap file when time_t is 64bit.enami2-1/+22
As described in pcap.h, pcap_pkthdr is not suitable for on-disk format.
2015-01-19Import net-dhcp as net/ruby-net-dhcp.fhajny4-0/+45
The aim of Net::DHCP is to provide a set of classes to low level handle the DHCP protocol (rfc2131, rfc2132, etc.). With Net::DHCP you will be able to craft custom DHCP packages and have access to all the fields defined for the protocol.
2015-01-19add patch to help configure find blowfish headers from opensslwiedi2-1/+16
2015-01-19Style changes requested by upstream. No functional change intended.wiz2-14/+15
2015-01-19Update to 3.10.0.2:wiz2-6/+6
3.10.0.2 (2015-01-16) - Fix a crash if a keyfile has been configured for SFTP and this file has become missing or corrupted - *nix, OS X: Fix permissions on files uploaded via SFTP. 3.10.0.1 (2015-01-12) - TLS handshakes no longer stall if the server sends ginormous packets during the handshake that do not fit into a single TLS record - Fix loading and saving the same queue item multiple times - Post-login commands now work with the protocol set to plain FTP - MSW: Allow uploading files that are locally opened for writing by another program - OS X: Fix layout issues in search dialog and filter conditions dialog
2015-01-19fixes broken "ssl" configure option behavior.obache3-9/+9
2015-01-18Update to 3.10.0:wiz3-9/+131
3.10.0 (2015-01-07) - Fixed default file exists actions broken by rc1 3.10.0-rc2 (2015-01-03) + Added Welsh translation + Data type indicator in the status bar now reacts to left-clicks as well - MSW: Fix crash when displaying the drive list 3.10.0-rc1 (2014-12-29) + Reduced memory consumption of large queues + Preliminary support for Windows 10 technical preview + MSW: FileZilla running on a 64bit Windows can now use up to 4GiB of RAM, up from 2GiB - Fixed memory leaks in SFTP component - Fixed fzsftp crashing on disconnect if using keyfiles - Various code cleanup and minor fixes 3.10.0-beta3 (2014-12-19) + The search dialog now has checkboxes to only search for files or directories + In the file lists, Ctrl+Shift+N can now be used to create new directories + Added an additional icon theme + Small performance improvements parsing large directory listings + Updated SFTP components from PuTTY - Fixed applying file exists actions to files currently in the queue - Don't send the PBSZ and PROT commands to servers that have rejected AUTH TLS/SSL 3.10.0-beta2 (2014-12-05) - Fixed uploads constantly timing out - Log abbreviation now works correctly when cancelling a pending connection retry - Fixed a timing issue in the updater. Users of 3.10.0-beta1 need to update manually. - Speed limits no longer reset when opening the settings dialog - Fix reporting of transfer progress - Theme preview in the settings dialog now properly displays non-standard theme sizes 3.10.0-beta1 (2014-12-03) + FTP over TLS is now used by default if the server supports it. Use of plain FTP can be enforced for a server in the Site Manager + Connection handling and transferring files has been moved into its own thread to improve GUI responsivenes + The message log now only shows abbreviated logs unless an error occurs + Added option to pre-allocate disk space when downloading files + Files editing can now be started from the search dialog + Directory trees and the Site Manager tree can now be drag-scrolled + *nix: FileZilla no longer depends on libidn if getaddrinfo supports AI_IDN 3.9.0.6 (2014-10-16) ! Disabled support for legacy SSL 3.0 to address the POODLE vulnerability in SSLv3. (CVE-2014-3566) - Fixed generic proxy support in IPv6 environments - Small improvements of control sizes on high-dpi displays - OS X: Fix Drag&Drop while holding down the Ctrl key (or equivalent) - Fix potential crash dragging files over an empty list 3.9.0.5 (2014-09-06) - Fix auto-updater not being able to download updates 3.9.0.4 (2014-09-06) - MSW: Fixed crash if starting file rename in an unusual way - OS X: Fixed a bug im wxWidgets so that a right-click after a left-click no longer counts as double-click - OS X: Fixed pasting of passwords into the "Enter password" dialog - OS X: Fixed context menu site manager tree not working - *nix, OS X: Fixed context menu of search dialog not working - Fixed loading of resources if FileZilla is installed in a directory containing the # character - Fixed support for SOCKS4 proxies - Attempt reading settings from temporary backup files if loading of settings files fails
2015-01-18bulk build wants opensslwiedi2-2/+4
2015-01-18bulk build wants zlibwiedi1-1/+2
2015-01-18bulk build wants opensslwiedi2-2/+4
2015-01-17Add a patch to unbreak building on Mac OS X. From Sevan Janiyan inbsiegert2-1/+17
PR pkg/49524.
2015-01-17Update get_iplayer to 2.91prlw13-12/+12
Version 2.91 -- Sun, 21 Dec 2014 * suppress warnings for > 32-bit dates in obsolete Perl versions * Fudge a thumbnail for S4C * Added S4C to live tv, changed HDS manifest URLs * Enable --aactomp3 with HLS * Deal with obsolete live tv modes * Updated thumbnail size help text * Use correct URI escape method * HLS tweaks * Don't rely on order of version types in programme metadata (2nd try) * Revert "Don't rely on order of version types in programme metadata" * Don't rely on order of version types in programme metadata * Web PVR accessibility improvements * Fixes for 2c381ae9c08a8a55cc84dbb05a86e66548315976 * Web PVR: When the description column for a result is clicked, open the info page in a new tab. * Add better checks for missing data to brand/series parsing * Check 3 levels for programme brand * Use media_file_size attribute if available * Make clear that {hls,ffmpeg}*opts only apply to re-muxing/encoding of download or output file * Copy authentication params to derived HLS playlist URLs * Windows installer 4.10 * Updated GitHub repo location * Allow 3 category levels * Always print warning if no programme versions found * Added S4C to channels * Revert "Added support for live radio Shoutcast streams" * Added support for live radio Shoutcast streams * Added HLS mode warnings about missing ffmpeg * More improvements to multiple/missing versions * Improve handling of multiple/missing versions * Always call get_metadata() in download_retry_loop() * Fixed skipped call to get_metadata() when AtomicParsley not installed * Backstop <desc> with <descshort> * Copy firstbcast/lastbcast when replacing default with iplayer version * Revamped replacement of missing default version by iplayer version * Added larger thumbnail sizes * Always use iplayer version as default if found * Don't force episode numbers into cache episode field * Added support for HLS streaming and restored live tv * Ignore --quiet with --stdout * Tidy XML::Simple warnings * Added tagging options for new metadata processing * Changes to <episode> <nameshort> <desclong> * Added verbose message to print programme metadata URL * Revert "Added verbose message to indicate if new metadata code is used" * Added verbose message to indicate if new metadata code is used * Change web scraping with now-obsolete metadata extraction code * Strip line breaks for --info output * Add long description to Kodi/Freevo metadata * Fix long description parsing * Tidy up episode number insertion * Updated SWF player URL * tighten PID check in get_metadata * Fixed versions parsing in JSON playlist * Fixed versions parsing from programme metadata * Implemented brand/series parsing for cache * Added --refresh-abortonerror option * Implemented ION feeds for tv and radio * Don't allow --info with --pvr * Segment channels into groups (national, regional, local) * Use /programmes data endpoints as primary source for metadata * Misc metadata cleanup * Cygwin changes #2 * Suppress "Added:" messages with --quiet * Web PVR: fixed escaping in form post parsing * Cygwin changes * Switch to mediaselector 5 API, added --mediaselector (2nd attempt) * Revert "Switch to mediaselector 5 API, added --mediaselector" * Fix application of --whitespace to final file/path * Switch to mediaselector 5 API, added --mediaselector * Suppress spurious errors in PVR log. * Apply JSON parsing fix to radio programmes * Fixed json playlist parsing to avoid "warning" vpids * Fixed sanitising --file-prefix and --subdir-format * Fixes for --pvr-queue with multiple PIDs * Web PVR: add /usr/local/bin/get_iplayer to search list * Prevent duplicate default versions if JSON playlist used * Use brand/series thumbnails in radio cache * Restore subcategories in metadata * Revert "add subcategories after the main categories in the 'catergories' property" * add subcategories after the main categories in the 'catergories' property * Fix episode number search * Fixed web pvr imports for ancient versions of URI::Escape * Add BBC Sport as a masterbrand to fetch
2015-01-17Add upstream bug report URL.wiz4-9/+9
2015-01-17Update to 0.12.7:wiz2-7/+6
0.12.7 ====== Changes since 0.12.6: - Remove use of deprecated INCLUDES. - Fix GUPnPDIDLLiteObject namespace getters. - Avoid warnings on missing protocol info. - Require vapigen 0.22 to avoid endless loop on VAPI generation. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=740265 - https://bugzilla.gnome.org/show_bug.cgi?id=741103 - https://bugzilla.gnome.org/show_bug.cgi?id=741555 - https://bugzilla.gnome.org/show_bug.cgi?id=740365 All contributors to this release: - Sven Neumann <neumann@teufel.de> - Jens Georg <mail@jensge.org> - Philip Withnall <philip.withnall@collabora.co.uk>
2015-01-17Update to 0.20.13:wiz5-62/+7
0.20.13 ======= Changes since 0.20.12: - Fix cyclic includes. - Avoid redefinition of symbols. - Fix missing function declaration. - Don't check von connman.pc. - Allow actions without arguments. - Respect "prefer_bigger" even if there is no icon size. - DOAP fixes. - Fix VAPI generation. - Fix reference counting. - Port to new libsoup API. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=722696 - https://bugzilla.gnome.org/show_bug.cgi?id=731209 - https://bugzilla.gnome.org/show_bug.cgi?id=731457 - https://bugzilla.gnome.org/show_bug.cgi?id=733241 - https://bugzilla.gnome.org/show_bug.cgi?id=740267 - https://bugzilla.gnome.org/show_bug.cgi?id=742075 All contributors to this release: - Jens Georg <mail@jensge.org> - Sven Neumann <neumann@teufel.de> - Jussi Kukkonen <jku@goto.fi> - Olav Vitters <olav@vitters.nl> - Etienne Peron <etienne.peron@parrot.com> - Andre Klapper <a9016009@gmx.de>
2015-01-17Update to 2.48.1. shlib not bumped despite the interesting changelogwiz5-62/+13
below. Changes in libsoup from 2.48.0 to 2.48.1: * Fixed a bug in the SoupMessage:event signal that broke evolution's ability to connect to https hosts with "bad" certificates. [#739951, Dan Winship] * Fixed a case where the async codepaths could potentially block on a synchronous write [#727138, Dan Winship] * Fixed the symbol soup_server_set_ssl_cert_file() to get exported, and added soup_server_get_uris() to the documentation. [Tristan Van Berkom] * Improved a bunch of introspection annotations [#729987, Evan Nemerson] * Clarified some documentation. [Tristan Van Berkom, Dan Winship] * Fixed Windows build, twice [#738003, Kouhei Sutou, and #738551, Kalev Lember]. * Updated translations: Bengali (Indian), Chinese (Traditional), Italian, Latvian, Serbian, Telugu, Ukranian Changes in libsoup from 2.47.92 to 2.48.0: * Updated translations: Bengali (India), Danish, German, Hindi, Kannada, Punjabi Changes in libsoup from 2.47.4 to 2.47.92: * Fixed a crash in SoupCache when receiving certain invalid Cache-Control headers. [#733587, Raveendra Karu] * Updated translations: Assamese, Basque, Catalan (Valencian), Catalan, Chinese (Traditional), French, Gujarati, Hungarian, Indonesian, Korean, Marathi, Norwegian bokmål, Oriya, Polish, Swedish, Tamil Changes in libsoup from 2.47.3 to 2.47.4: * Fixed two crashes that could occur in multithreaded use (in particular, with the latest git gvfs). [#732783, #732925, Ross Lagerwall] * Fixed the handling of data: URIs with base64-encoded data but no explicit MIME type. [#732112, Raveendra Karu]. Added tests for this and other data: URI cases. [Dan] * Fixed a bug in SoupAuthNTLM that affected 28-character-long passwords. [#732087, David Woodhouse] * Fixed tests to pass with GLib git master (which warns if you use deprecated GObject properties, and which also caught a mutex-handling bug in test-utils.c) * Updated translations: Galician, Greek, Lithuanian, Russian Changes in libsoup from 2.46.0 to 2.47.3: * Added new-and-improved SoupServer API, and deprecated much of the existing API: * Servers can now listen on multiple ports, including listening on both IPv4 and IPv6 (which is the default behavior when using the new API), or serving both http and https from a single SoupServer. * You can create a SoupServer from an existing listening socket (either a file descriptor or a GSocket). * When using the new APIs, SoupServer now obeys the thread-default GMainContext rather than using the :async-context property. * soup_server_set_ssl_cert_file() allows setting the certificate and key files with feedback if it fails (unlike the old construct-time "ssl-cert-file" and "ssl-key-file" properties, which fail with a g_warning() and a NULL return from g_object_new() if they fail). * SoupClientContext has new methods that return GSocket and GSocketAddress, rather than SoupSocket and SoupAddress. * SoupSession now has a :tls-interaction property, which can be used to add a GTlsInteraction to a session, allowing it to provide a client-side certificate if the server requests one. [#334021, Colin Walters] * soup_session_abort() no longer tries to close active connections, which was causing crashes in evolution [rh#1093314] * Fixed a GMainContext-handling bug that could cause crashes in gstreamer's souphttpsrc. [#729737, Dmitry Shatrov] * Fixed a memory leak when requesting to delete a cookie that didn't exist [Joseph Artsimovich] * Updated translations: Brazilian Portuguese, Czech, Hebrew, Spanish Changes in libsoup from 2.45.92 to 2.46.0: * (No changes, just a version bump) Changes in libsoup from 2.45.90 to 2.45.92: * Fixed problems with using an http proxy on port 80. [patch from Slava Monich on libsoup-list] * Plugged a small per-connection leak. [patch from Slava Monich on libsoup-list] * Belatedly bumped up the glib requirement to 2.38, which is required for the TAP driver. * Fixed up some leftover issues from the test porting to gtestutils: test-utils: change http_debug command-line flag xmlrpc-test: use g_test_skip() redirect-test: remove a flaky test auth-test: remove some erroneous SKIP_IF_NO_APACHEs tests: split up some test programs into more tests tests: remove debug_printf()s that are redundant with test names tests: use g_test_bug() to annotate test cases Changes in libsoup from 2.45.3 to 2.45.90: * Fixed a problem where libsoup would use the "http" proxy settings for "https" requests [#724316, Matt Barnes] * Updated SoupContentSniffer to match the current version of the MIME sniffing specification [#648849 / #715126, Gustavo Noronha Silva] * Updated the soup-tld APIs to accept ASCII-encoded hostnames in addition to UTF-8 ones. * Ported the test programs to the gtestutils framework, added support for installed tests, and made the tests use the TAP driver. Some tests still need to be split up into more pieces, and the debug output is now somewhat less useful in some cases. * Fixed the test programs to not depend on local proxy settings. * Added some more checks to header-tests [#722341, Lionel Landwerlin] * Fixed the "simple-proxy" example program, which had been broken for a while. * Updated translations: Korean Changes in libsoup from 2.44.1 to 2.45.3: * The documentation has finally been updated to reflect the new APIs added in 2.42. * Added GBytes-valued :request-body-data and :response-body-data properties to SoupMessage, which should help some bindings. * We now set TCP_NODELAY on sockets, improving throughput a bit. In particular, this avoids an unnecessary extra round trip in the TLS handshake. * The SoupSession APIs that return GErrors now return the actual underlying gio errors in the event of connection failures and the like. * Updated the copy of the Public Suffix list used by soup-tld. * Fixed a hang with internet radio streams in Rhythmbox (and some other places). [#710494, Dan] * Fixed a connection leak when cancelling the close of a message GInputStream. [#711260, Dan] * Updated the soup_server_pause_message() / soup_server_unpause_message() documentation to clarify when you can and can't call them. [#710602, Philip Withnall] * soup_message_set_request() and soup_message_set_response() now g_warn_if_fail() if you pass an invalid Content-Type. (And they also have better introspection annotations.) [#686766, Dan] * Plugged a few memory leaks [#711085, Christophe Fergeau] * Fixed connection-test to pass with current glib [#711361, Colin Walters] * session-test now passes when run against the dummy TLS backend (ie, if you don't have glib-networking installed), as long as you have the latest glib. * Fixed build with -Werror=format-nonliteral [#720082, Ryan Lortie] * Fix build with --without-ntlm [#710267, Dan] * Fixed a few warnings [Dan, Fabiano Fidêncio] * Tests are now more verbose by default under "make check", since current automake just redirects all the output to a log file anyway. * Updated translations: Chinese
2015-01-17Update to 0.14.11:wiz2-7/+6
0.14.11 ======= - Fix memory leak in GSSDPClient. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=737870 All contributors to this release: - Richard Röjfors <richard@puffinpack.se> - Jens Georg <mail@jensge.org> 0.14.10 ======= - DOAP fixes - Fix SSDP when running on the same host. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=733851 All contributors to this release: - Olav Vitters <olav@vitters.nl> - Jussi Kukkonen <jku@goto.fi> - Jens Georg <mail@jensge.org> - Andre Klapper <a9016009@gmx.de>
2015-01-17Define and use MASTER_SITE_OPENBSD.obache1-4/+2
2015-01-17remove unavailable one from MASTER_SITES.obache1-2/+1
2015-01-16Update to 20141125. Sorry, changelog is only available in Japanese.sborrill2-6/+6
2015-01-16Update to 0.10:wiz2-6/+6
0.10 - Lovely Endless Grass =========================== * Support well-known URLs (by Mathieu Dupuy) * Fix collection discovery (by Markus Unterwaditzer) * Reload logger config on SIGHUP (by Élie Bouttier) * Remove props files when deleting a collection (by Vincent Untz) * Support salted SHA1 passwords (by Marc Kleine-Budde) * Don't spam the logs about non-SSL IMAP connections to localhost (by Giel van Schijndel)
2015-01-15Update 0.7.12 to 0.7.13mef2-6/+6
lldpd (0.7.13) * Fix: + Unbreak customization of Unix socket path from command line.
2015-01-12Update mikutter to 3.2.2.obache2-6/+6
* fixes crash with missing source for extraction tab. * fixes always UTC timezone with Ruby2.2.
2015-01-12Avoid ambiguous abs() call.jperkin2-3/+14
2015-01-11Update to 0.9:wiz3-19/+21
0.9 - Rivers ============ * Custom handlers for auth, storage and rights (by Sergey Fursov) * 1-file-per-event storage (by Jean-Marc Martins) * Git support for filesystem storages (by Jean-Marc Martins) * DB storage working with PostgreSQL, MariaDB and SQLite (by Jean-Marc Martins) * Clean rights manager based on regular expressions (by Sweil) * Support of contacts for Apple's clients * Support colors (by Jochen Sprickerhof) * Decode URLs in XML (by Jean-Marc Martins) * Fix PAM authentication (by Stepan Henek) * Use consistent etags (by 9m66p93w) * Use consistent sorting order (by dnnr) * Return 401 on unauthorized DELETE requests (by Eduard Braun) * Move pid file creation in child process (by Mathieu Dupuy) * Allow requests without base_prefix (by jheidemann)
2015-01-10Simplify PKGNAME.wiz3-6/+7
2015-01-10Update to 2015.01.10.2; the usual bugfixes and new extractors.wiz2-6/+6
2015-01-10Fix distfile checksum, PR pkg/49552roy3-12/+12
2015-01-09Not MAKE_JOBS_SAFE.joerg1-1/+4
2015-01-09Fix buiding py-netsnmpadam3-12/+10
2015-01-08Update "wireshark" package to version 1.10.12. Changes since 1.10.11:tron2-6/+6
- 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)
2015-01-08Remove patch after 2.48 update.wiz1-16/+0
2015-01-07Newer illumos has inotify and the inotify code needs FIONREADwiedi2-1/+18