1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-30 08:38:10 +01:00
slackware-current/source
Patrick J Volkerding 25d8b003ae Sun Oct 22 19:30:42 UTC 2023
a/lvm2-2.03.22-x86_64-1.txz:  Upgraded.
kde/kstars-3.6.7-x86_64-1.txz:  Upgraded.
  It's time for KStars in Slackware to be less of a toy and more of a useful
  tool. The required dependencies have been added for EKOS, the INDI client
  included in KStars, which will allow for computer control of astronomy
  devices. Additional deps and drivers may be required, but these are runtime
  dependencies. See (for example) gpsd, libdc1394, libftdi1, libindi-libraries,
  and libindi-drivers, all of which can be found on slackbuilds.org.
  Huge thanks to Edward W. Koenig for the detailed writeup - it was extremely
  helpful! :-) Here's a link to the article:
  https://www.linuxgalaxy.org/kingbeowulf/astronomy-device-control-in-slackware-15-and-current/
kde/libindi-2.0.4-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
kde/libnova-0.15.0-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
  Thanks to Chris Abela, Ryan P.C. McQuen, and Philip Lacroix.
kde/stellarsolver-2.5-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
kde/wcslib-8.1-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
l/LibRaw-0.21.1-x86_64-2.txz:  Rebuilt.
  This update fixes a security issue:
  A heap-buffer-overflow was found in raw2image_ex(int), which may lead to
  application crash by maliciously crafted input file.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2023-1729
  (* Security fix *)
l/imagemagick-7.1.1_21-x86_64-1.txz:  Upgraded.
l/libev-4.33-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
  As this package may have more general usage than just kstars, we'll put it
  in the L series.
  Thanks to AA ime Ramov and Matteo Bernardini.
l/vte-0.74.1-x86_64-1.txz:  Upgraded.
2023-10-22 22:00:59 +02:00
..
a Sun Oct 22 19:30:42 UTC 2023 2023-10-22 22:00:59 +02:00
ap Thu Oct 19 19:14:05 UTC 2023 2023-10-19 22:14:29 +02:00
d Sat Oct 21 18:59:54 UTC 2023 2023-10-21 21:28:16 +02:00
e Sun Sep 10 18:09:58 UTC 2023 2023-09-10 21:10:01 +02:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Thu Sep 21 19:32:42 UTC 2023 2023-09-21 22:14:37 +02:00
k Fri Oct 20 17:37:35 UTC 2023 2023-10-20 20:10:07 +02:00
kde Sun Oct 22 19:30:42 UTC 2023 2023-10-22 22:00:59 +02:00
l Sun Oct 22 19:30:42 UTC 2023 2023-10-22 22:00:59 +02:00
n Sat Oct 21 18:59:54 UTC 2023 2023-10-21 21:28:16 +02:00
t Thu Sep 7 02:04:52 UTC 2023 2023-09-07 04:44:48 +02:00
tcl Fri May 5 22:49:16 UTC 2023 2023-05-06 01:34:25 +02:00
x Fri Oct 20 21:46:56 UTC 2023 2023-10-21 00:29:32 +02:00
xap Thu Oct 5 21:44:34 UTC 2023 2023-10-06 00:40:57 +02:00
xfce Fri Sep 29 19:45:18 UTC 2023 2023-09-29 22:31:51 +02:00
y Wed Mar 8 20:26:54 UTC 2023 2023-03-08 22:40:50 +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