slackware-current/source
Patrick J Volkerding 43c7ac5f45 Wed Dec 18 22:12:02 UTC 2024
a/lilo-24.2-x86_64-13.txz:  Rebuilt.
  liloconfig: add a line for /boot/initrd-generic.img if it exists, if not try
  /boot/initrd.gz, and if that's not there do not use an initrd.
  Thanks to Fuzero.
a/mkinitrd-1.4.11-x86_64-59.txz:  Rebuilt.
  /etc/default/geninitrd: now that none of lilo, elilo, or grub want that
  initrd.gz symlink, default to not creating it. If you're using lilo, you
  may need to edit lilo.conf to change from initrd.gz to initrd-generic.img.
l/libtraceevent-1.8.4-x86_64-2.txz:  Rebuilt.
  Drop static library, ship man pages. Thanks to Heinz Wiesinger.
l/libtracefs-1.8.1-x86_64-2.txz:  Rebuilt.
  Drop static library, ship man pages. Thanks to Heinz Wiesinger.
l/protobuf-29.2-x86_64-1.txz:  Upgraded.
x/xorg-server-21.1.15-x86_64-1.txz:  Upgraded.
x/xorg-server-xephyr-21.1.15-x86_64-1.txz:  Upgraded.
x/xorg-server-xnest-21.1.15-x86_64-1.txz:  Upgraded.
x/xorg-server-xvfb-21.1.15-x86_64-1.txz:  Upgraded.
xfce/Greybird-3.23.4-noarch-1.txz:  Upgraded.
extra/brltty/brltty-6.7-x86_64-4.txz:  Rebuilt.
  Fixed redundant misplaced TCL_DIR. Thanks to chrisretusn.
extra/tigervnc/tigervnc-1.14.1-x86_64-3.txz:  Rebuilt.
  Rebuilt against xorg-server-21.1.15.
2024-12-19 00:01:31 +01:00
..
a Wed Dec 18 22:12:02 UTC 2024 2024-12-19 00:01:31 +01:00
ap Sat Nov 30 20:51:05 UTC 2024 2024-11-30 22:42:36 +01:00
d Wed Dec 18 00:32:07 UTC 2024 2024-12-18 02:07:06 +01:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Sat Dec 14 20:41:34 UTC 2024 2024-12-14 22:00:03 +01:00
k Sun Dec 15 00:11:13 UTC 2024 2024-12-15 02:13:35 +01:00
kde Thu Dec 12 21:14:01 UTC 2024 2024-12-12 23:05:40 +01:00
l Wed Dec 18 22:12:02 UTC 2024 2024-12-19 00:01:31 +01:00
n Wed Dec 18 00:32:07 UTC 2024 2024-12-18 02:07:06 +01:00
t Thu Nov 28 00:18:02 UTC 2024 2024-11-28 02:04:23 +01:00
tcl Thu Dec 5 22:00:02 UTC 2024 2024-12-05 23:45:17 +01:00
x Wed Dec 18 00:32:07 UTC 2024 2024-12-18 02:07:06 +01:00
xap Mon Dec 16 22:40:04 UTC 2024 2024-12-16 23:59:07 +01:00
xfce Wed Dec 18 22:12:02 UTC 2024 2024-12-19 00:01:31 +01:00
y Tue Dec 3 04:33:44 UTC 2024 2024-12-03 06:33:18 +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