Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux4.19: update to 4.19.93.
@ 2020-01-05 14:04 voidlinux-github
  2020-01-05 19:35 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-05 14:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages linux4.19.93
https://github.com/void-linux/void-packages/pull/18054

linux4.19: update to 4.19.93.
[skip ci]

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

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

From 08f6d809221350c1ea11c861acc1cbb82150ecbe Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sun, 5 Jan 2020 15:04:06 +0100
Subject: [PATCH] linux4.19: update to 4.19.93.

[skip ci]
---
 .../linux4.19/patches/ppc64-be-elfv2.patch    | 19 ++++++++++---------
 srcpkgs/linux4.19/template                    |  4 ++--
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch b/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch
index 246777bf7e4..dde27580dc9 100644
--- a/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch
+++ b/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch
@@ -8,12 +8,12 @@ have.
 
 Ping q66 if it does not apply.
 
---- a/arch/powerpc/Makefile
-+++ b/arch/powerpc/Makefile
-@@ -93,10 +93,8 @@ MULTIPLEWORD	:= -mmultiple
- endif
+--- a/arch/powerpc/Makefile	2020-01-05 14:40:50.395763093 +0100
++++ b/arch/powerpc/Makefile	2020-01-05 14:48:39.025251092 +0100
+@@ -92,10 +92,8 @@
  
  ifdef CONFIG_PPC64
+ ifndef CONFIG_CC_IS_CLANG
 -cflags-$(CONFIG_CPU_BIG_ENDIAN)		+= $(call cc-option,-mabi=elfv1)
 -cflags-$(CONFIG_CPU_BIG_ENDIAN)		+= $(call cc-option,-mcall-aixdesc)
 -aflags-$(CONFIG_CPU_BIG_ENDIAN)		+= $(call cc-option,-mabi=elfv1)
@@ -21,12 +21,12 @@ Ping q66 if it does not apply.
 +cflags-y    += $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc))
 +aflags-y    += $(call cc-option,-mabi=elfv2,$(call cc-option,-mabi=elfv1))
  endif
- 
- ifndef CONFIG_CC_IS_CLANG
-@@ -144,14 +142,8 @@ endif
  endif
  
+@@ -144,14 +142,8 @@
+ 
  CFLAGS-$(CONFIG_PPC64)	:= $(call cc-option,-mtraceback=no)
+ ifndef CONFIG_CC_IS_CLANG
 -ifdef CONFIG_CPU_LITTLE_ENDIAN
  CFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc))
 -AFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mabi=elfv2)
@@ -36,9 +36,10 @@ Ping q66 if it does not apply.
 -AFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mabi=elfv1)
 -endif
 +AFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mabi=elfv2,$(call cc-option,-mabi=elfv1))
+ endif
  CFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mcmodel=medium,$(call cc-option,-mminimal-toc))
  CFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mno-pointers-to-nested-functions)
- 
+
 --- a/arch/powerpc/boot/Makefile
 +++ b/arch/powerpc/boot/Makefile
 @@ -48,8 +48,8 @@ ifdef CONFIG_CPU_BIG_ENDIAN
@@ -62,7 +63,7 @@ Ping q66 if it does not apply.
  endif
  
  quiet_cmd_perl = PERL $@
- 
+
 --- a/drivers/crypto/vmx/ppc-xlate.pl
 +++ b/drivers/crypto/vmx/ppc-xlate.pl
 @@ -40,7 +40,7 @@ my $globl = sub {
diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template
index 332594d35b4..72e5b3b713a 100644
--- a/srcpkgs/linux4.19/template
+++ b/srcpkgs/linux4.19/template
@@ -1,6 +1,6 @@
 # Template file for 'linux4.19'
 pkgname=linux4.19
-version=4.19.92
+version=4.19.93
 revision=1
 wrksrc="linux-${version}"
 short_desc="Linux kernel and modules (${version%.*} series)"
@@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-only"
 homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
-checksum=29c37cf8bbfa717ce98bc931371c35fcee3482734ad5faba32d02aff209883a2
+checksum=2af5d23f82a8bf69a6e4d8407579293b7beeebd3054dc464d48bdb5d2d7f5834
 patch_args="-Np1"
 
 nodebug=yes  # -dbg package is generated below manually

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

* Re: [PR PATCH] [Updated] linux4.19: update to 4.19.93.
  2020-01-05 14:04 [PR PATCH] linux4.19: update to 4.19.93 voidlinux-github
@ 2020-01-05 19:35 ` voidlinux-github
  2020-01-05 19:36 ` [PR PATCH] [Merged]: " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-05 19:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages linux4.19.93
https://github.com/void-linux/void-packages/pull/18054

linux4.19: update to 4.19.93.
[skip ci]

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

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

From 5a857eb1c29f2fd605b38bfe3fff91e28c2376d0 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sun, 5 Jan 2020 15:04:06 +0100
Subject: [PATCH] linux4.19: update to 4.19.93.

[skip ci]
---
 .../linux4.19/patches/ppc64-be-elfv2.patch    | 19 ++++++++++---------
 srcpkgs/linux4.19/template                    |  7 ++++---
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch b/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch
index 246777bf7e4..dde27580dc9 100644
--- a/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch
+++ b/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch
@@ -8,12 +8,12 @@ have.
 
 Ping q66 if it does not apply.
 
---- a/arch/powerpc/Makefile
-+++ b/arch/powerpc/Makefile
-@@ -93,10 +93,8 @@ MULTIPLEWORD	:= -mmultiple
- endif
+--- a/arch/powerpc/Makefile	2020-01-05 14:40:50.395763093 +0100
++++ b/arch/powerpc/Makefile	2020-01-05 14:48:39.025251092 +0100
+@@ -92,10 +92,8 @@
  
  ifdef CONFIG_PPC64
+ ifndef CONFIG_CC_IS_CLANG
 -cflags-$(CONFIG_CPU_BIG_ENDIAN)		+= $(call cc-option,-mabi=elfv1)
 -cflags-$(CONFIG_CPU_BIG_ENDIAN)		+= $(call cc-option,-mcall-aixdesc)
 -aflags-$(CONFIG_CPU_BIG_ENDIAN)		+= $(call cc-option,-mabi=elfv1)
@@ -21,12 +21,12 @@ Ping q66 if it does not apply.
 +cflags-y    += $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc))
 +aflags-y    += $(call cc-option,-mabi=elfv2,$(call cc-option,-mabi=elfv1))
  endif
