slackware-current/source
Patrick J Volkerding 5f74398bf9 Thu Nov 11 20:36:12 UTC 2021
a/sdparm-1.12-x86_64-2.txz:  Rebuilt.
  Recompiled against sg3_utils-1.47.
a/sysvinit-scripts-15.0-noarch-6.txz:  Rebuilt.
  rc.{6,S,M}: merged changes for compatibility with LXC containers.
a/udisks-1.0.5-x86_64-10.txz:  Rebuilt.
  Recompiled against sg3_utils-1.47.
ap/lxc-4.0.11-x86_64-1.txz:  Upgraded.
  Requires libseccomp-2.5.3.
  No more local versions of rc.{6,S,M,inet1}: the regular versions work now.
l/elfutils-0.186-x86_64-1.txz:  Upgraded.
l/libgpod-0.8.3-x86_64-11.txz:  Rebuilt.
  Recompiled against sg3_utils-1.47.
l/libseccomp-2.5.3-x86_64-1.txz:  Added.
  This is needed by lxc-4.0.11. Thanks to Willy Sudiarto Raharjo.
l/sg3_utils-1.47-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
n/network-scripts-15.0-noarch-17.txz:  Rebuilt.
  Merged changes in rc.inet1 to make it compatible with LXC containers.
  Patched netconfig to ensure the proper permissions on rc.networkmanager
  when NetworkManager is not chosen.
x/ibus-1.5.25-x86_64-4.txz:  Rebuilt.
  [PATCH] client/gtk2/ibusimcontext: Fix wrong cursor location in gtk3 apps.
  Thanks to Lockywolf.
2021-11-12 08:59:57 +01:00
..
a Thu Nov 11 20:36:12 UTC 2021 2021-11-12 08:59:57 +01:00
ap Thu Nov 11 20:36:12 UTC 2021 2021-11-12 08:59:57 +01:00
d Wed Nov 10 20:32:37 UTC 2021 2021-11-11 08:59:57 +01:00
e Fri Mar 26 03:07:35 UTC 2021 2021-03-26 08:59:54 +01:00
f
installer Tue Nov 9 20:22:27 UTC 2021 2021-11-10 17:59:56 +01:00
k Sat Nov 6 20:24:12 UTC 2021 2021-11-07 03:00:02 +01:00
kde Tue Nov 9 20:22:27 UTC 2021 2021-11-10 17:59:56 +01:00
l Thu Nov 11 20:36:12 UTC 2021 2021-11-12 08:59:57 +01:00
n Thu Nov 11 20:36:12 UTC 2021 2021-11-12 08:59:57 +01:00
t Sun Oct 10 22:20:01 UTC 2021 2021-10-11 08:59:46 +02:00
tcl Sat Nov 6 20:24:12 UTC 2021 2021-11-07 03:00:02 +01:00
x Thu Nov 11 20:36:12 UTC 2021 2021-11-12 08:59:57 +01:00
xap Sat Nov 6 20:24:12 UTC 2021 2021-11-07 03:00:02 +01:00
xfce Tue Oct 12 19:22:20 UTC 2021 2021-10-13 08:59:43 +02:00
y Mon Feb 15 19:23:44 UTC 2021 2021-02-16 08:59:54 +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 Mon Feb 15 19:23:44 UTC 2021 2021-02-16 08:59:54 +01:00
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