slackware-current/source
Patrick J Volkerding 2f2ecd3ca0 Sun Aug 21 18:58:29 UTC 2022
a/kernel-generic-5.19.3-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.19.3-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.19.3-x86_64-1.txz:  Upgraded.
d/gcc-12.2.0-x86_64-1.txz:  Upgraded.
d/gcc-g++-12.2.0-x86_64-1.txz:  Upgraded.
d/gcc-gdc-12.2.0-x86_64-1.txz:  Upgraded.
d/gcc-gfortran-12.2.0-x86_64-1.txz:  Upgraded.
d/gcc-gnat-12.2.0-x86_64-1.txz:  Upgraded.
d/gcc-go-12.2.0-x86_64-1.txz:  Upgraded.
d/gcc-objc-12.2.0-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.19.3-x86-1.txz:  Upgraded.
d/libtool-2.4.7-x86_64-3.txz:  Rebuilt.
  Recompiled to update embedded GCC version number.
d/python-setuptools-65.1.1-x86_64-1.txz:  Upgraded.
  Make libdir = platlib to agree with the paths in python3.
k/kernel-source-5.19.3-noarch-1.txz:  Upgraded.
xfce/xfce4-panel-4.16.5-x86_64-1.txz:  Upgraded.
xfce/xfdesktop-4.16.1-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
  /etc/rc.d/rc.S:  Added support for setting the Installer's root password
  from a kernel cmdline key value pair: instrootpw=yourpassword
  This is intended for network installations where otherwise the root password
  would be unset. Note: this does not configure the OS root password.
  Thanks to Stuart Winter.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
  /etc/rc.d/rc.S:  Added support for setting the Installer's root password
  from a kernel cmdline key value pair: instrootpw=yourpassword
  This is intended for network installations where otherwise the root password
  would be unset. Note: this does not configure the OS root password.
  Thanks to Stuart Winter.
2022-08-22 01:00:18 +02:00
..
a Mon Aug 15 20:23:47 UTC 2022 2022-08-16 07:00:14 +02:00
ap Fri Aug 12 01:47:02 UTC 2022 2022-08-12 09:00:17 +02:00
d Sun Aug 21 18:58:29 UTC 2022 2022-08-22 01:00:18 +02:00
e Tue Apr 5 19:16:30 UTC 2022 2022-04-06 06:59:43 +02:00
f
installer Sun Aug 21 18:58:29 UTC 2022 2022-08-22 01:00:18 +02:00
k Sun Aug 21 18:58:29 UTC 2022 2022-08-22 01:00:18 +02:00
kde Thu Aug 18 23:19:52 UTC 2022 2022-08-19 07:00:13 +02:00
l Sat Aug 20 20:04:15 UTC 2022 2022-08-21 07:00:13 +02:00
n Thu Aug 18 23:19:52 UTC 2022 2022-08-19 07:00:13 +02:00
t Wed Aug 3 19:33:34 UTC 2022 2022-08-04 07:00:11 +02:00
tcl Thu Feb 10 01:46:55 UTC 2022 2022-02-10 08:07:49 +01:00
x Sat Aug 20 20:04:15 UTC 2022 2022-08-21 07:00:13 +02:00
xap Wed Aug 10 18:50:54 UTC 2022 2022-08-11 07:00:16 +02:00
xfce Sun Aug 21 18:58:29 UTC 2022 2022-08-22 01:00:18 +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 Wed Jun 8 19:15:34 UTC 2022 2022-06-09 07:00:13 +02: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, 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