Lighttpd: Update to 1.4.49
authorXavier Franquet <redacted>
Wed, 23 May 2018 13:38:53 +0000 (15:38 +0200)
committerXavier Franquet <redacted>
Wed, 23 May 2018 13:38:53 +0000 (15:38 +0200)
At 1.4.48, base64 decode is broken when libc sees `char` as `unsigned char`

https://github.com/lighttpd/lighttpd1.4/commit/d4083effab0f9bf76528d5c47198b17e7471ed13?diff=unified

Signed-off-by: Xavier Franquet <redacted>
net/lighttpd/Makefile

index 915adfcf5b75426ecdce6817674faa9d1e0f90fd..92d87b8e052f78854adf5ec633ed9718bc2356f1 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lighttpd
-PKG_VERSION:=1.4.48
-PKG_RELEASE:=2
+PKG_VERSION:=1.4.49
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x
-PKG_HASH:=0f8ad5aac7529d7b948b9d7e8cd0b4a9e177309d85d6bf6516e28e6e40d74f36
+PKG_HASH:=aedf49d7127d9e4c0ea56618e9e945a17674dc46a37ac7990120f87dd939ce09
 
 PKG_LICENSE:=BSD-3c
 PKG_LICENSE_FILES:=COPYING
git clone https://git.99rst.org/PROJECT