Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package varnish for openSUSE:Factory checked 
in at 2021-08-06 22:45:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/varnish (Old)
 and      /work/SRC/openSUSE:Factory/.varnish.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "varnish"

Fri Aug  6 22:45:02 2021 rev:35 rq:910486 version:6.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2021-07-12 
21:41:03.219722472 +0200
+++ /work/SRC/openSUSE:Factory/.varnish.new.1899/varnish.changes        
2021-08-06 22:45:43.745969665 +0200
@@ -1,0 +2,6 @@
+Fri Aug  6 10:02:27 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 6.6.1
+  * Fix an HTTP/2.0 request smuggling vulnerability. [bnc#1188470]
+
+-------------------------------------------------------------------

Old:
----
  varnish-6.6.0.tgz

New:
----
  varnish-6.6.1.tgz

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

Other differences:
------------------
++++++ varnish.spec ++++++
--- /var/tmp/diff_new_pack.Y87lPX/_old  2021-08-06 22:45:44.265968743 +0200
+++ /var/tmp/diff_new_pack.Y87lPX/_new  2021-08-06 22:45:44.265968743 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package varnish
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-#Compat macro for new _fillupdir macro introduced in Nov 2017
-%if !0%{?_fillupdir:1}
-%define _fillupdir /var/adm/fillup-templates
-%endif
-
 %define library_name libvarnishapi2
 %define pkg_home     %_localstatedir/lib/%name
 %define pkg_logdir   %_localstatedir/log/%name
 %define pkg_cachedir %_localstatedir/cache/%name
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if !0%{?_fillupdir:1}
+%define _fillupdir %_localstatedir/adm/fillup-templates
+%endif
 Name:           varnish
-Version:        6.6.0
+Version:        6.6.1
 Release:        0
 Summary:        Accelerator for HTTP services
 License:        BSD-2-Clause
 Group:          Productivity/Networking/Web/Proxy
-URL:            http://varnish-cache.org/
+URL:            https://varnish-cache.org/
 #Git-Web:      https://github.com/varnishcache/varnish-cache
 Source:         https://varnish-cache.org/_downloads/%name-%version.tgz
 Source3:        varnish.sysconfig
@@ -40,17 +39,18 @@
 Source8:        varnishlog.service
 Patch1:         varnish-5.1.2-add-fallthrough-comments.patch
 Patch2:         uninit.patch
-BuildRequires:  python3-docutils
-BuildRequires:  python3-Sphinx
 BuildRequires:  libxslt
 BuildRequires:  ncurses-devel
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-docutils
 BuildRequires:  readline-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  xz
 Requires:       c_compiler
-Requires(pre): %_sbindir/useradd %_sbindir/groupadd
+Requires(pre):  %_sbindir/groupadd
+Requires(pre):  %_sbindir/useradd
 Recommends:     logrotate
 
 %description
@@ -113,12 +113,12 @@
 #
 ##missing directories
 install -dm 0755 "$b"/{%pkg_logdir,%pkg_home}
-install -Dpm 0644 "%{S:5}" "$b/%_sysconfdir/logrotate.d/varnish"
+install -Dpm 0644 "%SOURCE5" "$b/%_sysconfdir/logrotate.d/varnish"
 #
 ##init scripts
-install -Dpm 0644 "%{S:3}" "$b/%_fillupdir/sysconfig.%name"
-install -Dpm 0644 "%{S:7}" "$b/%_unitdir/varnish.service"
-install -Dpm 0644 "%{S:8}" "$b/%_unitdir/varnishlog.service"
+install -Dpm 0644 "%SOURCE3" "$b/%_fillupdir/sysconfig.%name"
+install -Dpm 0644 "%SOURCE7" "$b/%_unitdir/varnish.service"
+install -Dpm 0644 "%SOURCE8" "$b/%_unitdir/varnishlog.service"
 mkdir -p "$b/%_sbindir"
 ln -s service "$b/%_sbindir/rcvarnish"
 ln -s service "$b/%_sbindir/rcvarnishlog"
@@ -133,7 +133,7 @@
 cp -a doc/changes.rst LICENSE README.rst "$b/%_docdir/%name/"
 
 perl -i -pe 's{^#!/usr/bin/env python}{#!/usr/bin/python}g' \
-       "$b/usr/share/varnish/vmodtool.py" "$b/usr/share/varnish/vsctool.py"
+       "$b/%_datadir/varnish/vmodtool.py" "$b/%_datadir/varnish/vsctool.py"
 
 %check
 if ! %make_build check; then

++++++ varnish-6.6.0.tgz -> varnish-6.6.1.tgz ++++++
++++ 9367 lines of diff (skipped)

Reply via email to