Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] linux6.7: update to 6.7.1
Date: Sat, 20 Jan 2024 20:08:15 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48306@inbox.vuxu.org> (raw)

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

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

https://github.com/dkwo/void-packages kernel
https://github.com/void-linux/void-packages/pull/48306

linux6.7: update to 6.7.1
[ci skip]

- I tested the changes in this PR: no

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

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

From dce84a010ad9b62a1ff3e20ab862911d3ebcb42a Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 20 Jan 2024 13:58:37 -0500
Subject: [PATCH] linux6.7: update to 6.7.1

---
 srcpkgs/linux6.7/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/linux6.7/template b/srcpkgs/linux6.7/template
index 7a5538265c8ab..b7ff8734c42ff 100644
--- a/srcpkgs/linux6.7/template
+++ b/srcpkgs/linux6.7/template
@@ -1,6 +1,6 @@
 # Template file for 'linux6.7'
 pkgname=linux6.7
-version=6.7.0
+version=6.7.1
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -8,12 +8,13 @@ license="GPL-2.0-only"
 homepage="https://www.kernel.org"
 distfiles="${KERNEL_SITE}/kernel/v${version%%.*}.x/linux-${version%.*}.tar.xz"
 
-# if [ "${version##*.}" != 0 ]; then
-# 	distfiles+=" ${KERNEL_SITE}/kernel/v${version%%.*}.x/patch-${version}.xz"
-# 	skip_extraction="patch-${version}.xz"
-# fi
+if [ "${version##*.}" != 0 ]; then
+	distfiles+=" ${KERNEL_SITE}/kernel/v${version%%.*}.x/patch-${version}.xz"
+	skip_extraction="patch-${version}.xz"
+fi
 
-checksum=ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
+checksum="ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
+ 2e1fe49f8fe06bbd2867fcf65073a7c0ee14087d75b512949e9953b1ce85f0f5"
 python_version=3
 
 # XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.

             reply	other threads:[~2024-01-20 19:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-20 19:08 dkwo [this message]
2024-01-20 19:46 ` [PR PATCH] [Closed]: " Duncaen

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-48306@inbox.vuxu.org \
    --to=dkwo@users.noreply.github.com \
    --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).