Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/library/libupnp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ USE_DEFAULT_TEST_TRANSFORMS= yes
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= libupnp
COMPONENT_VERSION= 1.14.25
COMPONENT_VERSION= 1.14.30
COMPONENT_SUMMARY= Portable C library for UPnP
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= sha256:36fdf15767573f4f92320f01b3fd3c1cb41732b91cfc24d10d1e6a55969c9f56
COMPONENT_ARCHIVE_HASH= sha256:27038a7dd7fa3ccf147b7d310bff7d208739e5dfe53092f22199e5f342ebc488
COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/pupnp/files/release-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL= https://pupnp.sourceforge.io/
COMPONENT_FMRI= system/library/libupnp
Expand Down
12 changes: 6 additions & 6 deletions components/library/libupnp/libupnp.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ file path=usr/include/upnp/upnp.h
file path=usr/include/upnp/upnpconfig.h
file path=usr/include/upnp/upnpdebug.h
file path=usr/include/upnp/upnptools.h
link path=usr/lib/$(MACH64)/libixml.so target=libixml.so.11.1.3
link path=usr/lib/$(MACH64)/libixml.so.11 target=libixml.so.11.1.3
file path=usr/lib/$(MACH64)/libixml.so.11.1.3
link path=usr/lib/$(MACH64)/libupnp.so target=libupnp.so.17.2.5
link path=usr/lib/$(MACH64)/libupnp.so.17 target=libupnp.so.17.2.5
file path=usr/lib/$(MACH64)/libupnp.so.17.2.5
link path=usr/lib/$(MACH64)/libixml.so target=libixml.so.11.1.7
link path=usr/lib/$(MACH64)/libixml.so.11 target=libixml.so.11.1.7
file path=usr/lib/$(MACH64)/libixml.so.11.1.7
link path=usr/lib/$(MACH64)/libupnp.so target=libupnp.so.17.2.10
link path=usr/lib/$(MACH64)/libupnp.so.17 target=libupnp.so.17.2.10
file path=usr/lib/$(MACH64)/libupnp.so.17.2.10
file path=usr/lib/$(MACH64)/pkgconfig/libupnp.pc
14 changes: 7 additions & 7 deletions components/library/libupnp/manifests/sample-manifest.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

#
# Copyright 2025 <contributor>
# Copyright 2026 <contributor>
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
Expand Down Expand Up @@ -49,10 +49,10 @@ file path=usr/include/upnp/upnp.h
file path=usr/include/upnp/upnpconfig.h
file path=usr/include/upnp/upnpdebug.h
file path=usr/include/upnp/upnptools.h
link path=usr/lib/$(MACH64)/libixml.so target=libixml.so.11.1.3
link path=usr/lib/$(MACH64)/libixml.so.11 target=libixml.so.11.1.3
file path=usr/lib/$(MACH64)/libixml.so.11.1.3
link path=usr/lib/$(MACH64)/libupnp.so target=libupnp.so.17.2.5
link path=usr/lib/$(MACH64)/libupnp.so.17 target=libupnp.so.17.2.5
file path=usr/lib/$(MACH64)/libupnp.so.17.2.5
link path=usr/lib/$(MACH64)/libixml.so target=libixml.so.11.1.7
link path=usr/lib/$(MACH64)/libixml.so.11 target=libixml.so.11.1.7
file path=usr/lib/$(MACH64)/libixml.so.11.1.7
link path=usr/lib/$(MACH64)/libupnp.so target=libupnp.so.17.2.10
link path=usr/lib/$(MACH64)/libupnp.so.17 target=libupnp.so.17.2.10
file path=usr/lib/$(MACH64)/libupnp.so.17.2.10
file path=usr/lib/$(MACH64)/pkgconfig/libupnp.pc
5 changes: 3 additions & 2 deletions components/library/libupnp/test/results-all.master
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PASS: test/test_document.sh
# TOTAL: 1
# PASS: 1
PASS: poc_gh_506
# TOTAL: 2
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 0
Expand Down