summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2012-10-07Remove freewais-sf. This project has been dead for ~10 years.bad34-777/+1
2012-10-07net/libfetch: Fix for gcc4.7marino1-1/+6
When building with gcc4.7, libfetch fails with the following error: ftp.c: In function 'unmappedaddr': ftp.c:149:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] cc1: all warnings being treated as errors *** Error code 1 The code is intentionally grouping an array of four uint8_t bytes into a uint32_t word. Add -Wno-strict-aliasing in makefile to fix build in gcc4.7.
2012-10-06Import gupnp-dlna-0.6.6 as net/gupnp-dlna.ryoon5-0/+93
GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. GUPnP DLNA is a small utility library that aims to ease the DLNA-related tasks such as media profile guessing, transcoding to a given profile, etc. GUPnP DLNA is free software released under the GNU LGPL.
2012-10-06Update 0.2.1ryoon4-36/+11
Changelog: ******************* * GUPnP IGD 0.2.1 * ******************* - Restore the "main-context" property so that outsider can use the GUPnPIgdThread's GMainContext for timers, etc
2012-10-06Recursive bump from net/gssdp.ryoon3-6/+6
2012-10-06Update to 0.8.4ryoon4-31/+31
0.8.4 ===== Changes since 0.8.3: - Autotools use has been modernized. - Minor code clean-up. gupnp-av-cp: - Fix issue that DIDL dialog was empty on next usage when user pressed ESC to close it. - Add XML pretty-printing to DIDL dialog. - Use GtkSourceView for DIDL dialog when available during build-time. gssdp-discover: - A new simple SSDP discovery tool. gupnp-upload: - Fix compiling with -Wall. - Set empty item id as mandated by UPnP. Bugs fixed: https://bugzilla.gnome.org/show_bug.cgi?id=655562 https://bugzilla.gnome.org/show_bug.cgi?id=655563 https://bugzilla.gnome.org/show_bug.cgi?id=655579 https://bugzilla.gnome.org/show_bug.cgi?id=654979 https://bugzilla.gnome.org/show_bug.cgi?id=659315 https://bugzilla.gnome.org/show_bug.cgi?id=659316 All contributors: Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Thijs Vermeir <thijsvermeir@gmail.com> 0.8.3 ===== Another micro release that fixes all the UI issues introduce in the last release due to port to newer gtk+/glade. All contributors: Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.8.2 ===== Changes since 0.8.1: - Fix icon name in a warning message. - Clear the (obsolete) ChangeLog file. Dependencies changed: - Require and adapt to gtk+ >= 3.0.0. All contributors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Jens Georg <mail@jensge.org> Sven Neumann <s.neumann@raumfeld.com> Luis de Bethencourt <luis@debethencourt.com> 0.8.1 ===== Changes since 0.8: - Make sure everything builds and runs on windows. - Add popup menu to playlist treeview. - Add UI for user to fetch and view the DIDL-Lite XML for media objects. - Make it possible for user to select containers. - Get rid of redundant newline in warning messages. - Obey the ACLOCAL_FLAGS environment variable. - Other non-functional improvements. Dependencies changed: - Require and adapt to gupnp-av >= 0.5.5 All contributors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Ross Burton <ross@linux.intel.com> Jens Georg <mail@jensge.org> Neil Roberts <neil@linux.intel.com>
2012-10-06Update to 0.2.0ryoon4-14/+12
* Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS Changelog: ******************* * GUPnP IGD 0.2.0 * ******************* - Use the thread current GMainContext instead of passing it as a parameter - Make the GUPnPIgdThread object work with the new GUPnP 0.18 ******************** * GUPnP IGD 0.1.11 * ******************** - Disable introspection correctly on --disable-introspection ******************** * GUPnP IGD 0.1.10 * ******************** - Port to gobject-introspection 0.10 ******************* * GUPnP IGD 0.1.9 * ******************* - Set thread default main context ******************* * GUPnP IGD 0.1.8 * ******************* - Add GObject Introspection support - Return a valid GError if the other side returns an invalid IP - Make newer GNU Make and newer GCC happy
2012-10-06Update to 0.10.3ryoon4-13/+12
* Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS Changelog: 0.10.3 ====== Changes since 0.10.2: - Ignore case when parsing DIDLLite and LastChange. - Fix gupnp_didl_lite_container_get_{create|search}_classes. - Fix a potential memory corruption in parse_additional_info. All contributors to this release: Jens Georg <mail@jensge.org> Mark Ryan <mark.d.ryan@intel.com> Bugs fixes in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=674322 - https://bugzilla.gnome.org/show_bug.cgi?id=676372 - https://bugzilla.gnome.org/show_bug.cgi?id=678784 0.10.2 ====== Changes since 0.10.1: - Update Autotools integration. - Create xz tarballs by default. - Several fixes from static code analysis. - Fix an endless loop on really largs {Source,Sink}ProtocolInfo strings. - Fix a crash in gupnp_didl_lite_contributor_get_name. - Fix documentation for gupnp_didl_lite_object_get_parent_id. - Fix a memory leak in resolution parsing. - Allow OP, CI and PS params without DLNA profile. All contributors to this release: Jens Georg <mail@jensge.org> Javier Jardón <jjardon@gnome.org> Mark Ryan <mark.d.ryan@intel.com> Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=671246 - https://bugzilla.gnome.org/show_bug.cgi?id=674319 - https://bugzilla.gnome.org/show_bug.cgi?id=674324 - https://bugzilla.gnome.org/show_bug.cgi?id=674325 - https://bugzilla.gnome.org/show_bug.cgi?id=653894 0.10.1 ====== Changes since 0.10.0: - Bump minimum dependency of GUPnP to 0.17.0. All contributors to this release: Jens Georg <mail@jensge.org> 0.10.0 ====== Changes since 0.9.1: - Verify passed date in DIDL. Not a full verification but a small sanity check. All contributors to this release: Topi Santakivi <topi.santakivi@digia.com> Jens Georg <mail@jensge.org> 0.9.1 ===== Changes since 0.9.0: - Wrong validation of boolean arguments led to DIDL parsing regressions in control points All contributors to this release: Jens Georg <mail@jensge.org> 0.9.0 ===== Changes since 0.8.0: - Wrong XML namespace for dlna attributes. - Add a sanity check for @restricted. - Updated gobject-introspection annotations. - add upnp:searchClass to containers. - make upnp:createClass@includeDerived mandatory. - add unpn:storageUsed property and make it mandatory for object.container.storageFolder. All contributors to this release: Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Topi Santakivi <topi.santakivi@digia.com> 0.8.0 ===== Changes since 0.7.1: - Fix XML node names for 'artist' and 'author'. - Explicitly link test programs. This should fix the DSO build issue on Fedora. - Use LDADD rather than LDFLAGS in Makefile.am. Bug fixed in this release: 2222 - DIDLLiteObject get_artists()/get_authors() broken All contributors to this release: Jussi Kukkonen <jku@linux.intel.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Luis de Bethencourt <luis@debethencourt.com> 0.7.1 ===== Another micro release in the unstable 0.7.x branch that brings in all new fixes from the stable 0.6.3 release. All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.7.0 ===== The first release in the new unstable 0.7.x branch. - Add API to set/get dlna:dlnaManaged attribute. - Add API to add/list createClass elements to/of DIDL-Lite containers. - Declare/create the DLNA namespace only once at the start of the DIDL-Lite document (just like upnp and dc namespaces) and pass that to each object in that document. - Correct minor typo/c&p mistakes in docs. - Use correct function to set XML attributes. - Minor coding-style fixes to doc comments. All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.6.2 ===== Another micro release that bumps the g-i requirement to 0.9.5. We either have the option of staying with the older gobject-introspection and keeping disto packagers happy or fix our .gir build against latest (and unstable) gobject-introspection that happens to be part of GNOME 2.32. After looking at possible alternatives, talking to a few people and keeping in mind that we mainly stabalized for GNOME 2.32, we've decided to go for the latter choice. All contributors to this release: Vincent Untz <vuntz@gnome.org> 0.6.1 ===== A micro release that corrects the GIR generation rule and make it work against the latest gobject-intrsopection. All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.6.0 ===== Changes since 0.5.9: - Add mising symbols to docs. - Remove redundant entries from doc sections. - Doc system should ignore all private headers. - Don't use deprecated gobject API. - "genre" is in the upnp namespace, not dc. Bug fixed in this release: 2191 - gupnp-av uses dc:genre instead of upnp:genre All contributors to this release: Sven Neumann <s.neumann@raumfeld.com> Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.5.9 ===== Changes since 0.5.8: - Add 64bit size property to allow resources to be bigger than 2-GB. - Mircoseconds part of duration in resources needs to be a 3-digit number as per DLNA requirement (7.3.22.1). - Don't set the operation parameter if no operations are supported as per DLNA requirement (7.3.33.3). Bug fixed in this release: 2183 - size property of DIDL resource should be 64bit unsigned according to UPnP spec All contributors to this release: Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.5.8 ===== Changes since 0.5.7: - Fix crashes in DIDLLiteContributor API. - Remove incomplete and broken DLNA guessing code. Applications should use gupnp-dlna now for all their DLNA needs. - Do set the 'dlna:profileID' property of 'albumArtURI' node and treat it as mandatory as per DLNA guidelines (7.3.61.3). - Prefer non-transcoded resources over transcoded ones when choosing compatible resources for a particular MediaRenderer. - Minor correction to DIDL filtering code. - Some other minor improvements/fixes. Bug fixed in this release: 2187 - GUPnPDIDLLiteContributor class doesn't work All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.5.7 ===== Changes since 0.5.6: - Make namespace properties on GUPnPDIDLLiteObject readable and provide getter functions for them. - Improve performance of DIDL-Lite parsing by moving namespace lookups to GUPnPDIDLLiteParser. All contributors to this release: Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.5.6 ===== Changes since 0.5.5: - Optimize namespace handling in DIDL-Lite handling code. - Hide internal function gupnp_didl_lite_object_new_from_xml(). - Remove new redundant gupnp_didl_lite_container_new_from_xml(). - Free the array allocated by xmlGetNsList(). All contributors to this release: Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.5.5 ===== Changes since 0.5.4: - Provide gobject-introspection GIR and typelib. - Provide microseconds in 'duration' to satisfy XBox. - Fix data type of GUPnPDIDLLiteContainer:child-count - Fix build issues in jhbuild environment. - Enable silent build rules if they are available. All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Zach Goldberg <zach@zachgoldberg.com> Neil Roberts <neil@linux.intel.com> Ross Burton <ross@linux.intel.com> 0.5.4 ===== Changes since 0.5.2: - Gracefully handle empty or no 'res' node. - Function to get the list of descriptors from DIDL-Lite objects. - More complete comparison for LPCM mime types. - Fix incorrect type conversion of DLNA flags. - DLNA flags should not default to a specific DLNA version. - New APIs to deal with contributor-related properties in DIDL-Lite objects. - Remove redundant construction methods. - Add forgotten header to the meta-header file. - Add and fix gobject-introspection annotations. - Lots of documentation fixes. - Many minor non-functional fixes/improvements. Bug fixes in this release: 1935 - Incorrect conversion while parsing primary DLNA Flags 1934 - DLNA Flags should not default to a specific DLNA version. 1933 - Content type matching fails when additional parameters exist in LPCM mime-type 1814 - Add "artists" property to GUPnPDIDLLiteObject All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Yakup Akbay <yakbay@ubicom.com> Zachary Goldberg <zach@zachgoldberg.com> 0.5.2 ===== Changes since 0.5.1: - Add a missing NULL check. - Fix a potential leak of xmlDoc. - Register a (g)type for GUPnPSearchCriteriaOp for better gtk-doc and vala-gen-introspect support. - Fix docs for GUPnPSearchCriteriaParser::expression. - Fix parsing of SearchCriteria strings: Closing parenthesis doesn't imply end of SearchCriteria expression. All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.5.1 ===== A micro release to fix a regression in DLNA profile guessing code in the previous (0.5) release. 0.5 === Changes in this release: - New completely object-oriented, much simpler and consistent API: * GUPnPDIDLLiteResource & GUPnPDIDLLiteObject are now first-class GObjects. * Convert the helper methods to read props and their attributes from DIDL-Lite xml node into new first-class objects with writable properties: - GUPnPDIDLLiteObject - GUPnPDIDLLiteItem - GUPnPDIDLLiteContainer * GUPnPDIDLLiteObject provides a convenient method to get the compatible resource given a SinkProtocolInfo string. * A new class for dealing with protocolInfo fields: GUPnPProtocolInfo. * A new class for dealing with DIDL-Lite descriptors: GUPnPDIDLLiteDescriptor. * GUPnPDIDLLiteWriter now provides a much simpler API that is consistent with rest of the GUPnP AV API. * GUPnPDIDLLiteWriter now handles filtering of DIDL-Lite XML. * Correct possible values of GUPnPDLNAFlags. * Replace GUPnPDIDLLiteParserObjectCallback by following signals: - object-available - container-available - item-available - New Error domain for protocol related errors. - Workaround for broken printf() implementations. - Bitrate is in bytes/second and not bits/second. - Enable DLL on windows. Dependencies changed: - gupnp >= 0.13 Bug fixes in this release: 1729 - bitrate checks in gupnp-dlna.c look wrong. 1579 - Minor fixes to enable dynamic library on windows All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Sven Neumann <s.neumann@raumfeld.com> Jens Georg <mail@jensge.org> Ross Burton <ross@openedhand.com> WARNING: This release is API and ABI incompatible with previous releases. 0.4.1 ===== Changes in this release: - Fix typos in allowed frequencies. - Fix allowed frequencies in AC-3 and LPCM profiles. - Fix pkg-config paths. - Don't set the variable if it's value is not provided in the LastChange event. Bug fixes in this release: 1563 - typos in allowed frequencies for DLNA profiles 1570 - gupnp doesn't set the pkgconfig lib dir correctly in 64 bit env All contributors to this release: Sven Neumann Zeeshan Ali (Khattak) Ross Burton 0.4 === - Watch for empty DIDL-Lite nodes. - Escape the URIs before putting them into DIDL-Lite XML. - The '.' must be omitted from duration if fraction part is not included. - Be more lenient when parsing DIDL-Lite XML fragments. - Don't require the DLNA profile string. - Try to guess the DLNA Profile if not provided and put "*" in the whole 4th field of protocolInfo if our guess work fails. - Make sure 4th field of protocolInfo is completely in compliance with DLNA guidelines. This only implies one change in the API: enum dlna_play_speed is replaced by play_speeds, a GList of allowed play speeds as strings. - Use '1' and '0' to express boolean properties in DIDL-Lite XML. - Other minor fixes. All contributors to this release: Henrique Ferreiro García Peter Christensen Sven Neumann Zeeshan Ali (Khattak) 0.3.1 ===== - DIDLLiteResource is now an independent GBoxed-derving type. 0.3 === - Better error handling. [Jorn Baayen, Sven Neumann] - Fixes to documentation and build. [Ross Burton, Zeeshan Ali] - Fixes and additions to DIDLLiteResource to ease impelementation of higher-level language bindings. [Zeeshan Ali] - DIDLLiteParser should only report container and item nodes. Fixes bug#1155. [Zeeshan Ali] 0.2.1 ===== - Correct function prototype. Fixes #940. [Jorn Baayen] - Include the glib header to satisfy vala-gen-introspect. [Zeeshan Ali Khattak] 0.2 === - Use libsoup 2.4. [Jorn Baayen] - Add DLNA support to DIDL writer. [Jorn Baayen] - Some small fixes. [Jorn Baayen] 0.1 === Initial release.
2012-10-06Update to 0.18.3ryoon5-15/+14
* Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS * Increase version number in uuid.pc for other gupnp packages Changelog: 0.18.4 ====== Changes since 0.18.3: - Make sure that subscribtion timeouts are always removed. - Update tutorial to use correct upnp.org links. - Add missing includes. - Remove deprecated g_thread_init() calls. - Don't leak internal functions from context managers. - Make "linux" context manager the default context manager when building on Linux. - Fix some more deprecation warnings. - Connman and NM context managers fall back to linux context manager now if available. - Add support for device aliases (such as eth0:1) in the linux context manager. - Really report a bug on faulty device descripton XMLs. - Silence libxml2 console output. All contributors to this release: Jens Georg <mail@jensge.org> Riko Yamada <rik0yamada@yahoo.co.jp> Ludovic Ferrandis <ludovic.ferrandis@linux.intel.com> Sven Neumann <s.neumann@raumfeld.com> Andreas Henriksson <andreas@fatal.se> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=680322 - https://bugzilla.gnome.org/show_bug.cgi?id=681963 - https://bugzilla.gnome.org/show_bug.cgi?id=673100 - https://bugzilla.gnome.org/show_bug.cgi?id=673933 - https://bugzilla.gnome.org/show_bug.cgi?id=676803 - https://bugzilla.gnome.org/show_bug.cgi?id=682005 - https://bugzilla.gnome.org/show_bug.cgi?id=679204 0.18.3 ====== Changes since 0.18.2: - Add a Connman (http://connman.net) context manager. - Add a work-around for one of the lock-ups in bug 667494. - Don't leak private symbols. - Don't leak DBus proxies in network-manager context-manager. - Fix some g-i annotations. All contributors to this release: Ludovic Ferrandis <ludovic.ferrandis@linux.intel.com> Jens Georg <mail@jensge.org> Andreas Henriksson <andreas@fatal.se> Changes in dependencies: If the Connman context-manager is enabled (--with-context-manager=connman), the required glib version is 2.28. Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=673933 - https://bugzilla.gnome.org/show_bug.cgi?id=674410 - https://bugzilla.gnome.org/show_bug.cgi?id=672998 0.18.2 ====== Changes since 0.18.1: - Revert the charset quoting patch from 0.18.1. Apparently this issue was only present in a special version of libsoup. - Fix subscription timeout calculation. - Minor fixes from static code analysis. - Fix byte-range requests. - Add a unit-test for byte-range requests. All contributors: Jens Georg <mail@jensge.org> Sven Neumann <s.neumann@raumfeld.com> Lukasz Pawlik <lukasz.pawlik@comarch.com> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=670518 0.18.1 ====== Changes since 0.18.0: - Properly quote charset in SOAP requests. - Fix GUPnPContextManager documentation. - Fix several build warnings. - Several documentation fixes. - Error handling fix in gupnp-binding-tool. - Always send the initial event after a subscribtion even if the client immediately unsubscribes. - Some minor code clean-up. All contributors: Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Ville Skyttä <ville.skytta@iki.fi> Lukasz Pawlik <lucas.pawlik@gmail.com> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=658633 - https://bugzilla.gnome.org/show_bug.cgi?id=658486 0.18.0 ====== Changes since 0.17.2: - Fix a crash in Linux context manager if the USB cable is unplugged from a USB network device interface. All contributors: Jens Georg <mail@jensge.org> 0.17.2 ====== Changes since 0.17.1: - Drop main-context property - Fix a small leak from the default-language property. - Refactor and clean-up internals of GUPnPContextManager. Dependency-related changes: - Require gssdp >= 0.11.2. All contributors: Jens Georg <mail@jensge.org> 0.17.1 ====== Changes since 0.17.1: - Drop deprecated conic support. - A Linux context manager. Unlinke the generic static unix context-manger, the Linux context-manager can dynamically react to device and address changes, similar to the NetworkManager-based context-manager, but without depending on DBus or NetworkManager. - Fix for a SOAP action parameter validation regression. - Updates to the build system such as: - Modernized autotools. - xz tarballs as default. - Improved OpenBSD support. - More stable RootDevice URIs. All contributors: Jens Georg <mail@jensge.org> Jasper Lievisse Adriaanse <jasper@humppa.nl> Javier Jardón <jjardon@gnome.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.17.0 ====== Changes since 0.16.1: - Fix several crashes during initial introspection. - Several fixes regarding SOAP action parameter validation. - Always append a Content-Language header if the client has an Accept-Language header. - Always append an Ext header in SOAP responses. - Improve introspection support: * Classes that throw an error during construction implement GInitable. * Update gobject-introspection autotools integration. * Many annotation fixes. - Tutorial improvements. Dependency-related changes: - Require gssdp >= 0.11.0. All contributors: Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Sven Neumann <s.neumann@raumfeld.com> Santakivi Topi <Topi.Santakivi@digia.com> 0.16.1 ====== Changes since 0.16.0: - Port to new (0.9) NetworkManager APIs. - Correction to 'Content-Type' HTTP header values. - Satisfy strict compiler checks. All contributors: Dan Williams <dcbw@redhat.com> Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.16.0 ====== Changes since 0.15.1: - Set the thread context before doing GDBus operations. - Use the default timeout on DBus calls. - Fix documentation of gupnp_context_manager_new(). - Remove redundant code. - Clear the (obsolete) ChangeLog file. - Add some checks on variants. - Don't use uninitialized pointer. - Some coding-style fixes. Bugs fixed in this release: 2224 - GUPnP accesses dbus properties without checking that they exist 2223 - Missing handling of gio-style multi-main-context in GUPnPNetworkManager All contributors: Olivier Crête <olivier.crete@collabora.co.uk> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Sven Neumann <s.neumann@raumfeld.com> Jens Georg <mail@jensge.org> Ross Burton <ross@linux.intel.com> Luis de Bethencourt <luis@debethencourt.com> 0.15.1 ====== Changes since 0.15.0: - Set 'ESSID' on WiFi contexts. - Fix a crasher bug. - Fix some leaks. - Remove a cyclic-reference - Fix logic to find service from list and therefore the issue of wrongly ignoring new services. - Remove all hosted paths from SoupServer before unrefing it. Dependency related changes: - Require gssdp >= 0.9.2. Bugs fixed in this release: 2212 - Leak in gupnp_root_device_construct 2215 - gupnp-control-point ignores services at startup 2216 - Leak in gupnp_resource_factory 2217 - gupnp-unix-context-manager leaks contexts if interfaces are not up 2218 - gupnp-context creates new SoupServers on shutdown All contributors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Jens Georg <mail@jensge.org> 0.15.0 ====== Changes since 0.14.0 not included in 0.14.1: - Port from dbus-glib to GDBus. - Enable gzip compression for large action response bodies. - Fix gupnp-binding-tool to generate headers usable in C++. Dependency related changes: - Require glib >= 2.24.0. - Require libsoup >= 2.28.2. - Require gio >= 2.26 (new dependency). - Drop dependency on dbus-glib. Bugs fixed in this release: 2184 - Migrate from dbus-glib to glib's GDBus All contributors: Ross Burton <ross@linux.intel.com> Sven Neumann <s.neumann@raumfeld.com> Henry Hoegelow <h.hoegelow@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Fargier Sylvain <fargier.sylvain@free.fr> 0.14.0 ====== Changes since 0.13.5: - Don't use deprecated glib, gobject and libsoup APIs. - Check for libuuid only on platforms where we need it. - Explicitly link example apps to needed libraries. - Fix some potential crashes and leaks. - Fix pointer to/from integer conversion on 64-bit machines. - Fix parsing of unsigned integers. - Use locale-independent float <-> string conversions. - Remove some redundant functions and variables. - Remove some unused variables noticed. - Use correct mime-type for XML data. - Various non-functional improvements. Bugs fixed in this release: 2192 - 64bit portability issue with *_register_*_type functions 2190 - Build fails because explicit linking is missing 2188 - configure.ac should leave out the uuid module check on OSX All contributors: Ross Burton <ross@linux.intel.com> Sven Neumann <s.neumann@raumfeld.com> Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Nader Morshed <morshed.nader@gmail.com> 0.13.5 ====== Changes since 0.13.4: - Chain up in GUPnPXMLDoc's finalize(). - Correct transfer annotation for gupnp_context_get_session(). - Prefer g_strcmp0() over strcmp(). - Check for body length rather than Content-Length in SOAP requests so we can satsify DLNA CTT test 7.2.5.7. - Explicitly link test apps to needed libraries. Bugs fixed in this release: 2186 - Missing annotation for context_get_session All contributors: Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Zach Goldberg <zgold@corvette.(none)> 0.13.4 ====== Changes since 0.13.3: - GUPnPService should remove all handlers installed on the shared SoupServer instance when it is disposed. - Fixate subscription timeout to be 300s as per DLNA requirement (7.2.22.1). - Correct type of action argument of GUPnPService::action-invoked. - Remove redundant copying of GValue content in a few places. - Handle multiple variables inside property node in event notifications to be compatible with server-side implementations using older GUPnP - Fix syntax of event notifications with multiple properties. - Add/fix gobject-introspection annotations for various functions. - Some non-functional improvements. Bugs fixed in this release: 2084 - Add scope annotations to various functions 2131 - GUPnPServiceAction is a boxed, not a pointer 2086 - Fix gtk-doc format on all functions in public GUPnP API All contributors: Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Zach Goldberg <zgold@corvette.(none)>
2012-10-06Update to 0.12.2.1ryoon5-35/+13
* Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS Changelog: 0.12.2.1 ======== - Add missing gssdp-1.0.deps file to tarball All contributors to this release: Jens Georg <mail@jensge.org> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=682228 0.12.2 ====== - Functional tests. - Regression tests. - Ignore announcements from services with a lower version. - Make internal resource cache version-independant. - Update gtk-doc annotations. - Update pkg-config files. - Create Vala bindings from GIR. All contributors to this release: Jens Georg <mail@jensge.org> Stef Walter <stefw@gnome.org> Riko Yamada <rik0yamada@yahoo.co.jp> Mark Ryan <mark.d.ryan@intel.com> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=673150 - https://bugzilla.gnome.org/show_bug.cgi?id=678744 - https://bugzilla.gnome.org/show_bug.cgi?id=679781 - https://bugzilla.gnome.org/show_bug.cgi?id=682099 - https://bugzilla.gnome.org/show_bug.cgi?id=675355 0.12.1 ====== - Increase UDP buffer size. - Fix searching for an UDN that started with [a-f] All contributors to this release: Steffen Sledz <sledz@dresearch-fe.de> Jens Georg <mail@jensge.org> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=664177 0.12.0 ====== - Remove unnecessary and annoying deprecation warnings. - When sending duplicate announcement packets, always repeat complete sets. All contributors to this release: Jens Georg <mail@jensge.org> Bugs fixed: - bgo#655900 DLNA requirements addressed: - 7.2.4.3 - 7.2.4.5 0.11.2 ====== - Modernize autotools. - Create .xz dist tarballs only. - Deprecate main_context argument and property. Use g_main_context_push_thread_default() instead. - Fix warnings from gtk-doc. All contributors to this release: Jens Georg <mail@jensge.org> Bugs fixed: - bgo#654733 - bgo#654178 - bgo#654177 Changes in dependencies (when compiling from git): Autoconf >= 2.64 Automake >= 1.11 0.11.1 ====== - Fullfill restrictions imposed by UPnP CTT 1.5. - Initial OpenBSD support. - Fix a crash on socket creation. - Implement DLNA guideline 7.2.3.4. - Copyright header clean-up. All contributors to this release: Jens Georg <mail@jensge.org> Bugs fixed: - bgo#653733 - bgo#653875 - bgo#653857 0.11.0 ====== - Many fixes to discovery, discoverability and announcement. - Many introspection improvements such as: * Classes that can throw an error on construction now implement GInitable. * Updated introspection annotations. - Code cleanup. All contributors to this release: Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Alberto Mardegan <mardy@users.sourceforge.net> Sven Neumann <s.neumann@raumfeld.com> 0.10.0 ====== - Improve interoperability by also announcing lower versions of the service. - More reliable announcements by announcing at least 3 times. - Drop ChangeLog in favour of git history. - Fix IPv6 network calculation. All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Luis de Bethencourt <luis@debethencourt.com> Jens Georg <mail@jensge.org> 0.9.2 ===== - Fix a critical issue in event handling code introduced in last release. - Add 'network' property to GSSDPClient. By default its set to network IP address of the interface the client is associated with. - Plug some leaks. Changes in dependencies: - Explicitly require libsoup >= 2.26.1. Bugs fixed in this release: 2210 - Socket address leaking in socket_source_cb All contributors to this release: Jens Georg <mail@jensge.org> Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.9.1 ===== Another micro release in the unstable 0.9.x branch that brings in all new fixes from the stable 0.8.2 release. All contributors to this release: Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.9.0 ===== This release marks the beginning of the new unstable 0.9.x release cycle. Changes after 0.8.0 that were not included in the subsequent stable release: - Port to GIO/GSocket. - Port to Windows. - Don't print the whole packet on failure to send it. - Some other non-functional improvements and fixes. All Contributors: Jens Georg <mail@jensge.org> Ross Burton <ross@linux.intel.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.8.0 ===== - Chain up in dispose() and finalize() all classes. - Flag string arg of GSSDPClient signal as static. - Don't use deprecated libsoup API. - Properly catch errors in recvfrom syscall. - Fix some typos. Bugs fixed in this release: 2194 - Typo in gssdp_socket_source 2193 - Errors caught in recvfrom by pure luck 2090 - 0.7.2 Typo in configure.ac All Contributors: Sven Neumann <s.neumann@raumfeld.com> Jens Georg <mail@jensge.org> Ross Burton <ross@linux.intel.com> Berrie Bloem <berrie@codevio.com>
2012-10-05Update to 2.71:wiz2-3/+4
Transmission 2.71 (2012/09/26) All tickets closed by this release Mac Fix crasher on 10.6 Snow Leopard Transmission 2.70 (2012/09/25) All tickets closed by this release All Platforms Improved speed with the µTP protocol Fix bug that caused some incoming encrypted peer connections to fail Fix bugs with the speed limit scheduler Fix crasher with magnet links Mac Notification Center support on Mountain Lion Torrent files can be previewed with Quick Look in the Finder Add an option to remove transfers when seeding completes Fix displaying the Web Client with Bonjour Fix bugs with Time Machine exclusions Other minor interface tweaks and bug fixes Removed Simplified Chinese localization because of lack of localizer GTK+ Require GTK+ 3.4 Qt Control speed limit from the icon tray Improved behavior when clicking on torrents in the torrent list Fix bug where torrent files were not deleted Fix bug with unicode characters in the default location Web Client The file inspector tab displays files nested under directories Improved scrolling on iPad Fix incorrectly rendered characters Fix bug involving attempts to post notifications without permission
2012-10-04Update "wireshark" package to version 1.8.3. Changes since 1.8.2:tron4-37/+8
- 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
2012-10-04Remove unnecessary python restriction (to all supported versions).wiz1-4/+1
2012-10-04Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)cheusov3-4/+6
2012-10-03CONFLICTS between python modulescheusov3-3/+9
2012-10-03Update for python25 removal.wiz3-9/+3
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz185-297/+370
are called p5-*. I hope that's all of them.
2012-10-03Use BUILDLINK_* vars to look for MySQL libs and includes properlyfhajny1-3/+3
(fixes build with databases/mysql55-client).
2012-10-02Added knotpettai1-1/+2
2012-10-02Knot DNS is a high-performance authoritative-only DNS serverpettai6-0/+111
which supports all key features of the domain name system including zone transfers, dynamic updates and DNSSEC.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron57-111/+114
requested by Thomas Klausner.
2012-10-02Limit inclusion of boost headers to only those necessary to avoidjperkin6-2/+74
conflicting type errors, notably uint_t. Add -lsocket -lnsl on Solaris. Fixes package on Solaris.
2012-10-02update youtube-dl to 2012.09.27 version.mrg2-6/+6
.. and is now able to work again.
2012-10-01Update to 1.15.2ryoon2-6/+6
Changelog: aria2 1.15.2 ============ Release Note ------------ This release fixes several critical bugs. It also adds new features such as TLS SNI and CORS support. The --file--allocation option now take another value trunc. The new option --enalbe-mmap was added. aria2 now uses system-wide SSL/TLS certificates by default, which eliminates the requirement to specify --ca-certificate option. Changes ------- * Catch exception from Socket::getPeerInfo() when pooling connection. Socket::getPeerInfo() may fail if its TCP connection has already disconnected. In this case, we log this error. The success or failure of pooling connection should not affect the later execution of the program. This bug may cause segmentation fault if Socket::getPeerInfo() throws exception during pooling connection after successful tracker request. * Fixed assertion error if --retry-wait is used. In CreateRequestCommand, if Request object returned from getRequest() is still sleeping, CreateRequestCommand pools it back but still holds its reference. This makes assertion error in UnknownLengthPieceStroage::hasMissingUnusedPiece() from AbstractCommand::execute(). * Added new file allocation method called 'trunc'. --file-allocation option can now take new value 'trunc'. 'trunc' uses ftruncate() system call or platform-specific counterpart to truncate a file to a specified length. * Use int64_t instead of off_t. Using off_t, at least, in DiskAdaptor layer is problematic because torrent can contain under 2GiB files but total sum of those files may exceed 2GiB limit, which makes off_t overflow in 32 bit system without large file support. So we use int64_t in API. We'll check the file length before download so that it does not exceed max off_t. * Added TLS SNI support. * Rewritten timegm replacement function. The algorithm is based on Python 2.7 calendar.timegm. * Use system-wide certificates for SSL. Use system-wide certificates for SSL. For GnuTLS it requires the latest version, 3.0.20. OpenSSL had it for longer. This means that if SSL library is properly configured to locate system-wide certificates store, the user don't have to use --ca-certificate option. Also packagers don't have to use --with-ca-bundle configure option. Patch from Cristian Morales Vega * Fixed base64::decode() return "" if input ends with garbage and no padding. * Changed default Peer ID prefix. The new Peer ID prefix is "A2-$MAJOR-$MINOR-$MICRO-", where $MAJOR, $MINOR and $MICRO are the major version, the minor version and the micro version respectively. For instance, 1.15.2 release of aria2 will use "A2-1-15-2-". * Don't percent-decode filename value in Content-Disposition. We only percent-decode filename* value in Content-Disposition because the encoding is fully specified. But since filename value is not, so we just accept it as is. * Don't sum in-flight piece which does not intersect filtered ranges. When calculating completed length, don't sum the completed length of piece which does not intersect filtered ranges. * Fixed segmentation fault when logger failed to open log file. * Added ARIA2_STATIC precious variable to configure option. To build statically linked aria2 binary, give ARIA2_STATIC=yes to configure, like this: $ ./configure ARIA2_STATIC=yes * Use PRId64 for int64_t format specifier * Handle the case when MINGW32 vsnprintf returns -1. MINGW32 vsnprintf returns -1 if output is truncated. Increased buffer for vsnprintf in WinConsoleFile and fmt. * Added --enable-mmap option. If this option is used, map files into memory using mmap(2). This option is experimental. * Added CORS preflight request support in RPC interface. This change is based on the patch from binux.
2012-10-01Update to 0.4.9:wiz3-11/+18
v0.4.9 (2012-10-01) / Toni Gundogdu anon: - Add website/beeg.lua (NSFW) [5d7233f] - Add website/deviantclip.lua (NSFW) [1b12bc4] - Add website/fastjizz.lua (NSFW) [9f1ce8b] - Add website/jizzhut.lua (NSFW) [d509b1b] - Add website/xnxx.lua (NSFW) [ac72d16] - FIX: website/youjizz.lua [ebc42da] - website/keezmovies.lua: Detect encrypted streams [9498be7] Martin Herkt: - FIX: youtube.lua [5b1c002] (aka. server response code 403 (conncode=0)) Toni Gundogdu: - FIX: Add quvi/html.lua to DIST_lua [c681d03] - website/arte.lua: Mark as FIXME [e815821] - website/collegehumor.lua: Mark as FIXME [4f65343] - website/xvideos.lua: Improve title parsing (#109) [e657f45] Tzafrir Cohen: - website/tapuz.lua: Add tapuz flix support [bc24554] 27 files changed, 622 insertions(+), 86 deletions(-) v0.4.8 (2012-08-21) / Toni Gundogdu anon: - totallynsfw.lua: Handle embedded media hosted elsewhere [e5a0d97] Bastien Nocera: - FIX: 101greatgoals.lua: article pattern [e4ae322] - souncloud.lua: Never offer placeholder as thumbnail [2ffd344] and Pierre Carrier: - Add support for BBC iPlayer (#28) [282632e] Ross Burton: - Add website/lego.lua (#107) [c38aa05] Toni Gundogdu: - FIX: dailymotion.lua: sequence pattern (#108) [41e4bd9] - FIX: media/gaskrank.lua: Media ID, stream URL patterns [186b41e] - FIXME: website/bloomberg.lua [48ca011] 13 files changed, 402 insertions(+), 37 deletions(-)
2012-10-01Added a startup script for net/vpnc, as mentioned on tech-pkg@khorben3-3/+23
Set and using $pidfile as suggested by joerg@ ok hubertf@
2012-09-30HOMEPAGE leads to a squatter; comment it out and also note the homepagedholland1-2/+3
of the apparent successor project.
2012-09-29Set maintainer to pkgsrc-users@NetBSD.orghubertf1-2/+2
Requested by Jukka, supported by me
2012-09-29Restore patches to configure script lost in an update some time back.dholland5-4/+133
Does not fix the build, but advances it; now it's having some kind of bizarre problem with <sys/queue.h>. While here, add three small patches to silence a large pile of const warnings that made it impossible to see anything else that was going on.
2012-09-29WRKSRC should use PKGNAME_NOREV.dholland1-2/+2
2012-09-29tcl 8.4 -> 8.5 (is probably not enough to make the package build)dholland1-6/+3
2012-09-28Fix invalid cpp usage (hi joerg) and thus unbreak the build with gcc.dholland2-5/+5
2012-09-27sortjnemeth1-2/+2
2012-09-26delete old patch fileschristos1-12/+1
2012-09-26update to latest freerdist-0.94:christos14-557/+7
* use intmax_t instead of long long * Don't limit the size of the environment * Don't leak a directory file descriptor * ansify * dynamically allocate EARGS * use getaddrinfo
2012-09-24Update nagios NSCA to 2.9.1, which fixes a few bugs:manu2-6/+6
2.9.1 - 01/27/2012 ------------------ - Applied patch to allow packets arriving with a future time stamp (Daniel Wittenberg) - Updated server (nsca) to allow packets with older, smaller packet size (Eric Stanley) 2.9 - 11/04/2011 ---------------- - Add config directive to submit directly to checkresults directory (Mike Lindsey) - Support multi-line check output with 4000 character limit (Mike Lindsey) 2.8 - ??/??/???? ---------------- - Added --with-log-facility option to control syslog logging (Ryan Ordway and Brian Seklecki) - Fixed bug where daemon would segfault if mcrypt library was not initialized be fore timeout (Holger Weiss) - Fixed bug with switching from dump file to command file when running under sin gle mode (Ton Voon) - Fix for small memory leak with running as a single process daemon (Daniel)
2012-09-23missing parts of recursive revbump for gnutls update.obache6-11/+12
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon2-4/+4
2012-09-22try to fix hard-coded `install' comnad path.obache1-1/+6
2012-09-20Added my missing package subdirectories to category Makefiles.jaapb1-1/+2
2012-09-17Remove '19' from list of RUBY_VERSION_SUPPORTED.jperkin1-3/+2
Fixes bulk build resolve failure.
2012-09-17Disable kopete otr plugin as not compatible with libotr>=4. pkg/46915markd2-22/+4
2012-09-17Added missing build dependency on devel/automoc4jaapb1-1/+2
2012-09-17Regen patch-an sum to include the patch comment.dholland1-2/+2
2012-09-16NSD 3.2.12pettai2-6/+6
Bugfixes: * Bugfix #461 (VU#517036 CVE-2012-2979): NSD denial of service vulnerability from DNS packet when using --enable-zone-stats. * Bugfix #460: man page correction - identity. * Fix for nsd-patch segfault if zone has been removed from nsd.conf
2012-09-16From the release announcement on http://nmap.org:pettai8-81/+250
"The Nmap Project is pleased to announce the immediate, free availability of the Nmap Security Scanner version 6.00 from http://nmap.org/. It is the product of almost three years of work, 3,924 code commits, and more than a dozen point releases since the big Nmap 5 release in July 2009. Nmap 6 includes a more powerful Nmap Scripting Engine, 289 new scripts, better web scanning, full IPv6 support, the Nping packet prober, faster scans, and much more! We recommend that all current users upgrade." Here is a condensed Changelog: Nmap 6.01 [2012-06-13] o [Zenmap] Fixed a hang that would occur on Mac OS X 10.7. o [Zenmap] Fixed a crash that happened when activating the host filter. o Fixed a bug that caused Nmap to fail to find any network interface when at least one of them is in the monitor mode. http://seclists.org/nmap-dev/2012/q2/449 http://seclists.org/nmap-dev/2012/q2/478 o Fixed the greppable output of hosts that time-out. Nmap 6.00 [2012-05-21] o Most important release since Nmap 5.00 in July 2009! For a list of the most significant improvements and new features, see the announcement at: http://nmap.org/6 o Some XML output improvements... o Lots of NSE scripts added and updated... o Fixed the routing table loop on OS X so that on-link routes appear. o Upgraded included libpcap to version 1.2.1. o Fixed a compilation problem on Solaris 9 caused by a missing definition of IPV6_V6ONLY. o Setting --min-parallelism by itself no longer forces the maximum parallelism to the same value. o [Zenmap] Fixed a crash that would happen in the profile editor when the script.db file doesn't exist. o [Zenmap] It is now possible to compare scans having the same name or command line parameters. o Fixed an error that could occur with ICMPv6 probes and -d4 debugging: "Unexpected probespec2ascii type encountered" o Applied a workaround to make pcap captures work better on Solaris 10. o Fixed a bug that could cause Nsock timers to fire too early. o Changed the way timeout calculations are made in the IPv6 OS engine. Nmap 5.61TEST5 [2012-03-09] o Integrated all of your IPv4 OS fingerprint submissions since June 2011 (about 1,900 of them). Added about 256 new fingerprints (and deleted some bogus ones), bringing the new total to 3,572. Additions include Apple iOS 5.01, OpenBSD 4.9 and 5.0, FreeBSD 7.0 through 9.0-PRERELEASE, and a ton of new WAPs, routers, and other devices. Many existing fingerprints were improved. For more details, see http://seclists.org/nmap-dev/2012/q1/431 o Integrated all of your service/version detection fingerprints submitted since November 2010--more than 2,500 of them! Our signature count increased more than 10% to 7,423 covering 862 protocols. Some amusing and bizarre new services are described at http://seclists.org/nmap-dev/2012/q1/359 o Integrated your latest IPv6 OS submissions and corrections. We're still low on IPv6 fingerprints, so please scan any IPv6 systems you own or administer and submit them to http://nmap.org/submit/. Both new fingerprints (if Nmap doesn't find a good match) and corrections (if Nmap guesses wrong) are useful. o IPv6 OS detection now includes a novelty detection system which avoids printing a match when an observed fingerprint is too different from fingerprints seen before. As the OS database is still small, this helps to avoid making (essentially) wild guesses when seeing a new operating system. o Refactored the nsock library to add the nsock-engines system. o [NSE] Added 43(!) NSE scripts, bringing the total up to 340. o CPE (Common Platform Enumeration) OS classification is now supported for IPv6 OS detection. [...] Nmap 5.61TEST4 [2012-01-02] -> Nmap 5.61TEST1 [...] Lots of Bugfixes! Thanks to jschauma@ for analysing a NetBSD related problem, and to David Fifield for providing the (upstream) patch.
2012-09-16Added choqok 1.3 as net/choqok.jaapb4-0/+309
Choqok is a Free/Open Source micro-blogging client for the K Desktop Environment. It currently supports Twitter.com, Identi.ca and opendesktop.org services.
2012-09-16CONFLICTS with dnssec-tools-[0-9]*; ++pkgrevisioncheusov1-2/+5
Fix for a minor pkglint warning
2012-09-16Remove support of ruby19 (Ruby 1.9.2).taca1-2/+2
2012-09-16Update ruby-amqp to 0.9.7.taca2-8/+8
Changes are unavailable but depending version has updated.