diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-23 20:53:56 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-28 18:29:10 +0200 |
commit | 85c0cef461a5bc0fe8c73b88468b899ea4a6d503 (patch) | |
tree | 4ccb49abe8a37faf5bf3217f22f5e40d00118cfe /package | |
parent | 36bec544d73dbed46f06875fdfa570e89a40e553 (diff) | |
download | upstream-85c0cef461a5bc0fe8c73b88468b899ea4a6d503.tar.gz upstream-85c0cef461a5bc0fe8c73b88468b899ea4a6d503.tar.bz2 upstream-85c0cef461a5bc0fe8c73b88468b899ea4a6d503.zip |
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@systemli.org>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/popt/Makefile | 13 |
1 files 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 |