Update to sudo 1.8.26

The PLIST file was missing cvtsudoers(1) which was added in 1.8.23
This commit is contained in:
millert 2018-11-16 13:19:23 +00:00
parent 39ad28548d
commit 5d08bf42fb
3 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.27 2018/09/04 03:01:00 millert Exp $
# $OpenBSD: Makefile,v 1.28 2018/11/16 13:19:23 millert Exp $
COMMENT= execute a command as another user
DISTNAME= sudo-1.8.25
DISTNAME= sudo-1.8.26
CATEGORIES= security
MAINTAINER= Todd C. Miller <millert@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (sudo-1.8.25.tar.gz) = nc8PYfZjtAUdSzelfy2p0oABgrjBkgXt3mFvydk13EE=
SIZE (sudo-1.8.25.tar.gz) = 3189660
SHA256 (sudo-1.8.26.tar.gz) = QNohmm8DQcyyLQSpiYjifwm4MdJWGxTGFUBnpJ7z/uI=
SIZE (sudo-1.8.26.tar.gz) = 3286368

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.5 2018/01/16 13:24:06 millert Exp $
@comment $OpenBSD: PLIST,v 1.6 2018/11/16 13:19:23 millert Exp $
@bin bin/cvtsudoers
@mode 04555
@bin bin/sudo
@mode
@ -16,6 +17,7 @@ libexec/sudo/sudoers.la
libexec/sudo/sudoers.so
libexec/sudo/system_group.la
libexec/sudo/system_group.so
@man man/man1/cvtsudoers.1
@man man/man5/sudo.conf.5
@man man/man5/sudoers.5
@man man/man5/sudoers_timestamp.5