Revisions of lighttpd

Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 858991 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 150)
- Update to 1.4.58: 
  * [mod_wolfssl] use wolfSSL TLS version defines
  * [mod_wolfssl] compile with earlier wolfSSL vers
  * [core] prefer IPv6+IPv4 func vs IPv4-specific func
  * [core] reuse large mem chunks (fix mem usage) (fixes #3033)
  * [core] add comment for FastCGI mem use in hctx->rb (#3033)
  * [mod_proxy] fix sending of initial reqbody chunked
  * [multiple] fdevent_waitpid() wrapper
  * [core] sys-time.h - localtime_r,gmtime_r macros
  * [core] http_date.[ch] encapsulate HTTP-date parse
  * [core] specialized strptime() for HTTP date fmts
  * [multiple] employ http_date.h, sys-time.h
  * [core] http_date_timegm() (portable timegm())
  * buffer_append_path_len() to join paths
  * [core] inet_ntop_cache -> sock_addr_cache
  * [multiple] etag.[ch] -> http_etag.[ch]; better imp
  * [core] fix crash after specific err in config file
  * [core] fix bug in FastCGI uploads (#3033)
  * [core] http_response_match_if_range()
  * [mod_webdav] typedef off_t loff_t for FreeBSD
  * [multiple] chunkqueue_write_chunk()
  * [build] add GNUMAKEFLAGS=--no-print-directory
  * [core] fix bug in read retry found by coverity
  * [core] attempt to quiet some coverity warnings
  * [mod_webdav] compile fix for Mac OSX/11
  * [core] handle U+00A0 in config parser
  * [core] fix lighttpd -1 one-shot with pipes
  * [core] quiet start/shutdown trace in one-shot mode
  * [core] allow keep-alives in one-shot mode (#3042)
  * [mod_webdav] define _ATFILE_SOURCE if AT_FDCWD
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 823186 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 149)
- Remove SuSEfirewall2 service files, SuSEfirewall2 does not exist
  anymore
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 818384 from Alexander van Kaam's avatar Alexander van Kaam (Xilanaz) (revision 148)
Fixed bug #1146452
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 782133 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 147)
- Remove deprecated GeoIP support (bsc#1156198)
  * drop mod_geoip subpackage
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 738111 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 145)
lightttp 1.4.54 (boo#1111733)
CVE-2018-19052: path traversal in mod_alias (boo#1115016)
Fix build with PostgreSQL 11 in Tumbleweed (boo#1153722)
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 709463 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 144)
Allow OBS to pick better candidates to shorten rebuild queues
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 603137 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 143)
Revert the pgsql-hack: a fixed postgresql package has been submitted
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 602231 from Marguerite Su's avatar Marguerite Su (MargueriteSu) (revision 142)
- workaround for tumbleweed
  * update-alternatives not expanded in the build VM
    due to unknown reasons, thus /usr/bin/pg_config
    is meaningless
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 595115 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 141)
Fix changelog and release number.
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 593977 from Mikhail Kasimov's avatar Mikhail Kasimov (k_mikhail) (revision 140)
Updated 10-ssl.conf (TLSv1.2 only) for lighttpd.conf in lighttpd_1.4.49-1.1.debian.tar.xz
Updated 'SSL Support' section in lighttpd.conf: TLSv1.2 only [bsc#1087369]
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 592745 from Stefan Bühler's avatar Stefan Bühler (stbuehler) (revision 139)
- 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
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 544793 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 138)
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
Stefan Bühler's avatar Stefan Bühler (stbuehler) accepted request 541077 from Stefan Bühler's avatar Stefan Bühler (stbuehler) (revision 137)
- new upstream release 1.4.48
  + requires automake 1.14
  + new mod_authn_sasl module
- remove autoreconf call; was required for mod_geoip patch, which is now
  upstream
- add cyrus-sasl-devel, package mod_authn_sasl
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 536266 from Stefan Bühler's avatar Stefan Bühler (stbuehler) (revision 136)
- update to 1.4.47
  + [core] stricter validation of request-URI begin
  + [core] fix 1.4.46 regression in config match
  + [core] normalize config addrs for != match
  + [core] normalize config addrs for eq and ne
  + [core] fix 1.4.46 regression in Last-Modified
- new upstream release 1.4.46
- drop lighttpd-1.4.x_out_of_bounds_read.patch (fixed upstream)
- use systemd, drop init script
- drop support for suse_version <= 1210
- add some new modules and packages
- drop __DATE__/__TIME__ sed hack (usage disabled upstream by default)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 135)
- use php7 for TW (boo#1058101)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 134)
- added lighttpd-1.4.x_out_of_bounds_read.patch: fix out of bounds
  read in mod_scgi (debian#857255)
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 450548 from Stefan Bühler's avatar Stefan Bühler (stbuehler) (revision 133)
update to 1.4.45 and fix some rpmlint messages
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 450522 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 132)
make lighttpd user own /var/log/lighttpd/
  to be able to write logs there
Displaying revisions 41 - 60 of 190
openSUSE Build Service is sponsored by