slackware-current/source
Patrick J Volkerding 3a02a31f29 Thu Dec 12 21:14:01 UTC 2024
a/aaa_libraries-15.1-x86_64-35.txz:  Rebuilt.
  Upgraded: libcap.so.2.73, libgpg-error.so.0.38.0, libcares.so.2.19.2,
  libexpat.so.1.10.0, libglib-2.0.so.0.8200.4, libgmodule-2.0.so.0.8200.4,
  libgobject-2.0.so.0.8200.4, libgthread-2.0.so.0.8200.4, libltdl.so.7.3.3.
  Added (temporarily): libboost_*.so.1.86.0
a/mkinitrd-1.4.11-x86_64-56.txz:  Rebuilt.
  setup.01.mkinitrd: if there's no KERNEL variable or $1 from the command line,
  then fall back to the newest kernel like the documentation states.
  Thanks to Mechanikx.
d/re2c-4.0.2-x86_64-1.txz:  Upgraded.
kde/kig-23.08.5-x86_64-7.txz:  Rebuilt.
  Recompiled against boost-1.87.0.
kde/kopeninghours-23.08.5-x86_64-7.txz:  Rebuilt.
  Recompiled against boost-1.87.0.
l/PyQt5_sip-12.16.1-x86_64-1.txz:  Upgraded.
l/boost-1.87.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/cryfs-0.10.3-x86_64-14.txz:  Rebuilt.
  Patched bundled versioneer.py for Python 3.12. Thanks to shipujin.
  Recompiled against boost-1.87.0.
l/espeak-ng-1.52.0-x86_64-1.txz:  Upgraded.
l/glib2-2.82.4-x86_64-1.txz:  Upgraded.
l/sip-6.9.1-x86_64-1.txz:  Upgraded.
n/bind-9.20.4-x86_64-1.txz:  Upgraded.
n/proftpd-1.3.8c-x86_64-1.txz:  Upgraded.
x/fcitx5-chinese-addons-5.1.7-x86_64-2.txz:  Rebuilt.
  Recompiled against boost-1.87.0.
x/libime-1.1.9-x86_64-2.txz:  Rebuilt.
  Recompiled against boost-1.87.0.
2024-12-12 23:05:40 +01:00
..
a Thu Dec 12 21:14:01 UTC 2024 2024-12-12 23:05:40 +01:00
ap Sat Nov 30 20:51:05 UTC 2024 2024-11-30 22:42:36 +01:00
d Mon Dec 9 22:25:16 UTC 2024 2024-12-10 00:53:24 +01: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 Fri Dec 6 22:22:58 UTC 2024 2024-12-07 00:44:23 +01:00
k Mon Dec 9 22:25:16 UTC 2024 2024-12-10 00:53:24 +01:00
kde Thu Dec 12 21:14:01 UTC 2024 2024-12-12 23:05:40 +01:00
l Thu Dec 12 21:14:01 UTC 2024 2024-12-12 23:05:40 +01:00
n Thu Dec 12 21:14:01 UTC 2024 2024-12-12 23:05:40 +01:00
t Thu Nov 28 00:18:02 UTC 2024 2024-11-28 02:04:23 +01:00
tcl Thu Dec 5 22:00:02 UTC 2024 2024-12-05 23:45:17 +01:00
x Thu Dec 12 21:14:01 UTC 2024 2024-12-12 23:05:40 +01:00
xap Thu Dec 12 21:14:01 UTC 2024 2024-12-12 23:05:40 +01:00
xfce Fri Dec 6 22:22:58 UTC 2024 2024-12-07 00:44:23 +01:00
y Tue Dec 3 04:33:44 UTC 2024 2024-12-03 06:33:18 +01: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