Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] acpica-utils: update to 20190816.
Date: Thu, 26 Sep 2019 00:25:27 +0200	[thread overview]
Message-ID: <20190925222527.m_bMjrlU-8geleNmE5ZRazfxIg1PylfAPP4DDMMm_ps@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14724@inbox.vuxu.org>

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

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages master
https://github.com/void-linux/void-packages/pull/14724

acpica-utils: update to 20190816.


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

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

From 71f7935db9c5b272ce48bab7d17eb97ee3893863 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 25 Sep 2019 21:46:07 +0200
Subject: [PATCH 1/3] acpica-utils: update to 20190816.

---
 srcpkgs/acpica-utils/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/acpica-utils/template b/srcpkgs/acpica-utils/template
index 01de433f6c1..ea21904a2bb 100644
--- a/srcpkgs/acpica-utils/template
+++ b/srcpkgs/acpica-utils/template
@@ -1,16 +1,16 @@
 # Template file for 'acpica-utils'
 pkgname=acpica-utils
-version=20190509
+version=20190816
 revision=1
 archs="i686* x86_64*"
 wrksrc="acpica-unix-${version}"
 hostmakedepends="flex"
 short_desc="Intel ACPI CA Unix utilities"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-only, BSD-3-Clause"
 homepage="https://www.acpica.org/"
 distfiles="https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"
-checksum=f124ab6e99110a192864b23dc6911d180968dd15b49f95f7adc37d69dd14621a
+checksum=7aec4dc88a3ba148eecd898e59fb5378573eb6a94585e5538e0b396840d0fc5c
 
 do_build() {
 	vsed -e 's/-Werror//g' \

From 0770a8285219b2c8e0c2365b76aed4dd311b44e9 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 25 Sep 2019 22:16:15 +0200
Subject: [PATCH 2/3] ethtool: update to 5.3.

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

diff --git a/srcpkgs/ethtool/template b/srcpkgs/ethtool/template
index e1bee9ee0e9..23702d81012 100644
--- a/srcpkgs/ethtool/template
+++ b/srcpkgs/ethtool/template
@@ -1,6 +1,6 @@
 # Template file for 'ethtool'
 pkgname=ethtool
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 short_desc="Utility for controlling network drivers and hardware"
@@ -8,4 +8,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.kernel.org/pub/software/network/ethtool/"
 distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=665fd70841860d6cb974387e3ab97e0dde7745f95cb3ef35b98ef9aace137805
+checksum=f3dac0dbce7066af05fbe92812cc33a042d03fb00a45bcf9959f20455efe24c4

From 90607f189c917bee8725023986f1f3ff53734758 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 25 Sep 2019 22:51:56 +0200
Subject: [PATCH 3/3] strace: update to 5.3.

---
 srcpkgs/strace/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index 0962a81cdd1..4ab1fe2293c 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,16 +1,16 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-libunwind"
 makedepends="libunwind-devel"
 short_desc="System Call Tracer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
+checksum=6c131198749656401fe3efd6b4b16a07ea867e8f530867ceae8930bbc937a047
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64-musl) configure_args=; makedepends= ;;
@@ -27,6 +27,7 @@ pre_configure() {
 		*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
 	esac
 }
+
 post_install() {
 	vlicense COPYING
 }

  parent reply	other threads:[~2019-09-25 22:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-25 20:36 [PR PATCH] " voidlinux-github
2019-09-25 22:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-25 22:25 ` voidlinux-github [this message]
2019-09-25 22:48 ` voidlinux-github
2019-09-25 22:48 ` voidlinux-github
2019-09-30 18:23 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190925222527.m_bMjrlU-8geleNmE5ZRazfxIg1PylfAPP4DDMMm_ps@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).