slackware-current/source
Patrick J Volkerding 75bbced9d4 Wed Aug 30 21:58:04 UTC 2023
a/dcron-4.5-x86_64-13.txz:  Rebuilt.
  rc.crond: ensure world-writable permissions on /run/cron, needed for
  crontab -e with some editors. Thanks to lostintime.
a/kernel-firmware-20230830_5ebb591-noarch-1.txz:  Upgraded.
a/kernel-generic-6.1.50-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.50-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.1.50-x86_64-1.txz:  Upgraded.
d/ccache-4.8.3-x86_64-1.txz:  Upgraded.
d/clinfo-3.0.23.01.25-x86_64-1.txz:  Added.
  Thanks to Heinz Wiesinger.
d/kernel-headers-6.1.50-x86-1.txz:  Upgraded.
d/vala-0.56.13-x86_64-1.txz:  Upgraded.
k/kernel-source-6.1.50-noarch-1.txz:  Upgraded.
l/libnl3-3.8.0-x86_64-1.txz:  Upgraded.
l/mozjs102-102.15.0esr-x86_64-1.txz:  Upgraded.
x/mesa-23.1.6-x86_64-1.txz:  Upgraded.
  It appears that mesa-23.2.0 was pulled and replaced with mesa-23.2.0-rc2
  sometime after we upgraded to it. I've tested this version and it does not
  suffer from the "radeon: failed testing IB on GFX ring" bug that was
  happening with mesa-23.1.3, so let's use it for now.
xap/mozilla-firefox-115.2.0esr-x86_64-1.txz:  Upgraded.
  This update contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/115.2.0/releasenotes/
    https://www.mozilla.org/security/advisories/mfsa2023-36/
    https://www.cve.org/CVERecord?id=CVE-2023-4573
    https://www.cve.org/CVERecord?id=CVE-2023-4574
    https://www.cve.org/CVERecord?id=CVE-2023-4575
    https://www.cve.org/CVERecord?id=CVE-2023-4576
    https://www.cve.org/CVERecord?id=CVE-2023-4577
    https://www.cve.org/CVERecord?id=CVE-2023-4051
    https://www.cve.org/CVERecord?id=CVE-2023-4578
    https://www.cve.org/CVERecord?id=CVE-2023-4053
    https://www.cve.org/CVERecord?id=CVE-2023-4580
    https://www.cve.org/CVERecord?id=CVE-2023-4581
    https://www.cve.org/CVERecord?id=CVE-2023-4582
    https://www.cve.org/CVERecord?id=CVE-2023-4583
    https://www.cve.org/CVERecord?id=CVE-2023-4584
    https://www.cve.org/CVERecord?id=CVE-2023-4585
  (* Security fix *)
xap/mozilla-thunderbird-115.2.0-x86_64-1.txz:  Upgraded.
  This release contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/115.2.0/releasenotes/
  (* Security fix *)
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2023-08-31 01:11:11 +02:00
..
a Wed Aug 30 21:58:04 UTC 2023 2023-08-31 01:11:11 +02:00
ap Mon Aug 28 00:38:01 UTC 2023 2023-08-28 03:00:22 +02:00
d Wed Aug 30 21:58:04 UTC 2023 2023-08-31 01:11:11 +02:00
e Sun Jul 30 20:33:52 UTC 2023 2023-07-30 22:59:22 +02:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Wed Aug 16 20:45:00 UTC 2023 2023-08-16 23:44:50 +02:00
k Wed Aug 30 21:58:04 UTC 2023 2023-08-31 01:11:11 +02:00
kde Sat Aug 26 05:08:30 UTC 2023 2023-08-26 07:30:35 +02:00
l Wed Aug 30 21:58:04 UTC 2023 2023-08-31 01:11:11 +02:00
n Mon Aug 28 00:38:01 UTC 2023 2023-08-28 03:00:22 +02:00
t Sat Aug 26 05:08:30 UTC 2023 2023-08-26 07:30:35 +02:00
tcl Fri May 5 22:49:16 UTC 2023 2023-05-06 01:34:25 +02:00
x Tue Aug 29 00:06:09 UTC 2023 2023-08-29 02:29:59 +02:00
xap Tue Aug 29 00:06:09 UTC 2023 2023-08-29 02:29:59 +02:00
xfce Tue Aug 29 18:55:59 UTC 2023 2023-08-29 21:29:22 +02:00
y Wed Mar 8 20:26:54 UTC 2023 2023-03-08 22:40:50 +01:00
buildlist-from-changelog.sh Fri Oct 8 03:23:28 UTC 2021 2021-10-08 08:59:45 +02:00
make_world.sh Wed Jun 8 19:15:34 UTC 2022 2022-06-09 07:00:13 +02:00
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