slackware-current/source
Patrick J Volkerding 748f32bae5 Thu Jul 18 20:01:18 UTC 2024
a/kernel-firmware-20240718_058deb9-noarch-1.txz:  Upgraded.
a/kernel-generic-6.9.10-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.9.10-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.9.10-x86_64-1.txz:  Upgraded.
d/cmake-3.30.1-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.9.10-x86-1.txz:  Upgraded.
d/python-setuptools-71.0.3-x86_64-1.txz:  Upgraded.
k/kernel-source-6.9.10-noarch-1.txz:  Upgraded.
kde/labplot-2.11.1-x86_64-1.txz:  Upgraded.
l/python-sphinx-7.4.6-x86_64-1.txz:  Upgraded.
l/sof-firmware-2024.06-noarch-1.txz:  Upgraded.
n/httpd-2.4.62-x86_64-1.txz:  Upgraded.
  This release contains security fixes and improvements.
  The first CVE is for Windows, but the second one is an additional fix for
  the source code disclosure regression when using AddType.
  Users are recommended to upgrade to version 2.4.62 which fixes this issue.
  For more information, see:
    https://downloads.apache.org/httpd/CHANGES_2.4.62
    https://www.cve.org/CVERecord?id=CVE-2024-40898
    https://www.cve.org/CVERecord?id=CVE-2024-40725
  (* Security fix *)
n/openvpn-2.6.12-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2024-07-18 22:52:07 +02:00
..
a Tue Jul 16 18:30:34 UTC 2024 2024-07-16 21:07:40 +02:00
ap Fri Jun 28 19:10:09 UTC 2024 2024-06-28 21:29:47 +02:00
d Thu Jul 18 20:01:18 UTC 2024 2024-07-18 22:52:07 +02:00
e
f
installer Fri Jul 12 18:35:06 UTC 2024 2024-07-12 21:00:45 +02:00
k Thu Jul 18 20:01:18 UTC 2024 2024-07-18 22:52:07 +02:00
kde Sun Jul 14 18:22:30 UTC 2024 2024-07-14 21:08:27 +02:00
l Thu Jul 18 20:01:18 UTC 2024 2024-07-18 22:52:07 +02:00
n Thu Jul 18 20:01:18 UTC 2024 2024-07-18 22:52:07 +02:00
t
tcl
x Wed Jul 10 17:48:01 UTC 2024 2024-07-10 20:43:22 +02:00
xap Sat Jul 13 20:26:06 UTC 2024 2024-07-13 23:18:17 +02:00
xfce Sun Jun 9 18:41:17 UTC 2024 2024-06-09 21:04:22 +02:00
y
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