index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Rosen Penev <rosenp@gmail.com>
2018-08-20 20:48:17 -0700
committer
Rosen Penev <rosenp@gmail.com>
2018-08-20 20:59:34 -0700
commit
4c59ee99e907e441e9f44ff8e860268c3625c01a
(
patch
)
tree
e1ebcb635bdaac185c16524bc03357cc9ef6c480
parent
d9749c257b733ed3f193d7c22512a89ebd32a29b
(
diff
)
confuse: Update to 3.2.2
Fix for CVE-2018-14447 God rid of pointless autoreconf. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat
-rw-r--r--
libs/confuse/Makefile
6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/confuse/Makefile b/libs/confuse/Makefile
index 5378d612d..0f20abdc6 100644
--- a/
libs/confuse/Makefile
+++ b/
libs/confuse/Makefile
@@ -8,17 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=confuse
-PKG_VERSION:=3.2.1
+PKG_VERSION:=3.2.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/martinh/libconfuse/releases/download/v$(PKG_VERSION)
-PKG_HASH:=23c63272baf2ef4e2cbbafad2cf57de7eb81f006ec347c00b954819824add25e
+PKG_HASH:=a9240b653d02e8cfc52db48e8c4224426e528e1faa09b65e8ca08a197fad210b
PKG_MAINTAINER:=
PKG_LICENSE:=ISC
-PKG_FIXUP:=autoreconf
-
include $(INCLUDE_DIR)/package.mk
define Package/confuse