summaryrefslogtreecommitdiffstats
path: root/ChangeLog.rss
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-12-27 23:06:00 +0000
committer Eric Hameleers <alien@slackware.com>2021-12-28 08:59:56 +0100
commitac00706594d04f1b74af59b2437af2165087610b (patch)
tree649493a8ad8e0cb4d9e965836ad3f198c37fcc16 /ChangeLog.rss
parent2ee34a926d67cdb7c4f2ecdcf48481c0312038e5 (diff)
downloadcurrent-ac00706594d04f1b74af59b2437af2165087610b.tar.gz
current-ac00706594d04f1b74af59b2437af2165087610b.tar.xz
Mon Dec 27 23:06:00 UTC 202120211227230600
The --enable-systemd-logind change to xorg-server that caused resume from suspend regressions (and others) has been reverted, and in retrospect it was a bad idea to take it at that point, but it had appeared as if it wouldn't cause problems in the case where Xorg was running as root. Oh well, lesson learned. But the build script has been enhanced to make it easy to build rootless versions of the xorg-server packages. Just do this: ROOTLESSX=YES ./x11.SlackBuild xserver xorg-server Depending on your GPU, this could work for your use case with no problems. Also, I've gone ahead and taken a couple of shared library version bumps since the projects (opencv and poppler) have decent track records as far as not introducing regressions, and if there are any, we've got time to test and fix. I'm still avoiding some things that aren't as trusted in that regard, and will likely continue to do so. :-) ap/cups-filters-1.28.10-x86_64-2.txz: Rebuilt. Recompiled against poppler-21.12.0. kde/ark-21.12.0-x86_64-2.txz: Rebuilt. Applied upstream patches: [PATCH] Fix extraction "Dolphin Actions" not abiding "Open destination folder after extracting" setting. [PATCH] Do not highlight file after compression. Thanks to ctrlaltca. kde/calligra-3.2.1-x86_64-15.txz: Rebuilt. Recompiled against poppler-21.12.0. kde/cantor-21.12.0-x86_64-2.txz: Rebuilt. Recompiled against poppler-21.12.0. kde/digikam-7.4.0-x86_64-2.txz: Rebuilt. Recompiled against opencv-4.5.5. kde/kfilemetadata-5.89.0-x86_64-2.txz: Rebuilt. Recompiled against poppler-21.12.0. kde/kile-2.9.93-x86_64-15.txz: Rebuilt. Recompiled against poppler-21.12.0. kde/kitinerary-21.12.0-x86_64-2.txz: Rebuilt. Recompiled against poppler-21.12.0. kde/krita-5.0.0-x86_64-2.txz: Rebuilt. Recompiled against poppler-21.12.0. kde/okular-21.12.0-x86_64-2.txz: Rebuilt. Recompiled against poppler-21.12.0. l/gegl-0.4.34-x86_64-2.txz: Rebuilt. Recompiled against poppler-21.12.0. l/gst-plugins-bad-free-1.18.5-x86_64-3.txz: Rebuilt. Recompiled against opencv-4.5.5. l/imagemagick-7.1.0_19-x86_64-1.txz: Upgraded. l/mlt-7.4.0-x86_64-1.txz: Upgraded. l/opencv-4.5.5-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/poppler-21.12.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/fetchmail-6.4.26-x86_64-1.txz: Upgraded. n/tin-2.6.1-x86_64-1.txz: Upgraded. x/ibus-anthy-1.5.14-x86_64-1.txz: Upgraded. x/xorg-server-1.20.14-x86_64-2.txz: Rebuilt. Recompiled using these options: --enable-suid-wrapper --enable-install-setuid --disable-systemd-logind. x/xorg-server-xephyr-1.20.14-x86_64-2.txz: Rebuilt. x/xorg-server-xnest-1.20.14-x86_64-2.txz: Rebuilt. x/xorg-server-xvfb-1.20.14-x86_64-2.txz: Rebuilt. xap/geeqie-1.6-x86_64-4.txz: Rebuilt. Recompiled against poppler-21.12.0. xap/gimp-2.10.30-x86_64-2.txz: Rebuilt. Recompiled against poppler-21.12.0. xfce/tumbler-4.16.0-x86_64-4.txz: Rebuilt. Recompiled against poppler-21.12.0. extra/rust-for-mozilla/rust-1.54.0-x86_64-3.txz: Added. This is an alternate version of Rust that may be useful for compiling software from Mozilla since using the very latest Rust often won't compile, or produces an unstable build.
Diffstat (limited to 'ChangeLog.rss')
-rw-r--r--ChangeLog.rss80
1 files changed, 78 insertions, 2 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 60d22aca8..6b67844c5 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,86 @@
<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>Fri, 24 Dec 2021 20:43:23 GMT</pubDate>
- <lastBuildDate>Sat, 25 Dec 2021 07:59:44 GMT</lastBuildDate>
+ <pubDate>Mon, 27 Dec 2021 23:06:00 GMT</pubDate>
+ <lastBuildDate>Tue, 28 Dec 2021 07:59:46 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.13</generator>
<item>
+ <title>Mon, 27 Dec 2021 23:06:00 GMT</title>
+ <pubDate>Mon, 27 Dec 2021 23:06:00 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20211227230600</link>
+ <guid isPermaLink="false">20211227230600</guid>
+ <description>
+ <![CDATA[<pre>
+The --enable-systemd-logind change to xorg-server that caused resume from
+suspend regressions (and others) has been reverted, and in retrospect it was
+a bad idea to take it at that point, but it had appeared as if it wouldn't
+cause problems in the case where Xorg was running as root. Oh well, lesson
+learned. But the build script has been enhanced to make it easy to build
+rootless versions of the xorg-server packages. Just do this:
+ ROOTLESSX=YES ./x11.SlackBuild xserver xorg-server
+Depending on your GPU, this could work for your use case with no problems.
+Also, I've gone ahead and taken a couple of shared library version bumps since
+the projects (opencv and poppler) have decent track records as far as not
+introducing regressions, and if there are any, we've got time to test and fix.
+I'm still avoiding some things that aren't as trusted in that regard, and will
+likely continue to do so. :-)
+ap/cups-filters-1.28.10-x86_64-2.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+kde/ark-21.12.0-x86_64-2.txz: Rebuilt.
+ Applied upstream patches:
+ [PATCH] Fix extraction "Dolphin Actions" not abiding "Open destination
+ folder after extracting" setting.
+ [PATCH] Do not highlight file after compression.
+ Thanks to ctrlaltca.
+kde/calligra-3.2.1-x86_64-15.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+kde/cantor-21.12.0-x86_64-2.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+kde/digikam-7.4.0-x86_64-2.txz: Rebuilt.
+ Recompiled against opencv-4.5.5.
+kde/kfilemetadata-5.89.0-x86_64-2.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+kde/kile-2.9.93-x86_64-15.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+kde/kitinerary-21.12.0-x86_64-2.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+kde/krita-5.0.0-x86_64-2.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+kde/okular-21.12.0-x86_64-2.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+l/gegl-0.4.34-x86_64-2.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+l/gst-plugins-bad-free-1.18.5-x86_64-3.txz: Rebuilt.
+ Recompiled against opencv-4.5.5.
+l/imagemagick-7.1.0_19-x86_64-1.txz: Upgraded.
+l/mlt-7.4.0-x86_64-1.txz: Upgraded.
+l/opencv-4.5.5-x86_64-1.txz: Upgraded.
+ Shared library .so-version bump.
+l/poppler-21.12.0-x86_64-1.txz: Upgraded.
+ Shared library .so-version bump.
+n/fetchmail-6.4.26-x86_64-1.txz: Upgraded.
+n/tin-2.6.1-x86_64-1.txz: Upgraded.
+x/ibus-anthy-1.5.14-x86_64-1.txz: Upgraded.
+x/xorg-server-1.20.14-x86_64-2.txz: Rebuilt.
+ Recompiled using these options:
+ --enable-suid-wrapper --enable-install-setuid --disable-systemd-logind.
+x/xorg-server-xephyr-1.20.14-x86_64-2.txz: Rebuilt.
+x/xorg-server-xnest-1.20.14-x86_64-2.txz: Rebuilt.
+x/xorg-server-xvfb-1.20.14-x86_64-2.txz: Rebuilt.
+xap/geeqie-1.6-x86_64-4.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+xap/gimp-2.10.30-x86_64-2.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+xfce/tumbler-4.16.0-x86_64-4.txz: Rebuilt.
+ Recompiled against poppler-21.12.0.
+extra/rust-for-mozilla/rust-1.54.0-x86_64-3.txz: Added.
+ This is an alternate version of Rust that may be useful for compiling
+ software from Mozilla since using the very latest Rust often won't
+ compile, or produces an unstable build.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Fri, 24 Dec 2021 20:43:23 GMT</title>
<pubDate>Fri, 24 Dec 2021 20:43:23 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20211224204323</link>