- 
- ifndef CONFIG_CC_IS_CLANG
-@@ -144,14 +142,8 @@ endif
  endif
  
+@@ -144,14 +142,8 @@
+ 
  CFLAGS-$(CONFIG_PPC64)	:= $(call cc-option,-mtraceback=no)
+ ifndef CONFIG_CC_IS_CLANG
 -ifdef CONFIG_CPU_LITTLE_ENDIAN
  CFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc))
 -AFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mabi=elfv2)
@@ -36,9 +36,10 @@ Ping q66 if it does not apply.
 -AFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mabi=elfv1)
 -endif
 +AFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mabi=elfv2,$(call cc-option,-mabi=elfv1))
+ endif
  CFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mcmodel=medium,$(call cc-option,-mminimal-toc))
  CFLAGS-$(CONFIG_PPC64)	+= $(call cc-option,-mno-pointers-to-nested-functions)
- 
+
 --- a/arch/powerpc/boot/Makefile
 +++ b/arch/powerpc/boot/Makefile
 @@ -48,8 +48,8 @@ ifdef CONFIG_CPU_BIG_ENDIAN
@@ -62,7 +63,7 @@ Ping q66 if it does not apply.
  endif
  
  quiet_cmd_perl = PERL $@
- 
+
 --- a/drivers/crypto/vmx/ppc-xlate.pl
 +++ b/drivers/crypto/vmx/ppc-xlate.pl
 @@ -40,7 +40,7 @@ my $globl = sub {
diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template
index 332594d35b4..5474f805780 100644
--- a/srcpkgs/linux4.19/template
+++ b/srcpkgs/linux4.19/template
@@ -1,6 +1,6 @@
 # Template file for 'linux4.19'
 pkgname=linux4.19
-version=4.19.92
+version=4.19.93
 revision=1
 wrksrc="linux-${version}"
 short_desc="Linux kernel and modules (${version%.*} series)"
@@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-only"
 homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
-checksum=29c37cf8bbfa717ce98bc931371c35fcee3482734ad5faba32d02aff209883a2
+checksum=2af5d23f82a8bf69a6e4d8407579293b7beeebd3054dc464d48bdb5d2d7f5834
 patch_args="-Np1"
 
 nodebug=yes  # -dbg package is generated below manually
@@ -18,7 +18,8 @@ noshlibprovides=yes
 preserve=yes
 
 archs="i686* x86_64* arm* aarch64* ppc*"
-hostmakedepends="bc elfutils-devel flex gmp-devel kmod libmpc-devel libressl-devel perl uboot-mkimage"
+hostmakedepends="bc elfutils-devel flex gmp-devel kmod libmpc-devel
+ libressl-devel perl uboot-mkimage tar xz"
 
 _kernver="${version}_${revision}"
 triggers="kernel-hooks"

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

* Re: [PR PATCH] [Merged]: linux4.19: update to 4.19.93.
  2020-01-05 14:04 [PR PATCH] linux4.19: update to 4.19.93 voidlinux-github
  2020-01-05 19:35 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-05 19:36 ` voidlinux-github
  2020-01-05 19:39 ` voidlinux-github
  2020-01-05 19:39 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-05 19:36 UTC (permalink / raw)
  To: ml

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

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

linux4.19: update to 4.19.93.
https://github.com/void-linux/void-packages/pull/18054

Description:
[skip ci]

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

* Re: linux4.19: update to 4.19.93.
  2020-01-05 14:04 [PR PATCH] linux4.19: update to 4.19.93 voidlinux-github
  2020-01-05 19:35 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-05 19:36 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2020-01-05 19:39 ` voidlinux-github
  2020-01-05 19:39 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-05 19:39 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/18054#issuecomment-570940787

Comment:
Needs tar and xz in hostmakedepends

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

* Re: linux4.19: update to 4.19.93.
  2020-01-05 14:04 [PR PATCH] linux4.19: update to 4.19.93 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-05 19:39 ` voidlinux-github
@ 2020-01-05 19:39 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-05 19:39 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/18054#issuecomment-570940822

Comment:
Oh fixed. Cool

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

end of thread, other threads:[~2020-01-05 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-05 14:04 [PR PATCH] linux4.19: update to 4.19.93 voidlinux-github
2020-01-05 19:35 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-05 19:36 ` [PR PATCH] [Merged]: " voidlinux-github
2020-01-05 19:39 ` voidlinux-github
2020-01-05 19:39 ` 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).