1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-15 15:41:54 +01:00
slackware-current/source
Patrick J Volkerding 8b5d6f2b2a Tue Jul 5 20:33:18 UTC 2022
a/hwdata-0.361-noarch-1.txz:  Upgraded.
a/kernel-firmware-20220705_f5f02da-noarch-1.txz:  Upgraded.
a/kmod-30-x86_64-1.txz:  Upgraded.
a/mcelog-184-x86_64-1.txz:  Upgraded.
a/openssl-solibs-1.1.1q-x86_64-1.txz:  Upgraded.
ap/vim-9.0.0041-x86_64-1.txz:  Upgraded.
d/llvm-14.0.6-x86_64-2.txz:  Rebuilt.
  Shared library .so-version bump.
  We gave the DYLIB options a try and the resulting compilers are unable to
  compile Firefox or Thunderbird, so we're back to using BUILD_SHARED_LIBS
  (which works fine). I'm in no real hurry to revisit this, but I'll look at
  any hints you might have for me if you post them on LQ.
d/meson-0.63.0-x86_64-1.txz:  Upgraded.
d/rust-1.62.0-x86_64-1.txz:  Upgraded.
l/imagemagick-7.1.0_40-x86_64-1.txz:  Upgraded.
l/isl-0.25-x86_64-1.txz:  Upgraded.
l/libdmtx-0.7.7-x86_64-1.txz:  Upgraded.
l/libgphoto2-2.5.30-x86_64-1.txz:  Upgraded.
l/libmtp-1.1.20-x86_64-1.txz:  Upgraded.
l/libvpx-1.12.0-x86_64-1.txz:  Upgraded.
l/pipewire-0.3.53-x86_64-1.txz:  Upgraded.
l/poppler-22.07.0-x86_64-1.txz:  Upgraded.
l/spirv-llvm-translator-14.0.0-x86_64-2.txz:  Rebuilt.
  Recompiled against llvm-14.0.6-2.
n/openssl-1.1.1q-x86_64-1.txz:  Upgraded.
  This update fixes security issues:
  Heap memory corruption with RSA private key operation.
  AES OCB fails to encrypt some bytes.
  For more information, see:
    https://www.openssl.org/news/secadv/20220705.txt
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2274
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2097
  (* Security fix *)
n/wget2-2.0.1-x86_64-1.txz:  Upgraded.
x/libva-2.15.0-x86_64-1.txz:  Upgraded.
x/libva-utils-2.15.0-x86_64-1.txz:  Upgraded.
x/mesa-21.3.8-x86_64-3.txz:  Rebuilt.
  Recompiled against llvm-14.0.6-2.
xap/mozilla-firefox-102.0.1-x86_64-1.txz:  Upgraded.
  This update contains security fixes (possibly) and improvements.
  At this time, the link below only says "We're still preparing the notes for
  this release, and will post them here when they are ready. Please check back
  later."
  For more information, see:
    https://www.mozilla.org/en-US/firefox/102.0.1/releasenotes/
  (* Security fix *)
xap/vim-gvim-9.0.0041-x86_64-1.txz:  Upgraded.
extra/rust-for-mozilla/rust-1.60.0-x86_64-1.txz:  Upgraded.
2022-07-06 09:00:14 +02:00
..
a Tue Jul 5 20:33:18 UTC 2022 2022-07-06 09:00:14 +02:00
ap Fri Jul 1 01:23:50 UTC 2022 2022-07-01 07:00:12 +02:00
d Tue Jul 5 20:33:18 UTC 2022 2022-07-06 09:00:14 +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 Sun Jul 3 03:23:52 UTC 2022 2022-07-03 07:00:12 +02:00
kde Thu Jun 23 18:15:29 UTC 2022 2022-06-24 06:59:46 +02:00
l Tue Jul 5 20:33:18 UTC 2022 2022-07-06 09:00:14 +02:00
n Tue Jul 5 20:33:18 UTC 2022 2022-07-06 09:00:14 +02:00
t Tue Jun 28 19:16:08 UTC 2022 2022-06-29 07:00:11 +02:00
tcl Thu Feb 10 01:46:55 UTC 2022 2022-02-10 08:07:49 +01:00
x Tue Jul 5 20:33:18 UTC 2022 2022-07-06 09:00:14 +02:00
xap Tue Jul 5 20:33:18 UTC 2022 2022-07-06 09:00:14 +02:00
xfce Mon Jun 13 21:02:58 UTC 2022 2022-06-14 07:00:10 +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