Your message dated Thu, 27 Feb 2025 16:29:25 +0000
with message-id <[email protected]>
and subject line Bug#1091838: Removed package(s) from unstable
has caused the Debian Bug report #1076686,
regarding classified-ads: FTBFS with miniupnpc 2.2.8
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 [email protected]
immediately.)
--
1076686: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076686
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: classified-ads
Severity: important
Tags: trixie sid ftbfs patch
Hi,
Please find the attached patch to fix your package for the transition
to miniupnpc 2.2.8.
--- a/net/networklistener.cpp 2022-06-12 23:12:08.000000000 +0800
+++ b/net/networklistener.cpp 2024-07-22 09:53:30.770511134 +0800
@@ -291,7 +291,7 @@
char lan_address[64];
struct UPNPUrls upnp_urls;
struct IGDdatas upnp_data;
- int status = UPNP_GetValidIGD(upnp_dev, &upnp_urls, &upnp_data, lan_address, sizeof(lan_address));
+ int status = UPNP_GetValidIGD(upnp_dev, &upnp_urls, &upnp_data, lan_address, sizeof(lan_address), NULL, 0);
// look up possible "status" values, the number "1" indicates a valid IGD was found
QLOG_STR("UPNP_GetValidIGD = " + QString::number(status)) ;
if ( status > 0 ) {
--- End Message ---
--- Begin Message ---
Version: 0.15-1+rm
Dear submitter,
as the package classified-ads has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1091838
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---