slackware-current/source
Patrick J Volkerding e20909a770 Tue Aug 30 19:39:30 UTC 2022
a/cryptsetup-2.5.0-x86_64-3.txz:  Rebuilt.
  rc.luks: use --batch-mode when creating encrypted swap.
  Thanks to Markus Wiesner.
a/sysvinit-3.05-x86_64-1.txz:  Upgraded.
ap/vim-9.0.0334-x86_64-1.txz:  Upgraded.
  Fixed use after free.
  Thanks to marav for the heads-up.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3016
  (* Security fix *)
kde/digikam-7.8.0-x86_64-1.txz:  Upgraded.
kde/fcitx5-configtool-5.0.15-x86_64-1.txz:  Upgraded.
kde/umbrello-22.08.0-x86_64-2.txz:  Rebuilt.
  Recompiled against kdevelop-22.08.0. Thanks to th_r.
x/fcitx5-5.0.19-x86_64-1.txz:  Upgraded.
x/fcitx5-chinese-addons-5.0.15-x86_64-1.txz:  Upgraded.
x/libime-1.0.14-x86_64-1.txz:  Upgraded.
xap/NetworkManager-openvpn-1.10.0-x86_64-1.txz:  Upgraded.
xap/mozilla-firefox-104.0.1-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/104.0.1/releasenotes/
xap/vim-gvim-9.0.0334-x86_64-1.txz:  Upgraded.
extra/sendmail/sendmail-8.17.1-x86_64-5.txz:  Rebuilt.
  Patched sendmail.h to fix SASL auth. Thanks to af7567.
  Build without -DUSE_EAI (which is evidently considered experimental) since
  the option breaks the vacation binary. Thanks to bitfuzzy and HQuest.
  It is possible that this could work but requires additional options. I found
  this in the ChangeLog for the SUSE rpm:
    Experimental support for SMTPUTF8 (EAI, see RFC 6530-6533) is available
    when using the compile time option USE_EAI (see also
    devtools/Site/site.config.m4.sample for other required settings) and the cf
    option SMTPUTF8.  If a mail submission via the command line requires the
    use of SMTPUTF8, e.g., because a header uses UTF-8 encoding, but the
    addresses on the command line are all ASCII, then the new option -U must be
    used, and the cf option SMTPUTF8 must be set in submit.cf.
  Any assistance with getting -DUSE_EAI working properly would be appreciated.
extra/sendmail/sendmail-cf-8.17.1-noarch-5.txz:  Rebuilt.
2022-08-31 06:59:49 +02:00
..
a Tue Aug 30 19:39:30 UTC 2022 2022-08-31 06:59:49 +02:00
ap Mon Aug 29 19:09:59 UTC 2022 2022-08-30 07:00:15 +02:00
d Sat Aug 27 18:13:36 UTC 2022 2022-08-28 07:00:12 +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 Sun Aug 21 18:58:29 UTC 2022 2022-08-22 01:00:18 +02:00
k Mon Aug 29 19:09:59 UTC 2022 2022-08-30 07:00:15 +02:00
kde Tue Aug 30 19:39:30 UTC 2022 2022-08-31 06:59:49 +02:00
l Sat Aug 27 18:13:36 UTC 2022 2022-08-28 07:00:12 +02:00
n Sun Aug 28 19:16:39 UTC 2022 2022-08-29 07:00:18 +02:00
t Sun Aug 28 19:16:39 UTC 2022 2022-08-29 07:00:18 +02:00
tcl Thu Feb 10 01:46:55 UTC 2022 2022-02-10 08:07:49 +01:00
x Sat Aug 27 18:13:36 UTC 2022 2022-08-28 07:00:12 +02:00
xap Wed Aug 10 18:50:54 UTC 2022 2022-08-11 07:00:16 +02:00
xfce Sat Aug 27 18:13:36 UTC 2022 2022-08-28 07:00:12 +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