[openwrt/openwrt] popt: update to 1.18
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 28 09:29:51 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/85c0cef461a5bc0fe8c73b88468b899ea4a6d503
commit 85c0cef461a5bc0fe8c73b88468b899ea4a6d503
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Aug 23 20:53:56 2022 +0200
popt: update to 1.18
Changes from popt 1.16:
- fix an ugly and ancient security issue with popt failing to drop privileges on alias exec from a SUID/SGID program
- perform rudimentary sanity checks when reading in popt config files
- collect accumulated misc fixes (memleaks etc) from distros
- convert translations to utf-8 encoding
- convert old postscript documentation to pdf
- dust off ten years worth of autotools sediment
- reorganize and clean up the source tree for clarity
- remove the obnoxious splint annotations from the sources
Switch to new mirror:
http://ftp.rpm.org/popt/releases/
Switch URL to:
https://github.com/rpm-software-management/popt
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/popt/Makefile | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/package/libs/popt/Makefile b/package/libs/popt/Makefile
index 34ae4d7c61..5b8b870111 100644
--- a/package/libs/popt/Makefile
+++ b/package/libs/popt/Makefile
@@ -8,15 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=popt
-PKG_VERSION:=1.16
-PKG_RELEASE:=2
+PKG_VERSION:=1.18
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:= \
- http://distfiles.gentoo.org/distfiles/ \
- http://distcache.freebsd.org/ports-distfiles/ \
- http://rpm5.org/files/popt/
-PKG_HASH:=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
+PKG_SOURCE_URL:=http://ftp.rpm.org/popt/releases/popt-1.x/
+PKG_HASH:=5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1
PKG_LICENSE:=MIT
PKG_FIXUP:=autoreconf
@@ -33,7 +30,7 @@ define Package/libpopt
SECTION:=libs
CATEGORY:=Libraries
TITLE:=A command line option parsing library
- URL:=http://rpm5.org/files/popt/
+ URL:=https://github.com/rpm-software-management/popt
ABI_VERSION:=0
endef
More information about the lede-commits
mailing list