Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sudo: update to 1.9.5p1, set permissions during do_install. #27959

Merged
merged 1 commit into from Jan 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion srcpkgs/sudo/INSTALL
Expand Up @@ -7,7 +7,6 @@ post)
echo "Setting up permissions to /etc/sudoers..."
chmod 0440 etc/sudoers
fi
chmod 4111 usr/bin/sudo usr/bin/sudoedit
[ ! -d etc/sudoers.d ] && install -d etc/sudoers.d
[ ! -d var/db/sudo ] && install -dm750 var/db/sudo
;;
Expand Down

This file was deleted.

15 changes: 0 additions & 15 deletions srcpkgs/sudo/patches/fix-musl-test.patch

This file was deleted.

13 changes: 0 additions & 13 deletions srcpkgs/sudo/patches/musl.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/sudo/template
@@ -1,6 +1,6 @@
# Template file for 'sudo'
pkgname=sudo
version=1.9.4
version=1.9.5p1
revision=1
build_style=gnu-configure
configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor
Expand All @@ -15,7 +15,7 @@ license="ISC"
homepage="https://www.sudo.ws/"
changelog="https://www.sudo.ws/repos/sudo/raw-file/tip/NEWS"
distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz"
checksum=8b91bd2cc73af18a06a01406e38d154b837107be759f72e89cefeaa94e1103f0
checksum=4dddf37c22653defada299e5681e0daef54bb6f5fc950f63997bb8eb966b7882
conf_files="/etc/pam.d/sudo /etc/sudoers"
lib32disabled=yes

Expand Down