slackware-current/source
Patrick J Volkerding f28f833864 Wed Jun 7 21:12:41 UTC 2023
a/dbus-1.14.8-x86_64-1.txz:  Upgraded.
a/tree-2.1.1-x86_64-1.txz:  Upgraded.
ap/cups-2.4.4-x86_64-1.txz:  Upgraded.
  This update is a hotfix for a segfault in cupsGetNamedDest(), when caller
  tries to find the default destination and the default destination is not set
  on the machine.
ap/ksh93-1.0.5_20230607_9b251344-x86_64-1.txz:  Upgraded.
  This is a bugfix and robustness enhancement release.
  Thanks to McDutchie for the great work!
  Thanks to pghvlaans for improvements to the build script.
ap/mariadb-10.11.4-x86_64-1.txz:  Upgraded.
n/nghttp2-1.54.0-x86_64-1.txz:  Upgraded.
2023-06-08 00:35:05 +02:00
..
a Wed Jun 7 21:12:41 UTC 2023 2023-06-08 00:35:05 +02:00
ap Wed Jun 7 21:12:41 UTC 2023 2023-06-08 00:35:05 +02:00
d Tue Jun 6 20:26:59 UTC 2023 2023-06-07 00:59:33 +02:00
e Thu Dec 8 22:48:34 UTC 2022 2022-12-09 00:41:09 +01:00
f
installer Thu May 25 00:24:33 UTC 2023 2023-05-25 03:50:00 +02:00
k Tue Jun 6 20:26:59 UTC 2023 2023-06-07 00:59:33 +02:00
kde Tue Jun 6 20:26:59 UTC 2023 2023-06-07 00:59:33 +02:00
l Tue Jun 6 20:26:59 UTC 2023 2023-06-07 00:59:33 +02:00
n Wed Jun 7 21:12:41 UTC 2023 2023-06-08 00:35:05 +02:00
t Thu May 25 00:24:33 UTC 2023 2023-05-25 03:50:00 +02:00
tcl Fri May 5 22:49:16 UTC 2023 2023-05-06 01:34:25 +02:00
x Tue Jun 6 20:26:59 UTC 2023 2023-06-07 00:59:33 +02:00
xap Fri Jun 2 20:56:35 UTC 2023 2023-06-02 23:45:41 +02:00
xfce Tue Jun 6 20:26:59 UTC 2023 2023-06-07 00:59:33 +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