public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH 2/3] libupnp: Update to 1.14.5
Date: Mon, 12 Apr 2021 10:53:43 +0100	[thread overview]
Message-ID: <FD2297D9-2210-46CA-98D5-C8084D5582AF@ipfire.org> (raw)
In-Reply-To: <20210409191022.2911348-2-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3405 bytes --]

Hello,

This patch contains an “soname bump”, i.e. libupnp.so.6 has become libupnp.so.11.

Anything that is linked against the former won’t be able to use the latter version. Normally this can be checked with “./make.sh find-dependencies”, but I currently do not have a full build environment on my build machine (trying to build loads of other things).

Just wanted to drop a note so that you are aware :)

-Michael

> On 9 Apr 2021, at 20:10, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from 1.6.18 to 1.14.5
> - Update required for successfgul build of mpd-0.22.6
> - Update of rootfile
> - Changelog is too large to include here
>   Full details can be found in the ChangeLog file in the source tarball
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/libupnp | 33 ++++++++++++++++++---------------
> lfs/libupnp                     |  4 ++--
> 2 files changed, 20 insertions(+), 17 deletions(-)
> 
> diff --git a/config/rootfiles/common/libupnp b/config/rootfiles/common/libupnp
> index cec62c463..d5b6f5df0 100644
> --- a/config/rootfiles/common/libupnp
> +++ b/config/rootfiles/common/libupnp
> @@ -1,34 +1,37 @@
> #usr/include/upnp
> -#usr/include/upnp/FreeList.h
> -#usr/include/upnp/LinkedList.h
> -#usr/include/upnp/ThreadPool.h
> -#usr/include/upnp/TimerThread.h
> +#usr/include/upnp/Callback.h
> +#usr/include/upnp/UpnpActionComplete.h
> +#usr/include/upnp/UpnpActionRequest.h
> +#usr/include/upnp/UpnpDiscovery.h
> +#usr/include/upnp/UpnpEvent.h
> +#usr/include/upnp/UpnpEventSubscribe.h
> +#usr/include/upnp/UpnpExtraHeaders.h
> +#usr/include/upnp/UpnpFileInfo.h
> #usr/include/upnp/UpnpGlobal.h
> #usr/include/upnp/UpnpInet.h
> #usr/include/upnp/UpnpIntTypes.h
> +#usr/include/upnp/UpnpStateVarComplete.h
> +#usr/include/upnp/UpnpStateVarRequest.h
> #usr/include/upnp/UpnpStdInt.h
> #usr/include/upnp/UpnpString.h
> +#usr/include/upnp/UpnpSubscriptionRequest.h
> #usr/include/upnp/UpnpUniStd.h
> #usr/include/upnp/ithread.h
> #usr/include/upnp/ixml.h
> #usr/include/upnp/ixmldebug.h
> +#usr/include/upnp/list.h
> #usr/include/upnp/upnp.h
> #usr/include/upnp/upnpconfig.h
> #usr/include/upnp/upnpdebug.h
> #usr/include/upnp/upnptools.h
> #usr/lib/libixml.a
> #usr/lib/libixml.la
> -usr/lib/libixml.so
> -usr/lib/libixml.so.2
> -usr/lib/libixml.so.2.0.8
> -#usr/lib/libthreadutil.a
> -#usr/lib/libthreadutil.la
> -usr/lib/libthreadutil.so
> -usr/lib/libthreadutil.so.6
> -usr/lib/libthreadutil.so.6.0.3
> +#usr/lib/libixml.so
> +usr/lib/libixml.so.11
> +usr/lib/libixml.so.11.0.1
> #usr/lib/libupnp.a
> #usr/lib/libupnp.la
> -usr/lib/libupnp.so
> -usr/lib/libupnp.so.6
> -usr/lib/libupnp.so.6.3.2
> +#usr/lib/libupnp.so
> +usr/lib/libupnp.so.17
> +usr/lib/libupnp.so.17.0.5
> #usr/lib/pkgconfig/libupnp.pc
> diff --git a/lfs/libupnp b/lfs/libupnp
> index 683a887ad..90cb48b84 100644
> --- a/lfs/libupnp
> +++ b/lfs/libupnp
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 1.6.18
> +VER        = 1.14.5
> 
> THISAPP    = libupnp-$(VER)
> DL_FILE    = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 11c6484fd2e2927bf3b8d8108407ca56
> +$(DL_FILE)_MD5 = 813094b1348883d1091199ff516674dd
> 
> install : $(TARGET)
> 
> -- 
> 2.31.1
> 


  reply	other threads:[~2021-04-12  9:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09 19:10 [PATCH 1/3] mpd: Update to 0.22.6 Adolf Belka
2021-04-09 19:10 ` [PATCH 2/3] libupnp: Update to 1.14.5 Adolf Belka
2021-04-12  9:53   ` Michael Tremer [this message]
2021-04-12 11:17     ` Adolf Belka
2021-04-12 16:30       ` Adolf Belka
2021-04-14  9:12         ` Michael Tremer
2021-04-09 19:10 ` [PATCH 3/3] libid3tag: Addition of pkgconfig file Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FD2297D9-2210-46CA-98D5-C8084D5582AF@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox