slackware-current/source
Patrick J Volkerding 72065739ec Wed Feb 28 18:36:48 UTC 2024
d/parallel-20240222-noarch-1.txz:  Upgraded.
kde/krita-5.2.2-x86_64-4.txz:  Rebuilt.
  Recompiled against libunibreak-6.0.
l/accountsservice-23.13.9-x86_64-1.txz:  Upgraded.
  Thanks to reddog83.
l/libass-0.17.1-x86_64-2.txz:  Rebuilt.
  Recompiled against libunibreak-6.0.
l/libunibreak-6.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/orc-0.4.38-x86_64-1.txz:  Upgraded.
l/python-requests-2.31.0-x86_64-1.txz:  Upgraded.
l/python-urllib3-2.2.1-x86_64-1.txz:  Upgraded.
l/qt6-6.6.2_20240210_15b7e743-x86_64-1.txz:  Added.
n/wpa_supplicant-2.10-x86_64-3.txz:  Rebuilt.
  Patched the implementation of PEAP in wpa_supplicant to prevent an
  authentication bypass. For a successful attack, wpa_supplicant must be
  configured to not verify the network's TLS certificate during Phase 1
  authentication, and an eap_peap_decrypt vulnerability can then be abused
  to skip Phase 2 authentication. The attack vector is sending an EAP-TLV
  Success packet instead of starting Phase 2. This allows an adversary to
  impersonate Enterprise Wi-Fi networks.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2023-52160
  (* Security fix *)
xap/gparted-1.6.0-x86_64-1.txz:  Upgraded.
2024-02-28 20:34:19 +01:00
..
a Mon Feb 26 20:09:43 UTC 2024 2024-02-26 22:05:23 +01:00
ap Sat Feb 24 19:50:05 UTC 2024 2024-02-24 21:30:18 +01:00
d Fri Feb 23 02:27:35 UTC 2024 2024-02-23 03:58:34 +01:00
e
f
installer
k Fri Feb 23 20:37:29 UTC 2024 2024-02-23 22:33:35 +01:00
kde Wed Feb 28 18:36:48 UTC 2024 2024-02-28 20:34:19 +01:00
l Wed Feb 28 18:36:48 UTC 2024 2024-02-28 20:34:19 +01:00
n Wed Feb 28 18:36:48 UTC 2024 2024-02-28 20:34:19 +01:00
t Sat Feb 24 19:50:05 UTC 2024 2024-02-24 21:30:18 +01:00
tcl
x Mon Feb 26 20:09:43 UTC 2024 2024-02-26 22:05:23 +01:00
xap Wed Feb 28 18:36:48 UTC 2024 2024-02-28 20:34:19 +01:00
xfce Sun Feb 25 19:16:52 UTC 2024 2024-02-25 21:01:52 +01:00
y
buildlist-from-changelog.sh
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, 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