Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 675672

Summary: net-libs/libupnpp-0.17.0 version bump
Product: Gentoo Linux Reporter: BT <amak79>
Component: Current packagesAssignee: Erik Mackdanz <stasibear>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 673552    

Description BT 2019-01-17 04:36:48 UTC
libupnpp 0.17.0

* Better support for embedded devices.
* Support for multiple root devices.
* Move the description document creation to the library: it is built incrementally as services are added, instead of being passed as a whole by the device. This changes the API.
* Don’t delay searches after the initial one.
* Work around port allocation bug in some libupnp 1.8 versions.

libupnpp 0.16.2

* Compatibility with libupnp branch 1.8
Comment 1 BT 2019-01-19 03:46:13 UTC
A simple bump worked for me. I did notice the following warning at the end of the build.

libtool: warning: remember to run 'libtool --finish /usr/lib64'
Comment 2 Larry the Git Cow gentoo-dev 2019-02-09 04:07:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89799bff7207a29ef8418d260f985b6e2c121d49

commit 89799bff7207a29ef8418d260f985b6e2c121d49
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2019-02-09 04:07:15 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2019-02-09 04:07:15 +0000

    net-libs/libupnpp: Bump to 0.17.0
    
    Add EAPI=7
    
    Closes: https://bugs.gentoo.org/670733
    Closes: https://bugs.gentoo.org/675672
    Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
    Package-Manager: Portage-2.3.59, Repoman-2.3.12

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.17.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
Comment 3 Erik Mackdanz gentoo-dev 2019-02-09 04:08:52 UTC
Thanks for your diligence and patience.