Browse Source
Merge pull request #11329 from neheb/abas
sudo: update to 1.8.31
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
admin/sudo/Makefile
-
admin/sudo/patches/010-cross-compile-fixes.patch
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=sudo |
|
|
|
PKG_VERSION:=1.8.28p1 |
|
|
|
PKG_VERSION:=1.8.31 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://www.sudo.ws/dist |
|
|
|
PKG_HASH:=23ba5a84af31e3b5ded58d4be6d3f6939a495a55561fba92c6941b79a6e8b027 |
|
|
|
PKG_HASH:=7ea8d97a3cee4c844e0887ea7a1bd80eb54cc98fd77966776cb1a80653ad454f |
|
|
|
|
|
|
|
PKG_MAINTAINER:= |
|
|
|
PKG_LICENSE:=ISC |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
--- a/lib/util/Makefile.in
|
|
|
|
+++ b/lib/util/Makefile.in
|
|
|
|
@@ -188,10 +188,10 @@ libsudo_util.la: $(LTOBJS) @LT_LDDEP@
|
|
|
|
@@ -200,10 +200,10 @@ libsudo_util.la: $(LTOBJS) @LT_LDDEP@
|
|
|
|
esac |
|
|
|
|
|
|
|
siglist.c: mksiglist |
|
|
|