undeadly - sfeed_tests - sfeed tests and RSS and Atom files
 (HTM) git clone git://git.codemadness.org/sfeed_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       undeadly (7911B)
       ---
            1 <?xml version="1.0" encoding="utf-8"?>
            2 
            3 <rss version="0.92">
            4 <channel>
            5 
            6 <title>OpenBSD Journal</title>
            7 <link>https://undeadly.org/</link>
            8 <description>The OpenBSD Community.</description>
            9 <language>en-us</language>
           10 <managingEditor>editor-rss@undeadly.org (Undeadly Editors)</managingEditor>
           11 
           12 <image>
           13 <title>OpenBSD Journal</title>
           14 <url>https://undeadly.org/images/logo.jpg</url>
           15 <link>https://undeadly.org/</link>
           16 <description>The OpenBSD Community.</description>
           17 </image>
           18 
           19 <item>
           20 <title>login_ldap added to -current</title>
           21 <link>https://undeadly.org/cgi?action=article;sid=20200913081040</link>
           22 <pubDate>Sun, 13 Sep 2020 08:10:40 GMT</pubDate>
           23 <description><![CDATA[
           24 <p>With
           25 <a href="https://marc.info/?l=openbsd-cvs&amp;m=159992319027593&amp;w=2">this commit</a>,
           26 Martijn van Duren (<code>martijn@</code>)
           27 added
           28 <a href="https://man.openbsd.org/login_ldap">login_ldap(8)</a>
           29 to -current:</p>
           30 <blockquote>
           31 <pre>CVSROOT:        /cvs
           32 Module name:        src
           33 Changes by:        martijn@cvs.openbsd.org        2020/09/12 09:06:12
           34 
           35 Modified files:
           36         libexec        : Makefile 
           37 Added files:
           38         libexec/login_ldap: Makefile aldap.c aldap.h bind.c login_ldap.8 
           39                             login_ldap.c login_ldap.h search.c util.c 
           40 
           41 Log message:
           42 Import login_ldap.
           43 
           44 The code is based login_ldap port, but uses our own aldap implementation
           45 instead of openldap. It also uses a stand alone configuration file
           46 instead of login.conf, since setting this up might contain information
           47 not destined for everyone to see.
           48 
           49 OK bluhm@
           50 &quot;Go for it&quot; deraadt@</pre>
           51 </blockquote>
           52 
           53 <p>An
           54 <a href="https://cvsweb.openbsd.org/src/etc/examples/login_ldap.conf?rev=1.1&content-type=text/x-cvsweb-markup">example configuration file</a>
           55 was also
           56 <a href="https://marc.info/?l=openbsd-cvs&amp;m=159992349927639&amp;w=2">committed</a>.</p>
           57 
           58 
           59 ]]></description>
           60 </item>
           61 <item>
           62 <title>6.8-beta tagged in CVS</title>
           63 <link>https://undeadly.org/cgi?action=article;sid=20200831192811</link>
           64 <pubDate>Mon, 31 Aug 2020 19:28:11 GMT</pubDate>
           65 <description><![CDATA[
           66 <p>Theo (<code>deraadt@</code>) has just <a href="https://marc.info/?l=openbsd-cvs&m=159889012532154&w=2">committed</a> the crank to 6.8-beta to CVS</p>
           67 <blockquote>
           68 <pre><strong>From:</strong> Theo de Raadt
           69 <strong>Date:</strong> Mon, 31 Aug 2020 10:08:28 -0600 (MDT)
           70 <strong>To:</strong> source-changes@openbsd.org
           71 <strong>Subject:</strong> CVS: cvs.openbsd.org: src
           72 
           73 CVSROOT:        /cvs
           74 Module name:    src
           75 Changes by:     deraadt@cvs.openbsd.org 2020/08/31 10:08:28
           76 
           77 Modified files:
           78         sys/conf       : newvers.sh 
           79         sys/sys        : param.h 
           80         usr.bin/signify: signify.1 
           81         etc/root       : root.mail 
           82         share/mk       : sys.mk 
           83         sys/arch/macppc/stand/tbxidata: bsd.tbxi 
           84 
           85 Log message:
           86 crank to 6.8-beta</pre>
           87 </blockquote>
           88 <p>You know what this means: time to test <a href="http://cdn.openbsd.org/pub/OpenBSD/snapshots/">snapshots</a> and report any issues you find, both in the base systems as in the supplied packages, so that the upcoming 6.8 release will not surprise you in unfortunate ways!</p>
           89 
           90 
           91 ]]></description>
           92 </item>
           93 <item>
           94 <title>Frederic Cambus on text console improvements</title>
           95 <link>https://undeadly.org/cgi?action=article;sid=20200831182900</link>
           96 <pubDate>Mon, 31 Aug 2020 18:29:00 GMT</pubDate>
           97 <description><![CDATA[
           98 Frederic Cambus (<code>fcambus@</code>) has published an <a href="https://www.cambus.net/modernizing-the-openbsd-console/">article</a> on his blog about the work that has been done to improve the text-console experience on OpenBSD.  Well worth a read if, as a proper UNIX-sysadmin, you enjoy working in a text-only environment; but also if you spend most of your time in X!
           99 
          100 
          101 ]]></description>
          102 </item>
          103 <item>
          104 <title>LibreSSL documentation status update</title>
          105 <link>https://undeadly.org/cgi?action=article;sid=20200817063735</link>
          106 <pubDate>Mon, 17 Aug 2020 06:37:35 GMT</pubDate>
          107 <description><![CDATA[
          108 <p>More than six years ago,
          109 <a href="https://www.libressl.org/">LibreSSL</a> was forked from
          110 <a href="https://www.openssl.org/">OpenSSL</a>, and almost two years ago,
          111 i explained the status of LibreSSL documentation during
          112 <a href="https://2018.eurobsdcon.org/talks-speakers/#IngoSchwarze">EuroBSDCon
          113 2018</a> in Bucuresti.
          114 So it seems providing an update might be in order.</p>
          115 
          116 <p><a href="https://undeadly.org/cgi?action=article;sid=20200817063735">Read more&hellip;</a></p>
          117 ]]></description>
          118 </item>
          119 <item>
          120 <title>LLVM 10.0.0 imported into -current</title>
          121 <link>https://undeadly.org/cgi?action=article;sid=20200806001449</link>
          122 <pubDate>Thu, 06 Aug 2020 00:14:49 GMT</pubDate>
          123 <description><![CDATA[
          124 <p>With
          125 <a href="https://marc.info/?l=openbsd-cvs&amp;m=159646514207723&amp;w=2">this commit</a>
          126 and several more,  Patrick Wildt (<code>patrick@</code>)
          127 upgraded -current to version 10.0.0 of <abbr>LLVM</abbr>:</p>
          128 <blockquote>
          129 <pre>CVSROOT:        /cvs
          130 Module name:        src
          131 Changes by:        patrick@cvs.openbsd.org        2020/08/03 08:30:27
          132 
          133 Log message:
          134     Import LLVM 10.0.0 release including clang, lld and lldb.
          135     
          136     ok hackroom
          137     tested by plenty
          138     
          139     Status:
          140     
          141     Vendor Tag:        LLVM
          142     Release Tags:        LLVM_10_0_0
          143 [&hellip;]</pre>
          144 </blockquote>
          145 
          146 
          147 ]]></description>
          148 </item>
          149 <item>
          150 <title>Timecounters available to userland in -current</title>
          151 <link>https://undeadly.org/cgi?action=article;sid=20200708055508</link>
          152 <pubDate>Wed, 08 Jul 2020 05:55:08 GMT</pubDate>
          153 <description><![CDATA[
          154 <p>In <a href="https://marc.info/?l=openbsd-cvs&amp;m=159404241710577&amp;w=2">this commit</a>, Paul Irofti (<code>pirofti@</code>) added support for reading timecounters in userland without making a syscall.</p>
          155 
          156 <p><a href="https://undeadly.org/cgi?action=article;sid=20200708055508">Read more&hellip;</a></p>
          157 ]]></description>
          158 </item>
          159 <item>
          160 <title>First powerpc64 snapshots available</title>
          161 <link>https://undeadly.org/cgi?action=article;sid=20200707001113</link>
          162 <pubDate>Tue, 07 Jul 2020 00:11:13 GMT</pubDate>
          163 <description><![CDATA[
          164 <p>Since we <a href="cgi?action=article;sid=20200518063754">reported</a> the first bits of powerpc64 support going into the tree on 16 May, work has progressed at a steady pace, resulting in snapshots now being available for this platform.</p>
          165 
          166 <p>So, if you have a POWER9 system idling around, go to your nearest
          167 <a href="https://www.openbsd.org/ftp.html">mirror</a>
          168 and fetch this snapshot.  Keep in mind that as this is still very early days, very little handholding is available - you are basically on your own.</p>
          169 
          170 <p><a href="https://undeadly.org/cgi?action=article;sid=20200707001113">Read more&hellip;</a></p>
          171 ]]></description>
          172 </item>
          173 <item>
          174 <title>WireGuard imported into OpenBSD</title>
          175 <link>https://undeadly.org/cgi?action=article;sid=20200622052207</link>
          176 <pubDate>Mon, 22 Jun 2020 05:22:07 GMT</pubDate>
          177 <description><![CDATA[
          178 <p>In the following
          179 <a href="https://marc.info/?l=openbsd-cvs&amp;m=159274150512676&amp;w=2">commit</a>
          180 (and a bunch of others), David Gwynne (<code>dlg@</code>) imported most of the code submitted recently by Jason A. Donenfeld and Matt Dunwoodie to allow you to use <a href="https://wireguard.com/">WireGuard</a> natively on OpenBSD:</p>
          181 
          182 <p><a href="https://undeadly.org/cgi?action=article;sid=20200622052207">Read more&hellip;</a></p>
          183 ]]></description>
          184 </item>
          185 <item>
          186 <title>Graphical view of the x86 OpenBSD boot process</title>
          187 <link>https://undeadly.org/cgi?action=article;sid=20200621203710</link>
          188 <pubDate>Sun, 21 Jun 2020 20:37:10 GMT</pubDate>
          189 <description><![CDATA[
          190 <p>Wesley Mouedine Assaby who runs the <a href="https://www.openbsdjumpstart.org/">OpenBSD Jumpstart</a> webpage with hints and tips for beginners about OpenBSD in general has produced a visualization of how PCs boot into OpenBSD.</p>
          191 
          192 <p><a href="https://undeadly.org/cgi?action=article;sid=20200621203710">Read more&hellip;</a></p>
          193 ]]></description>
          194 </item>
          195 
          196 
          197 </channel>
          198 </rss>