pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/lighttpd



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Dec 28 09:35:04 UTC 2020

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo

Log Message:
Update to 1.4.58. From the changelog:

- [tests] collect code for "die-at-end" tests
- [tests] remove FastCGI test dependency on libfcgi
- [core] prefer IPv6+IPv4 func vs IPv4-specific func
- [tests] remove FastCGI test dependency on PHP
- [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
- [tests] slight speed up checking for server ready
- [tests] load required modules in alt .conf tests
- [multiple] etag.[ch] -> http_etag.[ch]; better imp
- [core] fix crash after specific err in config file
- [core] fix bug in FastCGI uploads (#3033)
- [tests] OpenBSD crypt() support limited to bcrypt
- [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
- [tests] consolidate some tests/ content
- [core] fix bug in read retry found by coverity

Updating during the freeze for (also from the changelog) "important
changes: bugfixes, portability".


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/www/lighttpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/lighttpd/Makefile
diff -u pkgsrc/www/lighttpd/Makefile:1.94 pkgsrc/www/lighttpd/Makefile:1.95
--- pkgsrc/www/lighttpd/Makefile:1.94   Thu Dec 17 10:38:13 2020
+++ pkgsrc/www/lighttpd/Makefile        Mon Dec 28 09:35:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2020/12/17 10:38:13 schmonz Exp $
+# $NetBSD: Makefile,v 1.95 2020/12/28 09:35:04 schmonz Exp $
 
-DISTNAME=      lighttpd-1.4.57
+DISTNAME=      lighttpd-1.4.58
 CATEGORIES=    www
 MASTER_SITES=  https://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.59 pkgsrc/www/lighttpd/distinfo:1.60
--- pkgsrc/www/lighttpd/distinfo:1.59   Thu Dec 17 10:38:13 2020
+++ pkgsrc/www/lighttpd/distinfo        Mon Dec 28 09:35:04 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.59 2020/12/17 10:38:13 schmonz Exp $
+$NetBSD: distinfo,v 1.60 2020/12/28 09:35:04 schmonz Exp $
 
-SHA1 (lighttpd-1.4.57.tar.xz) = f01e21b5f3d2b6d06f6475886c298d7ae81937d4
-RMD160 (lighttpd-1.4.57.tar.xz) = 31fde8fcc7492ea204b9b4ce15d54dedf8821ed4
-SHA512 (lighttpd-1.4.57.tar.xz) = d6b04b8c75674241e5606305ad34f61941f4bb26f635aa73375c13dbacdccea1415e3aece42ffb32f0c11e0da891459cc4d845a8d4679d357271193657e28567
-Size (lighttpd-1.4.57.tar.xz) = 954152 bytes
+SHA1 (lighttpd-1.4.58.tar.xz) = b7415dde6a3ef4d99a48f61bef78625c79838891
+RMD160 (lighttpd-1.4.58.tar.xz) = f5e9b92aa2bcc9f173d53e7e2a5e1881011ba87f
+SHA512 (lighttpd-1.4.58.tar.xz) = b7f18223e46bf78f866eb22f44a7702df07424271e085da9f0d03e626198c30e87a3959536d02e3588aa47ba4bc7db7c432307175fb3b25a2984f9cf692c0ca4
+Size (lighttpd-1.4.58.tar.xz) = 956828 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 32a4b6bd32f88d05dd75f65de6ec57b203c37d8b
 SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e



Home | Main Index | Thread Index | Old Index