slackware-current/source
Patrick J Volkerding 40d0483337 Wed Jun 5 19:06:36 UTC 2024
a/kernel-firmware-20240604_22643bb-noarch-1.txz:  Upgraded.
a/less-657-x86_64-1.txz:  Upgraded.
a/openssl-solibs-3.3.1-x86_64-1.txz:  Upgraded.
d/cmake-3.29.4-x86_64-1.txz:  Upgraded.
l/poppler-24.06.0-x86_64-1.txz:  Upgraded.
l/protobuf-27.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/python-zipp-3.19.2-x86_64-1.txz:  Upgraded.
l/qt6-6.7.1_20240516_6977d02f-x86_64-2.txz:  Rebuilt.
  Recompiled against protobuf-27.0.
n/ca-certificates-20240604-noarch-1.txz:  Upgraded.
  This update provides the latest CA certificates to check for the
  authenticity of SSL connections.
n/mosh-1.4.0-x86_64-2.txz:  Rebuilt.
  Recompiled against protobuf-27.0.
n/openssl-3.3.1-x86_64-1.txz:  Upgraded.
  This update fixes bugs and one low severity security issue:
  Calling the OpenSSL API function SSL_free_buffers may cause memory to be
  accessed that was previously freed in some situations. Our investigations
  indicate that this function is rarely used by applications.
  For more information, see:
    https://www.openssl.org/news/secadv/20240528.txt
    https://www.cve.org/CVERecord?id=CVE-2024-4741
  (* Security fix *)
2024-06-05 23:01:12 +02:00
..
a Mon Jun 3 19:49:25 UTC 2024 2024-06-03 22:29:38 +02:00
ap Mon May 20 18:42:49 UTC 2024 2024-05-20 21:38:42 +02:00
d Wed Jun 5 19:06:36 UTC 2024 2024-06-05 23:01:12 +02:00
e Sun May 26 00:07:39 UTC 2024 2024-05-26 02:44:46 +02:00
f
installer Tue May 28 18:08:19 UTC 2024 2024-05-28 21:36:00 +02:00
k Thu May 30 18:38:13 UTC 2024 2024-05-30 21:37:02 +02:00
kde Mon Jun 3 19:49:25 UTC 2024 2024-06-03 22:29:38 +02:00
l Wed Jun 5 19:06:36 UTC 2024 2024-06-05 23:01:12 +02:00
n Wed Jun 5 19:06:36 UTC 2024 2024-06-05 23:01:12 +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 Sat Jun 1 19:52:37 UTC 2024 2024-06-01 22:44:21 +02:00
xap Wed Jun 5 19:06:36 UTC 2024 2024-06-05 23:01:12 +02:00
xfce Wed Apr 17 20:35:48 UTC 2024 2024-04-17 23:41:21 +02:00
y Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02: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