slackware-current/source
Patrick J Volkerding 8f7b6e56d5 Mon Sep 13 18:04:35 UTC 2021
a/btrfs-progs-5.14-x86_64-1.txz:  Upgraded.
a/kernel-firmware-20210912_7160358-noarch-1.txz:  Upgraded.
a/kernel-generic-5.14.3-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.14.3-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.14.3-x86_64-1.txz:  Upgraded.
ap/vim-8.2.3435-x86_64-1.txz:  Upgraded.
d/bison-3.8.1-x86_64-1.txz:  Upgraded.
d/ccache-4.4.1-x86_64-1.txz:  Upgraded.
d/gdb-11.1-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.14.3-x86-1.txz:  Upgraded.
k/kernel-source-5.14.3-noarch-1.txz:  Upgraded.
kde/latte-dock-0.10.2-x86_64-1.txz:  Upgraded.
l/gd-2.3.3-x86_64-1.txz:  Upgraded.
l/imagemagick-7.1.0_7-x86_64-1.txz:  Upgraded.
l/libedit-20210910_3.1-x86_64-1.txz:  Upgraded.
l/libexif-0.6.23-x86_64-1.txz:  Upgraded.
l/pango-1.48.10-x86_64-1.txz:  Upgraded.
n/NetworkManager-1.32.10-x86_64-2.txz:  Rebuilt.
  00-dhcp-client.conf: Add the --noconfigure option to dhcpcd, or else the
  network won't return after suspend/resume. Thanks to marav.
n/ethtool-5.14-x86_64-1.txz:  Upgraded.
n/mutt-2.1.3-x86_64-1.txz:  Upgraded.
n/wget2-2.0.0-x86_64-1.txz:  Added.
xap/vim-gvim-8.2.3435-x86_64-1.txz:  Upgraded.
xfce/thunar-4.16.9-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2021-09-14 09:03:52 +02:00
..
a Fri Sep 10 18:58:52 UTC 2021 2021-09-11 08:59:54 +02:00
ap Wed Sep 8 18:07:38 UTC 2021 2021-09-09 09:04:32 +02:00
d Thu Sep 9 18:51:50 UTC 2021 2021-09-10 09:03:35 +02:00
e
f
installer Fri Sep 3 18:51:49 UTC 2021 2021-09-04 00:00:02 +02:00
k Mon Sep 13 18:04:35 UTC 2021 2021-09-14 09:03:52 +02:00
kde Fri Sep 3 18:51:49 UTC 2021 2021-09-04 00:00:02 +02:00
l Mon Sep 13 18:04:35 UTC 2021 2021-09-14 09:03:52 +02:00
n Mon Sep 13 18:04:35 UTC 2021 2021-09-14 09:03:52 +02:00
t Tue Jul 6 20:44:20 UTC 2021 2021-07-07 08:59:52 +02:00
tcl
x Sun Aug 22 18:53:28 UTC 2021 2021-08-23 08:59:47 +02:00
xap Fri Sep 10 18:58:52 UTC 2021 2021-09-11 08:59:54 +02:00
xfce Mon Sep 13 18:04:35 UTC 2021 2021-09-14 09:03:52 +02:00
y
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:

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