mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
sudo: Update to version 1.8.28p1
- Use HTTPS for downloading tarball and for their website - Add PKG_CPE_ID - Remove inactive maintainer - Refreshed patches Fixes: CVE-2019-14287 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
+9
-7
@@ -8,14 +8,17 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sudo
|
||||
PKG_VERSION:=1.8.21p2
|
||||
PKG_VERSION:=1.8.28p1
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=ISC
|
||||
PKG_LICENSE_FILES:=doc/LICENSE
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.sudo.ws/dist
|
||||
PKG_HASH:=74c5746cd33a814e2431c39faf0d76f7f8a697379bd073862e3b156cf0d76368
|
||||
PKG_SOURCE_URL:=https://www.sudo.ws/dist/
|
||||
PKG_HASH:=23ba5a84af31e3b5ded58d4be6d3f6939a495a55561fba92c6941b79a6e8b027
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
PKG_LICENSE:=ISC
|
||||
PKG_LICENSE_FILES:=doc/LICENSE
|
||||
PKG_CPE_ID:=cpe:/a:todd_miller:sudo
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
@@ -27,8 +30,7 @@ define Package/sudo
|
||||
SECTION:=admin
|
||||
CATEGORY:=Administration
|
||||
TITLE:=Delegate authority to run commands
|
||||
URL:=http://www.sudo.ws/
|
||||
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
||||
URL:=https://www.sudo.ws/
|
||||
endef
|
||||
|
||||
define Package/sudo/description
|
||||
|
||||
Reference in New Issue
Block a user