Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package varnish for openSUSE:Factory checked 
in at 2022-05-17 17:24:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/varnish (Old)
 and      /work/SRC/openSUSE:Factory/.varnish.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "varnish"

Tue May 17 17:24:29 2022 rev:37 rq:977601 version:7.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2021-12-02 
02:28:06.440016014 +0100
+++ /work/SRC/openSUSE:Factory/.varnish.new.1538/varnish.changes        
2022-05-17 17:24:47.655190601 +0200
@@ -1,0 +2,9 @@
+Mon May 16 20:10:21 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 7.1.0 [boo#1195188] [CVE-2022-23959]
+  * VCL: It is now possible to assign a BLOB value to a BODY
+    variable, in addition to STRING as before.
+  * VMOD: New STRING strftime(TIME time, STRING format) function
+    for UTC formatting.
+
+-------------------------------------------------------------------

Old:
----
  varnish-6.6.1.tgz

New:
----
  varnish-7.1.0.tgz

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

Other differences:
------------------
++++++ varnish.spec ++++++
--- /var/tmp/diff_new_pack.uPFi8f/_old  2022-05-17 17:24:48.287191174 +0200
+++ /var/tmp/diff_new_pack.uPFi8f/_new  2022-05-17 17:24:48.291191177 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define library_name libvarnishapi2
+%define library_name libvarnishapi3
 %define pkg_home     %_localstatedir/lib/%name
 %define pkg_logdir   %_localstatedir/log/%name
 %define pkg_cachedir %_localstatedir/cache/%name
@@ -25,7 +25,7 @@
 %define _fillupdir %_localstatedir/adm/fillup-templates
 %endif
 Name:           varnish
-Version:        6.6.1
+Version:        7.1.0
 Release:        0
 Summary:        Accelerator for HTTP services
 License:        BSD-2-Clause
@@ -39,10 +39,9 @@
 Source8:        varnishlog.service
 Patch1:         varnish-5.1.2-add-fallthrough-comments.patch
 Patch2:         uninit.patch
-BuildRequires:  libxslt
+BuildRequires:  libxslt-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  pcre-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-docutils
 BuildRequires:  readline-devel
@@ -96,14 +95,13 @@
 
 %build
 %define _lto_cflags %nil
-export CFLAGS="%optflags -fcommon -fstack-protector -Wno-error=clobbered 
-Werror=maybe-uninitialized"
+export CFLAGS="%optflags -fcommon -fstack-protector"
 %ifarch %ix86
 export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard"
 %endif
 %configure --disable-static --docdir="%_docdir/%name" \
-           --localstatedir="%_localstatedir/cache/" \
-           --enable-developer-warnings
-%make_build
+           --localstatedir="%_localstatedir/cache/"
+%make_build V=1
 
 %install
 b="%buildroot"
@@ -180,7 +178,7 @@
 %_fillupdir/sysconfig.%name
 
 %files -n %library_name
-%_libdir/libvarnishapi.so.2*
+%_libdir/libvarnishapi.so.3*
 
 %files devel
 %_includedir/varnish/

++++++ varnish-6.6.1.tgz -> varnish-7.1.0.tgz ++++++
++++ 155843 lines of diff (skipped)

Reply via email to