diff mbox series

[meta-multimedia,wrynose,27/36] libupnp: upgrade 1.14.25 -> 1.14.31

Message ID 20260804194003.3158916-27-ankur.tyagi85@gmail.com
State Rejected, archived
Delegated to: Anuj Mittal
Headers show
Series [meta-oe,wrynose,1/36] valkey: upgrade 9.0.4 -> 9.0.5 | expand

Commit Message

Ankur Tyagi Aug. 4, 2026, 7:39 p.m. UTC
From: Khem Raj <khem.raj@oss.qualcomm.com>

Upstream changes (ChangeLog):
 * 1.14.31: fix for CVE-2026-41682.
 * 1.14.30: revert an inadvertent API change (25d4bd0b).
 * 1.14.29: CMake builds from the release tarball now work.
 * 1.14.26-28: SONAME/CMake build fixes and assorted portability fixes
   (e.g. OmniOS POSIX asctime_r).

Version-only bump (git tag release-1.14.31); recipe unchanged.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit d98bc9596101d3eae2921cd93f1a35b72869edf6)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../libupnp/{libupnp_1.14.25.bb => libupnp_1.14.31.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-connectivity/libupnp/{libupnp_1.14.25.bb => libupnp_1.14.31.bb} (94%)

Comments

Anuj Mittal Aug. 10, 2026, 1:48 a.m. UTC | #1
This causes mpd build to break:

| Run-time dependency libupnp found: YES 1.14.31
|
| ../sources/mpd-0.24.9/src/lib/upnp/meson.build:29:4: ERROR: Problem
encountered: Your libupnp version is known to be broken, see
https://github.com/pupnp/pupnp/issues/528
|
| A full log can be found at
/local/mnt/workspace/wrynose/build/tmp/work/cortexa57-oe-linux/mpd/0.24.9/build/meson-logs/meson-log.txt
|

On Wed, Aug 5, 2026 at 3:43 AM Ankur Tyagi via lists.openembedded.org
<ankur.tyagi85=gmail.com@lists.openembedded.org> wrote:
>
> From: Khem Raj <khem.raj@oss.qualcomm.com>
>
> Upstream changes (ChangeLog):
>  * 1.14.31: fix for CVE-2026-41682.
>  * 1.14.30: revert an inadvertent API change (25d4bd0b).
>  * 1.14.29: CMake builds from the release tarball now work.
>  * 1.14.26-28: SONAME/CMake build fixes and assorted portability fixes
>    (e.g. OmniOS POSIX asctime_r).
>
> Version-only bump (git tag release-1.14.31); recipe unchanged.
>
> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
> (cherry picked from commit d98bc9596101d3eae2921cd93f1a35b72869edf6)
> Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> ---
>  .../libupnp/{libupnp_1.14.25.bb => libupnp_1.14.31.bb}          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-multimedia/recipes-connectivity/libupnp/{libupnp_1.14.25.bb => libupnp_1.14.31.bb} (94%)
>
> diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> similarity index 94%
> rename from meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb
> rename to meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> index bcecfd3b8e..6ba21971d0 100644
> --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb
> +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> @@ -8,7 +8,7 @@ HOMEPAGE = "http://pupnp.sourceforge.net/"
>  LICENSE = "BSD-3-Clause"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
>
> -SRCREV = "da7cf950f22357545061961b7e5610e08690b0cf"
> +SRCREV = "79ff958ed1012e60faba84981481f76cea43c7f2"
>  SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x;tag=release-${PV} \
>            "
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#128774): https://lists.openembedded.org/g/openembedded-devel/message/128774
> Mute This Topic: https://lists.openembedded.org/mt/120599957/3616702
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [anuj.mittal@oss.qualcomm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Ankur Tyagi Aug. 10, 2026, 2:09 a.m. UTC | #2
On Mon, Aug 10, 2026 at 1:48 PM Anuj Mittal
<anuj.mittal@oss.qualcomm.com> wrote:
>
> This causes mpd build to break:
>
> | Run-time dependency libupnp found: YES 1.14.31
> |
> | ../sources/mpd-0.24.9/src/lib/upnp/meson.build:29:4: ERROR: Problem
> encountered: Your libupnp version is known to be broken, see
> https://github.com/pupnp/pupnp/issues/528
> |
> | A full log can be found at
> /local/mnt/workspace/wrynose/build/tmp/work/cortexa57-oe-linux/mpd/0.24.9/build/meson-logs/meson-log.txt
> |

Thanks Anuj, I will look into it later today.

cheers
Ankur

>
> On Wed, Aug 5, 2026 at 3:43 AM Ankur Tyagi via lists.openembedded.org
> <ankur.tyagi85=gmail.com@lists.openembedded.org> wrote:
> >
> > From: Khem Raj <khem.raj@oss.qualcomm.com>
> >
> > Upstream changes (ChangeLog):
> >  * 1.14.31: fix for CVE-2026-41682.
> >  * 1.14.30: revert an inadvertent API change (25d4bd0b).
> >  * 1.14.29: CMake builds from the release tarball now work.
> >  * 1.14.26-28: SONAME/CMake build fixes and assorted portability fixes
> >    (e.g. OmniOS POSIX asctime_r).
> >
> > Version-only bump (git tag release-1.14.31); recipe unchanged.
> >
> > Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
> > (cherry picked from commit d98bc9596101d3eae2921cd93f1a35b72869edf6)
> > Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> > ---
> >  .../libupnp/{libupnp_1.14.25.bb => libupnp_1.14.31.bb}          | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-multimedia/recipes-connectivity/libupnp/{libupnp_1.14.25.bb => libupnp_1.14.31.bb} (94%)
> >
> > diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> > similarity index 94%
> > rename from meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb
> > rename to meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> > index bcecfd3b8e..6ba21971d0 100644
> > --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb
> > +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> > @@ -8,7 +8,7 @@ HOMEPAGE = "http://pupnp.sourceforge.net/"
> >  LICENSE = "BSD-3-Clause"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
> >
> > -SRCREV = "da7cf950f22357545061961b7e5610e08690b0cf"
> > +SRCREV = "79ff958ed1012e60faba84981481f76cea43c7f2"
> >  SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x;tag=release-${PV} \
> >            "
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#128774): https://lists.openembedded.org/g/openembedded-devel/message/128774
> > Mute This Topic: https://lists.openembedded.org/mt/120599957/3616702
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [anuj.mittal@oss.qualcomm.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Ankur Tyagi Aug. 10, 2026, 4:36 a.m. UTC | #3
On Mon, Aug 10, 2026 at 2:09 PM Ankur Tyagi <ankur.tyagi85@gmail.com> wrote:
>
> On Mon, Aug 10, 2026 at 1:48 PM Anuj Mittal
> <anuj.mittal@oss.qualcomm.com> wrote:
> >
> > This causes mpd build to break:
> >
> > | Run-time dependency libupnp found: YES 1.14.31
> > |
> > | ../sources/mpd-0.24.9/src/lib/upnp/meson.build:29:4: ERROR: Problem
> > encountered: Your libupnp version is known to be broken, see
> > https://github.com/pupnp/pupnp/issues/528
> > |
> > | A full log can be found at
> > /local/mnt/workspace/wrynose/build/tmp/work/cortexa57-oe-linux/mpd/0.24.9/build/meson-logs/meson-log.txt
> > |
>
> Thanks Anuj, I will look into it later today.
>
Hi Anuj,

Sent a patch to fix mpd build error
https://lists.openembedded.org/g/openembedded-devel/message/128875

> cheers
> Ankur
>
> >
> > On Wed, Aug 5, 2026 at 3:43 AM Ankur Tyagi via lists.openembedded.org
> > <ankur.tyagi85=gmail.com@lists.openembedded.org> wrote:
> > >
> > > From: Khem Raj <khem.raj@oss.qualcomm.com>
> > >
> > > Upstream changes (ChangeLog):
> > >  * 1.14.31: fix for CVE-2026-41682.
> > >  * 1.14.30: revert an inadvertent API change (25d4bd0b).
> > >  * 1.14.29: CMake builds from the release tarball now work.
> > >  * 1.14.26-28: SONAME/CMake build fixes and assorted portability fixes
> > >    (e.g. OmniOS POSIX asctime_r).
> > >
> > > Version-only bump (git tag release-1.14.31); recipe unchanged.
> > >
> > > Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
> > > (cherry picked from commit d98bc9596101d3eae2921cd93f1a35b72869edf6)
> > > Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> > > ---
> > >  .../libupnp/{libupnp_1.14.25.bb => libupnp_1.14.31.bb}          | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >  rename meta-multimedia/recipes-connectivity/libupnp/{libupnp_1.14.25.bb => libupnp_1.14.31.bb} (94%)
> > >
> > > diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> > > similarity index 94%
> > > rename from meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb
> > > rename to meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> > > index bcecfd3b8e..6ba21971d0 100644
> > > --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb
> > > +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
> > > @@ -8,7 +8,7 @@ HOMEPAGE = "http://pupnp.sourceforge.net/"
> > >  LICENSE = "BSD-3-Clause"
> > >  LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
> > >
> > > -SRCREV = "da7cf950f22357545061961b7e5610e08690b0cf"
> > > +SRCREV = "79ff958ed1012e60faba84981481f76cea43c7f2"
> > >  SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x;tag=release-${PV} \
> > >            "
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#128774): https://lists.openembedded.org/g/openembedded-devel/message/128774
> > > Mute This Topic: https://lists.openembedded.org/mt/120599957/3616702
> > > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [anuj.mittal@oss.qualcomm.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
similarity index 94%
rename from meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb
rename to meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
index bcecfd3b8e..6ba21971d0 100644
--- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.25.bb
+++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.31.bb
@@ -8,7 +8,7 @@  HOMEPAGE = "http://pupnp.sourceforge.net/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
 
-SRCREV = "da7cf950f22357545061961b7e5610e08690b0cf"
+SRCREV = "79ff958ed1012e60faba84981481f76cea43c7f2"
 SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x;tag=release-${PV} \
           "