<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>i summon one kim &#187; packages</title>
	<atom:link href="http://kimmo.suominen.com/tags/packages/feed/" rel="self" type="application/rss+xml" />
	<link>http://kimmo.suominen.com</link>
	<description>The website of Kimmo Suominen</description>
	<lastBuildDate>Thu, 15 Dec 2011 02:20:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<cloud domain='kimmo.suominen.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>New CVS server for pkgsrc-wip</title>
		<link>http://kimmo.suominen.com/archives/2006/05/new-cvs-server-for-pkgsrc-wip/</link>
		<comments>http://kimmo.suominen.com/archives/2006/05/new-cvs-server-for-pkgsrc-wip/#comments</comments>
		<pubDate>Wed, 17 May 2006 09:09:34 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[NetBSD]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/archives/2006/05/new-cvs-server-for-pkgsrc-wip/</guid>
		<description><![CDATA[SourceForge has improved their CVS infrastructure. Instead of checking out all of pkgsrc-wip from scratch, you could just fix the already checked out tree. You&#8217;ll need to change all the CVS/Root files to point to the new CVS server. I have a fixcvs script to do just that &#8212; it is common enough to have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sourceforge.net/">SourceForge</a> has improved their <acronym title="Concurrent Versions System">CVS</acronym> infrastructure.  Instead of checking out all of <a href="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip</a> from scratch, you could just fix the already checked out tree.<span id="more-203"></span></p>

<p>You&#8217;ll need to change all the <acronym title="Concurrent Versions System">CVS</acronym>/Root files to point to the new <acronym title="Concurrent Versions System">CVS</acronym> server.  I have a <a href="ftp://ftp.gw.com/pub/people/kim/fixcvs">fixcvs</a> script to do just that &#8212; it is common enough to have servers move on you.</p>

<blockquote>
<pre><code>fixcvs /usr/pkgsrc/wip Root 's/@cvs/@pkgsrc-wip.cvs/'
</code></pre>
</blockquote>

<p>This way you also keep all your local changes without all the work of applying them onto a newly checked out tree.</p>

<p>The original version (or at least idea) for the script is from Christos Zoulas, many many dozens of moons ago&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2006/05/new-cvs-server-for-pkgsrc-wip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swish-e 2.4.3</title>
		<link>http://kimmo.suominen.com/archives/2006/02/swish-e-243/</link>
		<comments>http://kimmo.suominen.com/archives/2006/02/swish-e-243/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 13:28:36 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/?p=189</guid>
		<description><![CDATA[Updated Swish-e to version 2.4.3 in pkgsrc. Notable changes: &#8220;Fixed&#8221; libxml2&#8242;s change in UTF8Toisolat1() return value Bernhard Weisshuhn supplied a patch to parser.c for checking the return value of UTF8Toisolat1(). Seems that libxml2 now returns the number of characters converted instead of zero for success. http://bugzilla.gnome.org/show_bug.cgi?id=153937 Added swish-config and pkg-config Swish now provides a swish-config [...]]]></description>
			<content:encoded><![CDATA[<p>Updated <a href="http://swish-e.org/">Swish-e</a> to version 2.4.3 in <a href="http://www.netbsd.org/Documentation/software/packages.html">pkgsrc</a>.</p>

<p>Notable changes: <span id="more-189"></span></p>

<ul>
<li><p>&#8220;Fixed&#8221; libxml2&#8242;s change in UTF8Toisolat1() return value</p>

<p>Bernhard  Weisshuhn  supplied a patch to parser.c for checking the
return  value  of  UTF8Toisolat1(). Seems that libxml2 now returns
the number of characters converted instead of zero for success.

http://bugzilla.gnome.org/show_bug.cgi?id=153937</p></li>

<li><p>Added swish-config and pkg-config</p>

<p>Swish  now  provides a swish-config script and config file for the
pkg-config  utility.  These tools help when building programs that
link with the swish-e library.</p></li>
<li><p>Added SwishFuzzy function</p>

<p>SwishFuzzy  function  (SWISH::<acronym title="Application Programming Interface">API</acronym>::Fuzzy)  lets  you  stem  a word
without  first  searching.  This might be helpful for playing with
queries prior to the search.</p></li>
<li><p>Fixed Buzzwords (and other word lists entered in the config)</p>

<p>Words  entered  in  config were not converted to lower case before
storing in the index.</p></li>
<li><p>Fixed metaname mapping problem in Merge</p>

<p>Peter  Karman found an error when merging indexes where the source
indexes had the same metanames, but listed in a different order in
their  config  files.  Words would then be indexed under the wrong
metaID number in the output index.</p></li>
<li><p>Added -R option to support IDF word weighting in ranking. (karman)</p>

<p>Added  Inverse  Document  Frequency  calculation  to the getrank()
routine.  This  will  allow  the  relative  frequency of a word in
relationship  to other words in the query to impact the ranking of
documents.</p></li>
<li><p>Swish.cgi now kills swish-e on time out</p>

<p>The  example  script  swish.cgi  uses  an alarm (on platforms that
support  alarm)  to abort processing after some number of seconds,
but  it  was  not  killing the child process, swish-e. Bill Schell
submitted a patch to kill the child when the alarm triggers.</p></li>
<li><p>The template search.tt was renamed to swish.tt</p>

<p>The  template  was  renamed because it&#8217;s used by swish.cgi, not by
search.cgi, which was confusing.</p></li>
<li><p>Updates to the search.cgi</p>

<p>The  example  script  search.cgi  was  updated to work better with
mod_perl and to use external template files and style sheets.</p></li>
<li><p>New MS Word Filter</p>

<p>James  Job  provided  the SWISH::Filter::Doc2html filter that uses
the   wvWare   ([59]http://wvware.sourceforge.net/)   program  for
filtering  MS  Word  documents.  If  both  catdoc  and  wvWare are
installed then wvWare will be used.</p></li>
<li><p>Change in way symbolic links are followed</p>

<p>John-Marc  Chandonia  pointed  out that if a symlink is skipped by
FileRules,  then  the  actual file/directory is marked as &#8220;already
seen&#8221; and cannot be indexed by other links or directly.
Now,  files  and  directories  are not marked &#8220;already seen&#8221; until
after passing FileRules (i.e after a file is actually indexed or a
directory is processed).</p></li>
<li><p>UseStemming didn&#8217;t take no for an answer</p>

<p>UseStemming  was  coded  as  an  alias  for FuzzyIndexingMode when
Snowball  was  compiled  in (the default), but &#8220;no&#8221; doesn&#8217;t always
mean no when the Norwegian stemmer is available.</p></li>
<li><p>Updated the index_hypermail.pl</p>

<p>Updated to work with latest version of hypermail (pre-2.1.9).</p></li>
<li><p>Fixed segfault when generating warnings while parsing</p>

<p>Parser.c  was incorrectly calling warning() incorrectly. And -Wall
was not catching this!</p></li>
</ul>

<p>The complete list of revisions is at <a href="http://swish-e.org/docs/changes.html">http://swish-e.org/docs/changes.html</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2006/02/swish-e-243/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anomy Sanitizer 1.76</title>
		<link>http://kimmo.suominen.com/archives/2006/02/anomy-sanitizer-176/</link>
		<comments>http://kimmo.suominen.com/archives/2006/02/anomy-sanitizer-176/#comments</comments>
		<pubDate>Wed, 01 Feb 2006 01:03:42 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/?p=183</guid>
		<description><![CDATA[Updated Anomy Sanitizer to version 1.76 in pkgsrc. Notable changes: The most common/important file formats are recognized based on file contents, not just file name and MIME-type. Detects WMF files, to allow reliable blacklisting. Detects when people try to disguise non-JPEG/GIF/PNG content as such files and defangs such attachments. Bug fixed, where disinfection wouldn&#8217;t result [...]]]></description>
			<content:encoded><![CDATA[<p>Updated <a href="http://mailtools.anomy.net/">Anomy Sanitizer</a> to version 1.76 in <a href="http://www.netbsd.org/Documentation/software/packages.html">pkgsrc</a>.</p>

<p>Notable changes: <span id="more-183"></span></p>

<ul>
<li><p>The most common/important file formats are recognized based on file
contents, not just file name and MIME-type.  Detects WMF files, to
allow reliable blacklisting.  Detects when people try to disguise
non-JPEG/GIF/<acronym title="Portable Network Graphics">PNG</acronym> content as such files and defangs such attachments.</p></li>
<li><p>Bug fixed, where disinfection wouldn&#8217;t result in the modification
count of a message being incremented.  Some 3rd party systems rely
on the modification count to determine whether to use the output or
not.  This is a critical fix for such systems.</p></li>
<li><p>Improved handling of Yahoo DomainKeys.</p></li>
<li><p>Fixed crash when multiple Content-Transfer-Encoding headers were
present in the same message part.</p></li>
<li><p>Added mailblogger.pl, to the distribution.  This program has
nothing to do with security, but uses the MIMEStream parser to
extract images from e-mail and can subsequently generate thumbnails
and re-post both text and images to a web-site, to implement
email-to-www gateway functionality.  (E.g. mobile blogging.)</p></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2006/02/anomy-sanitizer-176/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IceS with Perl extensions</title>
		<link>http://kimmo.suominen.com/archives/2005/12/ices-with-perl-extensions/</link>
		<comments>http://kimmo.suominen.com/archives/2005/12/ices-with-perl-extensions/#comments</comments>
		<pubDate>Mon, 05 Dec 2005 11:50:38 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/?p=174</guid>
		<description><![CDATA[I&#8217;ve gotten back to pkgsrc work through rebuilding everything on my development system. I&#8217;ve found that some of &#8220;my&#8221; packages have been changed while I&#8217;ve been busy with other things. The IceS MP3 streamer (audio/ices-mp3) wouldn&#8217;t even compile anymore with the embedded Perl option enabled. I use a Perl module called mstream to keep my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten back to <a href="http://www.netbsd.org/Documentation/software/packages.html">pkgsrc</a> work through rebuilding everything on my development system.  I&#8217;ve found that some of &#8220;my&#8221; packages have been changed while I&#8217;ve been busy with other things.</p>

<p>The <a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/audio/ices-mp3/README.html">IceS <acronym title="MPEG Layer 3: a common audio codec for music files">MP3</acronym> streamer (audio/ices-mp3)</a> wouldn&#8217;t even compile anymore with the embedded Perl option enabled.  I use a Perl module called <a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/audio/mstream/README.html">mstream</a> to keep <a href="http://kimmo.suominen.com/gwradio/">my personal radio stream</a> going.</p>

<p>I&#8217;ve reverted the offending change and all is good again.</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2005/12/ices-with-perl-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded leafnode to 1.11.2</title>
		<link>http://kimmo.suominen.com/archives/2005/05/upgraded-leafnode-to-1112/</link>
		<comments>http://kimmo.suominen.com/archives/2005/05/upgraded-leafnode-to-1112/#comments</comments>
		<pubDate>Fri, 13 May 2005 16:11:46 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/?p=126</guid>
		<description><![CDATA[I took a few minutes to upgrade leafnode to version 1.11.2 to address a denial of service vulnerability. Update your pkgsrc tree to get the new version.]]></description>
			<content:encoded><![CDATA[<p>I took a few minutes to upgrade <a href="http://leafnode.sourceforge.net/">leafnode</a> to version 1.11.2 to address <a href="http://leafnode.sourceforge.net/leafnode-SA-2005-01.txt">a denial of service vulnerability</a>.  Update your <a href="http://www.netbsd.org/Documentation/software/packages.html">pkgsrc</a> tree to get the new version.</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2005/05/upgraded-leafnode-to-1112/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DoS vulnerability fixed in postgrey</title>
		<link>http://kimmo.suominen.com/archives/2005/04/dos-vulnerability-fixed-in-postgrey/</link>
		<comments>http://kimmo.suominen.com/archives/2005/04/dos-vulnerability-fixed-in-postgrey/#comments</comments>
		<pubDate>Sun, 17 Apr 2005 16:13:06 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/2005/04/17/dos-vulnerability-fixed-in-postgrey/</guid>
		<description><![CDATA[I&#8217;ve updated postgrey to version 1.21 in pkgsrc due to a denial-of-service vulnerability.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated <a href="http://isg.ee.ethz.ch/tools/postgrey/">postgrey</a> to version 1.21 in <a href="http://www.netbsd.org/Documentation/software/packages.html">pkgsrc</a> due to a <a href="http://secunia.com/advisories/14958/">denial-of-service vulnerability</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2005/04/dos-vulnerability-fixed-in-postgrey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compilation issue with php-imap</title>
		<link>http://kimmo.suominen.com/archives/2005/04/compilation-issue-with-php-imap/</link>
		<comments>http://kimmo.suominen.com/archives/2005/04/compilation-issue-with-php-imap/#comments</comments>
		<pubDate>Fri, 15 Apr 2005 23:13:22 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/2005/04/15/compilation-issue-with-php-imap/</guid>
		<description><![CDATA[After some head scratching I stumbled on a workaround for making the php-imap package compile again (PR/29962). I couldn&#8217;t have deployed a new version of PHP without the IMAP extension, yet an upgrade was needed due to denial-of-service vulnerabilities (CAN-2005-0524 and CAN-2005-0525).]]></description>
			<content:encoded><![CDATA[<p>After some head scratching I stumbled on a workaround for making the <a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/mail/php-imap/README.html">php-imap package</a> compile again (<a href="http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=29962">PR/29962</a>).  I couldn&#8217;t have deployed a new version of <a href="http://www.php.net/"><acronym title="Hypertext Preprocessing (a programming language)">PHP</acronym></a> without the <acronym title="Internet Message Access Protocol">IMAP</acronym> extension, yet an upgrade was needed due to denial-of-service vulnerabilities (<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0524">CAN-2005-0524</a> and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0525">CAN-2005-0525</a>).</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2005/04/compilation-issue-with-php-imap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imlib2 trouble fixed</title>
		<link>http://kimmo.suominen.com/archives/2005/04/imlib2-trouble-fixed/</link>
		<comments>http://kimmo.suominen.com/archives/2005/04/imlib2-trouble-fixed/#comments</comments>
		<pubDate>Mon, 11 Apr 2005 15:51:04 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/2005/04/11//</guid>
		<description><![CDATA[Charlie Allom provided the solution for a nuisance that kept Apache::Gallery from working since the last imlib2 upgrade in pkgsrc. Closed my own PR pkg/29054.]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.rubberduck.com/about.html">Charlie Allom</a></strong> provided the solution for a nuisance that kept <a href="http://apachegallery.dk/">Apache::Gallery</a> from working since the last imlib2 upgrade in <a href="http://www.netbsd.org/Documentation/software/packages.html">pkgsrc</a>.  Closed my own <a href="http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=29054">PR pkg/29054</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2005/04/imlib2-trouble-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Little Brother&#8217;s Database</title>
		<link>http://kimmo.suominen.com/archives/2005/03/the-little-brothers-database/</link>
		<comments>http://kimmo.suominen.com/archives/2005/03/the-little-brothers-database/#comments</comments>
		<pubDate>Sat, 26 Mar 2005 04:05:37 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/2005/03/25/the-little-brothers-database/</guid>
		<description><![CDATA[Antoine Reilles submitted a package for the Little Brother&#8217;s Database (lbdb) in PR pkg/29164. I&#8217;ve had lbdb in my reminders for quite some time, but never got around to packaging it. I tweaked Antoine&#8217;s package a bit, and now I have committed it to pkgsrc. Thanks, Antoine! The Little Brother&#8217;s Database provides a lookup interface [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.loria.fr/~reilles/">Antoine Reilles</a> submitted a package for the <a href="http://www.spinnaker.de/lbdb/">Little Brother&#8217;s Database (lbdb)</a> in <a href="http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=29164">PR pkg/29164</a>.  I&#8217;ve had <a href="http://www.spinnaker.de/lbdb/">lbdb</a> in my reminders for quite some time, but never got around to packaging it.  I tweaked Antoine&#8217;s package a bit, and now I have committed it to <a href="http://www.netbsd.org/Documentation/software/packages.html">pkgsrc</a>.  Thanks, Antoine!</p>

<p>The <a href="http://www.spinnaker.de/lbdb/">Little Brother&#8217;s Database</a> provides a lookup interface for mail addresses for several data sources.  It can retrieve data from its own database, Emacs <a href="http://bbdb.sourceforge.net/">bbdb</a>, <a href="http://abook.sourceforge.net/">abook</a>, <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> and even <a href="http://www.apple.com/macosx/">MacOS X</a> addressbooks, and provide the results to external programs such as the <a href="http://www.spinnaker.de/mutt/">Mutt</a> mail reader.</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2005/03/the-little-brothers-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Released tcsh 6.14</title>
		<link>http://kimmo.suominen.com/archives/2005/03/released-tcsh-614/</link>
		<comments>http://kimmo.suominen.com/archives/2005/03/released-tcsh-614/#comments</comments>
		<pubDate>Sat, 26 Mar 2005 03:43:50 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[packages]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/2005/03/25/released-tcsh-614/</guid>
		<description><![CDATA[I announced tcsh 6.14 today. The major &#8220;new feature&#8221; for me in this release is working UTF-8 support. Anyone using multibyte character sets should be much happier now. It has been great having a number of people work on the code &#8212; there are over 70 fixes in this release. I have been practising release [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mx.gw.com/pipermail/tcsh/2005-March/003189.html">I announced tcsh 6.14</a> today.  The major &#8220;new feature&#8221; for me in this release is working UTF-8 support.  Anyone using multibyte character sets should be much happier now.  It has been great having a number of people work on the code &#8212; there are over 70 fixes in this release.</p>

<p>I have been practising release engineering for tcsh by cutting the last 3 developer test versions.  I have automated the release procedure a bit more to minimize the chance for errors from having to type in detailed commands repeatedly.  Let&#8217;s see if I can push out another release a bit closer to my desired goal of every 6 months.</p>

<p>I have also installed <a href="http://bugs.gw.com/">an issue tracker</a> to make it easier to produce change logs and make sure that issues are not falling through the cracks.  I hope it will also provide a searchable long-term memory on past decisions on what will get included in tcsh and when.</p>

<p>Naturally right after announcing the release I updated <a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/shells/tcsh/README.html">the pgksrc package for tcsh</a>, so you can install the package right now by updating your pkgsrc tree.</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2005/03/released-tcsh-614/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

