slackware-current/source
Patrick J Volkerding 64f0e3cefb Wed Oct 13 20:16:22 UTC 2021
a/kernel-generic-5.14.12-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.14.12-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.14.12-x86_64-1.txz:  Upgraded.
d/git-2.33.1-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.14.12-x86-1.txz:  Upgraded.
k/kernel-source-5.14.12-noarch-1.txz:  Upgraded.
kde/kig-21.08.2-x86_64-2.txz:  Rebuilt.
  Recompiled against libboost_python310.so.1.77.0.
l/freecell-solver-6.6.0-x86_64-1.txz:  Upgraded.
l/imagemagick-7.1.0_10-x86_64-1.txz:  Upgraded.
l/libqalculate-3.21.0-x86_64-1.txz:  Upgraded.
l/python-cffi-1.15.0-x86_64-1.txz:  Upgraded.
l/python-idna-3.3-x86_64-1.txz:  Upgraded.
l/python-pysol_cards-0.12.0-x86_64-1.txz:  Upgraded.
xap/xscreensaver-6.02-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2021-10-14 09:03:46 +02:00
..
a Tue Oct 12 19:22:20 UTC 2021 2021-10-13 08:59:43 +02:00
ap Sun Oct 10 22:20:01 UTC 2021 2021-10-11 08:59:46 +02:00
d Tue Oct 12 19:22:20 UTC 2021 2021-10-13 08:59:43 +02:00
e Fri Mar 26 03:07:35 UTC 2021 2021-03-26 08:59:54 +01:00
f
installer Mon Oct 11 23:45:10 UTC 2021 2021-10-12 08:59:59 +02:00
k Wed Oct 13 20:16:22 UTC 2021 2021-10-14 09:03:46 +02:00
kde Wed Oct 13 20:16:22 UTC 2021 2021-10-14 09:03:46 +02:00
l Wed Oct 13 20:16:22 UTC 2021 2021-10-14 09:03:46 +02:00
n Sun Oct 10 22:20:01 UTC 2021 2021-10-11 08:59:46 +02:00
t Sun Oct 10 22:20:01 UTC 2021 2021-10-11 08:59:46 +02:00
tcl Tue Apr 6 22:01:59 UTC 2021 2021-04-07 08:59:49 +02:00
x Sun Oct 10 00:11:13 UTC 2021 2021-10-10 08:59:57 +02:00
xap Mon Oct 11 23:45:10 UTC 2021 2021-10-12 08:59:59 +02:00
xfce Tue Oct 12 19:22:20 UTC 2021 2021-10-13 08:59:43 +02:00
y
buildlist-from-changelog.sh Fri Oct 8 03:23:28 UTC 2021 2021-10-08 08:59:45 +02:00
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:

fuzzy:~# grep bin/cp /var/log/packages/*
/var/log/packages/cpio-2.4.2.91-i386-1:bin/cpio
/var/log/packages/fileutils-4.1-i386-2:bin/cp
/var/log/packages/gcc-2.95.3-i386-2:usr/bin/cpp
/var/log/packages/gnome-applets-1.4.0.5-i386-1:usr/bin/cpumemusage_applet


From this, you can see that 'cp' came from the fileutils-4.1-i386-2 package.
The source will be found in a corresponding subdirectory.  In this case, that
would be ./a/bin.   Don't be fooled into thinking that the _bin.tar.gz in this
directory is the package with the source code -- anything starting with '_' is
just a framework package full of empty files with the correct permissions and 
ownerships for the completed package to use.

Many of these packages now have scripts that untar, patch, and compile the
source automatically.  These are the 'SlackBuild' scripts.  Moving back to the
example above, you can figure out which package the bin/cp source came from by
examining the SlackBuild script.

Have fun!

---
Patrick J. Volkerding
volkerdi@slackware.com