Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tinyproxy for openSUSE:Factory 
checked in at 2021-04-17 23:24:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tinyproxy (Old)
 and      /work/SRC/openSUSE:Factory/.tinyproxy.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tinyproxy"

Sat Apr 17 23:24:50 2021 rev:13 rq:886124 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tinyproxy/tinyproxy.changes      2020-08-29 
20:33:35.493244059 +0200
+++ /work/SRC/openSUSE:Factory/.tinyproxy.new.12324/tinyproxy.changes   
2021-04-17 23:24:54.353587994 +0200
@@ -1,0 +2,6 @@
+Fri Apr 16 17:31:11 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.11
+  * Support for multiple bind directives.
+
+-------------------------------------------------------------------

Old:
----
  tinyproxy-1.10.0.tar.xz

New:
----
  tinyproxy-1.11.0.tar.xz

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

Other differences:
------------------
++++++ tinyproxy.spec ++++++
--- /var/tmp/diff_new_pack.7xn7gF/_old  2021-04-17 23:24:54.845588832 +0200
+++ /var/tmp/diff_new_pack.7xn7gF/_new  2021-04-17 23:24:54.849588839 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tinyproxy
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:           tinyproxy
-Version:        1.10.0
+Version:        1.11.0
 Release:        0
 Summary:        Minimalist WWW proxy
 License:        GPL-2.0-or-later

++++++ tinyproxy-1.10.0.tar.xz -> tinyproxy-1.11.0.tar.xz ++++++
++++ 15757 lines of diff (skipped)

++++++ tinyproxy-conf.patch ++++++
--- /var/tmp/diff_new_pack.7xn7gF/_old  2021-04-17 23:24:54.973589050 +0200
+++ /var/tmp/diff_new_pack.7xn7gF/_new  2021-04-17 23:24:54.977589057 +0200
@@ -2,13 +2,13 @@
 Date: 2012-02-23 00:17:13 +0000
 
 ---
- etc/tinyproxy.conf.in |   14 +++++++-------
- 1 file changed, 7 insertions(+), 7 deletions(-)
+ etc/tinyproxy.conf.in |    8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
 
-Index: tinyproxy-1.8.3/etc/tinyproxy.conf.in
+Index: tinyproxy-1.11.0/etc/tinyproxy.conf.in
 ===================================================================
---- tinyproxy-1.8.3.orig/etc/tinyproxy.conf.in
-+++ tinyproxy-1.8.3/etc/tinyproxy.conf.in
+--- tinyproxy-1.11.0.orig/etc/tinyproxy.conf.in
++++ tinyproxy-1.11.0/etc/tinyproxy.conf.in
 @@ -12,8 +12,8 @@
  # as the root user. Either the user or group name or the UID or GID
  # number may be used.
@@ -20,7 +20,7 @@
  
  #
  # Port: Specify the port which tinyproxy will listen on.  Please note
-@@ -116,7 +116,7 @@ StatFile "@pkgdatadir@/stats.html"
+@@ -117,7 +117,7 @@ StatFile "@pkgdatadir@/stats.html"
  # LogLevel was set to Warning, then all log messages from Warning to
  # Critical would be output, but Notice and below would be suppressed.
  #
@@ -29,7 +29,7 @@
  
  #
  # PidFile: Write the PID of the main tinyproxy thread to this file so it
-@@ -173,7 +173,7 @@ LogLevel Info
+@@ -187,7 +187,7 @@ LogLevel Info
  # be created. In other words, only MaxClients number of clients can be
  # connected at the same time.
  #
@@ -37,21 +37,4 @@
 +MaxClients 20
  
  #
- # MinSpareServers/MaxSpareServers: These settings set the upper and
-@@ -183,13 +183,13 @@ MaxClients 100
- # server processes will be spawned.  If the number of servers exceeds
- # MaxSpareServers then the extras will be killed off.
- #
--MinSpareServers 5
--MaxSpareServers 20
-+MinSpareServers 2
-+MaxSpareServers 5
- 
- #
- # StartServers: The number of servers to start initially.
- #
--StartServers 10
-+StartServers 5
- 
- #
- # MaxRequestsPerChild: The number of connections a thread will handle
+ # Allow: Customization of authorization controls. If there are any

Reply via email to