diff options
author | Gergely Kiss <mail.gery@gmail.com> | 2015-02-14 22:33:46 +0100 |
---|---|---|
committer | Gergely Kiss <mail.gery@gmail.com> | 2015-02-14 22:33:46 +0100 |
commit | 5b8a84b350aad34a5d293b6bbebbc5a132c1e286 (patch) | |
tree | 02b9750044d0c8714bb8890453bd38170aad5667 /admin | |
parent | 0075f283ef969948258371b85ba10db1a3c5a370 (diff) |
sudo: update to version 1.8.12
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/sudo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index f64b1d4c9..25a0ff348 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sudo -PKG_VERSION:=1.8.11p2 +PKG_VERSION:=1.8.12 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/sudo/dist -PKG_MD5SUM:=84012b4871b6c775c957cd310d5bad87 +PKG_MD5SUM:=87558f3a55c62bc9244b19594f103ffa PKG_INSTALL:=1 |