Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Portage: update to 2.3.76
@ 2019-10-05 14:01 voidlinux-github
  2019-10-14 18:42 ` voidlinux-github
  2019-10-14 18:42 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-05 14:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is a new pull request by pratSureka against master on the void-packages repository

https://github.com/pratSureka/void-packages portage
https://github.com/void-linux/void-packages/pull/15126

Portage: update to 2.3.76


A patch file from https://github.com/void-linux/void-packages/pull/15126.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-portage-15126.patch --]
[-- Type: text/x-diff, Size: 3247 bytes --]

From b908dd0113e6abce0c225fc17d6252937ffe4e2c Mon Sep 17 00:00:00 2001
From: Pratyush Sureka <pratsure@gmail.com>
Date: Sat, 5 Oct 2019 17:54:16 +0530
Subject: [PATCH 1/3] 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 <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
 

From 4a2c6d293aca4da2dc565b250787eee6dea4396b Mon Sep 17 00:00:00 2001
From: Pratyush Sureka <pratsure@gmail.com>
Date: Sat, 5 Oct 2019 19:19:53 +0530
Subject: [PATCH 2/3] 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 <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"

From 4e4e4b6f0352cf4c6c80e339199f7519fa410ec1 Mon Sep 17 00:00:00 2001
From: Pratyush Sureka <pratsure@gmail.com>
Date: Sat, 5 Oct 2019 19:30:11 +0530
Subject: [PATCH 3/3] portage: update to 2.3.76

---
 srcpkgs/portage/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index 35e00d8121c..9e27acf77a3 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -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
@@ -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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Portage: update to 2.3.76
  2019-10-05 14:01 [PR PATCH] Portage: update to 2.3.76 voidlinux-github
@ 2019-10-14 18:42 ` voidlinux-github
  2019-10-14 18:42 ` [PR PATCH] [Closed]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-14 18:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15126#issuecomment-541850457

Comment:
Already merged from different PR.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: Portage: update to 2.3.76
  2019-10-05 14:01 [PR PATCH] Portage: update to 2.3.76 voidlinux-github
  2019-10-14 18:42 ` voidlinux-github
@ 2019-10-14 18:42 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-14 18:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a closed pull request on the void-packages repository

Portage: update to 2.3.76
https://github.com/void-linux/void-packages/pull/15126

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-14 18:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 14:01 [PR PATCH] Portage: update to 2.3.76 voidlinux-github
2019-10-14 18:42 ` voidlinux-github
2019-10-14 18:42 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).