1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-17 18:12:36 +01:00
slackware-current/source
Patrick J Volkerding d65ac8e661 Sat Aug 6 23:57:27 UTC 2022
a/aaa_libraries-15.1-x86_64-7.txz:  Rebuilt.
  Upgraded: libnsl-2.36.so.
  Added: libffi.so.8.1.0.
  Removed: libffi.so.6.0.4, libicudata.so.70.1, libicui18n.so.70.1,
  libicuio.so.70.1, libicutest.so.70.1, libicutu.so.70.1, libicuuc.so.70.1.
d/guile-3.0.8-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
d/llvm-14.0.6-x86_64-3.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
d/python2-2.7.18-x86_64-5.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
d/python3-3.9.13-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
d/ruby-3.1.2-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
kde/kid3-3.9.2-x86_64-1.txz:  Upgraded.
l/gjs-1.70.2-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
l/glib-networking-2.72.2-x86_64-1.txz:  Upgraded.
l/glib2-2.72.3-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
l/gobject-introspection-1.72.0-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
l/gtkmm3-3.24.6-x86_64-1.txz:  Upgraded.
l/libffi-3.4.2-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/libwebp-1.2.4-x86_64-1.txz:  Upgraded.
l/pygobject-2.28.7-x86_64-9.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
l/pygobject3-3.42.1-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
l/python-cffi-1.15.0-x86_64-3.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
n/p11-kit-0.24.1-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
x/ibus-m17n-1.4.10-x86_64-1.txz:  Upgraded.
x/wayland-1.21.0-x86_64-2.txz:  Rebuilt.
  Recompiled against libffi-3.4.2.
xap/mozilla-thunderbird-102.1.1-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/102.1.1/releasenotes/
2022-08-07 07:00:19 +02:00
..
a Sat Aug 6 23:57:27 UTC 2022 2022-08-07 07:00:19 +02:00
ap Fri Aug 5 21:04:39 UTC 2022 2022-08-06 07:00:16 +02:00
d Sat Aug 6 23:57:27 UTC 2022 2022-08-07 07:00:19 +02:00
e Tue Apr 5 19:16:30 UTC 2022 2022-04-06 06:59:43 +02:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Fri Jul 1 01:23:50 UTC 2022 2022-07-01 07:00:12 +02:00
k Wed Aug 3 19:33:34 UTC 2022 2022-08-04 07:00:11 +02:00
kde Wed Aug 3 19:33:34 UTC 2022 2022-08-04 07:00:11 +02:00
l Sat Aug 6 23:57:27 UTC 2022 2022-08-07 07:00:19 +02:00
n Sat Aug 6 23:57:27 UTC 2022 2022-08-07 07:00:19 +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 6 23:57:27 UTC 2022 2022-08-07 07:00:19 +02:00
xap Sat Aug 6 23:57:27 UTC 2022 2022-08-07 07:00:19 +02:00
xfce Wed Jul 13 19:56:59 UTC 2022 2022-07-14 09:00:16 +02:00
y Thu Feb 10 01:46:55 UTC 2022 2022-02-10 08:07:49 +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