1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-15 15:41:54 +01:00
slackware-current/source
Patrick J Volkerding 0959f2bb54 Sat Jun 13 20:40:31 UTC 2020
a/pam-1.4.0-x86_64-1.txz:  Upgraded.
  IMPORTANT NOTE: This update removes the pam_cracklib and pam_tally2 modules.
  None of our current configuration files in /etc/pam.d/ use either of those,
  but if the configuration files on your machine do you'll need to comment out
  or remove those lines, otherwise you may experience login failures.
a/shadow-4.8.1-x86_64-9.txz:  Rebuilt.
  /etc/pam.d/system-auth: prefix lines that call pam_gnome_keyring.so with '-'
  to avoid spamming the logs about failures.
a/sysvinit-scripts-2.1-noarch-32.txz:  Rebuilt.
  rc.S: create /var/run/faillock directory for pam_faillock(8).
a/util-linux-2.35.2-x86_64-2.txz:  Rebuilt.
  /etc/pam.d/login: change the example for locking an account for too many
  failed login attempts to use pam_faillock instead of pam_tally2.
l/imagemagick-7.0.10_19-x86_64-1.txz:  Upgraded.
l/libzip-1.7.1-x86_64-1.txz:  Upgraded.
n/openssh-8.3p1-x86_64-2.txz:  Rebuilt.
  /etc/pam.d/sshd: change the example for locking an account for too many
  failed login attempts to use pam_faillock instead of pam_tally2.
2020-06-14 08:59:53 +02:00
..
a Sat Jun 13 20:40:31 UTC 2020 2020-06-14 08:59:53 +02:00
ap Thu Jun 11 21:17:43 UTC 2020 2020-06-12 08:59:53 +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 Sat Jun 13 20:40:31 UTC 2020 2020-06-14 08:59:53 +02:00
n Sat Jun 13 20:40:31 UTC 2020 2020-06-14 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 8 19:35:33 UTC 2020 2020-06-08 23:59:54 +02:00
xap Mon Jun 8 19:35:33 UTC 2020 2020-06-08 23:59:54 +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