Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] xen: update to 4.12.1
Date: Tue, 05 Nov 2019 13:58:20 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16141@inbox.vuxu.org> (raw)

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

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

https://github.com/ggpetrevski/void-packages xen
https://github.com/void-linux/void-packages/pull/16141

xen: update to 4.12.1


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

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

From dbc148624d4c0310d227d4f2569da7ff2c411701 Mon Sep 17 00:00:00 2001
From: Goran Petrevski <petrevski.goran@protonmail.ch>
Date: Tue, 5 Nov 2019 10:51:42 +0000
Subject: [PATCH 1/4] xen: update to 4.12.1

---
 common/shlibs        | 31 ++++++++++++++++---------------
 srcpkgs/xen/template | 15 ++++++++-------
 2 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c958f39efba..1103921465f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -472,21 +472,22 @@ libksignalplotter.so.7 libksysguard-5.8.4_1
 libksgrd.so.7 libksysguard-5.8.4_1
 libprocesscore.so.7 libksysguard-5.8.4_1
 liblsofui.so.7 libksysguard-5.13.3_1
-libxenctrl.so.4.10 xen-libs-4.10.0_1
-libxenguest.so.4.10 xen-libs-4.10.0_1
-libxlutil.so.4.10 xen-libs-4.10.0_1
-libxenlight.so.4.10 xen-libs-4.10.0_1
-libxenevtchn.so.1 xen-libs-4.10.0_1
-libxengnttab.so.1 xen-libs-4.10.0_1
-libxendevicemodel.so.1 xen-libs-4.10.0_1
-libxenforeignmemory.so.1 xen-libs-4.10.0_1
-libxentoolcore.so.1 xen-libs-4.10.0_1
-libxenstore.so.3.0 xen-libs-4.10.0_1
-libxentoollog.so.1 xen-libs-4.10.0_1
-libxencall.so.1 xen-libs-4.10.0_1
-libxenvchan.so.4.10 xen-libs-4.10.0_1
-libfsimage.so.1.0 xen-libs-4.10.0_1
-libxenstat.so.0 xen-libs-4.10.0_1
+libxenctrl.so.4.12 xen-libs-4.12.1_1
+libxenguest.so.4.12 xen-libs-4.12.1_1
+libxlutil.so.4.12 xen-libs-4.12.1_1
+libxenlight.so.4.12 xen-libs-4.12.1_1
+libxenevtchn.so.1 xen-libs-4.12.1_1
+libxengnttab.so.1 xen-libs-4.12.1_1
+libxendevicemodel.so.1 xen-libs-4.12.1_1
+libxenforeignmemory.so.1 xen-libs-4.12.1_1
+libxentoolcore.so.1 xen-libs-4.12.1_1
+libxenstore.so.3.0 xen-libs-4.12.1_1
+libxentoollog.so.1 xen-libs-4.12.1_1
+libxencall.so.1 xen-libs-4.12.1_1
+libxenvchan.so.4.12 xen-libs-4.12.1_1
+libxenfsimage.so.4.12 xen-libs-4.12.1_1
+#libfsimage.so.4.12 xen-libs-4.12.1_1
+libxenstat.so.4.12 xen-libs-4.12.1_1
 libfam.so.0 gamin-0.1.10_1
 libgamin-1.so.0 gamin-0.1.10_1
 libKF5SyntaxHighlighting.so.5 syntax-highlighting-5.29.0_1
diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 64507ab4715..74c493ea8de 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,11 +1,12 @@
 # Template file for 'xen'
 pkgname=xen
-version=4.10.4
-revision=2
+version=4.12.1
+revision=1
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
-_git_tag_ipxe=356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d
+#_git_tag_ipxe=356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d
+_git_tag_ipxe=1dd56dbd11082fb622c2ed21cfaced4f47d798a6
 archs="x86_64*"
-configure_args="$(vopt_enable stubdom) --with-system-seabios=/usr/share/seabios/bios.bin"
+configure_args="--with-system-seabios=/usr/share/seabios/bios.bin"
 hostmakedepends="acpica-utils automake bison fig2dev ghostscript git ocaml
  ocaml-findlib pandoc pkg-config python-Markdown wget"
 makedepends="SDL-devel dtc-devel e2fsprogs-devel gnutls-devel libaio-devel
@@ -19,9 +20,8 @@ homepage="https://www.xenproject.org/"
 distfiles="
  https://downloads.xenproject.org/release/xen/${version}/${pkgname}-${version}.tar.gz
  http://xenbits.xen.org/xen-extfiles/ipxe-git-${_git_tag_ipxe}.tar.gz"
-checksum="
- 904f7b19caf59ad8f795c4b5100010aa7ffb063ebf3a6bec40c18f3dd6c9f346
- 251e5516d7de470c434ae5c393aacca2b61fb24d93770592a4a20add60b785c4"
+checksum="5450a85497b84167df1d229b3ab98fb24ef4d6b0510dce522798c13c1b090159
+ fcb2b5da90a59a0011db7403a1ea7887b0dfb04ef91a7d31964c63ed14f7a426"
 skip_extraction="ipxe-git-${_git_tag_ipxe}.tar.gz"
 nopie=yes
 
@@ -87,6 +87,7 @@ conf_files="
 	/etc/xen/xl.conf"
 nostrip_files="
 	u-boot.e500
+	hppa-firmware.img
 	openbios-ppc
 	openbios-sparc32
 	openbios-sparc64

From 6cea1b799736537f79666bb99afcb50025162914 Mon Sep 17 00:00:00 2001
From: Goran Petrevski <petrevski.goran@protonmail.ch>
Date: Tue, 5 Nov 2019 10:52:08 +0000
Subject: [PATCH 2/4] xen: update to 4.12.1

---
 common/shlibs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 1103921465f..19e5ac6beec 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -486,7 +486,6 @@ libxentoollog.so.1 xen-libs-4.12.1_1
 libxencall.so.1 xen-libs-4.12.1_1
 libxenvchan.so.4.12 xen-libs-4.12.1_1
 libxenfsimage.so.4.12 xen-libs-4.12.1_1
-#libfsimage.so.4.12 xen-libs-4.12.1_1
 libxenstat.so.4.12 xen-libs-4.12.1_1
 libfam.so.0 gamin-0.1.10_1
 libgamin-1.so.0 gamin-0.1.10_1

From fb463dfcdbb9368853115d0c4703008ede07efcd Mon Sep 17 00:00:00 2001
From: Goran Petrevski <petrevski.goran@protonmail.ch>
Date: Tue, 5 Nov 2019 10:51:42 +0000
Subject: [PATCH 3/4] xen: update to 4.12.1

---
 common/shlibs        | 31 ++++++++++++++++---------------
 srcpkgs/xen/template | 15 ++++++++-------
 2 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c958f39efba..1103921465f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -472,21 +472,22 @@ libksignalplotter.so.7 libksysguard-5.8.4_1
 libksgrd.so.7 libksysguard-5.8.4_1
 libprocesscore.so.7 libksysguard-5.8.4_1
 liblsofui.so.7 libksysguard-5.13.3_1
-libxenctrl.so.4.10 xen-libs-4.10.0_1
-libxenguest.so.4.10 xen-libs-4.10.0_1
-libxlutil.so.4.10 xen-libs-4.10.0_1
-libxenlight.so.4.10 xen-libs-4.10.0_1
-libxenevtchn.so.1 xen-libs-4.10.0_1
-libxengnttab.so.1 xen-libs-4.10.0_1
-libxendevicemodel.so.1 xen-libs-4.10.0_1
-libxenforeignmemory.so.1 xen-libs-4.10.0_1
-libxentoolcore.so.1 xen-libs-4.10.0_1
-libxenstore.so.3.0 xen-libs-4.10.0_1
-libxentoollog.so.1 xen-libs-4.10.0_1
-libxencall.so.1 xen-libs-4.10.0_1
-libxenvchan.so.4.10 xen-libs-4.10.0_1
-libfsimage.so.1.0 xen-libs-4.10.0_1
-libxenstat.so.0 xen-libs-4.10.0_1
+libxenctrl.so.4.12 xen-libs-4.12.1_1
+libxenguest.so.4.12 xen-libs-4.12.1_1
+libxlutil.so.4.12 xen-libs-4.12.1_1
+libxenlight.so.4.12 xen-libs-4.12.1_1
+libxenevtchn.so.1 xen-libs-4.12.1_1
+libxengnttab.so.1 xen-libs-4.12.1_1
+libxendevicemodel.so.1 xen-libs-4.12.1_1
+libxenforeignmemory.so.1 xen-libs-4.12.1_1
+libxentoolcore.so.1 xen-libs-4.12.1_1
+libxenstore.so.3.0 xen-libs-4.12.1_1
+libxentoollog.so.1 xen-libs-4.12.1_1
+libxencall.so.1 xen-libs-4.12.1_1
+libxenvchan.so.4.12 xen-libs-4.12.1_1
+libxenfsimage.so.4.12 xen-libs-4.12.1_1
+#libfsimage.so.4.12 xen-libs-4.12.1_1
+libxenstat.so.4.12 xen-libs-4.12.1_1
 libfam.so.0 gamin-0.1.10_1
 libgamin-1.so.0 gamin-0.1.10_1
 libKF5SyntaxHighlighting.so.5 syntax-highlighting-5.29.0_1
diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 64507ab4715..74c493ea8de 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,11 +1,12 @@
 # Template file for 'xen'
 pkgname=xen
-version=4.10.4
-revision=2
+version=4.12.1
+revision=1
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
-_git_tag_ipxe=356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d
+#_git_tag_ipxe=356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d
+_git_tag_ipxe=1dd56dbd11082fb622c2ed21cfaced4f47d798a6
 archs="x86_64*"
-configure_args="$(vopt_enable stubdom) --with-system-seabios=/usr/share/seabios/bios.bin"
+configure_args="--with-system-seabios=/usr/share/seabios/bios.bin"
 hostmakedepends="acpica-utils automake bison fig2dev ghostscript git ocaml
  ocaml-findlib pandoc pkg-config python-Markdown wget"
 makedepends="SDL-devel dtc-devel e2fsprogs-devel gnutls-devel libaio-devel
@@ -19,9 +20,8 @@ homepage="https://www.xenproject.org/"
 distfiles="
  https://downloads.xenproject.org/release/xen/${version}/${pkgname}-${version}.tar.gz
  http://xenbits.xen.org/xen-extfiles/ipxe-git-${_git_tag_ipxe}.tar.gz"
-checksum="
- 904f7b19caf59ad8f795c4b5100010aa7ffb063ebf3a6bec40c18f3dd6c9f346
- 251e5516d7de470c434ae5c393aacca2b61fb24d93770592a4a20add60b785c4"
+checksum="5450a85497b84167df1d229b3ab98fb24ef4d6b0510dce522798c13c1b090159
+ fcb2b5da90a59a0011db7403a1ea7887b0dfb04ef91a7d31964c63ed14f7a426"
 skip_extraction="ipxe-git-${_git_tag_ipxe}.tar.gz"
 nopie=yes
 
@@ -87,6 +87,7 @@ conf_files="
 	/etc/xen/xl.conf"
 nostrip_files="
 	u-boot.e500
+	hppa-firmware.img
 	openbios-ppc
 	openbios-sparc32
 	openbios-sparc64

From e83f0aeb8f7fa183fe85320ecb0e86fe86635d09 Mon Sep 17 00:00:00 2001
From: Goran Petrevski <petrevski.goran@protonmail.ch>
Date: Tue, 5 Nov 2019 10:52:08 +0000
Subject: [PATCH 4/4] xen: update to 4.12.1

---
 common/shlibs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 1103921465f..19e5ac6beec 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -486,7 +486,6 @@ libxentoollog.so.1 xen-libs-4.12.1_1
 libxencall.so.1 xen-libs-4.12.1_1
 libxenvchan.so.4.12 xen-libs-4.12.1_1
 libxenfsimage.so.4.12 xen-libs-4.12.1_1
-#libfsimage.so.4.12 xen-libs-4.12.1_1
 libxenstat.so.4.12 xen-libs-4.12.1_1
 libfam.so.0 gamin-0.1.10_1
 libgamin-1.so.0 gamin-0.1.10_1

             reply	other threads:[~2019-11-05 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 12:58 voidlinux-github [this message]
2019-11-06  9:08 ` [PR PATCH] [Closed]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16141@inbox.vuxu.org \
    --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).