Skip to content

Commit

Permalink
Wed Jul 5 21:02:14 UTC 2023
Browse files Browse the repository at this point in the history
a/kernel-generic-6.1.38-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.38-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.1.38-x86_64-1.txz:  Upgraded.
a/upower-1.90.1-x86_64-1.txz:  Upgraded.
a/util-linux-2.39.1-x86_64-3.txz:  Rebuilt.
  Use --disable-libmount-mountfd-support for now to avoid breaking overlayfs.
d/kernel-headers-6.1.38-x86-1.txz:  Upgraded.
k/kernel-source-6.1.38-noarch-1.txz:  Upgraded.
l/nodejs-20.4.0-x86_64-1.txz:  Upgraded.
n/samba-4.18.4-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
  • Loading branch information
Patrick J Volkerding authored and alienbob committed Jul 5, 2023
1 parent d877915 commit 3c17712
Show file tree
Hide file tree
Showing 21 changed files with 159 additions and 168 deletions.
27 changes: 25 additions & 2 deletions ChangeLog.rss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,32 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
<pubDate>Tue, 4 Jul 2023 20:26:12 GMT</pubDate>
<lastBuildDate>Tue, 4 Jul 2023 21:04:51 GMT</lastBuildDate>
<pubDate>Wed, 5 Jul 2023 21:02:14 GMT</pubDate>
<lastBuildDate>Wed, 5 Jul 2023 21:35:04 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
<title>Wed, 5 Jul 2023 21:02:14 GMT</title>
<pubDate>Wed, 5 Jul 2023 21:02:14 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20230705210214</link>
<guid isPermaLink="false">20230705210214</guid>
<description>
<![CDATA[<pre>
a/kernel-generic-6.1.38-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.38-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.38-x86_64-1.txz: Upgraded.
a/upower-1.90.1-x86_64-1.txz: Upgraded.
a/util-linux-2.39.1-x86_64-3.txz: Rebuilt.
Use --disable-libmount-mountfd-support for now to avoid breaking overlayfs.
d/kernel-headers-6.1.38-x86-1.txz: Upgraded.
k/kernel-source-6.1.38-noarch-1.txz: Upgraded.
l/nodejs-20.4.0-x86_64-1.txz: Upgraded.
n/samba-4.18.4-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
</pre>]]>
</description>
</item>
<item>
<title>Tue, 4 Jul 2023 20:26:12 GMT</title>
<pubDate>Tue, 4 Jul 2023 20:26:12 GMT</pubDate>
Expand Down
15 changes: 15 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Wed Jul 5 21:02:14 UTC 2023
a/kernel-generic-6.1.38-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.38-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.38-x86_64-1.txz: Upgraded.
a/upower-1.90.1-x86_64-1.txz: Upgraded.
a/util-linux-2.39.1-x86_64-3.txz: Rebuilt.
Use --disable-libmount-mountfd-support for now to avoid breaking overlayfs.
d/kernel-headers-6.1.38-x86-1.txz: Upgraded.
k/kernel-source-6.1.38-noarch-1.txz: Upgraded.
l/nodejs-20.4.0-x86_64-1.txz: Upgraded.
n/samba-4.18.4-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
+--------------------------+
Tue Jul 4 20:26:12 UTC 2023
ap/texinfo-7.0.3-x86_64-2.txz: Rebuilt.
Recompiled against perl-5.38.0.
Expand Down
183 changes: 91 additions & 92 deletions FILELIST.TXT

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions README.initrd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Slackware initrd mini HOWTO
by Patrick Volkerding, [email protected]
Sat Jul 1 19:11:53 UTC 2023
Wed Jul 5 20:48:22 UTC 2023

This document describes how to create and install an initrd, which may be
required to use the 4.x kernel. Also see "man mkinitrd".
Expand Down Expand Up @@ -33,15 +33,15 @@ flexible to ship a generic kernel and a set of kernel modules for it.

The easiest way to make the initrd is to use the mkinitrd script included
in Slackware's mkinitrd package. We'll walk through the process of
upgrading to the generic 6.1.37 Linux kernel using the packages
upgrading to the generic 6.1.38 Linux kernel using the packages
found in Slackware's slackware/a/ directory.

First, make sure the kernel, kernel modules, and mkinitrd package are
installed (the current version numbers might be a little different, so
this is just an example):

installpkg kernel-generic-6.1.37-x86_64-1.txz
installpkg kernel-modules-6.1.37-x86_64-1.txz
installpkg kernel-generic-6.1.38-x86_64-1.txz
installpkg kernel-modules-6.1.38-x86_64-1.txz
installpkg mkinitrd-1.4.11-x86_64-32.txz

Change into the /boot directory:
Expand All @@ -52,7 +52,7 @@ Now you'll want to run "mkinitrd". I'm using ext4 for my root filesystem,
and since the disk controller requires no special support the ext4 module
will be the only one I need to load:

mkinitrd -c -k 6.1.37 -m ext4
mkinitrd -c -k 6.1.38 -m ext4

This should do two things. First, it will create a directory
/boot/initrd-tree containing the initrd's filesystem. Then it will
Expand All @@ -61,10 +61,10 @@ you could make some additional changes in /boot/initrd-tree/ and
then run mkinitrd again without options to rebuild the image. That's
optional, though, and only advanced users will need to think about that.

