From b908dd0113e6abce0c225fc17d6252937ffe4e2c Mon Sep 17 00:00:00 2001 From: Pratyush Sureka Date: Sat, 5 Oct 2019 17:54:16 +0530 Subject: [PATCH 1/2] sudo: update to 1.8.28rc --- srcpkgs/sudo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index 9047ac6167a..dc08482c6f1 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,6 +1,6 @@ # Template file for 'sudo' pkgname=sudo -version=1.8.27 +version=1.8.28rc2 revision=1 build_style=gnu-configure configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor @@ -14,8 +14,8 @@ maintainer="Enno Boland " 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=7beb68b94471ef56d8a1036dbcdc09a7b58a949a68ffce48b83f837dd33e2ec0 +distfiles="https://www.sudo.ws/dist/beta/sudo-${version}.tar.gz" +checksum=7f7943562235a6377fff419b39ea8553a579964327a33060978ac244c5f68db9 conf_files="/etc/pam.d/sudo /etc/sudoers" lib32disabled=yes From 4a2c6d293aca4da2dc565b250787eee6dea4396b Mon Sep 17 00:00:00 2001 From: Pratyush Sureka Date: Sat, 5 Oct 2019 19:19:53 +0530 Subject: [PATCH 2/2] sway: update to 1.2 --- srcpkgs/sway/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template index 574ff5f90cd..0a236516283 100644 --- a/srcpkgs/sway/template +++ b/srcpkgs/sway/template @@ -1,6 +1,6 @@ # Template file for 'sway' pkgname=sway -version=1.1.1 +version=1.2 revision=1 build_style=meson conf_files="/etc/sway/config" @@ -13,7 +13,7 @@ maintainer="Orphaned " license="MIT" homepage="https://swaywm.org" distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz" -checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922 +checksum=9f79382577ee132111c290b4d1a1a3e114ef485595c30cf5f181a11575bda846 build_options="elogind" desc_option_elogind="Uses elogind instead of setuid for privilege escalation"