mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
sudo: bump to version 1.8.4p4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
92459d7378
commit
61d3d740db
@ -4,9 +4,8 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
SUDO_VERSION = 1.7.8p1
|
SUDO_VERSION = 1.8.4p4
|
||||||
SUDO_SITE = http://www.sudo.ws/sudo/dist
|
SUDO_SITE = http://www.sudo.ws/sudo/dist
|
||||||
|
|
||||||
SUDO_CONF_OPT = \
|
SUDO_CONF_OPT = \
|
||||||
--without-lecture \
|
--without-lecture \
|
||||||
--without-sendmail \
|
--without-sendmail \
|
||||||
@ -16,9 +15,11 @@ SUDO_CONF_OPT = \
|
|||||||
--without-pam
|
--without-pam
|
||||||
|
|
||||||
define SUDO_INSTALL_TARGET_CMDS
|
define SUDO_INSTALL_TARGET_CMDS
|
||||||
install -m 4555 -D $(@D)/sudo $(TARGET_DIR)/usr/bin/sudo
|
install -m 4555 -D $(@D)/src/sudo $(TARGET_DIR)/usr/bin/sudo
|
||||||
install -m 0555 -D $(@D)/visudo $(TARGET_DIR)/usr/sbin/visudo
|
install -m 0555 -D $(@D)/plugins/sudoers/visudo \
|
||||||
install -m 0440 -D $(@D)/sudoers $(TARGET_DIR)/etc/sudoers
|
$(TARGET_DIR)/usr/sbin/visudo
|
||||||
|
install -m 0440 -D $(@D)/plugins/sudoers/sudoers \
|
||||||
|
$(TARGET_DIR)/etc/sudoers
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS))
|
$(eval $(call AUTOTARGETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user