1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-27 07:59:56 +01:00
slackware-current/source
Patrick J Volkerding 9c5b3c5ded Tue Jun 16 20:50:41 UTC 2020
a/shadow-4.8.1-x86_64-10.txz:  Rebuilt.
  system-auth: auth required pam_unix.so [...], otherwise the stack exits
  before pam_gnome_keyring.so executes. Thanks to pyllyukko.
  Get rid of "auth required pam_deny.so" which seems like a mistake.
  Still pending: consider GazL's comments on moving stuff out of system-auth.
a/upower-0.9.23-x86_64-5.txz:  Rebuilt.
  Recompiled against libimobiledevice-20200615_4791a82 and libplist-2.2.0.
  The renaming mess initiated by libplist required a rebuild on this one to
  keep things consistent for now, but don't worry - we aren't going to be
  sticking to this version for long or anything.
ap/hplip-3.20.6-x86_64-1.txz:  Upgraded.
ap/usbmuxd-20200615_3daa1e9-x86_64-1.txz:  Upgraded.
  Compiled against libimobiledevice-20200615_4791a82 and libplist-2.2.0.
d/bison-3.6.4-x86_64-1.txz:  Upgraded.
d/meson-0.54.3-x86_64-1.txz:  Upgraded.
d/python-setuptools-47.3.0-x86_64-1.txz:  Upgraded.
l/ffmpeg-4.3-x86_64-1.txz:  Upgraded.
l/gvfs-1.44.1-x86_64-2.txz:  Rebuilt.
  Recompiled against libimobiledevice-20200615_4791a82 and libplist-2.2.0.
l/libgpod-0.8.3-x86_64-7.txz:  Rebuilt.
  Recompiled against libimobiledevice-20200615_4791a82 and libplist-2.2.0.
l/libimobiledevice-20200615_4791a82-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/libplist-2.2.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/libusbmuxd-20200615_c7d7d1a-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
n/fetchmail-6.4.8-x86_64-1.txz:  Upgraded.
n/nftables-0.9.6-x86_64-1.txz:  Upgraded.
extra/pure-alsa-system/ffmpeg-4.3-x86_64-1_alsa.txz:  Upgraded.
2020-06-17 02:59:54 +02:00
..
a Tue Jun 16 20:50:41 UTC 2020 2020-06-17 02:59:54 +02:00
ap Tue Jun 16 20:50:41 UTC 2020 2020-06-17 02:59:54 +02:00
d Thu Jun 11 21:17:43 UTC 2020 2020-06-12 08:59:53 +02:00
e Wed Mar 11 19:54:51 UTC 2020 2020-03-12 08:59:49 +01:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Sun Jun 7 23:31:27 UTC 2020 2020-06-08 08:59:54 +02:00
k Thu Jun 11 21:17:43 UTC 2020 2020-06-12 08:59:53 +02:00
kde Fri May 22 04:29:34 UTC 2020 2020-05-22 17:59:50 +02:00
kdei Mon Sep 30 21:08:32 UTC 2019 2019-10-01 08:59:50 +02:00
l Tue Jun 16 20:50:41 UTC 2020 2020-06-17 02:59:54 +02:00
n Mon Jun 15 18:45:08 UTC 2020 2020-06-16 08:59:53 +02:00
t Mon May 18 19:17:21 UTC 2020 2020-05-18 23:25:14 +02:00
tcl Sat May 9 20:49:43 UTC 2020 2020-05-10 08:59:54 +02:00
x Mon Jun 15 18:45:08 UTC 2020 2020-06-16 08:59:53 +02:00
xap Sun Jun 14 19:29:20 UTC 2020 2020-06-15 08:59:52 +02:00
xfce Sun May 24 18:35:29 UTC 2020 2020-05-25 08:59:53 +02:00
y Sun Feb 17 23:44:53 UTC 2019 2019-02-18 08:59:47 +01:00
buildlist-from-changelog.sh Thu Feb 20 04:50:54 UTC 2020 2020-02-20 17:59:49 +01:00
make_world.sh Thu Nov 22 05:56:56 UTC 2018 2018-11-22 17:59:46 +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