slackware-current/source
Patrick J Volkerding 2ab30d1fd9 Wed Apr 27 21:43:51 UTC 2022
a/kernel-generic-5.17.5-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.17.5-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.17.5-x86_64-1.txz:  Upgraded.
a/sysvinit-3.04-x86_64-1.txz:  Upgraded.
ap/sqlite-3.38.3-x86_64-1.txz:  Upgraded.
d/gcc-11.3.0-x86_64-1.txz:  Upgraded.
d/gcc-brig-11.3.0-x86_64-1.txz:  Upgraded.
d/gcc-g++-11.3.0-x86_64-1.txz:  Upgraded.
d/gcc-gdc-11.3.0-x86_64-1.txz:  Upgraded.
d/gcc-gfortran-11.3.0-x86_64-1.txz:  Upgraded.
d/gcc-gnat-11.3.0-x86_64-1.txz:  Upgraded.
d/gcc-go-11.3.0-x86_64-1.txz:  Upgraded.
d/gcc-objc-11.3.0-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.17.5-x86-1.txz:  Upgraded.
d/libtool-2.4.7-x86_64-1.txz:  Upgraded.
  This also updates the embedded GCC version number.
k/kernel-source-5.17.5-noarch-1.txz:  Upgraded.
   CC_VERSION_TEXT "gcc (GCC) 11.2.0" -> "gcc (GCC) 11.3.0"
   GCC_VERSION 110200 -> 110300
  +CC_HAS_SLS y
  +SLS y
kde/krita-5.0.6-x86_64-1.txz:  Upgraded.
l/netpbm-10.98.02-x86_64-1.txz:  Upgraded.
l/nodejs-16.15.0-x86_64-1.txz:  Upgraded.
n/curl-7.83.0-x86_64-1.txz:  Upgraded.
  This update fixes security issues:
  OAUTH2 bearer bypass in connection re-use.
  Credential leak on redirect.
  Bad local IPv6 connection reuse.
  Auth/cookie leak on redirect.
  For more information, see:
    https://curl.se/docs/CVE-2022-22576.html
    https://curl.se/docs/CVE-2022-27774.html
    https://curl.se/docs/CVE-2022-27775.html
    https://curl.se/docs/CVE-2022-27776.html
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776
  (* Security fix *)
n/fetchmail-6.4.30-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2022-04-28 08:59:37 +02:00
..
a Tue Apr 26 19:45:46 UTC 2022 2022-04-27 06:59:51 +02:00
ap Wed Apr 27 21:43:51 UTC 2022 2022-04-28 08:59:37 +02:00
d Wed Apr 27 21:43:51 UTC 2022 2022-04-28 08:59:37 +02:00
e Tue Apr 5 19:16:30 UTC 2022 2022-04-06 06:59:43 +02:00
f
installer Fri Feb 11 20:36:58 UTC 2022 2022-02-12 00:39:50 +01:00
k Wed Apr 27 21:43:51 UTC 2022 2022-04-28 08:59:37 +02:00
kde Wed Apr 27 21:43:51 UTC 2022 2022-04-28 08:59:37 +02:00
l Wed Apr 27 21:43:51 UTC 2022 2022-04-28 08:59:37 +02:00
n Wed Apr 27 21:43:51 UTC 2022 2022-04-28 08:59:37 +02:00
t Mon Apr 11 20:49:27 UTC 2022 2022-04-12 06:59:46 +02:00
tcl Thu Feb 10 01:46:55 UTC 2022 2022-02-10 08:07:49 +01:00
x Mon Apr 11 20:49:27 UTC 2022 2022-04-12 06:59:46 +02:00
xap Tue Apr 26 19:45:46 UTC 2022 2022-04-27 06:59:51 +02:00
xfce Fri Apr 22 21:20:18 UTC 2022 2022-04-23 06:59:44 +02:00
y Thu Feb 10 01:46:55 UTC 2022 2022-02-10 08:07:49 +01:00
buildlist-from-changelog.sh
make_world.sh
README.TXT Wed Feb 2 08:21:48 UTC 2022 2022-02-02 11:59:53 +01: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, and ^ and $ mark the beginning and end of the pattern to match:

fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/*
/var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp

From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package.
The source will be found in a corresponding subdirectory. In this case, that
would be ./a/coreutils/.

All of these packages have scripts that extract, patch, and compile the source
automatically. These are the 'SlackBuild' scripts.

Have fun!

---
Patrick J. Volkerding
volkerdi@slackware.com