slackware-current/source
Patrick J Volkerding 823b6649c1 Tue May 12 23:49:47 UTC 2020
ap/mariadb-10.4.13-x86_64-1.txz:  Upgraded.
  This update fixes potential denial-of-service vulnerabilities.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2752
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2812
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2814
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2760
  (* Security fix *)
ap/sudo-1.9.0-x86_64-1.txz:  Upgraded.
l/harfbuzz-2.6.6-x86_64-1.txz:  Upgraded.
l/tidy-html5-5.6.0-x86_64-1.txz:  Added.
n/epic5-2.1.2-x86_64-1.txz:  Upgraded.
n/php-7.4.6-x86_64-1.txz:  Upgraded.
  Built using --with-tidy=shared. Thanks to Thom1b.
  This update fixes bugs and security issues:
  Core: Long variables cause OOM and temp files are not cleaned.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11048
  (* Security fix *)
x/libmypaint-1.6.1-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
xap/gimp-2.10.18-x86_64-2.txz:  Rebuilt.
  Recompiled against libmypaint-1.6.1.
testing/packages/PAM/mariadb-10.4.13-x86_64-1_pam.txz:  Upgraded.
  This update fixes potential denial-of-service vulnerabilities.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2752
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2812
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2814
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2760
  (* Security fix *)
testing/packages/PAM/sudo-1.9.0-x86_64-1_pam.txz:  Upgraded.
2020-05-13 08:59:54 +02:00
..
a Sat May 9 20:49:43 UTC 2020 2020-05-10 08:59:54 +02:00
ap Tue May 12 23:49:47 UTC 2020 2020-05-13 08:59:54 +02:00
d Sun May 10 23:34:28 UTC 2020 2020-05-11 08:59:53 +02:00
e Wed Mar 11 19:54:51 UTC 2020 2020-03-12 08:59:49 +01:00
f
installer Sat May 9 20:49:43 UTC 2020 2020-05-10 08:59:54 +02:00
k Sun May 10 23:34:28 UTC 2020 2020-05-11 08:59:53 +02:00
kde Sat May 9 20:49:43 UTC 2020 2020-05-10 08:59:54 +02:00
kdei
l Tue May 12 23:49:47 UTC 2020 2020-05-13 08:59:54 +02:00
n Tue May 12 23:49:47 UTC 2020 2020-05-13 08:59:54 +02:00
t
tcl Sat May 9 20:49:43 UTC 2020 2020-05-10 08:59:54 +02:00
x Fri May 1 18:05:38 UTC 2020 2020-05-02 08:59:53 +02:00
xap Tue May 12 23:49:47 UTC 2020 2020-05-13 08:59:54 +02:00
xfce Wed Mar 25 22:53:06 UTC 2020 2020-03-26 08:59:49 +01:00
y
buildlist-from-changelog.sh Thu Feb 20 04:50:54 UTC 2020 2020-02-20 17:59:49 +01:00
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