<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Zugschlusbeobachtungen (Entries tagged as aide)</title>
    <link>https://blog.zugschlus.de/</link>
    <description>Marc Habers Weblog</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Sun, 02 Apr 2017 17:01:51 GMT</pubDate>

    <image>
    <url>https://blog.zugschlus.de/templates/2k11/img/s9y_banner_small.png</url>
    <title>RSS: Zugschlusbeobachtungen - Marc Habers Weblog</title>
    <link>https://blog.zugschlus.de/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>aide 0.11 in unstable</title>
    <link>https://blog.zugschlus.de/archives/328-aide-0.11-in-unstable.html</link>
            <category>Debian</category>
    
    <comments>https://blog.zugschlus.de/archives/328-aide-0.11-in-unstable.html#comments</comments>
    <wfw:comment>https://blog.zugschlus.de/wfwcomment.php?cid=328</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=328</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &lt;p&gt;&lt;p&gt;After over two years without a release, and after having release candidates in experimental since October, &lt;a href=&quot;http://www.cs.tut.fi/~rammer/aide.html&quot;&gt;aide&lt;/a&gt; 0.11 was &lt;a href=&quot;http://sourceforge.net/mailarchive/forum.php?thread_id=9756781&amp;forum_id=34655&quot;&gt;released&lt;/a&gt; a few days ago, and I have just &lt;a href=&quot;http://packages.qa.debian.org/a/aide.html&quot;&gt;uploaded 0.11-1&lt;/a&gt; to unstable. This time, I even haven&#039;t forgotten to use the -v option to svn-buildpackage to have the changelog entries for the package versions uploaded to experimental in the unstable upload notice as well.&lt;/p&gt;&lt;p&gt;aide is the Advanced Intrusion Detection Environment, a program which compares the real state of the file system with a database which holds various file attributes such as inode data and/or cryptographic checksums. In 2005, the Debian maintainer of aide, Mike Markley, has accepted me as a co-maintainer, and since I have done the biggest part of the work in the last months, I have adopted the package as responsible maintainer in January 2006. Mike is still listed in Uploaders and can commit to our &lt;a href=&quot;http://svn.debian.org/wsvn/pkg-aide/trunk/debian/?rev=0&amp;sc=0&quot;&gt;alioth svn&lt;/a&gt;, though.&lt;/p&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 19 Feb 2006 18:01:09 +0000</pubDate>
    <guid isPermaLink="false">https://blog.zugschlus.de/archives/328-guid.html</guid>
    <category>aide</category>
<category>debian</category>
<category>english</category>
<category>incluesion</category>
<category>packaging</category>

</item>
<item>
    <title>My daily wtf. today: cron.daily/aide</title>
    <link>https://blog.zugschlus.de/archives/200-My-daily-wtf.-today-cron.dailyaide.html</link>
            <category>Debian</category>
    
    <comments>https://blog.zugschlus.de/archives/200-My-daily-wtf.-today-cron.dailyaide.html#comments</comments>
    <wfw:comment>https://blog.zugschlus.de/wfwcomment.php?cid=200</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=200</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &lt;pre&gt;&lt;code&gt;
if [ -n &quot;$NOISE&quot; ]; then
        NOISETMP=`tempfile --directory &quot;/tmp&quot; --prefix &quot;aidenoise&quot;`
        NOISETMP2=`tempfile --directory &quot;/tmp&quot; --prefix &quot;aidenoise&quot;`
        sed -n &quot;1,/^Detailed information about changes:/p; &quot;$LOGDIR/$LOGFILE&quot; | grep &quot;^\\(changed|removed|added\\):&quot; | grep -v &quot;^added: THERE WERE ALSO [0-9]\\+ FILES ADDED UNDER THIS DIRECTORY&quot; &amp;gt; $NOISETMP2

        if [ -n &quot;$NOISE&quot; ]; then
                &amp;lt; $NOISETMP2 grep -v &quot;^\\(changed|removed|added\\):$NOISE&quot; &amp;gt; $NOISETMP
                rm -f $NOISETMP2
                echo &quot;De-Noised output removes everything matching $NOISE&quot;
        else
                mv $NOISETMP2 $NOISETMP
                echo &quot;No noise expression was given.&quot;
        fi
fi
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Too bad that a shell doesn&#039;t complain about unreachable code. I must have smoked some very strange stuff when submitting that patch to aide years ago.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 01 Oct 2005 16:24:14 +0000</pubDate>
    <guid isPermaLink="false">https://blog.zugschlus.de/archives/200-guid.html</guid>
    <category>aide</category>
<category>debian</category>
<category>english</category>
<category>incluesion</category>
<category>shell</category>

</item>
<item>
    <title>aide 0.10-9 in experimental</title>
    <link>https://blog.zugschlus.de/archives/192-aide-0.10-9-in-experimental.html</link>
            <category>Debian</category>
    
    <comments>https://blog.zugschlus.de/archives/192-aide-0.10-9-in-experimental.html#comments</comments>
    <wfw:comment>https://blog.zugschlus.de/wfwcomment.php?cid=192</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>https://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=192</wfw:commentRss>
    

    <author>nospam@example.com ()</author>
    <content:encoded>
    &lt;p&gt;After taking over &lt;a href=&quot;http://packages.debian.org/aide&quot;&gt;aide&lt;/a&gt; co-maintainership in January and successfully convincing Mike to put the project on &lt;a href=&quot;http://pkg-aide.alioth.debian.org&quot;&gt;alioth&lt;/a&gt;, I have done some work on aide and have uploaded 0.10-8 on September 18 and 0.10-9 on September 27 to experimental.&lt;/p&gt;

&lt;p&gt;These two versions acknowledge the two NMUs we recently had and fix some issues that I thought would be worth fixing. Please test. I plan on uploading to unstable on a week, if no bad goofs surface during the experimental phase.&lt;/p&gt;

&lt;p&gt;Unfortunately, aide&#039;s upstream is quite dead, so it is unlikely that any upstream bugs will get fixed without you submitting patches.&lt;/p&gt;

&lt;p&gt;Next step will be convincing Mike to allow creation of a pkg-aide-maintainers mailing list for the Maintainer:-Field, so that messages sent to the maintainer field instead of aide@packages.debian.org can reach me as well.&lt;/p&gt;
 &lt;a class=&quot;block_level&quot; href=&quot;https://blog.zugschlus.de/archives/192-aide-0.10-9-in-experimental.html#extended&quot;&gt;Continue reading &quot;aide 0.10-9 in experimental&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 27 Sep 2005 19:55:52 +0000</pubDate>
    <guid isPermaLink="false">https://blog.zugschlus.de/archives/192-guid.html</guid>
    <category>aide</category>
<category>debian</category>
<category>english</category>
<category>incluesion</category>
<category>security</category>

</item>

</channel>
</rss>
