Browse Source

sudo: update to version 1.9.6p1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
committed by Hannu Nyman
parent
commit
d1a8d6bf84
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      admin/sudo/Makefile
  2. +1
    -1
      admin/sudo/patches/010-cross-compile-fixes.patch

+ 2
- 2
admin/sudo/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sudo
PKG_VERSION:=1.9.5p2
PKG_VERSION:=1.9.6p1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.sudo.ws/dist
PKG_HASH:=539e2ef43c8a55026697fb0474ab6a925a11206b5aa58710cb42a0e1c81f0978
PKG_HASH:=a9e9cdc058fafeb9cd3ebfb864c81755e524d98aa022152763f25bce8ca3ca90
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>


+ 1
- 1
admin/sudo/patches/010-cross-compile-fixes.patch View File

@ -1,6 +1,6 @@
--- a/lib/util/Makefile.in
+++ b/lib/util/Makefile.in
@@ -207,10 +207,10 @@ libsudo_util.la: $(LTOBJS) @LT_LDDEP@
@@ -219,10 +219,10 @@ libsudo_util.la: $(LTOBJS) @LT_LDDEP@
esac
siglist.c: mksiglist


Loading…
Cancel
Save