slackware-current/source
Patrick J Volkerding ee5ad0d97a Sat Aug 26 21:01:45 UTC 2023
a/coreutils-9.3-x86_64-2.txz:  Rebuilt.
  Don't support AVX2 instructions for wc. Since it's possible to enable a
  kernel option that causes the kernel to advertise AVX2 as available, but
  leads to an illegal instruction if there's an attempt to actually use
  AVX2 when old microcode is in use, this isn't reliable. Furthermore, wc
  is used by the pkgtools and this sort of failure could lead to corruption
  of the filesystem and/or package database. So, we'll disable this to be on
  the safe side. Thanks to lancsuk for noticing this issue.
a/kernel-generic-6.1.48-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.48-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.1.48-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.1.48-x86-1.txz:  Upgraded.
k/kernel-source-6.1.48-noarch-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2023-08-26 23:33:08 +02:00
..
a Sat Aug 26 21:01:45 UTC 2023 2023-08-26 23:33:08 +02:00
ap Sat Aug 19 20:17:55 UTC 2023 2023-08-19 23:00:36 +02:00
d Fri Aug 25 01:04:55 UTC 2023 2023-08-25 04:05:51 +02:00
e Sun Jul 30 20:33:52 UTC 2023 2023-07-30 22:59:22 +02:00
f
installer Wed Aug 16 20:45:00 UTC 2023 2023-08-16 23:44:50 +02:00
k Sat Aug 26 21:01:45 UTC 2023 2023-08-26 23:33:08 +02:00
kde Sat Aug 26 05:08:30 UTC 2023 2023-08-26 07:30:35 +02:00
l Sat Aug 26 05:08:30 UTC 2023 2023-08-26 07:30:35 +02:00
n Mon Aug 21 20:00:02 UTC 2023 2023-08-21 22:30:04 +02:00
t Sat Aug 26 05:08:30 UTC 2023 2023-08-26 07:30:35 +02:00
tcl Fri May 5 22:49:16 UTC 2023 2023-05-06 01:34:25 +02:00
x Fri Aug 25 01:04:55 UTC 2023 2023-08-25 04:05:51 +02:00
xap Sat Aug 19 20:17:55 UTC 2023 2023-08-19 23:00:36 +02:00
xfce Tue Aug 22 19:28:18 UTC 2023 2023-08-22 22:02:22 +02:00
y Wed Mar 8 20:26:54 UTC 2023 2023-03-08 22:40:50 +01:00
buildlist-from-changelog.sh
make_world.sh
README.TXT

This is the source used for Slackware.

To look for a particular bit of source (let's say for 'cp'), first you would
look for the full path:

fuzzy:~# which cp
/bin/cp

Then, you grep for the package it came from. Note that the leading '/'
is removed, and ^ and $ mark the beginning and end of the pattern to match:

fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/*
/var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp

From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package.
The source will be found in a corresponding subdirectory. In this case, that
would be ./a/coreutils/.

All of these packages have scripts that extract, patch, and compile the source
automatically. These are the 'SlackBuild' scripts.

Have fun!

---
Patrick J. Volkerding
volkerdi@slackware.com