slackware-current/source
Patrick J Volkerding b6d2c7f5fa Wed Sep 11 17:47:14 UTC 2024
a/efibootmgr-18-x86_64-1.txz:  Upgraded.
a/grub-2.12-x86_64-16.txz:  Rebuilt.
  Long ago, we began giving all the scripts in /etc/grub.d/ the .new treatment
  to prevent local customizations from being overwritten with a package
  upgrade. But, this no longer appears to be a good idea, especially if we're
  ever going to offer the possibility to automate grub-install and grub-update.
  So, we are no longer going to preserve the contents of these files when the
  grub package is upgraded. We *will* however preserve the existing
  permissions, so you'll be able to turn off scripts that you don't want
  running, and you'll be able to make new scripts, or make edited and renamed
  copies of the scripts shipped in this package, so there's no real loss of
  functionality here.
  It looks like 40_custom is intended to be locally edited, so we make an
  exception and do not overwrite that one.
d/python-setuptools-74.1.2-x86_64-1.txz:  Upgraded.
kde/okteta-0.26.17-x86_64-1.txz:  Upgraded.
l/gobject-introspection-1.80.1-x86_64-2.txz:  Rebuilt.
  Fix running against python-setuptools-74.1.2:
  [PATCH] giscanner: remove dependency on distutils.msvccompiler.
l/python-importlib_metadata-8.5.0-x86_64-1.txz:  Upgraded.
n/curl-8.10.0-x86_64-1.txz:  Upgraded.
2024-09-11 20:35:16 +02:00
..
a Wed Sep 11 17:47:14 UTC 2024 2024-09-11 20:35:16 +02:00
ap Mon Sep 9 17:27:00 UTC 2024 2024-09-09 19:59:46 +02:00
d Mon Sep 9 00:53:17 UTC 2024 2024-09-09 04:00:54 +02:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f
installer Mon Jul 29 18:32:35 UTC 2024 2024-07-29 20:58:51 +02:00
k Mon Sep 9 00:53:17 UTC 2024 2024-09-09 04:00:54 +02:00
kde Mon Sep 2 19:56:17 UTC 2024 2024-09-02 22:40:20 +02:00
l Wed Sep 11 17:47:14 UTC 2024 2024-09-11 20:35:16 +02:00
n Wed Sep 11 17:47:14 UTC 2024 2024-09-11 20:35:16 +02:00
t
tcl
x Mon Sep 9 17:27:00 UTC 2024 2024-09-09 19:59:46 +02:00
xap Tue Sep 3 21:07:09 UTC 2024 2024-09-04 00:33:23 +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