Hello community,

here is the log from the commit of package lighttpd for openSUSE:Factory 
checked in at 2015-09-08 17:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lighttpd (Old)
 and      /work/SRC/openSUSE:Factory/.lighttpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lighttpd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes        2015-08-11 
08:26:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd.changes   2015-09-08 
17:44:48.000000000 +0200
@@ -1,0 +2,41 @@
+Tue Sep  1 16:04:41 UTC 2015 - dims...@opensuse.org
+
+- Add perl(CGI) BuildRequires in order to be able to pass the test
+  suite.
+
+-------------------------------------------------------------------
+Sun Aug 30 12:13:22 UTC 2015 - jenk...@lighttpd.net
+
+- update to 1.4.37
+  + - next is 1.4.37
+  + [mod_proxy] remove debug log line from error log (fixes #2659)
+  + [mod_dirlisting] fix dir-listing.set-footer not showing
+  + fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx 
rmilecki)
+  + increase upload temporary chunk file size from 1MB to 16MB
+  + fix undefined integer shift
+  + rewrite network (write) backends
+  + [cmake] lowercase commands, whitespace cleanup, remove clutter in 
else(...), endif(...), endforeach(...)
+  + [cmake] cleanup cache variables if features get deactivated
+  + fix some unchecked return value warnings
+  + maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in synced
+  + [cmake] don't put date into config.h (not used anyway), only unset local 
vars for disabled features instead of clearing cache
+  + [cmake] fix FreeBSD linker bug
+  + [tests] search for perl in PATH instead of /usr/bin; whitespace + test 
config cleanups
+  + [kqueue] fix kevent call
+  + [tests] fix warning about newline in filename
+  + [autoconf] define HAVE_CRYPT when crypt() is present
+  + [bsd xattr] fix compile break with BSD extended attributes in stat_cache
+  + [mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.h
+  + small README for FreeBSD build setup
+  + [build] put --as-needed into linker flags instead of cflags
+  + [mod_cgi] rewrite mmap and generic (post body) send error handling
+  + [mmap] fix mmap alignment
+  + [plugins] when modules are linked statically still only load the modules 
given in the config
+  + [scons] various improvements
+  + [mmap] handle SIGBUS in network; those get triggered if the file gets 
smaller during reading
+  + [scons] fix crypt() detection, other improvements
+  + [scons] fix build
+  + fix some warnings found by coverity ("leak" in setup phase, not catching 
too long unix socket paths in mod_proxy)
+  + packdist.sh: use fakeroot for make dist to have root owned files in tar
+
+-------------------------------------------------------------------

Old:
----
  lighttpd_1.4.36-0.1.debian.tar.xz
  lighttpd_1.4.36-0.1.dsc
  lighttpd_1.4.36.orig.tar.xz

New:
----
  lighttpd_1.4.37-0.1.debian.tar.xz
  lighttpd_1.4.37-0.1.dsc
  lighttpd_1.4.37.orig.tar.xz

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

Other differences:
------------------
++++++ lighttpd.spec ++++++
--- /var/tmp/diff_new_pack.qOaNmJ/_old  2015-09-08 17:44:51.000000000 +0200
+++ /var/tmp/diff_new_pack.qOaNmJ/_new  2015-09-08 17:44:51.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define pkg_home %{_localstatedir}/lib/%{name}
 Name:           lighttpd
-Version:        1.4.36
+Version:        1.4.37
 Release:        0
 #
 %define pkg_name %{name}
@@ -56,6 +56,7 @@
 BuildRequires:  pwdutils
 BuildRequires:  sqlite-devel >= 3
 BuildRequires:  zlib-devel
+BuildRequires:  perl(CGI)
 Requires:       spawn-fcgi
 Requires(pre):  pwdutils
 Requires(post): %insserv_prereq %fillup_prereq

++++++ lighttpd_1.4.36-0.1.debian.tar.xz -> lighttpd_1.4.37-0.1.debian.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/changelog new/debian/changelog
--- old/debian/changelog        2015-07-26 12:37:09.000000000 +0200
+++ new/debian/changelog        2015-08-30 14:13:18.000000000 +0200
@@ -1,3 +1,40 @@
+lighttpd (1.4.37-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * new snapshot 1.4.37
+    + - next is 1.4.37
+    + [mod_proxy] remove debug log line from error log (fixes #2659)
+    + [mod_dirlisting] fix dir-listing.set-footer not showing
+    + fix out-of-filedescriptors when uploading "large" files (fixes #2660, 
thx rmilecki)
+    + increase upload temporary chunk file size from 1MB to 16MB
+    + fix undefined integer shift
+    + rewrite network (write) backends
+    + [cmake] lowercase commands, whitespace cleanup, remove clutter in 
else(...), endif(...), endforeach(...)
+    + [cmake] cleanup cache variables if features get deactivated
+    + fix some unchecked return value warnings
+    + maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in synced
+    + [cmake] don't put date into config.h (not used anyway), only unset local 
vars for disabled features instead of clearing cache
+    + [cmake] fix FreeBSD linker bug
+    + [tests] search for perl in PATH instead of /usr/bin; whitespace + test 
config cleanups
+    + [kqueue] fix kevent call
+    + [tests] fix warning about newline in filename
+    + [autoconf] define HAVE_CRYPT when crypt() is present
+    + [bsd xattr] fix compile break with BSD extended attributes in stat_cache
+    + [mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.h
+    + small README for FreeBSD build setup
+    + [build] put --as-needed into linker flags instead of cflags
+    + [mod_cgi] rewrite mmap and generic (post body) send error handling
+    + [mmap] fix mmap alignment
+    + [plugins] when modules are linked statically still only load the modules 
given in the config
+    + [scons] various improvements
+    + [mmap] handle SIGBUS in network; those get triggered if the file gets 
smaller during reading
+    + [scons] fix crypt() detection, other improvements
+    + [scons] fix build
+    + fix some warnings found by coverity ("leak" in setup phase, not catching 
too long unix socket paths in mod_proxy)
+    + packdist.sh: use fakeroot for make dist to have root owned files in tar
+
+ -- Jenkins (autobuilder) <jenk...@lighttpd.net>  Sun, 30 Aug 2015 12:13:18 
+0000
+
 lighttpd (1.4.36-0.1) unstable; urgency=low
 
   * Non-maintainer upload.

++++++ lighttpd_1.4.36-0.1.dsc -> lighttpd_1.4.37-0.1.dsc ++++++
--- /work/SRC/openSUSE:Factory/lighttpd/lighttpd_1.4.36-0.1.dsc 2015-08-11 
08:26:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd_1.4.37-0.1.dsc    
2015-09-08 17:44:48.000000000 +0200
@@ -5,7 +5,7 @@
 Source: lighttpd
 Binary: lighttpd, lighttpd-doc, lighttpd-mod-mysql-vhost, 
lighttpd-mod-trigger-b4-dl, lighttpd-mod-cml, lighttpd-mod-magnet, 
lighttpd-mod-webdav
 Architecture: any all
-Version: 1.4.36-0.1
+Version: 1.4.37-0.1
 Maintainer: Debian lighttpd maintainers 
<pkg-lighttpd-maintain...@lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <e...@debian.org>, Olaf van der Spek 
<olafvds...@gmail.com>, Arno Töll <a...@debian.org>, Michael Gilbert 
<mgilb...@debian.org>
 Homepage: http://lighttpd.net/
@@ -22,23 +22,23 @@
  lighttpd-mod-trigger-b4-dl deb httpd optional arch=any
  lighttpd-mod-webdav deb httpd optional arch=any
 Checksums-Sha1:
- 0c39b7d2ccef5476dbf5f2b0b952ac5694ab75b3 570756 lighttpd_1.4.36.orig.tar.xz
- 841be8170ee5b2890ac3c4b04e5c801af674b096 26880 
lighttpd_1.4.36-0.1.debian.tar.xz
+ c2c19e4b82296954884fbc1081894d9786f6ecc4 574020 lighttpd_1.4.37.orig.tar.xz
+ ef937ee614e9bff12aea2f379c77b8f8d841d19f 27608 
lighttpd_1.4.37-0.1.debian.tar.xz
 Checksums-Sha256:
- 897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53 570756 
lighttpd_1.4.36.orig.tar.xz
- ceddc201cfeeabe372953f440ba53faa5b0340e918d60a138fc9f270b011bd2c 26880 
lighttpd_1.4.36-0.1.debian.tar.xz
+ 804e6f60567ca1da2b3927f92b7e9332b93aca9560f282ca135b86b7558979bd 574020 
lighttpd_1.4.37.orig.tar.xz
+ 3783409ce460eec025fd8003dfcf326447f7bf32f2b521d6687e633b276221ec 27608 
lighttpd_1.4.37-0.1.debian.tar.xz
 Files:
- 1843daffcb018aa528f6d15d43544654 570756 lighttpd_1.4.36.orig.tar.xz
- 61cbf835ffb53086d40e1d7d140b8b9d 26880 lighttpd_1.4.36-0.1.debian.tar.xz
+ ca40168f54b46ee29475868ced8507d6 574020 lighttpd_1.4.37.orig.tar.xz
+ ea03dea8c92904e530dff5c1ec5ddbd3 27608 lighttpd_1.4.37-0.1.debian.tar.xz
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2
 
-iQEcBAEBCAAGBQJVtLhXAAoJEE3M2orHRjXrre8IALEOIVtEp/5mREpFLLn5rVMb
-SmLuS4rpesrzHTmeL8wBT8+ncp8PnrZ82IDoz8KEgBL1cdbvTlgwl1hIS556MacA
-E7PcEDeWCEiUI7JHwRJQei5zyhHM9JzzOi0Ykj4BxumihEHBVCL+iT0Pzcn03uj0
-HK9R1mW5UQF1hX1vaZgxoqrWjEGXSJVo0kYh99lbzOZeIDN6JovylRcZdKDeVY89
-uaNCMoz9L/uuzAiEfX8Z7bnD8sXeJxczwrGCdZx3sUkFbUrCzcahqEetzQ9evoJJ
-LE1u4gXmN0XjYcjEmwYYSxaTxL8D857kND1j+NGiYndK97WUxd2OVGaxs0EWkpY=
-=K14c
+iQEcBAEBCAAGBQJV4vNgAAoJEE3M2orHRjXr29AH/2LDBSJlxfin8/EspmLBQbKk
+2EhL6VNy8rEyR7QZbpzES0wTOvvgSHcRc7VVghz2SmD3wBO8MEitPUEL0VGEz7zV
+4rVaL+tjKpoEyQ7MWLvMROpQqjLe3eksDJmhq8L5f6wEkGeFilrxaB3BLcW9rHy2
+Z/YoQK2SaJ49an50seXO24hWqvxbSfeEsRwppfChwntjIlPjUxU6aVRxuOQUEiT8
+XTFJ7G11iiHsAOpP2pplBCgP3TtvfYu30lPTBURpC3AWZ7EFw2e9JeM2BhrSUCxz
+k1qPVS9PUczz2j9hYZCOm/qsVIF8Lv/uuSc7XzT1WZpg9r/vz2V3VZBNA9t59qM=
+=M4zI
 -----END PGP SIGNATURE-----

++++++ lighttpd_1.4.36.orig.tar.xz -> lighttpd_1.4.37.orig.tar.xz ++++++
++++ 12090 lines of diff (skipped)


Reply via email to