Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52fc01f0cd9a49effefadac81203e7efedcdc7d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52fc01f0cd9a49effefadac81203e7efedcdc7d2)
  • Date: Tue, 19 Dec 2023 15:16:53 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

kernels/linux-firmware/DETAILS | 8 ++++----
kernels/linux-firmware/HISTORY | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 52fc01f0cd9a49effefadac81203e7efedcdc7d2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

kernels/linux-firmware: snapshot version 20231211

diff --git a/kernels/linux-firmware/DETAILS b/kernels/linux-firmware/DETAILS
index 919433e..b81522b 100755
--- a/kernels/linux-firmware/DETAILS
+++ b/kernels/linux-firmware/DETAILS
@@ -7,15 +7,15 @@ case "$LINUX_FIRMWARE_BRANCH" in
SOURCE_IGNORE=volatile
SOURCE=$SPELL-git.tar.bz2

SOURCE_URL[0]="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${SPELL}.git:${SPELL}-git:main"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
;;
(snapshot)
- VERSION=20231111
-
SOURCE_HASH=sha512:1fd2ef6dfce264da5d9945669ca3f97f6053e77724724ec2eb98e6e39d96fb5e3649c6d304dfc24ef9d704c84574947f8f2bebeb34f3c0ee2bfb49bc96a1df70
+ VERSION=20231211
+
SOURCE_HASH=sha512:2021ef348ba4fb4b9bbf22d224645fed83f01be0a764defc264ef752d10fc3394184ce3587c106662c65078928c0bc04eb00f3767cfc614e3ba0edca117ded03
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/$SPELL.git/snapshot/$SOURCE";
# Watch:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
h=([0-9]+)
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
;;
esac
if [[ "${LF_ARCHIVE}" == "y" ]]; then
diff --git a/kernels/linux-firmware/HISTORY b/kernels/linux-firmware/HISTORY
index d0bde23..d2a677b 100644
--- a/kernels/linux-firmware/HISTORY
+++ b/kernels/linux-firmware/HISTORY
@@ -1,4 +1,7 @@
-2023-11-13 Pavel Vinogradov <public AT sorcemage.org>
+2023-12-19 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: snapshot version 20231211, quoting++
+
+2023-11-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: snapshot version 20231111, GATHER_DOCS="off"
* INSTALL: switched back to old cp method, Makefile needs rdfind tool
now




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52fc01f0cd9a49effefadac81203e7efedcdc7d2), Pavel Vinogradov, 12/19/2023

Archive powered by MHonArc 2.6.24.

Top of Page