summaryrefslogtreecommitdiffstats
path: root/ChangeLog.rss
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-10-22 19:30:42 +0000
committer Eric Hameleers <alien@slackware.com>2023-10-22 22:00:59 +0200
commit25d8b003ae67298d8fb5e2151a76877a5e7b6e56 (patch)
treee10f23c73e18e83d032758288d593d4d34fce586 /ChangeLog.rss
parent5a10543d8a851bab06277ee526f61659653e14ab (diff)
downloadcurrent-25d8b003ae67298d8fb5e2151a76877a5e7b6e56.tar.gz
current-25d8b003ae67298d8fb5e2151a76877a5e7b6e56.tar.xz
Sun Oct 22 19:30:42 UTC 202320231022193042
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.
Diffstat (limited to 'ChangeLog.rss')
-rw-r--r--ChangeLog.rss48
1 files changed, 46 insertions, 2 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 63b06130f..f601e4bbb 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,54 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
- <pubDate>Sat, 21 Oct 2023 18:59:54 GMT</pubDate>
- <lastBuildDate>Sat, 21 Oct 2023 19:28:12 GMT</lastBuildDate>
+ <pubDate>Sun, 22 Oct 2023 19:30:42 GMT</pubDate>
+ <lastBuildDate>Sun, 22 Oct 2023 20:00:54 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Sun, 22 Oct 2023 19:30:42 GMT</title>
+ <pubDate>Sun, 22 Oct 2023 19:30:42 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20231022193042</link>
+ <guid isPermaLink="false">20231022193042</guid>
+ <description>
+ <![CDATA[<pre>
+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.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Sat, 21 Oct 2023 18:59:54 GMT</title>
<pubDate>Sat, 21 Oct 2023 18:59:54 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20231021185954</link>