Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2026-07-23 23:09:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget (Old)
 and      /work/SRC/openSUSE:Factory/.wget.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wget"

Thu Jul 23 23:09:29 2026 rev:77 rq:1367117 version:1.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget/wget.changes        2026-07-17 
18:47:17.808832496 +0200
+++ /work/SRC/openSUSE:Factory/.wget.new.2004/wget.changes      2026-07-23 
23:10:28.008548879 +0200
@@ -1,0 +2,9 @@
+Wed Jul 22 10:31:44 UTC 2026 - Valentin Lefebvre <[email protected]>
+
+- Fix metalink regression from CVE-2026-58469 fix
+  See: commit 7b1cdecc49bc77bde220fc575c8a00386c3f3bcf from
+  https://gitlab.com/gnuwget/wget
+  [bsc#1272219, CVE-2026-58469]
+  * CVE-2026-58469.patch
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ CVE-2026-58469.patch ++++++
--- /var/tmp/diff_new_pack.wrBKfl/_old  2026-07-23 23:10:28.812577113 +0200
+++ /var/tmp/diff_new_pack.wrBKfl/_new  2026-07-23 23:10:28.832577815 +0200
@@ -45,7 +45,7 @@
       character going backward.  */
    if (*end == '\0')
 -    while ((c = *(end - 1)) && (c == '\n' || c == '\r' || c == '\t' || c == ' 
'))
-+    while (end > beg && !isspace(*(end - 1)))
++    while (end > beg && isspace(*(end - 1)))
        end--;
  
 -  len = end - beg;

Reply via email to