mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
libmicrohttpd: update to 1.0.2
Changelog: * Fix double-close bugs on bind() errors reported by MC on the list. * Removed MHD2 draft code, now in libmicrohttpd2.git. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
committed by
Tianling Shen
parent
5711c0f976
commit
a45c1a4fe5
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libmicrohttpd
|
PKG_NAME:=libmicrohttpd
|
||||||
PKG_VERSION:=1.0.1
|
PKG_VERSION:=1.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/libmicrohttpd
|
PKG_SOURCE_URL:=@GNU/libmicrohttpd
|
||||||
PKG_HASH:=a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94
|
PKG_HASH:=df324fcd0834175dab07483133902d9774a605bfa298025f69883288fd20a8c7
|
||||||
|
|
||||||
PKG_MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
|
PKG_MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
|
|||||||
Reference in New Issue
Block a user