Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rpi-kernel: update to 4.19.49.
@ 2019-06-10 22:22 voidlinux-github
  2019-06-10 22:28 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-10 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages rpi-kernel
https://github.com/void-linux/void-packages/pull/12389

rpi-kernel: update to 4.19.49.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-kernel-12389.patch --]
[-- Type: application/text/x-diff, Size: 1270 bytes --]

From ddd98886836e7b0d76b5f8b7defb6f4f930bad72 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 10 Jun 2019 18:16:43 -0400
Subject: [PATCH] rpi-kernel: update to 4.19.49.

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

diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index ba1c41f372d..c16632b7f7d 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -5,11 +5,11 @@
 #
 #   https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
 
-_githash="55e0334cf5a43948b65788980cd8ab729427230e"
+_githash="4395da03133888a4d2ea920dfb88d04e7534038d"
 _gitshort="${_githash:0:7}"
 
 pkgname=rpi-kernel
-version=4.19.46
+version=4.19.49
 revision=1
 wrksrc="linux-${_githash}"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
@@ -17,7 +17,7 @@ homepage="http://www.kernel.org"
 license="GPL-2.0-only"
 short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
 distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
-checksum=befe5e6d26f97c09c014234424457fa6e852a6343e3d3ee4f8143d4698ced8cf
+checksum=2f3a1963b4ad6e4874d95c8b6273b9b0aac155ed91a243896e56b709d42c9a05
 
 _kernver="${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rpi-kernel: update to 4.19.49.
  2019-06-10 22:22 [PR PATCH] rpi-kernel: update to 4.19.49 voidlinux-github
@ 2019-06-10 22:28 ` voidlinux-github
  2019-06-10 22:28 ` voidlinux-github
  2019-06-11 12:28 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-10 22:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages rpi-kernel
https://github.com/void-linux/void-packages/pull/12389

rpi-kernel: update to 4.19.49.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-kernel-12389.patch --]
[-- Type: application/text/x-diff, Size: 1280 bytes --]

From 8ee85a17444d7bf0af7e35fdd293c09dedebacc7 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 10 Jun 2019 18:16:43 -0400
Subject: [PATCH] rpi-kernel: update to 4.19.49.

[ci skip]
---
 srcpkgs/rpi-kernel/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index ba1c41f372d..c16632b7f7d 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -5,11 +5,11 @@
 #
 #   https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
 
-_githash="55e0334cf5a43948b65788980cd8ab729427230e"
+_githash="4395da03133888a4d2ea920dfb88d04e7534038d"
 _gitshort="${_githash:0:7}"
 
 pkgname=rpi-kernel
-version=4.19.46
+version=4.19.49
 revision=1
 wrksrc="linux-${_githash}"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
@@ -17,7 +17,7 @@ homepage="http://www.kernel.org"
 license="GPL-2.0-only"
 short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
 distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
-checksum=befe5e6d26f97c09c014234424457fa6e852a6343e3d3ee4f8143d4698ced8cf
+checksum=2f3a1963b4ad6e4874d95c8b6273b9b0aac155ed91a243896e56b709d42c9a05
 
 _kernver="${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rpi-kernel: update to 4.19.49.
  2019-06-10 22:22 [PR PATCH] rpi-kernel: update to 4.19.49 voidlinux-github
  2019-06-10 22:28 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-10 22:28 ` voidlinux-github
  2019-06-11 12:28 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-10 22:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages rpi-kernel
https://github.com/void-linux/void-packages/pull/12389

rpi-kernel: update to 4.19.49.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-kernel-12389.patch --]
[-- Type: application/text/x-diff, Size: 1280 bytes --]

From 8ee85a17444d7bf0af7e35fdd293c09dedebacc7 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 10 Jun 2019 18:16:43 -0400
Subject: [PATCH] rpi-kernel: update to 4.19.49.

[ci skip]
---
 srcpkgs/rpi-kernel/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index ba1c41f372d..c16632b7f7d 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -5,11 +5,11 @@
 #
 #   https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
 
-_githash="55e0334cf5a43948b65788980cd8ab729427230e"
+_githash="4395da03133888a4d2ea920dfb88d04e7534038d"
 _gitshort="${_githash:0:7}"
 
 pkgname=rpi-kernel
-version=4.19.46
+version=4.19.49
 revision=1
 wrksrc="linux-${_githash}"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
@@ -17,7 +17,7 @@ homepage="http://www.kernel.org"
 license="GPL-2.0-only"
 short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
 distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
-checksum=befe5e6d26f97c09c014234424457fa6e852a6343e3d3ee4f8143d4698ced8cf
+checksum=2f3a1963b4ad6e4874d95c8b6273b9b0aac155ed91a243896e56b709d42c9a05
 
 _kernver="${version}_${revision}"
 

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

* Re: [PR PATCH] [Merged]: rpi-kernel: update to 4.19.49.
  2019-06-10 22:22 [PR PATCH] rpi-kernel: update to 4.19.49 voidlinux-github
  2019-06-10 22:28 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-10 22:28 ` voidlinux-github
@ 2019-06-11 12:28 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-11 12:28 UTC (permalink / raw)
  To: ml

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

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

rpi-kernel: update to 4.19.49.
https://github.com/void-linux/void-packages/pull/12389
Description: 

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

end of thread, other threads:[~2019-06-11 12:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 22:22 [PR PATCH] rpi-kernel: update to 4.19.49 voidlinux-github
2019-06-10 22:28 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-10 22:28 ` voidlinux-github
2019-06-11 12:28 ` [PR PATCH] [Merged]: " 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).