Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsoup2 for openSUSE:Factory checked in at 2026-05-25 21:52:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsoup2 (Old) and /work/SRC/openSUSE:Factory/.libsoup2.new.2084 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsoup2" Mon May 25 21:52:22 2026 rev:24 rq:1354897 version:2.74.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libsoup2/libsoup2.changes 2026-03-08 17:26:29.065819233 +0100 +++ /work/SRC/openSUSE:Factory/.libsoup2.new.2084/libsoup2.changes 2026-05-25 21:53:24.088568971 +0200 @@ -1,0 +2,8 @@ +Sun May 24 06:58:06 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Add 35af2342.patch: tld-test: update after changes in the public + suffix list: + "*.bd" is no longer in the public suffix list so let's use ".jm" + instead. + +------------------------------------------------------------------- New: ---- 35af2342.patch _scmsync.obsinfo build.specials.obscpio ----------(New B)---------- New: - Add 35af2342.patch: tld-test: update after changes in the public suffix list: ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsoup2.spec ++++++ --- /var/tmp/diff_new_pack.K5N7JO/_old 2026-05-25 21:53:25.688634769 +0200 +++ /var/tmp/diff_new_pack.K5N7JO/_new 2026-05-25 21:53:25.692634934 +0200 @@ -104,6 +104,8 @@ Patch38: libsoup-CVE-2026-1467.patch # PATCH-FIX-UPSTREAM libsoup-CVE-2026-1539.patch bsc#1257441, CVE-2026-1539, glgo#GNOME/libsoup#489 [email protected] -- Also remove Proxy-Authorization header on cross origin redirect Patch39: libsoup-CVE-2026-1539.patch +# PATCH-FIx-UPSTREAM -- tld-test: update after changes in the public suffix list https://github.com/publicsuffix/list/pull/2623 +Patch40: https://github.com/GNOME/libsoup/commit/35af2342.patch BuildRequires: glib-networking BuildRequires: meson >= 0.50 ++++++ 35af2342.patch ++++++ >From 35af234206bcc4fd1bda63aba2ae13e8dfac8683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <[email protected]> Date: Fri, 23 Jan 2026 11:36:21 -0500 Subject: [PATCH] tld-test: update after changes in the public suffix list "*.bd" is no longer in the public suffix list so let's use ".jm" instead https://github.com/publicsuffix/list/pull/2623 --- tests/tld-test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/tld-test.c b/tests/tld-test.c index ce6edfc0b..e505c34cc 100644 --- a/tests/tld-test.c +++ b/tests/tld-test.c @@ -41,10 +41,10 @@ static struct { { "a.b.example.uk.com", "example.uk.com", -1 }, { "test.ac", "test.ac", -1 }, /* TLD with only 1 (wildcard) rule. */ - { "bd", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, - { "c.bd", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, - { "b.c.bd", "b.c.bd", -1 }, - { "a.b.c.bd", "b.c.bd", -1 }, + { "jm", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, + { "c.jm", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, + { "b.c.jm", "b.c.jm", -1 }, + { "a.b.c.jm", "b.c.jm", -1 }, /* More complex TLD. */ { "jp", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, { "test.jp", "test.jp", -1 }, ++++++ _scmsync.obsinfo ++++++ mtime: 1779605938 commit: a37f13835aa5211b843e2f8f5f6fc58a34967e1bff31528d05b5051cda73aa56 url: https://src.opensuse.org/GNOME/libsoup2 revision: a37f13835aa5211b843e2f8f5f6fc58a34967e1bff31528d05b5051cda73aa56 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-24 08:58:58.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild
