Skip to content

Commit 5799373

Browse files
authored
libupnp: update to 1.4.30
1 parent 0afc85d commit 5799373

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

components/library/libupnp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ USE_DEFAULT_TEST_TRANSFORMS= yes
1818
include ../../../make-rules/shared-macros.mk
1919

2020
COMPONENT_NAME= libupnp
21-
COMPONENT_VERSION= 1.14.25
21+
COMPONENT_VERSION= 1.14.30
2222
COMPONENT_SUMMARY= Portable C library for UPnP
2323
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2424
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25-
COMPONENT_ARCHIVE_HASH= sha256:36fdf15767573f4f92320f01b3fd3c1cb41732b91cfc24d10d1e6a55969c9f56
25+
COMPONENT_ARCHIVE_HASH= sha256:27038a7dd7fa3ccf147b7d310bff7d208739e5dfe53092f22199e5f342ebc488
2626
COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/pupnp/files/release-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
2727
COMPONENT_PROJECT_URL= https://pupnp.sourceforge.io/
2828
COMPONENT_FMRI= system/library/libupnp

components/library/libupnp/libupnp.p5m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ file path=usr/include/upnp/upnp.h
5050
file path=usr/include/upnp/upnpconfig.h
5151
file path=usr/include/upnp/upnpdebug.h
5252
file path=usr/include/upnp/upnptools.h
53-
link path=usr/lib/$(MACH64)/libixml.so target=libixml.so.11.1.3
54-
link path=usr/lib/$(MACH64)/libixml.so.11 target=libixml.so.11.1.3
55-
file path=usr/lib/$(MACH64)/libixml.so.11.1.3
56-
link path=usr/lib/$(MACH64)/libupnp.so target=libupnp.so.17.2.5
57-
link path=usr/lib/$(MACH64)/libupnp.so.17 target=libupnp.so.17.2.5
58-
file path=usr/lib/$(MACH64)/libupnp.so.17.2.5
53+
link path=usr/lib/$(MACH64)/libixml.so target=libixml.so.11.1.7
54+
link path=usr/lib/$(MACH64)/libixml.so.11 target=libixml.so.11.1.7
55+
file path=usr/lib/$(MACH64)/libixml.so.11.1.7
56+
link path=usr/lib/$(MACH64)/libupnp.so target=libupnp.so.17.2.10
57+
link path=usr/lib/$(MACH64)/libupnp.so.17 target=libupnp.so.17.2.10
58+
file path=usr/lib/$(MACH64)/libupnp.so.17.2.10
5959
file path=usr/lib/$(MACH64)/pkgconfig/libupnp.pc

components/library/libupnp/manifests/sample-manifest.p5m

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
#
13-
# Copyright 2025 <contributor>
13+
# Copyright 2026 <contributor>
1414
#
1515

1616
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -49,10 +49,10 @@ file path=usr/include/upnp/upnp.h
4949
file path=usr/include/upnp/upnpconfig.h
5050
file path=usr/include/upnp/upnpdebug.h
5151
file path=usr/include/upnp/upnptools.h
52-
link path=usr/lib/$(MACH64)/libixml.so target=libixml.so.11.1.3
53-
link path=usr/lib/$(MACH64)/libixml.so.11 target=libixml.so.11.1.3
54-
file path=usr/lib/$(MACH64)/libixml.so.11.1.3
55-
link path=usr/lib/$(MACH64)/libupnp.so target=libupnp.so.17.2.5
56-
link path=usr/lib/$(MACH64)/libupnp.so.17 target=libupnp.so.17.2.5
57-
file path=usr/lib/$(MACH64)/libupnp.so.17.2.5
52+
link path=usr/lib/$(MACH64)/libixml.so target=libixml.so.11.1.7
53+
link path=usr/lib/$(MACH64)/libixml.so.11 target=libixml.so.11.1.7
54+
file path=usr/lib/$(MACH64)/libixml.so.11.1.7
55+
link path=usr/lib/$(MACH64)/libupnp.so target=libupnp.so.17.2.10
56+
link path=usr/lib/$(MACH64)/libupnp.so.17 target=libupnp.so.17.2.10
57+
file path=usr/lib/$(MACH64)/libupnp.so.17.2.10
5858
file path=usr/lib/$(MACH64)/pkgconfig/libupnp.pc

components/library/libupnp/test/results-all.master

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PASS: test/test_document.sh
2-
# TOTAL: 1
3-
# PASS: 1
2+
PASS: poc_gh_506
3+
# TOTAL: 2
4+
# PASS: 2
45
# SKIP: 0
56
# XFAIL: 0
67
# FAIL: 0

0 commit comments

Comments
 (0)