slackware-current/source
Patrick J Volkerding c163a6350b Wed Sep 18 21:23:19 UTC 2024
a/btrfs-progs-6.11-x86_64-1.txz:  Upgraded.
a/dracut-103-x86_64-1.txz:  Added.
  This is Red Hat's tool to generate an initramfs (aka initrd). Around here,
  we try not to suffer from Not Invented Here Syndrome (some might say the
  less we invent, the better ;-). It never hurts to have additional options,
  and it even looks like our old friend David Cantrell is on the AUTHORS list.
  I've had good luck here with:
    dracut --hostonly --force /boot/initrd-6.10.11-generic.img
  Thanks to Didier Spaier for convincing me to try it out.
a/gawk-5.3.1-x86_64-1.txz:  Upgraded.
a/kernel-generic-6.10.11-x86_64-1.txz:  Upgraded.
a/upower-1.90.6-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.10.11-x86-1.txz:  Upgraded.
k/kernel-source-6.10.11-noarch-1.txz:  Upgraded.
l/libtiff-4.7.0-x86_64-1.txz:  Upgraded.
n/curl-8.10.1-x86_64-1.txz:  Upgraded.
x/mesa-24.2.3-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2024-09-19 00:41:24 +02:00
..
a Wed Sep 18 21:23:19 UTC 2024 2024-09-19 00:41:24 +02:00
ap Tue Sep 17 23:29:04 UTC 2024 2024-09-18 02:05:31 +02:00
d Mon Sep 16 19:58:49 UTC 2024 2024-09-16 23:01:19 +02:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f
installer Wed Sep 18 21:23:19 UTC 2024 2024-09-19 00:41:24 +02:00
k Wed Sep 18 21:23:19 UTC 2024 2024-09-19 00:41:24 +02:00
kde Mon Sep 2 19:56:17 UTC 2024 2024-09-02 22:40:20 +02:00
l Wed Sep 18 21:23:19 UTC 2024 2024-09-19 00:41:24 +02:00
n Mon Sep 16 19:58:49 UTC 2024 2024-09-16 23:01:19 +02:00
t
tcl Tue Sep 17 23:29:04 UTC 2024 2024-09-18 02:05:31 +02:00
x Wed Sep 18 21:23:19 UTC 2024 2024-09-19 00:41:24 +02:00
xap Mon Sep 16 19:58:49 UTC 2024 2024-09-16 23:01:19 +02:00
xfce Tue Aug 20 18:23:52 UTC 2024 2024-08-20 20:59:42 +02: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