slackware-current/source
Patrick J Volkerding e89deabfb2 Wed May 5 19:56:53 UTC 2021
a/bash-5.1.008-x86_64-1.txz:  Upgraded.
d/python-setuptools-56.1.0-x86_64-1.txz:  Upgraded.
l/libgnt-2.14.1-x86_64-1.txz:  Added.
  Thanks to Robby Workman.
l/mozjs78-78.10.1esr-x86_64-1.txz:  Upgraded.
l/python-six-1.16.0-x86_64-1.txz:  Upgraded.
l/readline-8.1.001-x86_64-1.txz:  Upgraded.
n/mutt-2.0.7-x86_64-1.txz:  Upgraded.
n/php-7.4.19-x86_64-1.txz:  Upgraded.
xap/mozilla-firefox-88.0.1-x86_64-1.txz:  Upgraded.
  This release contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/88.0.1/releasenotes/
    https://www.mozilla.org/security/advisories/mfsa2021-20/
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29953
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29952
  (* Security fix *)
xap/mozilla-thunderbird-78.10.1-x86_64-1.txz:  Upgraded.
  This release contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/78.10.1/releasenotes/
    https://www.mozilla.org/en-US/security/advisories/mfsa2021-19/
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29951
  (* Security fix *)
xap/pidgin-2.14.4-x86_64-2.txz:  Rebuilt.
  Recompiled against libgnt-2.14.1 to restore the finch cli app.
  Thanks to Robby Workman.
xfce/xfce4-clipman-plugin-1.6.2-x86_64-1.txz:  Upgraded.
extra/php8/php8-8.0.6-x86_64-1.txz:  Upgraded.
2021-05-06 08:59:52 +02:00
..
a Wed May 5 19:56:53 UTC 2021 2021-05-06 08:59:52 +02:00
ap Mon May 3 19:58:20 UTC 2021 2021-05-03 23:59:55 +02:00
d Thu Apr 29 01:37:15 UTC 2021 2021-04-29 09:00:04 +02:00
e
f
installer Fri Apr 30 18:09:21 UTC 2021 2021-05-01 08:59:57 +02:00
k Sun May 2 19:41:57 UTC 2021 2021-05-03 08:59:52 +02:00
kde Tue May 4 18:56:00 UTC 2021 2021-05-05 08:59:55 +02:00
l Wed May 5 19:56:53 UTC 2021 2021-05-06 08:59:52 +02:00
n Wed May 5 19:56:53 UTC 2021 2021-05-06 08:59:52 +02:00
t Mon Apr 19 21:40:04 UTC 2021 2021-04-20 02:59:55 +02:00
tcl Tue Apr 6 22:01:59 UTC 2021 2021-04-07 08:59:49 +02:00
x Tue May 4 18:56:00 UTC 2021 2021-05-05 08:59:55 +02:00
xap Wed May 5 19:56:53 UTC 2021 2021-05-06 08:59:52 +02:00
xfce Wed May 5 19:56:53 UTC 2021 2021-05-06 08:59: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