Your message dated Mon, 18 Aug 2025 23:55:55 +0800
with message-id <[email protected]>
and subject line error bugreport
has caused the Debian Bug report #1076691,
regarding opengnb: 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.)


-- 
1076691: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076691
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: opengnb
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/src/es/gnb_es_upnp.c
+++ b/src/es/gnb_es_upnp.c
@@ -109,7 +109,7 @@ static void gnb_es_upnp_em(gnb_es_ctx *es_ctx, gnb_conf_t *conf, gnb_log_ctx_t *
         return;
     }
 
-    r = UPNP_GetValidIGD(devlist, &urls, &data, lan_addr, sizeof(lan_addr));
+    r = UPNP_GetValidIGD(devlist, &urls, &data, lan_addr, sizeof(lan_addr), NULL, 0);
 
     switch (r) {
 
@@ -123,11 +123,16 @@ static void gnb_es_upnp_em(gnb_es_ctx *es_ctx, gnb_conf_t *conf, gnb_log_ctx_t *
         break;
 
     case 2:
-        GNB_LOG1(log, GNB_LOG_ID_ES_UPNP, "UPNPC Found a (not connected?) IGD : %s\n", urls.controlURL); //有时得到 ipv6的 urls?然后失败
+        GNB_LOG1(log, GNB_LOG_ID_ES_UPNP, "UPNPC Found an IGD, but its IP address is reserved (non routable) : %s\n", urls.controlURL);
         GNB_LOG1(log, GNB_LOG_ID_ES_UPNP, "UPNPC Trying to continue anyway\n");
         break;
 
     case 3:
+        GNB_LOG1(log, GNB_LOG_ID_ES_UPNP, "UPNPC Found a (not connected?) IGD : %s\n", urls.controlURL); //有时得到 ipv6的 urls?然后失败
+        GNB_LOG1(log, GNB_LOG_ID_ES_UPNP, "UPNPC Trying to continue anyway\n");
+        break;
+
+    case 4:
         GNB_LOG1(log, GNB_LOG_ID_ES_UPNP, "UPNPC UPnP device found. Is it an IGD ? : %s\n", urls.controlURL);
         GNB_LOG1(log, GNB_LOG_ID_ES_UPNP, "UPNPC Trying to continue anyway\n");
         break;

--- End Message ---
--- Begin Message ---
This bug is not exist.

-- 
肖盛文 xiao sheng wen -- Debian Developer(atzlinux)
Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40debian.org
GnuPG Public Key: 0x00186602339240CB

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to