Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vinyl-cache for openSUSE:Factory checked in at 2026-06-15 19:50:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vinyl-cache (Old) and /work/SRC/openSUSE:Factory/.vinyl-cache.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vinyl-cache" Mon Jun 15 19:50:11 2026 rev:2 rq:1359515 version:9.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vinyl-cache/vinyl-cache.changes 2026-05-11 17:07:38.614222182 +0200 +++ /work/SRC/openSUSE:Factory/.vinyl-cache.new.1981/vinyl-cache.changes 2026-06-15 19:53:44.841341360 +0200 @@ -1,0 +2,9 @@ +Mon Jun 15 09:29:55 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 9.0.1 + * A deficiency in HTTP/2 request parsing has been fixed by + properly comparing pseudo-header names instead of doing a + prefix match. [boo#1267553, CVE-2026-50052] +- Add 0001-Fix-DESTDIR-builds.patch + +------------------------------------------------------------------- Old: ---- vinyl-cache-9.0.0.tgz New: ---- 0001-Fix-DESTDIR-builds.patch vinyl-cache-9.0.1.tgz ----------(New B)---------- New: prefix match. [boo#1267553, CVE-2026-50052] - Add 0001-Fix-DESTDIR-builds.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vinyl-cache.spec ++++++ --- /var/tmp/diff_new_pack.xl3iCq/_old 2026-06-15 19:53:47.701461322 +0200 +++ /var/tmp/diff_new_pack.xl3iCq/_new 2026-06-15 19:53:47.709461658 +0200 @@ -25,7 +25,7 @@ %define _fillupdir %_localstatedir/adm/fillup-templates %endif Name: vinyl-cache -Version: 9.0.0 +Version: 9.0.1 Release: 0 Summary: Accelerator for HTTP services License: BSD-2-Clause @@ -38,7 +38,10 @@ Source7: vinyl-cache.service Source8: vinyl-cachelog.service Source9: vinyl-cache_reload_vcl +Patch1: 0001-Fix-DESTDIR-builds.patch Patch2: uninit.patch +BuildRequires: automake +BuildRequires: libtool BuildRequires: libxslt-devel BuildRequires: netcfg BuildRequires: ncurses-devel @@ -105,8 +108,8 @@ %ifarch %ix86 export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard" %endif -%configure --disable-static --docdir="%_docdir/%name" \ - --localstatedir="%_localstatedir/cache/" +autoreconf -fiv +%configure --disable-static --docdir="%_docdir/%name" %make_build V=1 %install ++++++ 0001-Fix-DESTDIR-builds.patch ++++++ >From 4196617a1817a29ddf54a7a666099aa02fe510f1 Mon Sep 17 00:00:00 2001 From: Nils Goroll <[email protected]> Date: Mon, 23 Mar 2026 17:24:26 +0100 Subject: [PATCH] Fix DESTDIR builds Ref 43dcc6f024a8a2bd6bc6f2970046c08859e17749 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e77d54187..c1f87a253 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS += --with-unwind endif install-data-local: - $(install_sh) -d -m 0755 "${VINYL_STATE_DIR}" + $(install_sh) -d -m 0755 "$(DESTDIR)/${VINYL_STATE_DIR}" distclean-local: -find . '(' -name '*.gcda' -o -name '*.gcda' ')' -exec rm '{}' ';' -- 2.54.0 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.xl3iCq/_old 2026-06-15 19:53:48.217482967 +0200 +++ /var/tmp/diff_new_pack.xl3iCq/_new 2026-06-15 19:53:48.257484645 +0200 @@ -1,5 +1,5 @@ -mtime: 1778491448 -commit: 62735ddb7c9a52187cc6a473fa751625584cba3ed5459ca3e7ad4df3f7febd43 +mtime: 1781516949 +commit: 3a067fb832eec00f3bf42734bbc6ed67d6ca115e583e9adb31e48408a2837a06 url: https://src.opensuse.org/jengelh/vinyl-cache revision: master ++++++ build.specials.obscpio ++++++ ++++++ 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-06-15 11:49:09.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ vinyl-cache-9.0.0.tgz -> vinyl-cache-9.0.1.tgz ++++++ /work/SRC/openSUSE:Factory/vinyl-cache/vinyl-cache-9.0.0.tgz /work/SRC/openSUSE:Factory/.vinyl-cache.new.1981/vinyl-cache-9.0.1.tgz differ: char 30, line 1
