slackware-current/source
Patrick J Volkerding ef8da05487 Fri Mar 26 03:07:35 UTC 2021
a/btrfs-progs-5.11.1-x86_64-1.txz:  Upgraded.
a/dialog-1.3_20210324-x86_64-1.txz:  Upgraded.
a/kernel-generic-5.10.26-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.10.26-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.10.26-x86_64-1.txz:  Upgraded.
a/openssl-solibs-1.1.1k-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.10.26-x86-1.txz:  Upgraded.
d/rust-1.51.0-x86_64-1.txz:  Upgraded.
e/emacs-27.2-x86_64-1.txz:  Upgraded.
k/kernel-source-5.10.26-noarch-1.txz:  Upgraded.
  -ADI_AXI_ADC m
   AD9467 m -> n
   FONT_TER16x32 n -> y
n/openssl-1.1.1k-x86_64-1.txz:  Upgraded.
  This update fixes security issues:
  Fixed a problem with verifying a certificate chain when using the
  X509_V_FLAG_X509_STRICT flag.
  Fixed an issue where an OpenSSL TLS server may crash if sent a maliciously
  crafted renegotiation ClientHello message from a client.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3450
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449
  (* Security fix *)
n/samba-4.14.2-x86_64-1.txz:  Upgraded.
  This is a security release in order to address the following defects:
  Heap corruption via crafted DN strings.
  Out of bounds read in AD DC LDAP server.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27840
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20277
  (* Security fix *)
x/mesa-21.0.1-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
testing/packages/linux-5.11.x/kernel-generic-5.11.10-x86_64-1.txz:  Upgraded.
testing/packages/linux-5.11.x/kernel-headers-5.11.10-x86-1.txz:  Upgraded.
testing/packages/linux-5.11.x/kernel-huge-5.11.10-x86_64-1.txz:  Upgraded.
testing/packages/linux-5.11.x/kernel-modules-5.11.10-x86_64-1.txz:  Upgraded.
testing/packages/linux-5.11.x/kernel-source-5.11.10-noarch-1.txz:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2021-03-26 08:59:54 +01:00
..
a Fri Mar 26 03:07:35 UTC 2021 2021-03-26 08:59:54 +01:00
ap Wed Mar 24 04:29:15 UTC 2021 2021-03-24 08:59:54 +01:00
d Fri Mar 26 03:07:35 UTC 2021 2021-03-26 08:59:54 +01:00
e Fri Mar 26 03:07:35 UTC 2021 2021-03-26 08:59:54 +01:00
f
installer Wed Mar 10 01:30:34 UTC 2021 2021-03-10 08:59:55 +01:00
k Fri Mar 26 03:07:35 UTC 2021 2021-03-26 08:59:54 +01:00
kde Wed Mar 24 04:29:15 UTC 2021 2021-03-24 08:59:54 +01:00
l Thu Mar 25 01:29:36 UTC 2021 2021-03-25 08:59:54 +01:00
n Fri Mar 26 03:07:35 UTC 2021 2021-03-26 08:59:54 +01:00
t Mon Feb 15 19:23:44 UTC 2021 2021-02-16 08:59:54 +01:00
tcl Mon Feb 15 19:23:44 UTC 2021 2021-02-16 08:59:54 +01:00
x Wed Mar 24 04:29:15 UTC 2021 2021-03-24 08:59:54 +01:00
xap Thu Mar 25 01:29:36 UTC 2021 2021-03-25 08:59:54 +01:00
xfce Mon Mar 22 00:41:10 UTC 2021 2021-03-22 08:59:53 +01: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

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