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-09-26 18:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/varnish (Old)
 and      /work/SRC/openSUSE:Factory/.varnish.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "varnish"

Mon Sep 26 18:47:56 2022 rev:40 rq:1005885 version:7.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2022-09-19 
16:03:20.262150514 +0200
+++ /work/SRC/openSUSE:Factory/.varnish.new.2275/varnish.changes        
2022-09-26 18:47:57.472026375 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 08:10:13 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Make reload fail nicely on vcl syntax error
+- Set TasksMax=16384 because default thread_pool_max is 5000
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ varnish.service ++++++
--- /var/tmp/diff_new_pack.gLUjXV/_old  2022-09-26 18:47:58.180027714 +0200
+++ /var/tmp/diff_new_pack.gLUjXV/_new  2022-09-26 18:47:58.184027721 +0200
@@ -21,6 +21,7 @@
 ExecStart=/usr/sbin/varnishd -P /var/run/varnishd.pid -F $VARNISHD_PARAMS
 ExecReload=/usr/sbin/varnish_reload_vcl
 KillMode=mixed
+TasksMax=16384
 
 [Install]
 WantedBy=multi-user.target

++++++ varnish_reload_vcl ++++++
--- /var/tmp/diff_new_pack.gLUjXV/_old  2022-09-26 18:47:58.236027820 +0200
+++ /var/tmp/diff_new_pack.gLUjXV/_new  2022-09-26 18:47:58.240027826 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
 
 # Generate a unique timestamp ID for this version of the VCL
 TIME=$(date +%s)

Reply via email to