Hello community,

here is the log from the commit of package lighttpd for openSUSE:Factory 
checked in at 2018-04-01 17:27:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lighttpd (Old)
 and      /work/SRC/openSUSE:Factory/.lighttpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lighttpd"

Sun Apr  1 17:27:27 2018 rev:37 rq:592760 version:1.4.49

Changes:
--------
--- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes        2017-11-25 
08:43:38.212120024 +0100
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd.changes   2018-04-01 
17:27:30.537386000 +0200
@@ -1,0 +2,44 @@
+Sat Mar 31 08:06:13 UTC 2018 - [email protected]
+
+- update to 1.4.49
+  + - next is 1.4.49
+  + [core] adjust offset if response header blank line
+  + [mod_accesslog] %{canonical,local,remote}p (fixes #2840)
+  + [core] support POLLRDHUP, where available (#2743)
+  + [mod_proxy] basic support for HTTP CONNECT method (#2060)
+  + [mod_deflate] fix deflate of file > 2MB w/o mmap
+  + [core] fix segfault if tempdirs fill up (fixes #2843)
+  + [mod_compress,mod_deflate] try mmap MAP_PRIVATE
+  + [core] discard from socket using recv MSG_TRUNC
+  + [core] report to stderr if errorlog path ENOENT (fixes #2847)
+  + [core] fix base64 decode when char is unsigned (fixes #2848)
+  + [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)
+  + [core] warn if mod_indexfile after dynamic handler
+  + [core] do not reparse request if async cb
+  + [core] non-blocking write() to piped loggers
+  + [mod_openssl] minor code cleanup; reduce var scope
+  + [mod_openssl] elliptic curve auto selection (fixes #2833)
+  + [core] check for path-info forward down path
+  + [mod_authn_ldap] auth with ldap referrals (fixes #2846)
+  + [core] code cleanup: separate physical path sub
+  + [core] merge redirect/rewrite pattern substitution
+  + [core] fix POST with chunked request body (fixes #2854)
+  + [core] remove unused func
+  + [doc] minor update to *outdated* doc
+  + [mod_wstunnel] fix for frames larger than 64k (fixes #2858)
+  + [core] fix 32-bit compile POST w/ chunked request body (#2854)
+  + [core] add include sys/poll.h on Solaris (fixes #2859)
+  + [core] fix path-info calculation in git master (fixes #2861)
+  + [core] pass array_get_element_klen() const array *
+  + [core] increase stat_cache abstraction
+  + [core] open additional fds O_CLOEXEC
+  + [core] fix CONNECT w strict header parsing enabled
+  + [mod_extforward] CIDR support for trusted proxies (fixes #2860)
+  + [core] re-enable overloaded backends w/ multi wkrs
+  + [autoconf] reduce minimum automake version to 1.13
+  + [mod_auth] constant time compare plain passwords
+  + [mod_auth] check that digest realm matches config
+  + [core] fix incorrect hash algorithm impl
+  + [doc] NEWS
+
+-------------------------------------------------------------------

Old:
----
  lighttpd_1.4.48-0.2.debian.tar.xz
  lighttpd_1.4.48-0.2.dsc
  lighttpd_1.4.48.orig.tar.xz

New:
----
  lighttpd_1.4.49-1.1.debian.tar.xz
  lighttpd_1.4.49-1.1.dsc
  lighttpd_1.4.49.orig.tar.xz

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

Other differences:
------------------
++++++ lighttpd.spec ++++++
--- /var/tmp/diff_new_pack.5fCeoe/_old  2018-04-01 17:27:32.505314772 +0200
+++ /var/tmp/diff_new_pack.5fCeoe/_new  2018-04-01 17:27:32.505314772 +0200
@@ -23,7 +23,7 @@
 
 %define pkg_home %{_localstatedir}/lib/%{name}
 Name:           lighttpd
-Version:        1.4.48
+Version:        1.4.49
 Release:        0
 #
 %define pkg_name %{name}

++++++ lighttpd_1.4.48-0.2.debian.tar.xz -> lighttpd_1.4.49-1.1.debian.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/changelog new/debian/changelog
--- old/debian/changelog        2017-11-12 13:40:16.000000000 +0100
+++ new/debian/changelog        2018-03-31 12:09:28.000000000 +0200
@@ -1,119 +1,30 @@
-lighttpd (1.4.48-0.2) unstable; urgency=medium
+lighttpd (1.4.49-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
-  * New upstream version 1.4.48.
-  * New package for mod_authn_sasl.
+  * use https link to download.lighttpd.net in debian/watch
+  * fix mod-cml description
+  * fix packaging docs for mod-authn-ldap
+  * fix build dependencies (for oldstable/stable compat)
+  * include modules openssl, vhostdb and wstunnel in main package
+  * cleanup whitespace in debian/rules
+  * new packages for new modules mod_vhost_{dbi,ldap,mysql,pgsql}
+  * new packages for new module mod_authn_sasl
+  * fix path in lintian overrides
+  * don't exclude generated files from copyright
 
- -- Stefan Bühler <[email protected]>  Sun, 12 Nov 2017 13:40:16 +0100
+ -- Stefan Bühler <[email protected]>  Sat, 31 Mar 2018 12:09:28 +0200
 
-lighttpd (1.4.48-0.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * new snapshot 1.4.48
-    + - next is 1.4.48
-    + [mod_webdav] fix crash if stat fails, not ENOENT
-    + [core] fix build --disable-ipv6 (fixes #2832)
-    + [scons] sort with_* options, document missing options
-    + [scons] config.py(-sample) not used, remove them
-    + [scons] rename with_gzip to with_zlib
-    + [scons] add with_all option
-    + [scons] fix with_pgsql
-    + [scons] sort modules
-    + [scons] fix some lib dependencies
-    + [scons] don't link pthread twice in --whole-archive workaround
-    + [scons] link -static-libgcc instead of gcc_s
-    + [scons] don't screw env[LIBS]
-    + [scons] fix dbi
-    + [scons] add with_uuid option, document webdav relations
-    + [scons] check all features in autoconf block and sort them
-    + [scons] explicit fails when wanted features are missing
-    + [scons] fix warnings with deprecated ldap api
-    + [scons] add some generic defintions early
-    + [scons] wrap Configure in local Autoconf class
-    + [scons] split function names, break some lines
-    + [scons] move LIB* initializing block
-    + [scons] break some lines in Append(...) calls
-    + [scons] parse config programs output in a generic way
-    + [scons] Merge branch 'personal/stbuehler/scons-cleanup'
-    + [autobuild] require autoconf >= 2.60, automake >= 1.14
-    + [autobuild] m4 and shell quoting, whitespace changes, sort some lists
-    + [autobuild] lots of small cleanups
-    + [autobuild] move some checks to the top
-    + [autobuild] kerberos improvements
-    + [autobuild] improve openssl
-    + [autobuild] improve crypt[_r]
-    + [autobuild] simple check for fork
-    + [autobuild] improve feature+module counting
-    + [autobuild] generate version id with m4 instead of awk
-    + [autobuild] Merge branch 'personal/stbuehler/autobuild-cleanup'
-    + [meson] new build system
-    + [core] fix var.CWD (regression in 1.4.46) (fixes #2835)
-    + [core] fix implicit wildcard IPv4 and IPv6 listen
-    + [autobuild] remove obsolete warning about mmap use
-    + [core] isolate sock_addr manipulation
-    + [stat_cache] remove debug code littered in file
-    + [core] cleanup unused ifndef
-    + [core] cleanup: consolidate FAM code in stat_cache
-    + [core] consolidate backend network write handlers
-    + [autobuild] allow sendfile() in cross-compile (fixes #2836)
-    + [core] quiet pedantic cc warning for excess comma
-    + [core] isolate backend fdevent handler defs
-    + [mod_openssl] error if ssl.engine in wrong section (fixes #2837)
-    + [core] fix lighttpd -1 one-shot graceful shutdown
-    + [mod_cgi] quiet trace if mod_cgi sends SIGTERM (fixes #2838)
-    + [build] fix link of test_configfile.c
-    + [core] quiet coverity false positive
-    + [mod_openssl] more pedantic check of return values
-    + [mod_openssl] allow specifying server cert chain (fixes #2692)
-    + [mod_openssl] ssl.openssl.ssl-conf-cmd (fixes #2758)
-    + [doc] NEWS - fix improper format line breaks
-    + [mod_authn_ldap] replace use of deprecated funcs
-    + [mod_authn_sasl] SASL auth (new) (fixes #2275)
-    + [mod_openssl] quiet trace from TCP probes (#2784)
-    + [core] fix dup typedef compiler warning
-    + [scons] fix various python2/3 incompatibilities
-    + [doc] fix doc/config/conf.d/fastcgi.conf example
-    + [doc] NEWS
-
- -- Jenkins (autobuilder) <[email protected]>  Sun, 12 Nov 2017 11:26:54 
+0000
-
-lighttpd (1.4.47-0.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * new snapshot 1.4.47
-    + - next is 1.4.47
-    + [mod_authn_gssapi] needs -lcom_err under Darwin
-    + [core] stricter validation of request-URI begin
-    + [core] fix 1.4.46 regression in config match (fixes #2830)
-    + [core] normalize config addrs for != match (#2830)
-    + [core] normalize config addrs for eq and ne (#2830)
-    + [doc] use https:// URLs to .lighttpd.net resources
-    + [core] fix 1.4.46 regression in Last-Modified
-    + [doc] NEWS
-
- -- Jenkins (autobuilder) <[email protected]>  Sun, 22 Oct 2017 20:38:23 
+0000
-
-lighttpd (1.4.46-0.1) unstable; urgency=medium
-
-  [ Stefan Bühler ]
-
-  * Non-maintainer upload.
-  * New upstream version 1.4.46.
-    - Drop spelling.patch (applied upstream)
-  * New packages for new modules mod_vhost_{dbi,ldap,mysql,pgsql}
-  * Bump Standards-Version to 4.1.1
-  * Build-Dependencies:
-    - recent debhelper versions replace dh-systemd
-    - libssl1.0-dev alternative not needed
-    - add libmysqlclient-dev alternatives (oldstable doesn't have
-      default-libmysqlclient-dev)
-  * Change some links to use https
+lighttpd (1.4.49-1) unstable; urgency=medium
 
   [ Michael Gilbert ]
   * Suggest php-cgi since php5-cgi has been removed from the archive
     (closes: #859927).
 
- -- Stefan Bühler <[email protected]>  Sun, 22 Oct 2017 10:15:54 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Update control file, including setting Maintainer to Debian QA Group.
+
+ -- Clint Adams <[email protected]>  Wed, 21 Mar 2018 17:21:11 -0400
 
 lighttpd (1.4.45-1) unstable; urgency=medium
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/control new/debian/control
--- old/debian/control  2017-11-12 13:37:08.000000000 +0100
+++ new/debian/control  2018-03-31 12:09:28.000000000 +0200
@@ -1,12 +1,8 @@
 Source: lighttpd
 Section: httpd
 Priority: optional
-Maintainer: Debian lighttpd maintainers 
<[email protected]>
-Uploaders: Krzysztof Krzyżaniak (eloy) <[email protected]>,
- Olaf van der Spek <[email protected]>,
- Arno Töll <[email protected]>,
- Michael Gilbert <[email protected]>
-Homepage: https://lighttpd.net/
+Maintainer: Lighttpd upstream <[email protected]>
+Homepage: https://www.lighttpd.net/
 Build-Depends:
  dpkg-dev (>= 1.16.1~),
  debhelper (>= 9.20130624~),
@@ -36,9 +32,9 @@
  libsasl2-dev,
  perl,
  libcgi-pm-perl,
-Vcs-Git: https://anonscm.debian.org/git/pkg-lighttpd/lighttpd.git
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-lighttpd/lighttpd.git
-Standards-Version: 4.1.1
+Vcs-Git: https://salsa.debian.org/debian/lighttpd.git
+Vcs-Browser: https://salsa.debian.org/debian/lighttpd
+Standards-Version: 4.1.3
 
 Package: lighttpd
 Architecture: any
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/copyright new/debian/copyright
--- old/debian/copyright        2017-10-22 09:59:52.000000000 +0200
+++ new/debian/copyright        2018-03-31 12:08:46.000000000 +0200
@@ -1,25 +1,5 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: lighttpd
-Files-Excluded:
- aclocal.m4
- ar-lib
- autogen.sh
- compile
- config.guess
- config.h.in
- config.sub
- config.py-sample
- configure
- depcomp
- install-sh
- ltmain.sh
- m4
- missing
- *Makefile.in
- src/configparser.c
- src/configparser.h
- src/mod_ssi_exprparser.c
- src/mod_ssi_exprparser.h
 
 Files: *
 Copyright: Copyright (c) 2004, Jan Kneschke, incremental

++++++ lighttpd_1.4.48-0.2.dsc -> lighttpd_1.4.49-1.1.dsc ++++++
--- /work/SRC/openSUSE:Factory/lighttpd/lighttpd_1.4.48-0.2.dsc 2017-11-17 
10:59:05.754716439 +0100
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd_1.4.49-1.1.dsc    
2018-04-01 17:27:30.713379630 +0200
@@ -5,13 +5,12 @@
 Source: lighttpd
 Binary: lighttpd, lighttpd-doc, lighttpd-mod-mysql-vhost, 
lighttpd-mod-vhostdb-dbi, lighttpd-mod-vhostdb-ldap, 
lighttpd-mod-vhostdb-mysql, lighttpd-mod-vhostdb-pgsql, 
lighttpd-mod-trigger-b4-dl, lighttpd-mod-cml, lighttpd-mod-magnet, 
lighttpd-mod-webdav, lighttpd-mod-authn-gssapi, lighttpd-mod-authn-ldap, 
lighttpd-mod-authn-mysql, lighttpd-mod-authn-sasl, lighttpd-mod-geoip
 Architecture: any all
-Version: 1.4.48-0.2
-Maintainer: Debian lighttpd maintainers 
<[email protected]>
-Uploaders: Krzysztof Krzyżaniak (eloy) <[email protected]>, Olaf van der Spek 
<[email protected]>, Arno Töll <[email protected]>, Michael Gilbert 
<[email protected]>
-Homepage: https://lighttpd.net/
-Standards-Version: 4.1.1
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-lighttpd/lighttpd.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-lighttpd/lighttpd.git
+Version: 1.4.49-1.1
+Maintainer: Lighttpd upstream <[email protected]>
+Homepage: https://www.lighttpd.net/
+Standards-Version: 4.1.3
+Vcs-Browser: https://salsa.debian.org/debian/lighttpd
+Vcs-Git: https://salsa.debian.org/debian/lighttpd.git
 Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9.20130624~), debhelper 
(>= 9.20160709) | dh-systemd (>= 1.3), dh-autoreconf, mime-support, libssl-dev, 
zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libdbi-dev, libpq-dev, 
default-libmysqlclient-dev | libmysqlclient-dev, libfam-dev, libldap2-dev, 
libfcgi-dev, libgdbm-dev, libgeoip-dev, liblua5.1-0-dev, libmemcached-dev, 
pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, libsasl2-dev, 
perl, libcgi-pm-perl
 Package-List:
  lighttpd deb httpd optional arch=any
@@ -31,29 +30,28 @@
  lighttpd-mod-vhostdb-pgsql deb httpd optional arch=any
  lighttpd-mod-webdav deb httpd optional arch=any
 Checksums-Sha1:
- e48274a53d6c5aeb085644c30c8dd8ab0e2f8212 708396 lighttpd_1.4.48.orig.tar.xz
- 7b475f68d6c63469342c2f604b1f2c3fbef45c80 48340 
lighttpd_1.4.48-0.2.debian.tar.xz
+ 9e13d061cbae2f377a1a5bb24e13ccd9cba0bba6 710964 lighttpd_1.4.49.orig.tar.xz
+ 09649373056f16c232f93133a3e85402ea182578 47024 
lighttpd_1.4.49-1.1.debian.tar.xz
 Checksums-Sha256:
- 0f8ad5aac7529d7b948b9d7e8cd0b4a9e177309d85d6bf6516e28e6e40d74f36 708396 
lighttpd_1.4.48.orig.tar.xz
- 7b5ce9b33a9c8417bd82d7cbb1c5bc2d7d02b5cac3cc1fc503b96eca7ffde220 48340 
lighttpd_1.4.48-0.2.debian.tar.xz
+ aedf49d7127d9e4c0ea56618e9e945a17674dc46a37ac7990120f87dd939ce09 710964 
lighttpd_1.4.49.orig.tar.xz
+ 7a1f3c82d5e5f16836ca42ba5497f2cd9bad15cf7e3a472bf055a3586798ccc9 47024 
lighttpd_1.4.49-1.1.debian.tar.xz
 Files:
- 1e3a9eb5078f481e3a8a1d0aaac8c3c8 708396 lighttpd_1.4.48.orig.tar.xz
- 8f26832de56613f01e5774c78a0f40a3 48340 lighttpd_1.4.48-0.2.debian.tar.xz
+ aaf8165379351c3766e5ad1e5c9dbe8b 710964 lighttpd_1.4.49.orig.tar.xz
+ c68408a7ce7de7f7f3bbc5e411753d12 47024 lighttpd_1.4.49-1.1.debian.tar.xz
 
 -----BEGIN PGP SIGNATURE-----
 
-iQJFBAEBCAAvFiEEx8oenincd/VICJSy4OfQFx6VutcFAloIQq8RHHN0YnVlaGxl
-ckB3ZWIuZGUACgkQ4OfQFx6VutfPjQ//RwMEoJ6+gwMGXgH9G1HkHhZwCpzSTYk8
-vuUCZEDolFeYdJ4HZTL09FSlTo5qzFKKbgSR3ay5R/CScN6Q3UW2s9IZIiJMrtH9
-KMhhAgC5R/Axg6JoQhhCpz/BmO1pBzMDQA8N33rku4J+aqrrLVqaX9L6JqpLVBBI
-Z0NtYJbOoZbIdYbTP3bYr28zgv6JVutrHpoDYccm3Jr1h4dtEk4SO7tBxMU9oGa1
-WbdbNo/fPKZrHAhCQSmikCsiOAUVTYv8FPiZ2fNFYQFkrVD+1yUFH7OA0U516jWt
-j+Of9F48B9vCsIVgf4iASvwQlemuxorLbF6+4SeW9wpxLeKfwMfYROQ5+r1C70+z
-FaZDq7SV1pdTIJe7/Gxar6DhzM07ZVGxgdFGh1xj5BWnWb9SlX6vXToBqEyiKKi1
-NQ1NUw7hO9sBne5ugtPvdejG74a16fYwqoy3uyoqP9g6a8IOj42Qgu9KsgTeS+Hw
-5ZvgVCQ+VZ/Dg2EJRbDByk8z+bfEHZeAkVe1e8NuUAYmqEC0NGsFHNwC4MyFAV8J
-dZ+7/IAOBSZFaMB6ilZyM5ljzx7xb4dfvXVjCHxmf1FDpBv+Wu0E/8FRNwdIC/bp
-4IvBMaMZFQXm34byj8x6p14hC/oNcNLrrxbClDoO/Y0BbdlsLXWuGYt83e4ZfcmT
-/9nBn+HoIm0=
-=Ubz0
+iQIzBAEBCAAdFiEEx8oenincd/VICJSy4OfQFx6VutcFAlq/ZKgACgkQ4OfQFx6V
+utcSLg//SkIHrDPNRR2E3D1+3L1Yn0IlLPalbSl44gZ5MyruET694gcKR6cEtfWH
+x/oiYvbjpXeHgmbO6xm8Gi6hFSuSLoZ270OoyxaNfeXrZgn6Nttxvfz9IytSRiee
+WaJGXbL9Xu4eRRfUR4StNLwxnVUFDut4HqIwlZQCpHuVtevUY0pxVwoKuYnlTKvF
+AlOrPmEKP+pHG23vMLLGdt4APpMKIFeWaxNo2vcw5+BmOHKkcffvnISmkgiTOX8A
+0ENml6LnjhSg188tRmcYGchDrt+jRsVMVbv7zG0HN9devsdxrg2RxmVxkGfvmOjF
++hq0+7Op0txBdIkNOooJMsMh0+1/zZD7TzYR+dfHm9mVZCs7p3uvA5dKfM471kIi
+gsXAdZrnbYqQWOCo81S02R9pJrhhl4zIPDc0JlMZsOy3esSSkk9TFi7ocXMqDbOX
+NLbaC7skn/wBpPH+VNnZLF9BbIjQrDPFDlAQtqVZvP5kZbymaHvMzVwA0MGfyYSO
+P8Aon58fUwnidd7C4atyDuLxm9V0Ba5Rp2MfJZV2h5gUO7Wde6NF/4fl56902YYy
+8/THKDtdYABgDX+C4wIziXQfhHGYj1Y611FE2BV2ZK8cSMb9EYa+9zHMRnP42olN
+VQJoLZOaa9DmS0mONbPIEIUD4paps1FIOOrLC3+PSZ/gxBTaCW0=
+=v8aM
 -----END PGP SIGNATURE-----

++++++ lighttpd_1.4.48.orig.tar.xz -> lighttpd_1.4.49.orig.tar.xz ++++++
++++ 2631 lines of diff (skipped)


Reply via email to