slackware-current/source
Patrick J Volkerding b3fe11ea2c Tue Apr 20 19:44:02 UTC 2021
ap/slackpkg-15.0.2-noarch-1.txz:  Upgraded.
  Fix break error messages (dive)
  Remove now pointless if/then/else (dive)
  Safer config sourcing (dive)
  files/slackpkg: replace #!/bin/sh with #!/bin/bash (Eugen Wissner)
  Don't create blacklist when running update (dive)
  Add show-changelog & help to non-root commands (dive)
  Improve search blacklisting (dive)
  Fix package duplicate bug (PiterPunk)
  Thanks to Robby Workman.
ap/sqlite-3.35.5-x86_64-1.txz:  Upgraded.
kde/kwin-5.21.4-x86_64-2.txz:  Rebuilt.
  Delay closing Wayland streams. Thanks to LuckyCyborg.
kde/okteta-0.26.6-x86_64-1.txz:  Upgraded.
l/libtiff-4.3.0-x86_64-1.txz:  Upgraded.
n/libgcrypt-1.9.3-x86_64-1.txz:  Upgraded.
n/samba-4.14.3-x86_64-1.txz:  Upgraded.
x/xorg-cf-files-1.0.6-x86_64-6.txz:  Rebuilt.
  Patched to fix an incompatibility introduced by binutils-2.36.
  Thanks to BenCollver.
xap/seamonkey-2.53.7.1-x86_64-1.txz:  Upgraded.
  This update contains security fixes and improvements.
  For more information, see:
    https://www.seamonkey-project.org/releases/seamonkey2.53.7.1
  (* Security fix *)
2021-04-21 08:59:55 +02:00
..
a Mon Apr 19 21:40:04 UTC 2021 2021-04-20 02:59:55 +02:00
ap Tue Apr 20 19:44:02 UTC 2021 2021-04-21 08:59:55 +02:00
d Mon Apr 19 21:40:04 UTC 2021 2021-04-20 02:59:55 +02:00
e Fri Mar 26 03:07:35 UTC 2021 2021-03-26 08:59:54 +01:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Tue Apr 20 19:44:02 UTC 2021 2021-04-21 08:59:55 +02:00
k Fri Apr 16 23:29:36 UTC 2021 2021-04-17 08:59:50 +02:00
kde Tue Apr 20 19:44:02 UTC 2021 2021-04-21 08:59:55 +02:00
l Tue Apr 20 19:44:02 UTC 2021 2021-04-21 08:59:55 +02:00
n Tue Apr 20 19:44:02 UTC 2021 2021-04-21 08:59:55 +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 Apr 20 19:44:02 UTC 2021 2021-04-21 08:59:55 +02:00
xap Mon Apr 19 21:40:04 UTC 2021 2021-04-20 02:59:55 +02:00
xfce Mon Apr 12 20:07:12 UTC 2021 2021-04-13 08:59:54 +02:00
y Mon Feb 15 19:23:44 UTC 2021 2021-02-16 08:59:54 +01:00
buildlist-from-changelog.sh Tue Mar 2 21:24:57 UTC 2021 2021-03-03 08:59:53 +01:00
make_world.sh Mon Feb 15 19:23:44 UTC 2021 2021-02-16 08:59:54 +01:00
README.TXT Slackware 14.0 2018-05-31 22:51:55 +02: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:

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