Here's another example: Build an initrd image using Linux 6.1.37
Here's another example: Build an initrd image using Linux 6.1.38
kernel modules for a system with an ext4 root partition on /dev/sdb3:

mkinitrd -c -k 6.1.37 -m ext4 -f ext4 -r /dev/sdb3
mkinitrd -c -k 6.1.38 -m ext4 -f ext4 -r /dev/sdb3


4. Now that I've built an initrd, how do I use it?
Expand Down
2 changes: 1 addition & 1 deletion isolinux/message.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Welcome to 09Slackware6407 version 15.1 (Linux kernel 6.1.37)!
Welcome to 09Slackware6407 version 15.1 (Linux kernel 6.1.38)!

If you need to pass extra parameters to the kernel, enter them at the prompt
below after the name of the kernel to boot (e.g., huge.s).
Expand Down
2 changes: 1 addition & 1 deletion kernels/VERSIONS.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

These kernels are version 6.1.37.
These kernels are version 6.1.38.

1 change: 0 additions & 1 deletion recompress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ gzip ./source/a/lilo/lilo.gcc10.diff
gzip ./source/a/lilo/lilo.allow.colons.in.by-id.diff
gzip ./source/a/lilo/lilo.nvme.support.diff
gzip ./source/a/lilo/lilo.ignore.usable.memory.above.4G.diff
gzip ./source/a/upower/81a89385a45d3de1028bcd86b3688fb465b4035c.patch
gzip ./source/a/upower/doinst.sh
gzip ./source/a/jfsutils/jfsutils.glibc228.diff
gzip ./source/a/jfsutils/jfsutils.inttypes.h.diff
Expand Down
6 changes: 3 additions & 3 deletions slackware64/a/maketag
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \
"kernel-generic" "Generic 6.1.37 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 6.1.37 Linux kernel" "on" \
"kernel-modules" "Linux 6.1.37 kernel modules -- REQUIRED" "on" \
"kernel-generic" "Generic 6.1.38 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 6.1.38 Linux kernel" "on" \
"kernel-modules" "Linux 6.1.38 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \
Expand Down
6 changes: 3 additions & 3 deletions slackware64/a/maketag.ez
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \
"kernel-generic" "Generic 6.1.37 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 6.1.37 Linux kernel" "on" \
"kernel-modules" "Linux 6.1.37 kernel modules -- REQUIRED" "on" \
"kernel-generic" "Generic 6.1.38 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 6.1.38 Linux kernel" "on" \
"kernel-modules" "Linux 6.1.38 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \
Expand Down
2 changes: 1 addition & 1 deletion slackware64/k/maketag
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \
the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are \
done." 11 70 1 \
"kernel-source" "Linux 6.1.37 kernel source" "on" \
"kernel-source" "Linux 6.1.38 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
Expand Down
2 changes: 1 addition & 1 deletion slackware64/k/maketag.ez
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \
the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are \
done." 11 70 1 \
"kernel-source" "Linux 6.1.37 kernel source" "on" \
"kernel-source" "Linux 6.1.38 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
Expand Down
43 changes: 0 additions & 43 deletions source/a/upower/81a89385a45d3de1028bcd86b3688fb465b4035c.patch

This file was deleted.

5 changes: 1 addition & 4 deletions source/a/upower/upower.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PKGNAM=upower
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d- | rev)}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}

NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}

Expand Down Expand Up @@ -91,9 +91,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;

# Fix libimobiledevice support:
zcat $CWD/81a89385a45d3de1028bcd86b3688fb465b4035c.patch.gz | patch -p1 --verbose || exit 1

# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
Expand Down
3 changes: 2 additions & 1 deletion source/a/util-linux/util-linux.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PKGNAM=util-linux
VERSION=${VERSION:-$(echo util-linux*.tar.xz | cut -d - -f 3 | rev | cut -f 3- -d . | rev)}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}

ADJTIMEXVERS=1.29
SETSERIALVERS=2.17
Expand Down Expand Up @@ -158,6 +158,7 @@ configure_with_python(){
--enable-use-tty-group \
--enable-libblkid \
--enable-libmount \
--disable-libmount-mountfd-support \
--enable-libuuid \
--disable-uuidd \
--with-python=$1 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.37 Kernel Configuration
# Linux/x86 6.1.38 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.1.0"
CONFIG_CC_IS_GCC=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.37 Kernel Configuration
# Linux/x86 6.1.38 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.1.0"
CONFIG_CC_IS_GCC=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.37 Kernel Configuration
# Linux/x86 6.1.38 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.1.0"
CONFIG_CC_IS_GCC=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.37 Kernel Configuration
# Linux/x86 6.1.38 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.1.0"
CONFIG_CC_IS_GCC=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.37 Kernel Configuration
# Linux/x86 6.1.38 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.1.0"
CONFIG_CC_IS_GCC=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.37 Kernel Configuration
# Linux/x86 6.1.38 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.1.0"
CONFIG_CC_IS_GCC=y
Expand Down
4 changes: 2 additions & 2 deletions source/n/samba/samba.url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://download.samba.org/pub/samba/stable/samba-4.18.3.tar.gz
https://download.samba.org/pub/samba/stable/samba-4.18.3.tar.asc
https://download.samba.org/pub/samba/stable/samba-4.18.4.tar.gz
https://download.samba.org/pub/samba/stable/samba-4.18.4.tar.asc

0 comments on commit 3c17712

Please sign in to comment.