<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6377&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Praise for the security updates]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6377</link>
		<description><![CDATA[The most recent posts in Praise for the security updates.]]></description>
		<lastBuildDate>Sun, 28 Jan 2024 16:12:54 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47733#p47733</link>
			<description><![CDATA[<p>That&#039;s a convoluted and inefficient way to write <span class="bbc">apt-cache show xserver-\* | grep Filename</span> - and the grep must be <span class="bbc">^Filename:</span> to prevent false positives.</p><p>It also completely misses what I was saying. I was referring to making the status of forks visible <em>directly in the generated debtree dependency diagram</em>.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Sun, 28 Jan 2024 16:12:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47733#p47733</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47720#p47720</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>... but the debtree doesn&#039;t directly highlight that xserver-xorg-core is itself forked - would be nice if there was some way to have an indication of that.</p></div></blockquote></div><p>(I&#039;m sure it&#039;s not recommended practice, but...)</p><div class="codebox"><pre><code>emanym@euterpe:~$ for i in `apt-cache search xserver- | sed -e &#039;s/ .*//&#039;`; do apt-cache show $i | grep Filename ; done</code></pre></div><div class="codebox"><pre><code>...
Filename: pool/DEBIAN/main/x/xserver-xorg-video-qxl/xserver-xspice_0.1.5+git20200331-3_amd64.deb
Filename: pool/DEVUAN/main/l/lightdm/lightdm_1.26.0-8+devuan1_amd64.deb
Filename: pool/DEVUAN/main/x/xorg-server/xorg-server-source_21.1.7-3+deb12u2devuan1_all.deb
Filename: pool/DEVUAN/main/x/xorg-server/xserver-common_21.1.7-3+deb12u2devuan1_all.deb
Filename: pool/DEVUAN/main/x/xorg-server/xserver-xephyr_21.1.7-3+deb12u2devuan1_amd64.deb
Filename: pool/DEVUAN/main/x/xorg-server/xserver-xephyr-dbgsym_21.1.7-3+deb12u2devuan1_amd64.deb
Filename: pool/DEVUAN/main/x/xorg-server/xserver-xorg-core_21.1.7-3+deb12u2devuan1_amd64.deb
Filename: pool/DEVUAN/main/x/xorg-server/xserver-xorg-core-dbgsym_21.1.7-3+deb12u2devuan1_amd64.deb
Filename: pool/DEVUAN/main/x/xorg-server/xserver-xorg-dev_21.1.7-3+deb12u2devuan1_amd64.deb
Filename: pool/DEVUAN/main/x/xorg-server/xserver-xorg-legacy_21.1.7-3+deb12u2devuan1_amd64.deb
Filename: pool/DEVUAN/main/x/xorg-server/xserver-xorg-legacy-dbgsym_21.1.7-3+deb12u2devuan1_amd64.deb</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (emanym)]]></author>
			<pubDate>Sat, 27 Jan 2024 22:01:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47720#p47720</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47716#p47716</link>
			<description><![CDATA[<p>Fair enough - I missed that post.</p><p><a href="https://git.devuan.org/explore/repos?tab=&amp;sort=recentupdate&amp;q=xorg" rel="nofollow">Searching for xorg</a> in the Devuan repos only returns xorg-server - which is the source package for &quot;xserver-xorg-core&quot;, aka &quot;Xorg X server - core server&quot;.</p><p>That&#039;s different to the &quot;X.Org X Window System&quot; from the &quot;xorg&quot; package I was referring to, but it is a dependency of it.</p><p>Searching the <a href="https://pkginfo.devuan.org/cgi-bin/debtree-query.html?c=package&amp;q=xorg" rel="nofollow">debtree of xorg</a> for &quot;devuan&quot; highlights that xserver-common is also a fork, (unsurprising since it comes from the same <a href="https://packages.debian.org/source/bookworm/xorg-server" rel="nofollow">xorg-server source package</a>), but the debtree doesn&#039;t directly highlight that xserver-xorg-core is itself forked - would be nice if there was some way to have an indication of that.</p><p>It also seems the issue in your linked thread has yet to be resolved - based on the versions listed at <a href="https://pkginfo.devuan.org/xserver-xorg-core" rel="nofollow">//pkginfo.devuan.org/xserver-xorg-core</a> and <a href="https://tracker.debian.org/pkg/xorg-server" rel="nofollow">//tracker.debian.org/pkg/xorg-server</a>, there should be a <span class="bbc">2:21.1.7-3+deb12u<strong>4</strong>devuan1</span> in daedalus-proposed-updates and a <span class="bbc">2:21.1.7-3+deb12u<strong>5</strong>devuan1</span> in daedalus-security channel.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Sat, 27 Jan 2024 16:18:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47716#p47716</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47712#p47712</link>
			<description><![CDATA[<div class="quotebox"><cite>boughtonp wrote:</cite><blockquote><div><p>Xorg does not depend on systemd. The promptness of its security updates is due to the Debian X Strike Force, and the Debian Security Team.</p><p>None of these packages depend on systemd, none of these packages are forked by Devuan, security for them is not handled by the Devuan team.</p></div></blockquote></div><p>That is not completely true. The package <strong>xserver-xorg-core</strong> does not come directly from Debian; it is a Devuan package. Is this true for any other Xorg-related packages? I don&#039;t know because I haven&#039;t had time to check.</p><p>By the way, someone pointed out this fact out a little over a month ago on <a href="https://dev1galaxy.org/viewtopic.php?pid=46479#p46479" rel="nofollow">this forum</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Sat, 27 Jan 2024 15:25:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47712#p47712</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47679#p47679</link>
			<description><![CDATA[<p>OK, I&#039;ll just keep working with Devuan and trust the people who do it.</p>]]></description>
			<author><![CDATA[dummy@example.com (jue-gen)]]></author>
			<pubDate>Fri, 26 Jan 2024 19:46:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47679#p47679</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47678#p47678</link>
			<description><![CDATA[<p>@rolfie . . . You beat me to it! Well done!!! <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 26 Jan 2024 19:32:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47678#p47678</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47677#p47677</link>
			<description><![CDATA[<p>Have a look at this article: <a href="https://dev1galaxy.org/viewtopic.php?id=3192" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=3192</a> - A description how it works.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 26 Jan 2024 19:29:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47677#p47677</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47676#p47676</link>
			<description><![CDATA[<p>Thank you, quickfur. That must be the case. I&#039;ve never thought about it before, but I like it.</p>]]></description>
			<author><![CDATA[dummy@example.com (jue-gen)]]></author>
			<pubDate>Fri, 26 Jan 2024 18:30:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47676#p47676</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47675#p47675</link>
			<description><![CDATA[<p>The Devuan servers, from what I understand, only host a small number of forked packages.&#160; The rest of the packages are supplied via a HTTP redirect to the upstream Debian servers. So any updates to non-forked packages would be available at the same time as they become available on the Debian servers.</p>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Fri, 26 Jan 2024 18:26:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47675#p47675</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47669#p47669</link>
			<description><![CDATA[<p>Thank you, boughtonp. That was an enlightening explanation, at least for me. Now I understand it better. Yes, &quot;Devuan is Debian&quot;.</p><p><strong>Addendum:</strong><br />But when I do an update, it doesn&#039;t come from a Debian server. It comes from deb.devuan.org. Do the updates from Devuan come to this repository without delay? That&#039;s what makes me happy, everything happens very quickly. How should I imagine that?</p>]]></description>
			<author><![CDATA[dummy@example.com (jue-gen)]]></author>
			<pubDate>Fri, 26 Jan 2024 17:25:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47669#p47669</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47663#p47663</link>
			<description><![CDATA[<p><a href="https://pkginfo.devuan.org/thunderbird" rel="nofollow">Thunderbird</a> does not depend on systemd. The promptness of its security updates is due to Debian maintainers Carsten Schoenert, Christoph Göhre, and the Debian Security Team.</p><p><a href="https://pkginfo.devuan.org/firefox-esr" rel="nofollow">Firefox</a> does not depend on systemd. The promptness of its security updates is due to Debian maintainer Mike Hommey, the Debian Mozilla Team, and the Debian Security Team.</p><p><a href="https://pkginfo.devuan.org/chromium" rel="nofollow">Chromium</a> does not depend on systemd. The promptness of its security updates is due to Debian maintainers Andres Salomon, Timothy Pearson, the Debian Chromium Team, and the Debian Security Team.</p><p><a href="https://pkginfo.devuan.org/xorg" rel="nofollow">Xorg</a> does not depend on systemd. The promptness of its security updates is due to the Debian X Strike Force, and the Debian Security Team.</p><p>None of these packages depend on systemd, <strong>none of these packages are forked by Devuan</strong>, security for them is not handled by the Devuan team.</p><p>This is not a slight on those who maintain Devuan but an attempt to communicate that <strong>Devuan is Debian</strong> (with systemd removed).</p><p>The Devuan Team do important work to maintain init freedom - and absolutely deserve credit for that - but they have nothing to do with how your web browser, mail client, or display server works.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Fri, 26 Jan 2024 16:02:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47663#p47663</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47662#p47662</link>
			<description><![CDATA[<p>Yes, o.k., altoid. When I think about all this, I&#039;m currently coming to the conclusion that I&#039;m actually stupid if I don&#039;t continue working with X11. I assumed that Wayland was less bloated than Wayland. At least that&#039;s what I&#039;ve read several times in various forums. I&#039;ve also read that Wayland is more cleanly programmed and much clearer. I personally cannot verify these statements. What I do know is that I have more problems with Wayland. For example, when I have to fill in long tables from various authorities online, I only have problems with Wayland because the clipboard doesn&#039;t work reliably. And here it&#039;s pretty stupid if the penultimate number is pasted instead of the last number you copied. If you have to enter several hindered amounts, you simply can&#039;t work with Wayland. OK, I&#039;ll continue working with X11 for the time being. Many thanks for the input. I&#039;m still interested in the topic and maybe I can read more interesting thoughts in this forum.<br />Best regards</p>]]></description>
			<author><![CDATA[dummy@example.com (jue-gen)]]></author>
			<pubDate>Fri, 26 Jan 2024 15:23:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47662#p47662</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47655#p47655</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><blockquote><div><p>... would prefer X11 to be solid and future-proof.</p></div></blockquote></div><p>Sure ...<br />Why not.<br />Seems to be doing fine. -&gt; see steve_v&#039;s excellent explanation above<br />But ...<br />What about the security holes you have made reference to?<br />Please, humour me.</p><div class="quotebox"><blockquote><div><p>... not an expert ...</p></div></blockquote></div><p>Neither am I, like you, just a user with just a few years&#039; experience with MS and Linux under my belt.<br />ie: not a coder/programmer/maintainer. Can hardly manage to <span class="bbc">$ ./configure | $ make | # make install</span> once in a blue moon.</p><div class="quotebox"><blockquote><div><p>... the view that Wayland is more secure is becoming more and more common.</p></div></blockquote></div><p>Well, you should know by now that to get to <em>more and more common</em> all you need are enough posts constantly beating that same drum <span class="bbu">over and over</span> again till it ends up becoming <em>common</em> enough.</p><p>Along the same lines and <strong>only</strong> to illustrate my point:&#160; &#160;&lt;- <span class="bbu">no</span> intention of starting a discussion<br />In the US, <em>the view that <span class="bbs">Wayland</span> Donald Trump is <span class="bbs">more secure</span> the best president they ever had is becoming more and more common</em>.</p><div class="quotebox"><blockquote><div><p>... missing is a really good comparison of the security aspects of X11 and Wayland.</p></div></blockquote></div><p>I see.<br />Lacking that important piece of IT review, it would then seem that <em>... the view that Wayland is more secure ... </em> does not have much to stand on.<br />Yes?</p><div class="quotebox"><blockquote><div><p>... competent confirmation that X11 is at least as secure as Wayland ...</p></div></blockquote></div><p>Given the bloat and its provenance, I (very) seriously doubt it.<br />Of course, YMMV.</p><div class="quotebox"><blockquote><div><p>Tell me, Altoid, that X11 in Devuan is at least as secure as Wayland ...</p></div></blockquote></div><p>Like I said, I am (like you) just a user so I cannot/would not do that.<br />ie: I lack the needed know-how / training. </p><p>What I <span class="bbu">can</span> tell you is that I have continuously used <span class="bbc">X11</span> for a great many years through (in hindsight) far too many distributions and have had no issues with respect to security or anything a well written <span class="bbc">xorg.conf</span> could not (99% of the time) fix.</p><p>As far as I am concerned, the <span class="bbu">burden of proof</span> is on <span class="bbc">Wayland</span> and <em>not</em> on <span class="bbc">X11</span>.<br />ie: <span class="bbc">Wayland</span> has to prove to be both better <em>and</em> more secure than <span class="bbc">X11</span>.</p><p>Not the other way around.</p><p>Thank you for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 26 Jan 2024 13:27:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47655#p47655</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47653#p47653</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>On the other hand, there was yet another set of xorg security updates that we don’t get because it&#039;s forked.</p></div></blockquote></div><p>For security related questions, just check this</p><p><a href="https://security-tracker.debian.org/tracker/source-package/xorg" rel="nofollow">https://security-tracker.debian.org/tra … ckage/xorg</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Fri, 26 Jan 2024 12:17:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47653#p47653</guid>
		</item>
		<item>
			<title><![CDATA[Re: Praise for the security updates]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47651#p47651</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>if a window is hijacked, X11 also leaks the data from the other windows to the attacker.</p></div></blockquote></div><p>That&#039;s not a bug, it&#039;s a design decision. <br />X was not developed for personal computers, it&#039;s fundamentally a graphical mainframe technology. In that scenario the trust model is inverted WRT a PC - i.e. the network is secure, applications are served from the mainframe and implicitly trusted, the terminal running the xserver is not. </p><p>X is as secure as it has ever been and (at least for now) it&#039;s still getting patches for any newly discovered issues, but the core design concepts don&#039;t transfer particularly well to the age of software-as-an-enemy... Then again, as long as you don&#039;t run untrusted applications that might want to screenscrape or keylog you, you&#039;re fine.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Fri, 26 Jan 2024 12:12:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47651#p47651</guid>
		</item>
	</channel>
</rss>
