slackware-current/source
Patrick J Volkerding fcf512a278 Wed Aug 7 04:03:09 UTC 2024
a/bash-5.2.032-x86_64-2.txz:  Rebuilt.
  Patched a C compatibility error with GCC 14 in the configure.ac script that
  was causing the printf builtin to malfunction.
  Thanks to elMoco for the bug report.
l/qt6-6.7.2_20240610_3f005f1e-x86_64-4.txz:  Rebuilt.
  Recompiled against abseil-cpp-20240722.0.
n/curl-8.9.1-x86_64-2.txz:  Rebuilt.
  This is a bugfix release.
  [PATCH] sigpipe: init the struct so that first apply ignores.
  Thanks to ponce.
n/samba-4.20.4-x86_64-1.txz:  Upgraded.
xap/mozilla-firefox-128.1.0esr-x86_64-1.txz:  Upgraded.
  This update contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/128.1.0/releasenotes/
    https://www.mozilla.org/security/advisories/mfsa2024-35/
    https://www.cve.org/CVERecord?id=CVE-2024-7518
    https://www.cve.org/CVERecord?id=CVE-2024-7519
    https://www.cve.org/CVERecord?id=CVE-2024-7520
    https://www.cve.org/CVERecord?id=CVE-2024-7521
    https://www.cve.org/CVERecord?id=CVE-2024-7522
    https://www.cve.org/CVERecord?id=CVE-2024-7524
    https://www.cve.org/CVERecord?id=CVE-2024-7525
    https://www.cve.org/CVERecord?id=CVE-2024-7526
    https://www.cve.org/CVERecord?id=CVE-2024-7527
    https://www.cve.org/CVERecord?id=CVE-2024-7528
    https://www.cve.org/CVERecord?id=CVE-2024-7529
    https://www.cve.org/CVERecord?id=CVE-2024-7531
  (* Security fix *)
xap/mozilla-thunderbird-128.1.0esr-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/128.1.0esr/releasenotes/
2024-08-07 07:22:03 +02:00
..
a Wed Aug 7 04:03:09 UTC 2024 2024-08-07 07:22:03 +02:00
ap Mon Aug 5 21:58:24 UTC 2024 2024-08-06 01:03:55 +02:00
d Mon Aug 5 21:58:24 UTC 2024 2024-08-06 01:03:55 +02:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Mon Jul 29 18:32:35 UTC 2024 2024-07-29 20:58:51 +02:00
k Sun Aug 4 14:47:52 UTC 2024 2024-08-04 17:37:18 +02:00
kde Mon Aug 5 21:58:24 UTC 2024 2024-08-06 01:03:55 +02:00
l Wed Aug 7 04:03:09 UTC 2024 2024-08-07 07:22:03 +02:00
n Wed Aug 7 04:03:09 UTC 2024 2024-08-07 07:22:03 +02:00
t Tue Apr 9 18:14:27 UTC 2024 2024-04-09 21:00:29 +02:00
tcl Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
x Wed Jul 31 18:35:06 UTC 2024 2024-07-31 21:14:36 +02:00
xap Wed Aug 7 04:03:09 UTC 2024 2024-08-07 07:22:03 +02:00
xfce Wed Jul 31 18:35:06 UTC 2024 2024-07-31 21:14:36 +02:00
y Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
buildlist-from-changelog.sh Fri Oct 8 03:23:28 UTC 2021 2021-10-08 08:59:45 +02:00
make_world.sh Wed Jun 8 19:15:34 UTC 2022 2022-06-09 07:00:13 +02:00
README.TXT Wed Feb 2 08:21:48 UTC 2022 2022-02-02 11:59:53 +01:00

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