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

Portage: update to 2.3.76 #15126

Closed
wants to merge 3 commits into from
Closed
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
4 changes: 2 additions & 2 deletions srcpkgs/portage/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'portage'
pkgname=portage
version=2.3.75
version=2.3.76
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=python3-module
Expand All @@ -13,7 +13,7 @@ maintainer="teldra <teldra@rotce.de>"
license="GPL-2.0-only"
homepage="https://wiki.gentoo.org/wiki/Portage"
distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=1cf3651965250a44927c666ac4d1a8b2d86d806493c3139e457973624471e009
checksum=7d10c6b92f317d2b41af8d742ead27a1cdf0c3ae11d3b8e2aa183bcb059db209

conf_files="
/etc/dispatch-conf.conf
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/sudo/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,8 +14,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
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

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/sway/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
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"
Expand Down