[vlc-commits] [Git][videolan/vlc][master] contrib: upnp: update to 1.14.18

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Aug 23 08:10:58 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
70227856 by Thomas Guillem at 2023-08-23T07:31:03+00:00
contrib: upnp: update to 1.14.18

To include the following commit that was causing high CPU usage on
vlc-ios:

miniserver: fix busy loop on socket error

In case of a socket error, the socket was not removed from the select
pool, causing future select() calls to return immediately, and
readFromSSDPSocket() to be called just after on the failing socket. This
was causing a high CPU load.

- - - - -


2 changed files:

- contrib/src/upnp/SHA512SUMS
- contrib/src/upnp/rules.mak


Changes:

=====================================
contrib/src/upnp/SHA512SUMS
=====================================
@@ -1 +1 @@
-f02d72415ec4891e019724b5774aed2bd470d64ff1f6c179140a3e61bfb34794f0e6069d5f4baf0d8260aae09eab607a61575f02c4f853616180aec7f701abd3  pupnp-release-1.14.16.tar.gz
+68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394  pupnp-release-1.14.18.tar.gz


=====================================
contrib/src/upnp/rules.mak
=====================================
@@ -1,5 +1,5 @@
 # UPNP
-UPNP_VERSION := 1.14.16
+UPNP_VERSION := 1.14.18
 UPNP_URL := $(GITHUB)/pupnp/pupnp/archive/refs/tags/release-$(UPNP_VERSION).tar.gz
 
 ifdef BUILD_NETWORK



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/702278564b99d355885bfd63df8e361a1e18a8cb

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/702278564b99d355885bfd63df8e361a1e18a8cb
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list