[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#889937: marked as done (transition: libminiupnpc)



Your message dated Tue, 8 May 2018 20:00:02 +0200
with message-id <16d4b514-e783-d557-9619-04017fbcfa4f@debian.org>
and subject line This bug can be closed
has caused the Debian Bug report #889937,
regarding transition: libminiupnpc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
889937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889937
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: transition

Dear release team,

libminiupnpc16 is now in Experimental. I tried rebuilding all reverse
dependencies, which are:

* 0ad
* bitcoin
* classified-ads
* dogecoin
* dolphin-emu
* eiskaltdcpp
* i2pd
* litecoin
* megaglest
* sushi
* swift-im
* transmission
* warzone2100

Out of this, eiskaltdcpp and bitcoin failed to build for apparently
unrelated issues, and for the 3rd one swift-im, I filed a bug:
https://bugs.debian.org/889062

2 reverse dependencies seemed to have libminiupnpc upgrade issues,
and I fied bugs against them:

sushi-1.4.0+git20160822+dfsg https://bugs.debian.org/889055
warzone2100 3.2.1-2: https://bugs.debian.org/889059

I do have proposed patches from upstream, which basically means
doing this:

#if defined(MINIUPNPC_API_VERSION) && (MINIUPNPC_API_VERSION >= 14)
  miniupnpc_dev = upnpDiscover(3000, NULL, NULL, 0, 0, 2, &result); /* use default TTL of 2 */
#elif defined(MINIUPNPC_API_VERSION) && (MINIUPNPC_API_VERSION >= 8)
  miniupnpc_dev = upnpDiscover(3000, NULL, NULL, 0, 0, &result);
#elif defined(MINIUPNPC_API_VERSION) && (MINIUPNPC_API_VERSION >= 3)
  miniupnpc_dev = upnpDiscover(3000, NULL, NULL, 0);
#else
  miniupnpc_dev = upnpDiscover(3000, NULL, NULL);
#endif

which seems fairly easy to fix in both sushi and warzone2100, and both
of which has been documented in the bug reports by upstream.

Therefore, I think it's time to request for a transition slot. Please
let me know when I can upload miniupnpc to Sid.

Cheers,

Thomas Goirand (zigo)

Ben file:

title = "libminiupnpc";
is_affected = .depends ~ "libminiupnpc10" | .depends ~ "libminiupnpc16";
is_good = .depends ~ "libminiupnpc16";
is_bad = .depends ~ "libminiupnpc10";

--- End Message ---
--- Begin Message ---
This bug was for the transition to libminiupnpc16, that's done, and
we're now doing the transition to libminiupnpc17. To avoid confusions,
I'm closing this bug.

Cheers,

Thomas Goirand (zigo)

--- End Message ---

Reply to: