Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libgssdp-1_2-0 | Distribution: SUSE Linux Enterprise 15 |
Version: 1.4.0.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150400.1.6 | Build date: Sun May 8 07:45:58 2022 |
Group: Development/Libraries/C and C++ | Build host: ibs-arm-5 |
Size: 184045 | Source RPM: gssdp-1.4.0.1-150400.1.6.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://www.gupnp.org/ | |
Summary: Library for resource discovery and announcement over SSDP |
gssdp offers a GObject-based API for handling resource discovery and announcement over SSDP.
LGPL-2.0-or-later
* Mon Sep 27 2021 dimstar@opensuse.org - Pass -Dsniffer=false to meson: Disable build of sniffer. Allows to drop pkgconfig(gtk4) BuildRequires and helps eliminate a build cycle. - Allow for easy toggling using bcond_with sniffer. * Mon Sep 20 2021 dimstar@opensuse.org - Update to version 1.4.0.1: + Fix building the sniffer when built as subproject + Do not build docs by default - Changes from version 1.3.1: + Implement MAC lookup on Windows + Implement interface index lookup on Windows + Fix distributing docs in the tarball + Build docs by default - Changes from version 1.3.0: + Sniffer: Various deprecated function clean-up + Sniffer: Port to GTK4 + Docs: Ported to gi-docgen + Docs: Clean-up and other improvements + Client: Minor dead code clean-up + Build: Make GSSDP usable as a subproject + All: Fixes from scan-build + All: Minor introspection fixes - Replace pkgconfig(gtl+-3.0) BuildRequires with pkgconfig(gtk4): Follow upstreams port to GTK 4. - Enable test suite: enable meson_test in check section. * Tue Jun 23 2020 info@paolostivanin.com - Update to version 1.2.3: + Prevent crash if client is not initialized + Fix critical if network device does not exists + Fix ::1 multicast + client. Add getter for network mask * Thu Jan 02 2020 bjorn.lie@gmail.com - Update to version 1.2.2: + Fix macOS dylib versioning. + Update the required glib version to 2.54. + Fix setting the multicast sending interface. * Wed May 01 2019 bjorn.lie@gmail.com - Update to version 1.2.1: + Fix portability issues with gssdp_net_get_device_list. + Fix a local vs. global include in public header. * Tue Mar 12 2019 bjorn.lie@gmail.com - Update to version 1.2.0: + Stable release version bump. * Wed Feb 13 2019 bjorn.lie@gmail.com - Update to version 1.1.3: + Fix a memory leak in sniffer. + Minor other improvements to sniffer. + Fix address fall-back to IP v4 for GSSDP client. + Bump minimum GLib version to 2.44. + Fix a crash due to a dangling pointer in GSSDP client. + Fix a memory leak in pktinfo handler. + Use g_type_ensure instead of custom solution. + Implement UDA 1.1 boot-id and config-id. + Implement UDA 1.1 ssdp:update messages. + Documentation updates. + Style fixes. - Disable tests for now, as it currently fails, but this is the unstable branch so it's ok for the time beeing. * Sat Jan 26 2019 bjorn.lie@gmail.com - Update to version 1.1.2: + Use a proper type for the message-received signal's parameter. + Fix OS name in version string. + Fix version string to include UPnP version. + Fall-back to UDA 1.0 if UDA version is unspecified. * Sat Jan 26 2019 bjorn.lie@gmail.com - Update to version 1.1.1: + Fix a crash with sniffer. + Fix pktinfo handling on OS X. + Fix mssing network mask in GSSDPClient. + Several build test simplifications. + Add property for address family in GSSDPClient. + Remove address family hack in sniffer. + Add property for UDA version in GSSDPClient. - Changes from version 1.1.0.1: + Re-release of 1.1.0 because of meson tarball naming. - Changes from version 1.1.0: + Bump API and ABI versions. + Port to new GLib type macros. + Remove the custom marshaller. + Make error enum a type. + Drop deprecated properties and functions. + Clean up Sniffer UI. + Refactor get_host_ip into separate files. + Use several GLib helper functions like g_clear_object etc. + Fix deprecations with GTK 3.22 in sniffer. + Port build system to Meson. + Drop meta-data file and custom vala for vapi. + Port sniffer to use UI from GResource. + Make sniffer UI more GNOME 3 hig-ish. + Some usability improvements for sniffer. + Add rescan for sniffer. + Introduce more debug logging while creating the GSSDP client. + Recreate the socket sources on errors. + Fix a memory leak in sniffer. + Add IPv6 support. + Have sniffer show the network interface. - Add soname and sover defines and set them to 1_2-0 and 1.2, make future API and ABI bumps easier. * Fri Jan 25 2019 bjorn.lie@gmail.com - Update to version 1.0.3: + Meson build fixes. + Fix running sniffer from meson build. + Fix issue on OS X when socket is destroyed after suspend. + Fix a memory leak in the device sniffer. + Fix a crash when sending a SSDP message after clearing the custom headers. + Use utsname.release for Server: header. + Bugs fixed in this release: glgo#GNOME/gssdp#1, bgo#794340. - Switch to meson buildsystem, add meson and gtk-doc BuildRequires and macros. Also run tests in new check section. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Mon Mar 20 2017 dimstar@opensuse.org - Update to version 1.0.2: + Small documentation fixes. + Fix deprecation warning with GTK+-3.22. * Sat Oct 15 2016 zaitor@opensuse.org - Update to version 1.0.1: + Fix some compiler/c89 issues with recent mingw. + Use proper ssize_t modifier in printf. + Make documentation point to itself by declaring it stable. + Use correct FSF address in documentation text. * Mon Sep 19 2016 zaitor@opensuse.org - Update to version 1.0.0: + No changes. * Tue Aug 16 2016 zaitor@opensuse.org - Update to version 0.99.0: + Don't leak arp lookup symbol. + Minor documentation updates. * Tue Jun 21 2016 zaitor@opensuse.org - Update to version 0.14.16: + Fill the interface index for bionic. + Remove unused include. + Fix interface lookup on Win32. + Bugs fixed: bgo#762455, bgo#765688, bgo#765709. * Thu May 19 2016 tyang@suse.com - Update to GNOME 3.20.2 Fate#318572 * Tue Apr 26 2016 zaitor@opensuse.org - Update to version 0.14.15: + Actually use the TTL that was set by the user. + Use if_nametoindex instead of IOCTL when available. + Implement a User Agent cache based on SSDP packages. + Fix potential strncpy overflow. + Add missing m4 macros. + Disable PKTINFO on OS X. + Do not leak host_addr in clients. + Bugs fixed: bgo#653894, bgo#762324, bgo#764677. * Tue Feb 09 2016 dimstar@opensuse.org - Update to version 0.14.14: + Fix warning if the IP address is not known. + Fix issue with discovery. + Bugs fixed: bgo#760702. * Sun Jan 03 2016 zaitor@opensuse.org - Update to version 0.14.13: + Make "host-ip" of GSSDPClient a construction property to give the caller the chance to bypass the IP autodetection during client creation. * Tue Dec 08 2015 zaitor@opensuse.org - Update to version 0.14.12.1: + Update m4 macros from autoconf-archive (bgo#758778). * Sun Nov 22 2015 zaitor@opensuse.org - Update to version 0.14.12: + Fix issues with names of loopback device on *BSD. + Move gtest code one level up and examples to their own folder. + Fix a possible NULL derefence in gssdp-device-sniffer. + Remove use of gnome-common for building. + Bugs fixed: bgo#743070. * Mon Jan 05 2015 dimstar@opensuse.org - Update to version 0.14.11: + Don't use inet_netof to filter for correct source networks. + Add gssdp_resource_browser_rescan() function. + Allow custom TTL values for GSSDPClient. + Bugs fixed: bgo#656406, bgo#668922, bgo#692516. * Thu Oct 16 2014 hrvoje.senjan@gmail.com - Add baselibs.conf: provide multi-arch packages.
/usr/lib64/libgssdp-1.2.so.0 /usr/lib64/libgssdp-1.2.so.0.104.0 /usr/share/doc/packages/libgssdp-1_2-0 /usr/share/doc/packages/libgssdp-1_2-0/AUTHORS /usr/share/doc/packages/libgssdp-1_2-0/NEWS /usr/share/licenses/libgssdp-1_2-0 /usr/share/licenses/libgssdp-1_2-0/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024