Browse Source

Merge pull request #6096 from xavifr/master

lighttpd: Auth in version 1.4.48 is broken with musl, fixed in 1.4.49
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
83bbfa4270
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/lighttpd/Makefile

+ 3
- 3
net/lighttpd/Makefile View 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


Loading…
Cancel
Save