slackware-current/source
Patrick J Volkerding 300ecc39f6 Wed May 10 23:42:53 UTC 2023
ap/a2ps-4.15.4-x86_64-1.txz:  Upgraded.
l/fmt-10.0.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/harfbuzz-7.3.0-x86_64-1.txz:  Upgraded.
l/libpaper-2.1.0-x86_64-1.txz:  Added.
  This is needed by a2ps.
l/mozjs102-102.11.0esr-x86_64-1.txz:  Upgraded.
n/nghttp2-1.53.0-x86_64-1.txz:  Upgraded.
x/m17n-lib-1.8.2-x86_64-1.txz:  Upgraded.
x/xterm-380-x86_64-1.txz:  Upgraded.
xap/mozilla-thunderbird-102.11.0-x86_64-1.txz:  Upgraded.
  This release contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/102.11.0/releasenotes/
    https://www.mozilla.org/en-US/security/advisories/mfsa2023-18/
    https://www.cve.org/CVERecord?id=CVE-2023-32206
    https://www.cve.org/CVERecord?id=CVE-2023-32207
    https://www.cve.org/CVERecord?id=CVE-2023-32211
    https://www.cve.org/CVERecord?id=CVE-2023-32212
    https://www.cve.org/CVERecord?id=CVE-2023-32213
    https://www.cve.org/CVERecord?id=CVE-2023-32214
    https://www.cve.org/CVERecord?id=CVE-2023-32215
  (* Security fix *)
xap/network-manager-applet-1.32.0-x86_64-2.txz:  Rebuilt.
  [PATCH] c-e: fix crash in import_vpn_from_file_cb() when
  importing VPN profiles.
  Thanks to Daedra.
2023-05-11 02:57:05 +02:00
..
a Tue May 9 20:11:22 UTC 2023 2023-05-09 23:44:56 +02:00
ap Wed May 10 23:42:53 UTC 2023 2023-05-11 02:57:05 +02:00
d Mon May 8 23:42:23 UTC 2023 2023-05-09 02:37:30 +02:00
e Thu Dec 8 22:48:34 UTC 2022 2022-12-09 00:41:09 +01:00
f
installer Fri Apr 7 00:51:44 UTC 2023 2023-04-07 03:45:57 +02:00
k Mon May 1 20:22:43 UTC 2023 2023-05-01 23:41:10 +02:00
kde Tue May 9 20:11:22 UTC 2023 2023-05-09 23:44:56 +02:00
l Wed May 10 23:42:53 UTC 2023 2023-05-11 02:57:05 +02:00
n Wed May 10 23:42:53 UTC 2023 2023-05-11 02:57:05 +02:00
t Sat Apr 15 03:23:22 UTC 2023 2023-04-15 06:37:50 +02:00
tcl Fri May 5 22:49:16 UTC 2023 2023-05-06 01:34:25 +02:00
x Wed May 10 23:42:53 UTC 2023 2023-05-11 02:57:05 +02:00
xap Wed May 10 23:42:53 UTC 2023 2023-05-11 02:57:05 +02:00
xfce Tue Mar 21 21:18:59 UTC 2023 2023-03-21 23:41:13 +01: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 Wed Jun 8 19:15:34 UTC 2022 2022-06-09 07:00:13 +02:00
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