<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-12530</id>
	<title>Nabble - debian-release</title>
	<updated>2008-10-11T08:10:16Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/debian-release-f12530.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/debian-release-f12530.html" />
	<subtitle type="html">Coordination of Debian releases issues such as testing migrations, transitions and removals. This list should not be considered a discussion list; discussions related to releases issues should be held on more appropriate lists such as debian-devel, debian-legal or debian-project.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19933368</id>
	<title>Please unblock linux-2.6/2.6.26-8</title>
	<published>2008-10-11T08:10:16Z</published>
	<updated>2008-10-11T08:10:16Z</updated>
	<author>
		<name>Bastian Blank</name>
	</author>
	<content type="html">Hi folks
&lt;br&gt;&lt;br&gt;Please unblock linux-2.6/2.6.26-8.
&lt;br&gt;&lt;br&gt;It includes several bug and security fixes. Also it adds the
&lt;br&gt;oldstyle-Xen patch from SuSE, which is no really pretty but a working
&lt;br&gt;solution for the people out there who uses Xen.
&lt;br&gt;&lt;br&gt;Bastian
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Captain's Log, star date 21:34.5...
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19933368/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-unblock-linux-2.6-2.6.26-8-tp19933368p19933368.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19933259</id>
	<title>Please allow rubyluabridge/0.6.0-3 into Lenny</title>
	<published>2008-10-11T07:54:26Z</published>
	<updated>2008-10-11T07:54:26Z</updated>
	<author>
		<name>Roberto C. Sánchez</name>
	</author>
	<content type="html">Please allow rubyluabridge/0.6.0-3 into Lenny.
&lt;br&gt;&lt;br&gt;Changelog:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Quit installing the shared library into /usr/lib/ruby/1.8/i486-linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; on non-x86 platforms
&lt;br&gt;&lt;br&gt;The debdiff is attached.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-Roberto
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Roberto C. Sánchez
&lt;br&gt;&lt;a href=&quot;http://people.connexer.com/~roberto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.connexer.com/~roberto&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.connexer.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.connexer.com&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff -u rubyluabridge-0.6.0/debian/rules rubyluabridge-0.6.0/debian/rules
&lt;br&gt;--- rubyluabridge-0.6.0/debian/rules
&lt;br&gt;+++ rubyluabridge-0.6.0/debian/rules
&lt;br&gt;@@ -32,9 +32,10 @@
&lt;br&gt;&amp;nbsp;	dh_testroot
&lt;br&gt;&amp;nbsp;	dh_clean -k 
&lt;br&gt;&amp;nbsp;	dh_installdirs
&lt;br&gt;-
&lt;br&gt;-	# Add here commands to install the package into debian/rubyluabridge.
&lt;br&gt;-	#$(MAKE) DESTDIR=$(CURDIR)/debian/rubyluabridge install
&lt;br&gt;+	$(MAKE) DESTDIR=$(CURDIR)/debian/rubyluabridge install
&lt;br&gt;+	mkdir -p $(CURDIR)/debian/rubyluabridge/usr/lib/ruby/1.8/
&lt;br&gt;+	mv $(CURDIR)/debian/rubyluabridge/usr/local/lib/site_ruby/1.8/* $(CURDIR)/debian/rubyluabridge/usr/lib/ruby/1.8/
&lt;br&gt;+	rm -rf $(CURDIR)/debian/rubyluabridge/usr/local
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;# Build architecture-independent files here.
&lt;br&gt;@@ -48,7 +49,7 @@
&lt;br&gt;&amp;nbsp;	dh_installchangelogs 
&lt;br&gt;&amp;nbsp;	dh_installdocs
&lt;br&gt;&amp;nbsp;	dh_installexamples
&lt;br&gt;-	dh_install
&lt;br&gt;+	dh_install --sourcedir=$(CURDIR)/debian/rubyluabridge
&lt;br&gt;&amp;nbsp;	dh_installman
&lt;br&gt;&amp;nbsp;	dh_link
&lt;br&gt;&amp;nbsp;	dh_strip
&lt;br&gt;diff -u rubyluabridge-0.6.0/debian/libluabridge-ruby1.8.install rubyluabridge-0.6.0/debian/libluabridge-ruby1.8.install
&lt;br&gt;--- rubyluabridge-0.6.0/debian/libluabridge-ruby1.8.install
&lt;br&gt;+++ rubyluabridge-0.6.0/debian/libluabridge-ruby1.8.install
&lt;br&gt;@@ -1 +1 @@
&lt;br&gt;-rubyluabridge.so	usr/lib/ruby/1.8/i486-linux
&lt;br&gt;+usr/lib/ruby/1.8/*/rubyluabridge.so
&lt;br&gt;diff -u rubyluabridge-0.6.0/debian/changelog rubyluabridge-0.6.0/debian/changelog
&lt;br&gt;--- rubyluabridge-0.6.0/debian/changelog
&lt;br&gt;+++ rubyluabridge-0.6.0/debian/changelog
&lt;br&gt;@@ -1,3 +1,10 @@
&lt;br&gt;+rubyluabridge (0.6.0-3) unstable; urgency=medium
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;* Quit installing the shared library into /usr/lib/ruby/1.8/i486-linux
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;on non-x86 platforms
&lt;br&gt;+
&lt;br&gt;+ -- Roberto C. Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933259&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roberto@...&lt;/a&gt;&amp;gt; &amp;nbsp;Sat, 11 Oct 2008 10:24:54 -0400
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;rubyluabridge (0.6.0-2) unstable; urgency=high
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Bump Standards-Version to 3.8.0 (no changes).
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19933259/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-allow-rubyluabridge-0.6.0-3-into-Lenny-tp19933259p19933259.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19933470</id>
	<title>Re: Bug#492837: remove mozilla-bookmarksftp from lenny</title>
	<published>2008-10-11T07:44:24Z</published>
	<updated>2008-10-11T07:44:24Z</updated>
	<author>
		<name>Yaroslav Halchenko</name>
	</author>
	<content type="html">Indeed it is useless in lenny, thus should be removed from release for
&lt;br&gt;the sake of clarity, but I would drag it within sid -- may be some
&lt;br&gt;effort would appear to fix it up to be compatible with firefox 3.0, so
&lt;br&gt;we could patch it within Debian.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;Yarik
&lt;br&gt;&lt;br&gt;On Sat, 11 Oct 2008, Thomas Viehmann wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; according to the discussion in #492837, mozilla-bookmarksftp is
&lt;br&gt;&amp;gt; completely unusable with the lenny's version of iceweasel and &amp;quot;fixing&amp;quot;
&lt;br&gt;&amp;gt; will be finding a new upstream (because it's dead) and uploading that.
&lt;br&gt;&amp;gt; That's too invasive at this point of the release cycle, so
&lt;br&gt;&amp;gt; mozilla-bookmarksftp should be removed from lenny if not lenny and unstable.
&lt;br&gt;&lt;br&gt;&amp;gt; Kind regards
&lt;br&gt;&lt;br&gt;&amp;gt; T.
&lt;br&gt;-- 
&lt;br&gt;Yaroslav Halchenko
&lt;br&gt;Research Assistant, Psychology Department, Rutgers-Newark
&lt;br&gt;Student &amp;nbsp;Ph.D. @ CS Dept. NJIT
&lt;br&gt;Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
&lt;br&gt;WWW: &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.linkedin.com/in/yarik&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/yarik&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19933470/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/remove-mozilla-bookmarksftp-from-lenny-tp19931680p19933470.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932764</id>
	<title>Re: unblock mc</title>
	<published>2008-10-11T06:51:50Z</published>
	<updated>2008-10-11T06:51:50Z</updated>
	<author>
		<name>Adeodato Simó-4</name>
	</author>
	<content type="html">* Patrick Winnertz [Thu, 09 Oct 2008 12:33:46 +0200]:
&lt;br&gt;&lt;br&gt;&amp;gt; Hey,
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; I don't understand the diff very well. A lot of stuff is dropped from
&lt;br&gt;&amp;gt; &amp;gt; 07_srpm_support.patch without any mention in the changelog...
&lt;br&gt;&amp;gt; I accidentally patched in a mc.ext.in.orig file... this file is completely 
&lt;br&gt;&amp;gt; removed since it is useless. 
&lt;br&gt;&lt;br&gt;&amp;gt; Hope this helps
&lt;br&gt;&lt;br&gt;Ok, unblocked.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Adeodato Simó &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dato at net.com.org.es
&lt;br&gt;Debian Developer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;adeodato at debian.org
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Listening to: Polar - It looks like tomorrow
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932764&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932764&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/unblock-mc-tp19854752p19932764.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932630</id>
	<title>Re: Please migrate 2.6.27 to the lenny release</title>
	<published>2008-10-11T06:28:46Z</published>
	<updated>2008-10-11T06:28:46Z</updated>
	<author>
		<name>Otavio Salvador</name>
	</author>
	<content type="html">Michael Vogt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932630&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Hey,
&lt;br&gt;&amp;gt; I just would like to know, if you are going to include the new 2.6.27
&lt;br&gt;&amp;gt; kernel into the lenny-release (or at least rebuild the initrd as
&lt;br&gt;&amp;gt; written in [1] as default). It has some bugfixes with pata_marvell
&lt;br&gt;&amp;gt; (See changelog [2], commit
&lt;br&gt;&amp;gt; 5b66c829bf5c65663b2f68ee6b42f6e834cd39cd). Without this fix, you are
&lt;br&gt;&amp;gt; unable to use the IDE-Drives which are connected with Marvell 6121.
&lt;br&gt;&lt;br&gt;I don't believe it will be done however this fix could be
&lt;br&gt;backported. Is this fix included in last kernel stable update
&lt;br&gt;(2.6.26.y)?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; O T A V I O &amp;nbsp; &amp;nbsp;S A L V A D O R
&lt;br&gt;---------------------------------------------
&lt;br&gt;&amp;nbsp;E-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932630&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;otavio@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;UIN: 5906116
&lt;br&gt;&amp;nbsp;GNU/Linux User: 239058 &amp;nbsp; &amp;nbsp; GPG ID: 49A5F855
&lt;br&gt;&amp;nbsp;Home Page: &lt;a href=&quot;http://otavio.ossystems.com.br&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://otavio.ossystems.com.br&lt;/a&gt;&lt;br&gt;---------------------------------------------
&lt;br&gt;&amp;quot;Microsoft sells you Windows ... Linux gives
&lt;br&gt;&amp;nbsp;you the whole house.&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932630&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932630&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-migrate-2.6.27-to-the-lenny-release-tp19931182p19932630.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932707</id>
	<title>please consider openjdk-6 6b11-9 for testing</title>
	<published>2008-10-11T06:27:37Z</published>
	<updated>2008-10-11T06:27:37Z</updated>
	<author>
		<name>Matthias Klose-2</name>
	</author>
	<content type="html">Fixes an installation problem (RC #499669), and now builds reliably on
&lt;br&gt;the s390 buildd.
&lt;br&gt;&lt;br&gt;&amp;nbsp; Matthias
&lt;br&gt;&lt;br&gt;openjdk-6 (6b11-9) unstable; urgency=low
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Don't use our version of uname on 64bit archs.
&lt;br&gt;&lt;br&gt;&amp;nbsp;-- Matthias Klose &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;doko@...&lt;/a&gt;&amp;gt; &amp;nbsp;Mon, 06 Oct 2008 06:09:06 +0000
&lt;br&gt;&lt;br&gt;openjdk-6 (6b11-8) unstable; urgency=medium
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Build-depend on fastjar (&amp;gt;= 2:0.95-4) to generate proper jar files.
&lt;br&gt;&amp;nbsp; * Apply fix taken from the IcedTea trunk:
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Update the &amp;quot;Fix segfaults with arbitrary long locale variables&amp;quot; patch.
&lt;br&gt;&amp;nbsp; * Provide our version of uname, which is used all over the build. Some
&lt;br&gt;&amp;nbsp; &amp;nbsp; buildds don't default to 32bit userland.
&lt;br&gt;&amp;nbsp; * openjdk-6-jre-headless: Make libnss-mdns a suggestion instead of a
&lt;br&gt;&amp;nbsp; &amp;nbsp; recommendation.
&lt;br&gt;&amp;nbsp; * Extend heap during activation of class data sharing. Closes: #499669.
&lt;br&gt;&lt;br&gt;&amp;nbsp;-- Matthias Klose &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932707&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;doko@...&lt;/a&gt;&amp;gt; &amp;nbsp;Sun, 05 Oct 2008 12:18:54 +0200
&lt;br&gt;&lt;br&gt;openjdk-6 (6b11-7) unstable; urgency=low
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Apply fixes taken from the IcedTea trunk:
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Add atomic operations for the m68k zero port (maybe the build
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; finishes before lenny is released ...).
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Fix segfaults with arbitrary long locale variables. Closes: #497666.
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Remove checks for maximum allowable cryptographic strength.
&lt;br&gt;&lt;br&gt;&amp;nbsp;-- Matthias Klose &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932707&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;doko@...&lt;/a&gt;&amp;gt; &amp;nbsp;Sat, 13 Sep 2008 10:00:22 +0200
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932707&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932707&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/please-consider-openjdk-6-6b11-9-for-testing-tp19932707p19932707.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932691</id>
	<title>please consider twisted 8.1.0-4 for testing</title>
	<published>2008-10-11T06:23:28Z</published>
	<updated>2008-10-11T06:23:28Z</updated>
	<author>
		<name>Matthias Klose-2</name>
	</author>
	<content type="html">please consider twisted 8.1.0-4 for testing, fixing an upgrade problem
&lt;br&gt;with the plugin cache, a build failure on GNU/kFreeBSD and some minor
&lt;br&gt;things.
&lt;br&gt;&lt;br&gt;&amp;nbsp; Matthias
&lt;br&gt;&lt;br&gt;twisted (8.1.0-4) unstable; urgency=low
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Move the cache update from python-twisted into python-twisted-core.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Closes: #500942.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Plugins should update the cache on package install (postinst) and 
&lt;br&gt;&amp;nbsp; &amp;nbsp; removal (postrm remove) by updating the cache. See the postinst
&lt;br&gt;&amp;nbsp; &amp;nbsp; script of python-twisted-core how to update the cache.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Fix PortableGtkReactor (now able to run trial test suite with the gtk2
&lt;br&gt;&amp;nbsp; &amp;nbsp; reactor). Closes: #499311.
&lt;br&gt;&amp;nbsp; * Don't install twisted/test/generator_failure_tests.py, syntax errors
&lt;br&gt;&amp;nbsp; &amp;nbsp; with python2.4. Closes: #492830.
&lt;br&gt;&amp;nbsp; * Fix manhole to work with python-gtk2 (&amp;gt;= 2.10). Closes: #469105.
&lt;br&gt;&amp;nbsp; * mktap(1) description of options fixed in an earlier version. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Closes: #278194.
&lt;br&gt;&amp;nbsp; * mktap news fixed in an earlier version. Closes: #278196.
&lt;br&gt;&amp;nbsp; * Fix build failure on GNU/kFreeBSD (Petr Salinger). Closes: #490770.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932691&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932691&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/please-consider-twisted-8.1.0-4-for-testing-tp19932691p19932691.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932473</id>
	<title>Re: Bug#497110: partman-dmraid: obsolete component; should not be included in Lenny</title>
	<published>2008-10-11T06:07:40Z</published>
	<updated>2008-10-11T06:07:40Z</updated>
	<author>
		<name>Luk Claes</name>
	</author>
	<content type="html">Thomas Viehmann wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Frans Pop wrote:
&lt;br&gt;&amp;gt;&amp;gt; Please remove partman-dmraid (source and udeb) from Lenny.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Because of recent changes in libparted, partman and other D-I components 
&lt;br&gt;&amp;gt;&amp;gt; that have now migrated to testing this udeb is no longer needed. I'll 
&lt;br&gt;&amp;gt;&amp;gt; also file a BR against ftp.d.o requesting removal from unstable.
&lt;br&gt;&amp;gt; The unstable removal is done, so IIUIC the package should be on its way
&lt;br&gt;&amp;gt; out of testing as well.
&lt;/div&gt;&lt;br&gt;Also removed its udebs from testing.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Luk
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932473&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932473&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bug-497110%3A-partman-dmraid%3A-obsolete-component--should-not-be-included-in-Lenny-tp19928146p19932473.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932416</id>
	<title>Please unblock xmlto/0.0.20-3</title>
	<published>2008-10-11T05:59:37Z</published>
	<updated>2008-10-11T05:59:37Z</updated>
	<author>
		<name>Daniel Leidert</name>
	</author>
	<content type="html">Please unblock xmlto:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; xmlto (0.0.20-3) unstable; urgency=low
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; * debian/control (Suggests): Added xmltex now providing passivetex
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (closes: #416622, #440518). Thanks to Robert Wohlrab.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (Description): Added information about fop/docbook-xsl as
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; alternative to passivetex.
&lt;br&gt;&amp;gt; &amp;nbsp; * debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch: Added.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; - xmlto.in: Fixed error message using --stringparam switch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; (closes: #499200). Thanks to Zed Pobre.
&lt;br&gt;&amp;gt; &amp;nbsp; * debian/patches/00list: Adjusted.
&lt;/div&gt;&lt;/div&gt;These fixes 2 important bugs:
&lt;br&gt;&lt;br&gt;#416622, #440518: passivetex had been removed a while ago. Now a user
&lt;br&gt;informed me that it has been re-added as part of the xmltex package. So
&lt;br&gt;xmltex has been added to Suggests in debian/control. This re-adds
&lt;br&gt;important functionality to the package (DVI/PDF/PS output).
&lt;br&gt;&lt;br&gt;#499200: Using the --stringparam option results in an error just because
&lt;br&gt;a variable was not declared as a variable. The fix was pretty easy
&lt;br&gt;(debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch).
&lt;br&gt;&lt;br&gt;Further the description in debian/control has been extended by one
&lt;br&gt;sentence to tell about docbook-xsl/fop as alternative to passivetex.
&lt;br&gt;&lt;br&gt;The debdiff is attached. The changes are safe.
&lt;br&gt;&lt;br&gt;Regards, Daniel
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[debdiff]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff -u xmlto-0.0.20/debian/control xmlto-0.0.20/debian/control
&lt;br&gt;--- xmlto-0.0.20/debian/control
&lt;br&gt;+++ xmlto-0.0.20/debian/control
&lt;br&gt;@@ -3,7 +3,9 @@
&lt;br&gt;&amp;nbsp;Priority: optional
&lt;br&gt;&amp;nbsp;Maintainer: Debian XML/SGML Group &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932416&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-xml-sgml-pkgs@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;Uploaders: Daniel Leidert (dale) &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932416&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.leidert@...&lt;/a&gt;&amp;gt;
&lt;br&gt;-Build-Depends: debhelper (&amp;gt;&amp;gt; 5), dpatch, docbook-xsl (&amp;gt;= 1.64.1.0), docbook-xml (&amp;gt;= 4.2-8), xsltproc (&amp;gt;= 1.0.29), libxml2-utils, libpaper-utils, sgml-base
&lt;br&gt;+Build-Depends: debhelper (&amp;gt;&amp;gt; 5), dpatch, docbook-xsl (&amp;gt;= 1.64.1.0),
&lt;br&gt;+ docbook-xml (&amp;gt;= 4.2-8), xsltproc (&amp;gt;= 1.0.29), libxml2-utils,
&lt;br&gt;+ libpaper-utils, sgml-base
&lt;br&gt;&amp;nbsp;Standards-Version: 3.7.3
&lt;br&gt;&amp;nbsp;Homepage: http://cyberelk.net/tim/software/xmlto/
&lt;br&gt;&amp;nbsp;Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xmlto/trunk/
&lt;br&gt;@@ -14,7 +16,7 @@
&lt;br&gt;&amp;nbsp;Architecture: any
&lt;br&gt;&amp;nbsp;Depends: ${shlibs:Depends}, xsltproc (&amp;gt;= 1.1.12-8), docbook-xsl (&amp;gt;= 1.64.1.0), docbook-xml (&amp;gt;= 4.2-8), debianutils (&amp;gt;= 1.16), libxml2-utils, sgml-base
&lt;br&gt;&amp;nbsp;Recommends: libpaper-utils
&lt;br&gt;-Suggests: fop | passivetex (&amp;gt;= 1.23), w3m | lynx | links
&lt;br&gt;+Suggests: fop | passivetex (&amp;gt;= 1.23) | xmltex (&amp;gt;= 1.9.debian.1), w3m | lynx | links
&lt;br&gt;&amp;nbsp;Description: XML-to-any converter
&lt;br&gt;&amp;nbsp; xmlto is a front-end to an XSL toolchain. It chooses an appropriate
&lt;br&gt;&amp;nbsp; stylesheet for the conversion you want and applies it using an external
&lt;br&gt;@@ -29 +31 @@
&lt;br&gt;- required.
&lt;br&gt;+ required. Alternatively docbook-xsl and fop produce PDF and PS output.
&lt;br&gt;diff -u xmlto-0.0.20/debian/changelog xmlto-0.0.20/debian/changelog
&lt;br&gt;--- xmlto-0.0.20/debian/changelog
&lt;br&gt;+++ xmlto-0.0.20/debian/changelog
&lt;br&gt;@@ -1,3 +1,16 @@
&lt;br&gt;+xmlto (0.0.20-3) unstable; urgency=low
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;* debian/control (Suggests): Added xmltex now providing passivetex
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;(closes: #416622, #440518). Thanks to Robert Wohlrab.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;(Description): Added information about fop/docbook-xsl as
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;alternative to passivetex.
&lt;br&gt;+ &amp;nbsp;* debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch: Added.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;- xmlto.in: Fixed error message using --stringparam switch
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;(closes: #499200). Thanks to Zed Pobre.
&lt;br&gt;+ &amp;nbsp;* debian/patches/00list: Adjusted.
&lt;br&gt;+
&lt;br&gt;+ -- Daniel Leidert (dale) &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932416&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.leidert@...&lt;/a&gt;&amp;gt; &amp;nbsp;Thu, 09 Oct 2008 11:03:38 +0200
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;xmlto (0.0.20-2) unstable; urgency=low
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;* debian/rules (get-orig-source): Use uscan and its --repack feature.
&lt;br&gt;diff -u xmlto-0.0.20/debian/patches/00list xmlto-0.0.20/debian/patches/00list
&lt;br&gt;--- xmlto-0.0.20/debian/patches/00list
&lt;br&gt;+++ xmlto-0.0.20/debian/patches/00list
&lt;br&gt;@@ -2,0 +3 @@
&lt;br&gt;+499200_cannot_parse_XSLTPARAMS
&lt;br&gt;only in patch2:
&lt;br&gt;unchanged:
&lt;br&gt;--- xmlto-0.0.20.orig/debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch
&lt;br&gt;+++ xmlto-0.0.20/debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch
&lt;br&gt;@@ -0,0 +1,25 @@
&lt;br&gt;+#! /bin/sh /usr/share/dpatch/dpatch-run
&lt;br&gt;+## 499200_cannot_parse_XSLTPARAMS.dpatch by Daniel Leidert (dale) &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932416&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.leidert@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+##
&lt;br&gt;+## All lines beginning with `## DP:' are a description of the patch.
&lt;br&gt;+## DP: * xmlto.in: Using the --stringparam option results in an error message:
&lt;br&gt;+## DP: &amp;nbsp; 'warning: failed to load external entity &amp;quot;XSLTPARAMS&amp;quot; [..]'. The patch
&lt;br&gt;+## DP: &amp;nbsp; has been suggested by Zed Pobre.
&lt;br&gt;+## DP:
&lt;br&gt;+## DP: &amp;lt;URL:http://bugs.debian.org/499200&amp;gt;
&lt;br&gt;+
&lt;br&gt;+@DPATCH@
&lt;br&gt;+diff -urNad trunk~/xmlto.in trunk/xmlto.in
&lt;br&gt;+--- trunk~/xmlto.in	2008-10-09 10:47:10.000000000 +0200
&lt;br&gt;++++ trunk/xmlto.in	2008-10-09 10:48:23.000000000 +0200
&lt;br&gt;+@@ -272,8 +272,8 @@
&lt;br&gt;+ 	;;
&lt;br&gt;+ &amp;nbsp; --stringparam)
&lt;br&gt;+ 	MYPARAM=&amp;quot;$2&amp;quot;
&lt;br&gt;+-	XSLTPARAMS=&amp;quot;XSLTPARAMS --stringparam ${MYPARAM%=*}&amp;quot;
&lt;br&gt;+-	XSLTPARAMS=&amp;quot;XSLTPARAMS $MYPARAM#*=}&amp;quot;
&lt;br&gt;++	XSLTPARAMS=&amp;quot;$XSLTPARAMS --stringparam ${MYPARAM%=*}&amp;quot;
&lt;br&gt;++	XSLTPARAMS=&amp;quot;$XSLTPARAMS $MYPARAM#*=}&amp;quot;
&lt;br&gt;+ 	shift 2
&lt;br&gt;+ 	;;
&lt;br&gt;+ &amp;nbsp; --noclean)
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-unblock-xmlto-0.0.20-3-tp19932416p19932416.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932362</id>
	<title>Re: Lenny-ignore tag request for #477751 (sgml-base)</title>
	<published>2008-10-11T05:52:37Z</published>
	<updated>2008-10-11T05:52:37Z</updated>
	<author>
		<name>Daniel Leidert</name>
	</author>
	<content type="html">Am Freitag, den 10.10.2008, 16:40 +0200 schrieb Daniel Leidert:
&lt;br&gt;&amp;gt; Am Dienstag, den 07.10.2008, 15:11 +0200 schrieb Daniel Leidert:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Second try: Bug &lt;a href=&quot;http://bugs.debian.org/477751&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/477751&lt;/a&gt;&amp;nbsp;(sgml-base) is about how
&lt;br&gt;&amp;gt; &amp;gt; the whole catalog system works. To &amp;quot;solve&amp;quot; it a full design change is
&lt;br&gt;&amp;gt; &amp;gt; necessary and planned for Lenny+1. I would like to tag this bug
&lt;br&gt;&amp;gt; &amp;gt; `lenny-ignore'.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any objections? Otherwise I'm going to tag it.
&lt;br&gt;&lt;br&gt;I got an ok by Osamu Aoki and went for it.
&lt;br&gt;&lt;br&gt;Regards, Daniel
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932362&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932362&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Lenny-ignore-tag-request-for--477751-%28sgml-base%29-tp19857858p19932362.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932218</id>
	<title>Please allow postgresql-common 91 into testing</title>
	<published>2008-10-11T05:16:31Z</published>
	<updated>2008-10-11T05:16:31Z</updated>
	<author>
		<name>Martin Pitt-3</name>
	</author>
	<content type="html">Hi release team,
&lt;br&gt;&lt;br&gt;p-common 91 just updates two debconf translations and bumps
&lt;br&gt;standards-version, no code changes at all. It has been in unstable for
&lt;br&gt;a month without problems:
&lt;br&gt;&lt;br&gt;&amp;nbsp;postgresql-common (91) unstable; urgency=low
&lt;br&gt;&amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Update Brazilian Portugese debconf translations, thanks Eder L. Marques!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #493031)
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Add Romanian debconf translations, thanks Igor Stirbu!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #491823)
&lt;br&gt;&amp;nbsp; &amp;nbsp;* debian/control: Bump Standards-Version (no changes necessary).
&lt;br&gt;&lt;br&gt;Can you please let this into testing?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;-- 
&lt;br&gt;Martin Pitt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://www.piware.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.piware.de&lt;/a&gt;&lt;br&gt;Ubuntu Developer (www.ubuntu.com) &amp;nbsp;| Debian Developer &amp;nbsp;(www.debian.org)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932218&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932218&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-allow-postgresql-common-91-into-testing-tp19932218p19932218.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19931747</id>
	<title>remove mlview from lenny</title>
	<published>2008-10-11T04:22:08Z</published>
	<updated>2008-10-11T04:22:08Z</updated>
	<author>
		<name>Thomas Viehmann</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;mlview seems to have quite a few crasher bugs (#500940, #500619) and is
&lt;br&gt;dead as a parrot upstream (one unanswered user question in 2007, no ML
&lt;br&gt;activity at all in 2008).
&lt;br&gt;As such, it'd be best to not continue having it in unsteble, let alone
&lt;br&gt;release it with lenny.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;T.
&lt;br&gt;-- 
&lt;br&gt;Thomas Viehmann, &lt;a href=&quot;http://thomas.viehmann.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thomas.viehmann.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931747&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/remove-mlview-from-lenny-tp19931747p19931747.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19931680</id>
	<title>remove mozilla-bookmarksftp from lenny</title>
	<published>2008-10-11T04:13:45Z</published>
	<updated>2008-10-11T04:13:45Z</updated>
	<author>
		<name>Thomas Viehmann</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;according to the discussion in #492837, mozilla-bookmarksftp is
&lt;br&gt;completely unusable with the lenny's version of iceweasel and &amp;quot;fixing&amp;quot;
&lt;br&gt;will be finding a new upstream (because it's dead) and uploading that.
&lt;br&gt;That's too invasive at this point of the release cycle, so
&lt;br&gt;mozilla-bookmarksftp should be removed from lenny if not lenny and unstable.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;T.
&lt;br&gt;-- 
&lt;br&gt;Thomas Viehmann, &lt;a href=&quot;http://thomas.viehmann.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thomas.viehmann.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931680&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931680&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/remove-mozilla-bookmarksftp-from-lenny-tp19931680p19931680.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19931670</id>
	<title>Re: Please allow cups 1.3.8-1lenny2 into testing (security update)</title>
	<published>2008-10-11T04:12:07Z</published>
	<updated>2008-10-11T04:12:07Z</updated>
	<author>
		<name>Martin Pitt-3</name>
	</author>
	<content type="html">Martin Pitt [2008-10-11 13:10 +0200]:
&lt;br&gt;&amp;gt; cups (1.3.8-1lenny2) unstable; urgency=high
&lt;br&gt;&lt;br&gt;Whoops, forgot to attach debdiff, here it comes.
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;-- 
&lt;br&gt;Martin Pitt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://www.piware.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.piware.de&lt;/a&gt;&lt;br&gt;Ubuntu Developer (www.ubuntu.com) &amp;nbsp;| Debian Developer &amp;nbsp;(www.debian.org)
&lt;br&gt;&lt;br /&gt;diff -u cups-1.3.8/debian/changelog cups-1.3.8/debian/changelog
&lt;br&gt;--- cups-1.3.8/debian/changelog
&lt;br&gt;+++ cups-1.3.8/debian/changelog
&lt;br&gt;@@ -1,3 +1,26 @@
&lt;br&gt;+cups (1.3.8-1lenny2) unstable; urgency=high
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;* Urgency high due to security fixes.
&lt;br&gt;+ &amp;nbsp;* debian/control: Package development moved to bzr, update Vcs- tags.
&lt;br&gt;+ &amp;nbsp;* Add CVE-2008-3641_hpgl_filter_overflow.dpatch: Fix buffer overflow
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;triggered by invalid number of pens in the HPGL filter. (CVE-2008-3641,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;STR #2911)
&lt;br&gt;+ &amp;nbsp;* Add CVE-2008-3639_sgi_filter_overflow.dpatch: Fix buffer overflow due to
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;unchecked boundary in the SGI filter. (CVE-2008-3639, STR #2918)
&lt;br&gt;+ &amp;nbsp;* Add CVE-2008-3640_texttops_overflow.dpatch: Fix buffer overflow by
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;specifying invalidly large or negative page metrics. (CVE-2008-3640,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;STR #2919)
&lt;br&gt;+ &amp;nbsp;* Add hpgl-regression.dpatch: Revert the SP_select_pen() enumeration change
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;introduced in STR #2911, because it changes the color mapping (e. g. &amp;quot;SP1&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;would now select a white pen instead of a black one, and &amp;quot;SP0&amp;quot; would not
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;be valid at all any more). Also fix a remaining off-by-one loop. (STR
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;#2966)
&lt;br&gt;+ &amp;nbsp;* Add admin-fr-translation.dpatch: Update the French admin.tmpl, to have the
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;missing &amp;quot;Find new printer&amp;quot; button and the &amp;quot;Subscriptions&amp;quot; section. Thanks
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;to Yves-Alexis Perez! (Closes: #475270)
&lt;br&gt;+
&lt;br&gt;+ -- Martin Pitt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpitt@...&lt;/a&gt;&amp;gt; &amp;nbsp;Sat, 11 Oct 2008 12:53:30 +0200
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;cups (1.3.8-1lenny1) unstable; urgency=medium
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Cherrypick bug fixes from trunk/experimental which need to go into Lenny.
&lt;br&gt;diff -u cups-1.3.8/debian/control cups-1.3.8/debian/control
&lt;br&gt;--- cups-1.3.8/debian/control
&lt;br&gt;+++ cups-1.3.8/debian/control
&lt;br&gt;@@ -13,8 +13,8 @@
&lt;br&gt;&amp;nbsp; Martin Pitt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpitt@...&lt;/a&gt;&amp;gt;, Roger Leigh &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rleigh@...&lt;/a&gt;&amp;gt;, 
&lt;br&gt;&amp;nbsp; Martin-Éric Racine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;q-funk@...&lt;/a&gt;&amp;gt;, Masayuki Hatta (mhatta) &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mhatta@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;&amp;nbsp; Jeff Licquia &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;licquia@...&lt;/a&gt;&amp;gt;
&lt;br&gt;-Vcs-Svn: svn://svn.debian.org/svn/pkg-cups/cupsys/trunk
&lt;br&gt;-Vcs-Browser: &lt;a href=&quot;http://svn.debian.org/wsvn/pkg-cups/cupsys/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.debian.org/wsvn/pkg-cups/cupsys/trunk&lt;/a&gt;&lt;br&gt;+Vcs-Bzr: bzr+ssh://bzr.debian.org/pkg-cups/cups/lenny
&lt;br&gt;+Vcs-Browser: &lt;a href=&quot;http://bazaar.launchpad.net/~pitti/cups/debian-lenny&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bazaar.launchpad.net/~pitti/cups/debian-lenny&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Package: libcups2
&lt;br&gt;&amp;nbsp;Priority: optional
&lt;br&gt;diff -u cups-1.3.8/debian/patches/00list cups-1.3.8/debian/patches/00list
&lt;br&gt;--- cups-1.3.8/debian/patches/00list
&lt;br&gt;+++ cups-1.3.8/debian/patches/00list
&lt;br&gt;@@ -2,6 +2,9 @@
&lt;br&gt;&amp;nbsp;manpage-typos.dpatch
&lt;br&gt;&amp;nbsp;pdftops-cups-1.4.dpatch
&lt;br&gt;&amp;nbsp;pdftops-dont_fail_on_cancel.dpatch
&lt;br&gt;+CVE-2008-3641_hpgl_filter_overflow.dpatch 
&lt;br&gt;+CVE-2008-3639_sgi_filter_overflow.dpatch
&lt;br&gt;+CVE-2008-3640_texttops_overflow.dpatch
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;# patches accepted and committed upstream
&lt;br&gt;&amp;nbsp;freebsd.dpatch
&lt;br&gt;@@ -11,6 +14,8 @@
&lt;br&gt;&amp;nbsp;ppd-poll-with-client-conf.dpatch
&lt;br&gt;&amp;nbsp;# no answer yet, po4a might not be appropriate
&lt;br&gt;&amp;nbsp;manpage-translations.dpatch
&lt;br&gt;+admin-fr-translation.dpatch
&lt;br&gt;+hpgl-regression.dpatch
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;# Debian patches
&lt;br&gt;&amp;nbsp;removecvstag.dpatch
&lt;br&gt;only in patch2:
&lt;br&gt;unchanged:
&lt;br&gt;--- cups-1.3.8.orig/debian/patches/admin-fr-translation.dpatch
&lt;br&gt;+++ cups-1.3.8/debian/patches/admin-fr-translation.dpatch
&lt;br&gt;@@ -0,0 +1,63 @@
&lt;br&gt;+#! /bin/sh /usr/share/dpatch/dpatch-run
&lt;br&gt;+## admin-fr-translation.dpatch by Yves-Alexis Perez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;corsac@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+##
&lt;br&gt;+## DP: Update the French admin.tmpl, to have the missing &amp;quot;Find new printer&amp;quot;
&lt;br&gt;+## DP: button and the &amp;quot;Subscriptions&amp;quot; section. (Debian #475270, STR #2963)
&lt;br&gt;+@DPATCH@
&lt;br&gt;+diff -urNad trunk~/templates/fr/admin.tmpl trunk/templates/fr/admin.tmpl
&lt;br&gt;+--- trunk~/templates/fr/admin.tmpl	2007-03-19 17:01:28.000000000 +0100
&lt;br&gt;++++ trunk/templates/fr/admin.tmpl	2008-10-09 10:25:11.000000000 +0200
&lt;br&gt;+@@ -6,6 +6,9 @@
&lt;br&gt;+ &amp;lt;P&amp;gt;
&lt;br&gt;+ &amp;lt;A HREF=&amp;quot;/admin?op=add-printer&amp;quot;&amp;gt;&amp;lt;IMG
&lt;br&gt;+ SRC=&amp;quot;/images/button-add-printer.gif&amp;quot; ALT=&amp;quot;Ajouter une imprimante&amp;quot; CLASS=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;
&lt;br&gt;++&amp;lt;A HREF=&amp;quot;/admin?op=find-new-printers&amp;quot;&amp;gt;&amp;lt;IMG
&lt;br&gt;++SRC=&amp;quot;/images/button-find-new-printers.gif&amp;quot;
&lt;br&gt;++ALT=&amp;quot;Trouver de nouvelles imprimantes&amp;quot; CLASS=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;
&lt;br&gt;+ &amp;lt;A HREF=&amp;quot;/printers/&amp;quot;&amp;gt;&amp;lt;IMG SRC=&amp;quot;/images/button-manage-printers.gif&amp;quot;
&lt;br&gt;+ ALT=&amp;quot;Administrer les imprimantes&amp;quot; CLASS=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;
&lt;br&gt;+ {have_samba?&amp;lt;A HREF=&amp;quot;/admin/?op=export-samba&amp;quot;&amp;gt;&amp;lt;IMG
&lt;br&gt;+@@ -13,13 +16,6 @@
&lt;br&gt;+ CLASS=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;:}
&lt;br&gt;+ &amp;lt;/P&amp;gt;
&lt;br&gt;+ 
&lt;br&gt;+-{#device_uri=0?:&amp;lt;P&amp;gt;&amp;lt;B&amp;gt;Nouvelles imprimantes détectées:&amp;lt;/B&amp;gt;&amp;lt;/P&amp;gt;&amp;lt;UL&amp;gt;{[device_uri]
&lt;br&gt;+-&amp;lt;LI&amp;gt;&amp;lt;A HREF=&amp;quot;/admin?op=add-printer&amp;amp;{device_options}&amp;quot;&amp;gt;&amp;lt;IMG
&lt;br&gt;+-SRC=&amp;quot;/images/button-add-this-printer.gif&amp;quot; ALT=&amp;quot;Ajouter cette imprimante&amp;quot; CLASS=&amp;quot;button&amp;quot;
&lt;br&gt;+-ALIGN=&amp;quot;MIDDLE&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;
&lt;br&gt;+-{device_make_and_model} ({device_info})&amp;lt;/LI&amp;gt;
&lt;br&gt;+-}&amp;lt;/UL&amp;gt;}
&lt;br&gt;+-
&lt;br&gt;+ &amp;lt;H2 CLASS=&amp;quot;title&amp;quot;&amp;gt;Classes&amp;lt;/H2&amp;gt;
&lt;br&gt;+ 
&lt;br&gt;+ &amp;lt;P&amp;gt;
&lt;br&gt;+@@ -67,10 +63,10 @@
&lt;br&gt;+ imprimantes partagées par d'autres systèmes&amp;lt;BR&amp;gt;
&lt;br&gt;+ &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;SHARE_PRINTERS&amp;quot; {?share_printers}&amp;gt; Partager les
&lt;br&gt;+ imprimantes publiques connectées à ce système&amp;lt;BR&amp;gt;
&lt;br&gt;+-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;REMOTE_ANY&amp;quot; {?remote_any}&amp;gt; Allow printing from the Internet&amp;lt;BR&amp;gt;
&lt;br&gt;++&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;REMOTE_ANY&amp;quot; {?remote_any}&amp;gt; Autoriser l'impression depuis Internet&amp;lt;BR&amp;gt;
&lt;br&gt;+ &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;REMOTE_ADMIN&amp;quot; {?remote_admin}&amp;gt; Autoriser
&lt;br&gt;+ l'administration à distance&amp;lt;BR&amp;gt;
&lt;br&gt;+-{have_gssapi?&amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;KERBEROS&amp;quot; {?kerberos}&amp;gt; Use Kerberos authentication&amp;lt;BR&amp;gt;:}
&lt;br&gt;++{have_gssapi?&amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;KERBEROS&amp;quot; {?kerberos}&amp;gt; Utiliser l'identification par Kerberos&amp;lt;BR&amp;gt;:}
&lt;br&gt;+ &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;USER_CANCEL_ANY&amp;quot; {?user_cancel_any}&amp;gt; Autoriser les
&lt;br&gt;+ utilisateurs à annuler n'importe quelle tâche ( pas seulement les leurs )&amp;lt;BR&amp;gt;
&lt;br&gt;+ &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;DEBUG_LOGGING&amp;quot; {?debug_logging}&amp;gt; Enregistrer les
&lt;br&gt;+@@ -83,3 +79,16 @@
&lt;br&gt;+ 
&lt;br&gt;+ &amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt;
&lt;br&gt;+ &amp;lt;/TABLE&amp;gt;
&lt;br&gt;++
&lt;br&gt;++&amp;lt;H2 CLASS=&amp;quot;title&amp;quot;&amp;gt;Abonnements&amp;lt;/H2&amp;gt;
&lt;br&gt;++
&lt;br&gt;++&amp;lt;P&amp;gt;
&lt;br&gt;++&amp;lt;A HREF=&amp;quot;/admin/?op=add-rss-subscription&amp;quot;&amp;gt;&amp;lt;IMG SRC=&amp;quot;/images/button-add-rss-subscription.gif&amp;quot; ALT=&amp;quot;S'abonner au RSS&amp;quot; CLASS=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;
&lt;br&gt;++&amp;lt;/P&amp;gt;
&lt;br&gt;++
&lt;br&gt;++{notify_subscription_id?&amp;lt;TABLE WIDTH=&amp;quot;100%&amp;quot; CELLSPACING=&amp;quot;0&amp;quot; CELLPADDING=&amp;quot;0&amp;quot; SUMMARY=&amp;quot;Abonnements RSS&amp;quot;&amp;gt;
&lt;br&gt;++&amp;lt;THEAD&amp;gt;&amp;lt;TR CLASS=&amp;quot;data&amp;quot;&amp;gt;&amp;lt;TH&amp;gt;ID&amp;lt;/TH&amp;gt;&amp;lt;TH&amp;gt;Nom&amp;lt;/TH&amp;gt;&amp;lt;TH&amp;gt;?v?nements&amp;lt;/TH&amp;gt;&amp;lt;TH&amp;gt;File&amp;lt;/TH&amp;gt;&amp;lt;/TR&amp;gt;&amp;lt;/THEAD&amp;gt;
&lt;br&gt;++&amp;lt;TBODY&amp;gt;{[notify_subscription_id]
&lt;br&gt;++&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt;&amp;lt;A HREF=&amp;quot;{notify_recipient_uri}&amp;quot;&amp;gt;{notify_subscription_id}&amp;lt;/A&amp;gt;&amp;lt;/TD&amp;gt;&amp;lt;TD NOWRAP&amp;gt;&amp;lt;A HREF=&amp;quot;{notify_recipient_uri}&amp;quot;&amp;gt;{notify_recipient_name}&amp;lt;/A&amp;gt; &amp;lt;A HREF=&amp;quot;/admin/?op=cancel-subscription&amp;amp;notify_subscription_id={notify_subscription_id}&amp;quot;&amp;gt;&amp;lt;IMG SRC=&amp;quot;/images/button-cancel-subscription.gif&amp;quot; CLASS=&amp;quot;button&amp;quot; ALT=&amp;quot;Cancel RSS Subscription&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;&amp;nbsp;&amp;lt;/TD&amp;gt;&amp;lt;TD&amp;gt;{notify_events}&amp;lt;/TD&amp;gt;&amp;lt;TD NOWRAP&amp;gt;&amp;nbsp;{notify_printer_name?{notify_printer_name}:All Queues}&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt;}
&lt;br&gt;++&amp;lt;/TBODY&amp;gt;
&lt;br&gt;++&amp;lt;/TABLE&amp;gt;:}
&lt;br&gt;only in patch2:
&lt;br&gt;unchanged:
&lt;br&gt;--- cups-1.3.8.orig/debian/patches/hpgl-regression.dpatch
&lt;br&gt;+++ cups-1.3.8/debian/patches/hpgl-regression.dpatch
&lt;br&gt;@@ -0,0 +1,29 @@
&lt;br&gt;+#! /bin/sh /usr/share/dpatch/dpatch-run
&lt;br&gt;+## hpgl-regression.dpatch by Martin Pitt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpitt@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+##
&lt;br&gt;+## DP: Revert the SP_select_pen() enumeration change introduced in STR #2911,
&lt;br&gt;+## DP: because it changes the color mapping (e. g. &amp;quot;SP1&amp;quot; would now select a
&lt;br&gt;+## DP: white pen instead of a black one, and &amp;quot;SP0&amp;quot; would not be valid at all
&lt;br&gt;+## DP: any more). Also fix a remaining off-by-one loop. (STR #2966)
&lt;br&gt;+@DPATCH@
&lt;br&gt;+diff -urNad trunk~/filter/hpgl-attr.c trunk/filter/hpgl-attr.c
&lt;br&gt;+--- trunk~/filter/hpgl-attr.c	2008-10-09 22:12:03.000000000 +0200
&lt;br&gt;++++ trunk/filter/hpgl-attr.c	2008-10-10 10:55:46.000000000 +0200
&lt;br&gt;+@@ -214,7 +214,7 @@
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;DEBUG: HP-GL/2 \'NP\' command with invalid number of &amp;quot;
&lt;br&gt;+ 	 &amp;nbsp; &amp;nbsp;&amp;quot;parameters (%d)!\n&amp;quot;, num_params);
&lt;br&gt;+ 
&lt;br&gt;+- &amp;nbsp;for (i = 0; i &amp;lt;= PenCount; i ++)
&lt;br&gt;++ &amp;nbsp;for (i = 0; i &amp;lt; PenCount; i ++)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; Pens[i].width = PenWidth;
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; PC_pen_color(0, NULL);
&lt;br&gt;+@@ -433,7 +433,7 @@
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; fprintf(stderr, &amp;quot;DEBUG: HP-GL/2 \'SP\' command with invalid pen (%d)!\n&amp;quot;,
&lt;br&gt;+ 	 &amp;nbsp; &amp;nbsp;(int)params[0].value.number);
&lt;br&gt;+ &amp;nbsp; else
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;PenNumber = (int)params[0].value.number - 1;
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;PenNumber = (int)params[0].value.number;
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; if (PageDirty)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; printf(&amp;quot;%.3f %.3f %.3f %.2f SP\n&amp;quot;, Pens[PenNumber].rgb[0],
&lt;br&gt;only in patch2:
&lt;br&gt;unchanged:
&lt;br&gt;--- cups-1.3.8.orig/debian/patches/CVE-2008-3640_texttops_overflow.dpatch
&lt;br&gt;+++ cups-1.3.8/debian/patches/CVE-2008-3640_texttops_overflow.dpatch
&lt;br&gt;@@ -0,0 +1,90 @@
&lt;br&gt;+#! /bin/sh /usr/share/dpatch/dpatch-run
&lt;br&gt;+## CVE-2008-3640_texttops_overflow.dpatch by Martin Pitt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpitt@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+##
&lt;br&gt;+## DP: Fix buffer overflow by specifying invalidly large or negative page
&lt;br&gt;+## DP: metrics. (CVE-2008-3640, STR #2919)
&lt;br&gt;+
&lt;br&gt;+@DPATCH@
&lt;br&gt;+diff -urNad lenny~/filter/textcommon.c lenny/filter/textcommon.c
&lt;br&gt;+--- lenny~/filter/textcommon.c	2008-07-12 00:48:49.000000000 +0200
&lt;br&gt;++++ lenny/filter/textcommon.c	2008-10-08 09:15:55.000000000 +0200
&lt;br&gt;+@@ -3,7 +3,7 @@
&lt;br&gt;+ &amp;nbsp;*
&lt;br&gt;+ &amp;nbsp;* &amp;nbsp; Common text filter routines for the Common UNIX Printing System (CUPS).
&lt;br&gt;+ &amp;nbsp;*
&lt;br&gt;+- * &amp;nbsp; Copyright 2007 by Apple Inc.
&lt;br&gt;++ * &amp;nbsp; Copyright 2007-2008 by Apple Inc.
&lt;br&gt;+ &amp;nbsp;* &amp;nbsp; Copyright 1997-2007 by Easy Software Products.
&lt;br&gt;+ &amp;nbsp;*
&lt;br&gt;+ &amp;nbsp;* &amp;nbsp; These coded instructions, statements, and computer programs are the
&lt;br&gt;+@@ -605,14 +605,38 @@
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; !strcasecmp(val, &amp;quot;yes&amp;quot;);
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; if ((val = cupsGetOption(&amp;quot;columns&amp;quot;, num_options, options)) != NULL)
&lt;br&gt;++ &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; PageColumns = atoi(val);
&lt;br&gt;+ 
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;if (PageColumns &amp;lt; 1)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;_cupsLangPrintf(stderr, _(&amp;quot;ERROR: Bad columns value %d!\n&amp;quot;), PageColumns);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;return (1);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;++ &amp;nbsp;}
&lt;br&gt;++
&lt;br&gt;+ &amp;nbsp; if ((val = cupsGetOption(&amp;quot;cpi&amp;quot;, num_options, options)) != NULL)
&lt;br&gt;++ &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; CharsPerInch = atof(val);
&lt;br&gt;+ 
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;if (CharsPerInch &amp;lt;= 0.0)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;_cupsLangPrintf(stderr, _(&amp;quot;ERROR: Bad cpi value %f!\n&amp;quot;), CharsPerInch);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;return (1);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;++ &amp;nbsp;}
&lt;br&gt;++
&lt;br&gt;+ &amp;nbsp; if ((val = cupsGetOption(&amp;quot;lpi&amp;quot;, num_options, options)) != NULL)
&lt;br&gt;++ &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; LinesPerInch = atof(val);
&lt;br&gt;+ 
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;if (LinesPerInch &amp;lt;= 0.0)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;_cupsLangPrintf(stderr, _(&amp;quot;ERROR: Bad lpi value %f!\n&amp;quot;), LinesPerInch);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;return (1);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;++ &amp;nbsp;}
&lt;br&gt;++
&lt;br&gt;+ &amp;nbsp; if (PrettyPrint)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; PageTop -= 216.0f / LinesPerInch;
&lt;br&gt;+ 
&lt;br&gt;+diff -urNad lenny~/filter/texttops.c lenny/filter/texttops.c
&lt;br&gt;+--- lenny~/filter/texttops.c	2008-07-12 00:48:49.000000000 +0200
&lt;br&gt;++++ lenny/filter/texttops.c	2008-10-08 09:15:55.000000000 +0200
&lt;br&gt;+@@ -173,6 +173,14 @@
&lt;br&gt;+ &amp;nbsp; SizeColumns = (PageRight - PageLeft) / 72.0 * CharsPerInch;
&lt;br&gt;+ &amp;nbsp; SizeLines &amp;nbsp; = (PageTop - PageBottom) / 72.0 * LinesPerInch;
&lt;br&gt;+ 
&lt;br&gt;++ &amp;nbsp;if (SizeColumns &amp;lt;= 0 || SizeColumns &amp;gt; 32767 ||
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;SizeLines &amp;lt;= 0 || SizeLines &amp;gt; 32767)
&lt;br&gt;++ &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;_cupsLangPrintf(stderr, _(&amp;quot;ERROR: Unable to print %dx%d text page!\n&amp;quot;),
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SizeColumns, SizeLines);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;exit(1);
&lt;br&gt;++ &amp;nbsp;}
&lt;br&gt;++
&lt;br&gt;+ &amp;nbsp; Page &amp;nbsp; &amp;nbsp;= calloc(sizeof(lchar_t *), SizeLines);
&lt;br&gt;+ &amp;nbsp; Page[0] = calloc(sizeof(lchar_t), SizeColumns * SizeLines);
&lt;br&gt;+ &amp;nbsp; for (i = 1; i &amp;lt; SizeLines; i ++)
&lt;br&gt;+@@ -187,6 +195,13 @@
&lt;br&gt;+ &amp;nbsp; else
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; ColumnWidth = SizeColumns;
&lt;br&gt;+ 
&lt;br&gt;++ &amp;nbsp;if (ColumnWidth &amp;lt;= 0)
&lt;br&gt;++ &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;_cupsLangPrintf(stderr, _(&amp;quot;ERROR: Unable to print %d text columns!\n&amp;quot;),
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PageColumns);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;exit(1);
&lt;br&gt;++ &amp;nbsp;}
&lt;br&gt;++
&lt;br&gt;+ &amp;nbsp;/*
&lt;br&gt;+ &amp;nbsp; * Output the DSC header...
&lt;br&gt;+ &amp;nbsp; */
&lt;br&gt;only in patch2:
&lt;br&gt;unchanged:
&lt;br&gt;--- cups-1.3.8.orig/debian/patches/CVE-2008-3641_hpgl_filter_overflow.dpatch
&lt;br&gt;+++ cups-1.3.8/debian/patches/CVE-2008-3641_hpgl_filter_overflow.dpatch
&lt;br&gt;@@ -0,0 +1,136 @@
&lt;br&gt;+#! /bin/sh /usr/share/dpatch/dpatch-run
&lt;br&gt;+## CVE-2008-3641_hpgl_filter_overflow.dpatch by Martin Pitt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpitt@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+##
&lt;br&gt;+## DP: Fix buffer overflow triggered by invalid number of pens in the HPGL
&lt;br&gt;+## DP: filter. (CVE-2008-3641, STR #2911)
&lt;br&gt;+
&lt;br&gt;+@DPATCH@
&lt;br&gt;+diff -urNad lenny~/filter/hpgl-attr.c lenny/filter/hpgl-attr.c
&lt;br&gt;+--- lenny~/filter/hpgl-attr.c	2008-07-12 00:48:49.000000000 +0200
&lt;br&gt;++++ lenny/filter/hpgl-attr.c	2008-10-08 08:58:40.000000000 +0200
&lt;br&gt;+@@ -197,8 +197,18 @@
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; if (num_params == 0)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; PenCount = 8;
&lt;br&gt;+- &amp;nbsp;else if (num_params == 1 &amp;&amp; params[0].value.number &amp;lt;= 1024)
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;PenCount = (int)params[0].value.number;
&lt;br&gt;++ &amp;nbsp;else if (num_params == 1)
&lt;br&gt;++ &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;if (params[0].value.number &amp;lt; 1 || params[0].value.number &amp;gt; MAX_PENS)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;fprintf(stderr,
&lt;br&gt;++	 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;DEBUG: HP-GL/2 \'NP\' command with invalid number of &amp;quot;
&lt;br&gt;++	 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;pens (%d)!\n&amp;quot;, (int)params[0].value.number);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;PenCount = 8;
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;else
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;PenCount = (int)params[0].value.number;
&lt;br&gt;++ &amp;nbsp;}
&lt;br&gt;+ &amp;nbsp; else
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; fprintf(stderr,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;DEBUG: HP-GL/2 \'NP\' command with invalid number of &amp;quot;
&lt;br&gt;+@@ -235,7 +245,7 @@
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; if (num_params == 0)
&lt;br&gt;+ &amp;nbsp; {
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;for (i = 0; i &amp;lt;= PenCount; i ++)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;for (i = 0; i &amp;lt; PenCount; i ++)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; if (i &amp;lt; 8)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Pens[i].rgb[0] = standard_colors[i][0];
&lt;br&gt;+@@ -256,7 +266,14 @@
&lt;br&gt;+ &amp;nbsp; }
&lt;br&gt;+ &amp;nbsp; else if (num_params == 1 || num_params == 4)
&lt;br&gt;+ &amp;nbsp; {
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;i = (int)params[0].value.number;
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;i = (int)params[0].value.number - 1;
&lt;br&gt;++
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;if (i &amp;lt; 0 || i &amp;gt;= PenCount)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;fprintf(stderr,
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;DEBUG: HP-GL/2 \'PC\' command with invalid pen (%d)!\n&amp;quot;, i + 1);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;return;
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; if (num_params == 1)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; {
&lt;br&gt;+@@ -330,7 +347,15 @@
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; if (num_params == 2)
&lt;br&gt;+ &amp;nbsp; {
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;pen = (int)params[1].value.number;
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;pen = (int)params[1].value.number - 1;
&lt;br&gt;++
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;if (pen &amp;lt; 0 || pen &amp;gt;= PenCount)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;fprintf(stderr,
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;DEBUG: HP-GL/2 \'PW\' command with invalid pen (%d)!\n&amp;quot;,
&lt;br&gt;++	 &amp;nbsp; &amp;nbsp; &amp;nbsp;pen + 1);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;return;
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; Pens[pen].width = w;
&lt;br&gt;+ 
&lt;br&gt;+@@ -345,7 +370,7 @@
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * Set width for all pens...
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; */
&lt;br&gt;+ 
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;for (pen = 0; pen &amp;lt;= PenCount; pen ++)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;for (pen = 0; pen &amp;lt; PenCount; pen ++)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; Pens[pen].width = w;
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; if (PageDirty)
&lt;br&gt;+@@ -399,14 +424,16 @@
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; param_t *params)		/* I - Parameters */
&lt;br&gt;+ {
&lt;br&gt;+ &amp;nbsp; if (num_params == 0)
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;PenNumber = 1;
&lt;br&gt;+- &amp;nbsp;else if (params[0].value.number &amp;lt;= PenCount)
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;PenNumber = (int)params[0].value.number;
&lt;br&gt;+- &amp;nbsp;else
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;PenNumber = 0;
&lt;br&gt;++ &amp;nbsp;else if (num_params &amp;gt; 1)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; fprintf(stderr,
&lt;br&gt;+- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;DEBUG: HP-GL/2 \'SP\' command with invalid number or value &amp;quot;
&lt;br&gt;+-	 &amp;nbsp; &amp;nbsp;&amp;quot;of parameters (%d, %d)!\n&amp;quot;, num_params,
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;DEBUG: HP-GL/2 \'SP\' command with invalid number of parameters &amp;quot;
&lt;br&gt;++	 &amp;nbsp; &amp;nbsp;&amp;quot;(%d)!\n&amp;quot;, num_params);
&lt;br&gt;++ &amp;nbsp;else if (params[0].value.number &amp;lt;= 0 || params[0].value.number &amp;gt;= PenCount)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;fprintf(stderr, &amp;quot;DEBUG: HP-GL/2 \'SP\' command with invalid pen (%d)!\n&amp;quot;,
&lt;br&gt;+ 	 &amp;nbsp; &amp;nbsp;(int)params[0].value.number);
&lt;br&gt;++ &amp;nbsp;else
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;PenNumber = (int)params[0].value.number - 1;
&lt;br&gt;+ 
&lt;br&gt;+ &amp;nbsp; if (PageDirty)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; printf(&amp;quot;%.3f %.3f %.3f %.2f SP\n&amp;quot;, Pens[PenNumber].rgb[0],
&lt;br&gt;+diff -urNad lenny~/filter/hpgltops.h lenny/filter/hpgltops.h
&lt;br&gt;+--- lenny~/filter/hpgltops.h	2008-07-12 00:48:49.000000000 +0200
&lt;br&gt;++++ lenny/filter/hpgltops.h	2008-10-08 08:58:40.000000000 +0200
&lt;br&gt;+@@ -26,6 +26,14 @@
&lt;br&gt;+ # &amp;nbsp;define M_PI	3.14159265358979323846
&lt;br&gt;+ #endif /* M_PI */
&lt;br&gt;+ 
&lt;br&gt;++
&lt;br&gt;++/*
&lt;br&gt;++ * Maximum number of pens we emulate...
&lt;br&gt;++ */
&lt;br&gt;++
&lt;br&gt;++#define MAX_PENS	1024
&lt;br&gt;++
&lt;br&gt;++
&lt;br&gt;+ /*
&lt;br&gt;+ &amp;nbsp;* Parameter value structure...
&lt;br&gt;+ &amp;nbsp;*/
&lt;br&gt;+@@ -108,10 +116,10 @@
&lt;br&gt;+ 						/* Current pen position */
&lt;br&gt;+ 		PenScaling	VALUE(1.0f),	/* Pen width scaling factor */
&lt;br&gt;+ 		PenWidth	VALUE(1.0f);	/* Default pen width */
&lt;br&gt;+-VAR pen_t	Pens[1024];			/* State of each pen */
&lt;br&gt;++VAR pen_t	Pens[MAX_PENS];			/* State of each pen */
&lt;br&gt;+ VAR int		PenMotion	VALUE(0), 	/* 0 = absolute, 1 = relative */
&lt;br&gt;+ 		PenValid	VALUE(0),	/* 1 = valid position, 0 = undefined */
&lt;br&gt;+-		PenNumber	VALUE(1),	/* Current pen number */
&lt;br&gt;++		PenNumber	VALUE(0),	/* Current pen number */
&lt;br&gt;+ 		PenCount	VALUE(8),	/* Number of pens */
&lt;br&gt;+ 		PenDown		VALUE(0),	/* 0 = pen up, 1 = pen down */
&lt;br&gt;+ 		PolygonMode	VALUE(0),	/* Drawing polygons? */
&lt;br&gt;only in patch2:
&lt;br&gt;unchanged:
&lt;br&gt;--- cups-1.3.8.orig/debian/patches/CVE-2008-3639_sgi_filter_overflow.dpatch
&lt;br&gt;+++ cups-1.3.8/debian/patches/CVE-2008-3639_sgi_filter_overflow.dpatch
&lt;br&gt;@@ -0,0 +1,43 @@
&lt;br&gt;+#! /bin/sh /usr/share/dpatch/dpatch-run
&lt;br&gt;+## CVE-2008-3639_sgi_filter_overflow.dpatch by Martin Pitt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931670&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpitt@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+##
&lt;br&gt;+## DP: Fix buffer overflow due to unchecked boundary in the SGI filter.
&lt;br&gt;+## DP: (CVE-2008-3639, STR #2918)
&lt;br&gt;+@DPATCH@
&lt;br&gt;+diff -urNad lenny~/filter/image-sgilib.c lenny/filter/image-sgilib.c
&lt;br&gt;+--- lenny~/filter/image-sgilib.c	2008-07-12 00:48:49.000000000 +0200
&lt;br&gt;++++ lenny/filter/image-sgilib.c	2008-10-08 09:07:25.000000000 +0200
&lt;br&gt;+@@ -640,13 +640,14 @@
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; if (ch &amp; 128)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; for (i = 0; i &amp;lt; count; i ++, row ++, xsize --, length ++)
&lt;br&gt;+- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*row = getc(fp);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (xsize &amp;gt; 0)
&lt;br&gt;++	 &amp;nbsp;*row = getc(fp);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; }
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; else
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; ch = getc(fp);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; length ++;
&lt;br&gt;+- &amp;nbsp; &amp;nbsp; &amp;nbsp;for (i = 0; i &amp;lt; count; i ++, row ++, xsize --)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;for (i = 0; i &amp;lt; count &amp;&amp; xsize &amp;gt; 0; i ++, row ++, xsize --)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *row = ch;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; }
&lt;br&gt;+ &amp;nbsp; }
&lt;br&gt;+@@ -685,13 +686,14 @@
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; if (ch &amp; 128)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; for (i = 0; i &amp;lt; count; i ++, row ++, xsize --, length ++)
&lt;br&gt;+- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*row = getshort(fp);
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (xsize &amp;gt; 0)
&lt;br&gt;++	 &amp;nbsp;*row = getshort(fp);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; }
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; else
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; ch = getshort(fp);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; length ++;
&lt;br&gt;+- &amp;nbsp; &amp;nbsp; &amp;nbsp;for (i = 0; i &amp;lt; count; i ++, row ++, xsize --)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp; &amp;nbsp;for (i = 0; i &amp;lt; count &amp;&amp; xsize &amp;gt; 0; i ++, row ++, xsize --)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *row = ch;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; }
&lt;br&gt;+ &amp;nbsp; }
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19931670/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-allow-cups-1.3.8-1lenny2-into-testing-%28security-update%29-tp19931655p19931670.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19931655</id>
	<title>Please allow cups 1.3.8-1lenny2 into testing (security update)</title>
	<published>2008-10-11T04:10:23Z</published>
	<updated>2008-10-11T04:10:23Z</updated>
	<author>
		<name>Martin Pitt-3</name>
	</author>
	<content type="html">Hi release team,
&lt;br&gt;&lt;br&gt;cups 1.3.9 has been released two days ago with three security
&lt;br&gt;fixes [1]. The HPGL one caused a regression [2] which I tracked down
&lt;br&gt;and fixed in our packages; unfortunately upstream didn't respond to
&lt;br&gt;the patch yet, but I'm very confident in it.
&lt;br&gt;&lt;br&gt;I backported the security fixes, applied the regression fix, and fixed a
&lt;br&gt;harmless l10n bug, and uploaded to unstable:
&lt;br&gt;&lt;br&gt;cups (1.3.8-1lenny2) unstable; urgency=high
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Urgency high due to security fixes.
&lt;br&gt;&amp;nbsp; * debian/control: Package development moved to bzr, update Vcs- tags.
&lt;br&gt;&amp;nbsp; * Add CVE-2008-3641_hpgl_filter_overflow.dpatch: Fix buffer overflow
&lt;br&gt;&amp;nbsp; &amp;nbsp; triggered by invalid number of pens in the HPGL filter. (CVE-2008-3641,
&lt;br&gt;&amp;nbsp; &amp;nbsp; STR #2911)
&lt;br&gt;&amp;nbsp; * Add CVE-2008-3639_sgi_filter_overflow.dpatch: Fix buffer overflow due to
&lt;br&gt;&amp;nbsp; &amp;nbsp; unchecked boundary in the SGI filter. (CVE-2008-3639, STR #2918)
&lt;br&gt;&amp;nbsp; * Add CVE-2008-3640_texttops_overflow.dpatch: Fix buffer overflow by
&lt;br&gt;&amp;nbsp; &amp;nbsp; specifying invalidly large or negative page metrics. (CVE-2008-3640,
&lt;br&gt;&amp;nbsp; &amp;nbsp; STR #2919)
&lt;br&gt;&amp;nbsp; * Add hpgl-regression.dpatch: Revert the SP_select_pen() enumeration change
&lt;br&gt;&amp;nbsp; &amp;nbsp; introduced in STR #2911, because it changes the color mapping (e. g. &amp;quot;SP1&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; would now select a white pen instead of a black one, and &amp;quot;SP0&amp;quot; would not
&lt;br&gt;&amp;nbsp; &amp;nbsp; be valid at all any more). Also fix a remaining off-by-one loop. (STR
&lt;br&gt;&amp;nbsp; &amp;nbsp; #2966)
&lt;br&gt;&amp;nbsp; * Add admin-fr-translation.dpatch: Update the French admin.tmpl, to have the
&lt;br&gt;&amp;nbsp; &amp;nbsp; missing &amp;quot;Find new printer&amp;quot; button and the &amp;quot;Subscriptions&amp;quot; section. Thanks
&lt;br&gt;&amp;nbsp; &amp;nbsp; to Yves-Alexis Perez! (Closes: #475270)
&lt;br&gt;&lt;br&gt;&amp;nbsp;-- Martin Pitt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931655&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpitt@...&lt;/a&gt;&amp;gt; &amp;nbsp;Sat, 11 Oct 2008 12:53:30 +0200
&lt;br&gt;&lt;br&gt;Please allow this into testing.
&lt;br&gt;&lt;br&gt;However, I'd actually like to get the full 1.3.9 into Lenny. It is
&lt;br&gt;already in experimental and contains quite a few of our patches, as
&lt;br&gt;well as fixes two handfuls of other bug fixes, and no new features
&lt;br&gt;(see [2] for the changelog and [3] for an upstream debdiff). Would you
&lt;br&gt;accept this as well? If so, I'll prepare an update and upload ASAP.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.cups.org/articles.php?L575&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cups.org/articles.php?L575&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://www.cups.org/str.php?L2966&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cups.org/str.php?L2966&lt;/a&gt;&lt;br&gt;[3] &lt;a href=&quot;http://launchpadlibrarian.net/18391186/cups_1.3.8-12_1.3.9-1.diff.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://launchpadlibrarian.net/18391186/cups_1.3.8-12_1.3.9-1.diff.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Martin Pitt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://www.piware.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.piware.de&lt;/a&gt;&lt;br&gt;Ubuntu Developer (www.ubuntu.com) &amp;nbsp;| Debian Developer &amp;nbsp;(www.debian.org)
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19931655/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-allow-cups-1.3.8-1lenny2-into-testing-%28security-update%29-tp19931655p19931655.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19931182</id>
	<title>Please migrate 2.6.27 to the lenny release</title>
	<published>2008-10-11T02:54:02Z</published>
	<updated>2008-10-11T02:54:02Z</updated>
	<author>
		<name>Michael Vogt-11</name>
	</author>
	<content type="html">Hey,
&lt;br&gt;I just would like to know, if you are going to include the new 2.6.27 
&lt;br&gt;kernel into the lenny-release (or at least rebuild the initrd as written 
&lt;br&gt;in [1] as default). It has some bugfixes with pata_marvell (See 
&lt;br&gt;changelog [2], commit 5b66c829bf5c65663b2f68ee6b42f6e834cd39cd). Without 
&lt;br&gt;this fix, you are unable to use the IDE-Drives which are connected with 
&lt;br&gt;Marvell 6121.
&lt;br&gt;&lt;br&gt;Greets,
&lt;br&gt;Michael Vogt
&lt;br&gt;&lt;br&gt;(please CC me)
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495271&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495271&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.27&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931182&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931182&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-migrate-2.6.27-to-the-lenny-release-tp19931182p19931182.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19931058</id>
	<title>[SRM] r5 schedule</title>
	<published>2008-10-11T02:35:22Z</published>
	<updated>2008-10-11T02:35:22Z</updated>
	<author>
		<name>Martin Zobel-Helas</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;i currently plan to make a mostly &amp;quot;bugfix-only r5 release&amp;quot; (only the
&lt;br&gt;DSAs and some selected other packages) next week, without any changes to
&lt;br&gt;D-I. If you think that is wrong (because there is an urgent bug that
&lt;br&gt;needs to be fixed) please speak up til Tuesday.
&lt;br&gt;&lt;br&gt;If ftpmasters agree, we will do the point-release on the next weekend.
&lt;br&gt;&lt;br&gt;Thx
&lt;br&gt;Martin
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Martin Zobel-Helas &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zobel@...&lt;/a&gt;&amp;gt; &amp;nbsp;| Debian System Administrator
&lt;br&gt;&amp;nbsp;Debian &amp; GNU/Linux Developer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Debian Listmaster
&lt;br&gt;&amp;nbsp;Public key &lt;a href=&quot;http://zobel.ftbfs.de/5d64f870.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://zobel.ftbfs.de/5d64f870.asc&lt;/a&gt;&amp;nbsp; &amp;nbsp;- &amp;nbsp; KeyID: 5D64 F870
&lt;br&gt;&amp;nbsp;GPG Fingerprint: &amp;nbsp;5DB3 1301 375A A50F 07E7 &amp;nbsp;302F 493E FB8E 5D64 F870
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931058&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931058&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-SRM--r5-schedule-tp19931058p19931058.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19930209</id>
	<title>Re: Bug#497110: partman-dmraid: obsolete component; should not be included in Lenny</title>
	<published>2008-10-11T00:08:27Z</published>
	<updated>2008-10-11T00:08:27Z</updated>
	<author>
		<name>Thomas Viehmann</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Frans Pop wrote:
&lt;br&gt;&amp;gt; Please remove partman-dmraid (source and udeb) from Lenny.
&lt;br&gt;&lt;br&gt;&amp;gt; Because of recent changes in libparted, partman and other D-I components 
&lt;br&gt;&amp;gt; that have now migrated to testing this udeb is no longer needed. I'll 
&lt;br&gt;&amp;gt; also file a BR against ftp.d.o requesting removal from unstable.
&lt;br&gt;The unstable removal is done, so IIUIC the package should be on its way
&lt;br&gt;out of testing as well.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;T.
&lt;br&gt;-- 
&lt;br&gt;Thomas Viehmann, &lt;a href=&quot;http://thomas.viehmann.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thomas.viehmann.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19930209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19930209&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bug-497110%3A-partman-dmraid%3A-obsolete-component--should-not-be-included-in-Lenny-tp19928146p19930209.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19928146</id>
	<title>Bug#497110: partman-dmraid: obsolete component; should not be included in Lenny</title>
	<published>2008-10-10T17:42:41Z</published>
	<updated>2008-10-10T17:42:41Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">retitle 497110 partman-dmraid: obsolete, keep out of Lenny
&lt;br&gt;severity 497110 serious
&lt;br&gt;submitter 497110 !
&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;Please remove partman-dmraid (source and udeb) from Lenny.
&lt;br&gt;&lt;br&gt;Because of recent changes in libparted, partman and other D-I components 
&lt;br&gt;that have now migrated to testing this udeb is no longer needed. I'll 
&lt;br&gt;also file a BR against ftp.d.o requesting removal from unstable.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19928146/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bug-497110%3A-partman-dmraid%3A-obsolete-component--should-not-be-included-in-Lenny-tp19928146p19928146.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19927829</id>
	<title>Some security-related requests</title>
	<published>2008-10-10T16:39:27Z</published>
	<updated>2008-10-10T16:39:27Z</updated>
	<author>
		<name>Moritz Muehlenhoff</name>
	</author>
	<content type="html">- Please unblock imagemagick (7:6.3.7.9.dfsg1-2.1) and graphicsmagick
&lt;br&gt;(1.1.11-3.2) for CVE-2008-1096.
&lt;br&gt;&lt;br&gt;- Someone from the release team copied wireshark and some other packages
&lt;br&gt;from testing-security to Lenny (thanks), please do the same for
&lt;br&gt;r-base (2.7.1-1+lenny1)
&lt;br&gt;&lt;br&gt;- It would be nice if #497871 could be considered for Lenny since it
&lt;br&gt;can be used to address problems in PHP's randomness handling
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Moritz
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19927829&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19927829&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Some-security-related-requests-tp19927829p19927829.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19927464</id>
	<title>Bug in libraptor1-dev</title>
	<published>2008-10-10T16:12:30Z</published>
	<updated>2008-10-10T16:12:30Z</updated>
	<author>
		<name>Kumar Appaiah-2</name>
	</author>
	<content type="html">Dear Debian Release,
&lt;br&gt;&lt;br&gt;I spoke to the maintainer of raptor about bug #498027, which exists in
&lt;br&gt;Lenny, and it appears that this bug has been introduced because of a
&lt;br&gt;problem with some other package during the build process. Sure enough,
&lt;br&gt;I rebuilt the package, and found that the &amp;quot;cares&amp;quot; reference in the bug
&lt;br&gt;disappeared.
&lt;br&gt;&lt;br&gt;The change seems related to a libc-ares change, but I didn't look too
&lt;br&gt;deeply. I also notice that the dependency_libs line gets altered
&lt;br&gt;significantly, and matches the one present in the sid package
&lt;br&gt;more. In essence, a rebuild fixes things.
&lt;br&gt;&lt;br&gt;Therefore, I would request a binNMU of raptor on Lenny on all
&lt;br&gt;architectures (including i386), so that this RC bug gets fixed.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Kumar
&lt;br&gt;-- 
&lt;br&gt;Kumar Appaiah
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19927464/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bug-in-libraptor1-dev-tp19927464p19927464.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19926774</id>
	<title>aegis freeze exception</title>
	<published>2008-10-10T13:57:19Z</published>
	<updated>2008-10-10T13:57:19Z</updated>
	<author>
		<name>Christian Meder</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;I want to request a freeze exception for the aegis packages from
&lt;br&gt;unstable. They contain mostly a pile of translation updates.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* acknowledge security NMU, thanks to Ben Hutchings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* remove dependency on mktemp, it's essential
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* add patch for compatibility of one test with subversion 1.5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* fix pending l10n issues, thanks to Christian Perrier for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; coordination
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Debconf translations:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Japanese, thanks to Hideki Yamane, closes: #491039
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Swedish, thanks to Martin Bagge, closes: #491931
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Russian, thanks to Yuri Kozlov, closes: #493606
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Portuguese, thanks to Americo Monteiro, closes: #498312
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Finnish, thanks to Esko Arajaervi, closes: #498813
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Czech, thanks to Miroslav Kure, closes: #498886
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Basque, thanks to Piarres Beobide, closes: #499100
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Italian, thanks to Alessandro De Zorzi, closes: #499149
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Brazilian Portuguese, thanks to Eder L. Marques, closes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #499327
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Christian Meder, email: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19926774&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;The Way-Seeking Mind of a tenzo is actualized 
&lt;br&gt;by rolling up your sleeves.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Eihei Dogen Zenji)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19926774&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19926774&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/aegis-freeze-exception-tp19926774p19926774.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19925629</id>
	<title>Re: #495211 - libatomic-ops FTBFS on powerpc</title>
	<published>2008-10-10T13:32:16Z</published>
	<updated>2008-10-10T13:32:16Z</updated>
	<author>
		<name>Adeodato Simó-4</name>
	</author>
	<content type="html">* Mike O'Connor [Wed, 08 Oct 2008 18:08:59 -0400]:
&lt;br&gt;&lt;br&gt;&amp;gt; May I NMU my fix to T-P-U to fix this bug?
&lt;br&gt;&lt;br&gt;Yes, and thanks for digging up the fix.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Adeodato Simó &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dato at net.com.org.es
&lt;br&gt;Debian Developer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;adeodato at debian.org
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Listening to: Rosa León - ¡Ay, amor!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925629&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-495211---libatomic-ops-FTBFS-on-powerpc-tp19888885p19925629.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19925803</id>
	<title>Please unblock javatools 0.16</title>
	<published>2008-10-10T13:17:21Z</published>
	<updated>2008-10-10T13:17:21Z</updated>
	<author>
		<name>Matthew Johnson-12</name>
	</author>
	<content type="html">I've just uploaded javatools 0.16 which closes #501516. It's a
&lt;br&gt;three-line fix, please can you unblock its migration to testing.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Matt
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Johnson
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19925803/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-unblock-javatools-0.16-tp19925803p19925803.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19925948</id>
	<title>RC bugs in LSB development packages</title>
	<published>2008-10-10T13:07:31Z</published>
	<updated>2008-10-10T13:07:31Z</updated>
	<author>
		<name>Stuart R. Anderson</name>
	</author>
	<content type="html">&lt;br&gt;There are 2 Serious bugs against the LSB dev package that need to be
&lt;br&gt;resolved. One of them will need a freeze exception to allow a new
&lt;br&gt;version of the package into testing.
&lt;br&gt;&lt;br&gt;First the easy one:
&lt;br&gt;&lt;br&gt;#478180 [lsb-build-cc2] lsb-build-cc2 depends on gcc-3.3, g++-3.3 which
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;isn't built anymore
&lt;br&gt;&lt;br&gt;I have filed a bug (though I can't find the bug number right now), asking for
&lt;br&gt;all of the LSB v2 package to be completely removed from everything post Etch.
&lt;br&gt;V2 of the spec has come and been gone long enough that these package are no
&lt;br&gt;longer needed. The list of package which should be removed is lsb-appchk2,
&lt;br&gt;lsb-build-base2, and lsb-buildcc2.
&lt;br&gt;&lt;br&gt;Now for the one that requires an exception:
&lt;br&gt;&lt;br&gt;#478174 [lsb-build-cc3] lsb-build-cc3 depends on g++-3.4 which
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;is not built anymore
&lt;br&gt;&lt;br&gt;The fix for this is part of the new version from upstream of the LSB tools.
&lt;br&gt;This package is in unstable now, but this package was removed from testing
&lt;br&gt;a while back during a sweep of packages that had invalid dependencies.
&lt;br&gt;It's removal from testing may mean that it is not showing up on some
&lt;br&gt;lists of bugs that need resolving for Lenny. &amp;nbsp;It needs an exception to be
&lt;br&gt;allowed back into testing now.
&lt;br&gt;&lt;br&gt;Due to a poor choice made almost 10 years ago, the LSB development packages
&lt;br&gt;are distributed as seperate source bundles, instead of a single source bundle. 
&lt;br&gt;This means that the rest of the packages that should be updated at the
&lt;br&gt;same time as lsb-build-cc3 are in fact seperate packages instead of being
&lt;br&gt;multiple binary package from a single source package.
&lt;br&gt;&lt;br&gt;The complete list of related packages, which need an exception to go
&lt;br&gt;into testing/lenny is lsb-appchk3, lsb-build-base3, lsb-build-cc3, and
&lt;br&gt;lsb-pkgchk3.
&lt;br&gt;&lt;br&gt;If lsb-build-cc3 doesn't get to go into lenny, then the other v3 lsb dev
&lt;br&gt;package listed above should be removed from lenny as they are out of date,
&lt;br&gt;and less useful without lsb-build-cc3.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Stuare
&lt;br&gt;&lt;br&gt;Stuart R. Anderson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925948&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anderson@...&lt;/a&gt;
&lt;br&gt;1024D/37A79149: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0791 D3B8 9A4C 2CDC A31F
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BD03 0A62 E534 37A7 9149
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925948&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925948&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RC-bugs-in-LSB-development-packages-tp19925948p19925948.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19925141</id>
	<title>Please unblock iceape 1.1.12-1</title>
	<published>2008-10-10T13:01:02Z</published>
	<updated>2008-10-10T13:01:02Z</updated>
	<author>
		<name>Mike Hommey</name>
	</author>
	<content type="html">Hi release team,
&lt;br&gt;&lt;br&gt;Iceape 1.1.12-1 is a new upstream that contains a bunch of security and
&lt;br&gt;stability fixes. Its changelog:
&lt;br&gt;&lt;br&gt;&amp;nbsp;iceape (1.1.12-1) unstable; urgency=low
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;* New security/stability upstream release.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixes mfsa-2008-{37-38,40-46}, also known as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;CVE-2008-0016, CVE-2008-3835, CVE-2008-3837, CVE-2008-4058,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;CVE-2008-4059, CVE-2008-4060, CVE-2008-4061, CVE-2008-4062,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;CVE-2008-4063, CVE-2008-4064, CVE-2008-4065, CVE-2008-4066,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;CVE-2008-4067, CVE-2008-4068, CVE-2008-4069, CVE-2008-4070.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925141&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925141&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Please-unblock-iceape-1.1.12-1-tp19925141p19925141.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19925217</id>
	<title>Re: Bugzilla / CVE-2008-4437</title>
	<published>2008-10-10T12:50:50Z</published>
	<updated>2008-10-10T12:50:50Z</updated>
	<author>
		<name>Raphael Bossek-2</name>
	</author>
	<content type="html">Hi release team,
&lt;br&gt;&lt;br&gt;bugzilla 3.0.5 will be accepted for testing in few days
&lt;br&gt;(&lt;a href=&quot;http://packages.qa.debian.org/b/bugzilla.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://packages.qa.debian.org/b/bugzilla.html&lt;/a&gt;). Please accept this
&lt;br&gt;change for the stable release due to security fixes.
&lt;br&gt;&lt;br&gt;Raphael Bossek
&lt;br&gt;&lt;br&gt;2008/10/10 Moritz Muehlenhoff &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925217&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmm@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Please talk to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925217&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release@...&lt;/a&gt; to get
&lt;br&gt;&amp;gt; Bugzilla 3.0.5 unblocked for Lenny, since it fixes a
&lt;br&gt;&amp;gt; low severity security problem:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.bugzilla.org/security/2.22.4/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bugzilla.org/security/2.22.4/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Moritz
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Raphael Bossek
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925217&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19925217&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-Bugzilla---CVE-2008-4437-tp19925217p19925217.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19923032</id>
	<title>Re: matplotlib: grave bug in lenny package</title>
	<published>2008-10-10T10:52:07Z</published>
	<updated>2008-10-10T10:52:07Z</updated>
	<author>
		<name>Kumar Appaiah-2</name>
	</author>
	<content type="html">Dear Release Managers,
&lt;br&gt;&lt;br&gt;matplotlib is almost ready for migration, except that ia64, mips and
&lt;br&gt;powerpc packages need to be rebuilt on an updated chroot (where the
&lt;br&gt;version of gcc and g++ are identical). (sparc is also building, but I
&lt;br&gt;guess that wouldn't be much of a problem as it built there earlier).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://buildd.debian.org/~jeroen/status/package.php?p=matplotlib&amp;suite=testing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://buildd.debian.org/~jeroen/status/package.php?p=matplotlib&amp;suite=testing&lt;/a&gt;&lt;br&gt;&lt;br&gt;In spite of requesting earlier, I have been unable to get the buildd
&lt;br&gt;admins to update their lenny chroots on these architectures.
&lt;br&gt;Therefore, I reiterate this request to the the buildd admins. Once
&lt;br&gt;this is done, a give-back should fix matplotlib for Lenny.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Kumar
&lt;br&gt;-- 
&lt;br&gt;Kumar Appaiah
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19923032&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19923032&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/matplotlib%3A-grave-bug-in-lenny-package-tp19881960p19923032.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19921812</id>
	<title>please unblock kernel-package 11.005</title>
	<published>2008-10-10T09:35:59Z</published>
	<updated>2008-10-10T09:35:59Z</updated>
	<author>
		<name>Manoj Srivastava-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Could you please consider unblocking kernel-package, perhaps
&lt;br&gt;&amp;nbsp;after it spends some time in Sid? &amp;nbsp;The changes are quite extensive, but
&lt;br&gt;&amp;nbsp;the fact is that kernel-package was in really bad shape (I was not
&lt;br&gt;&amp;nbsp;kidding about the RC bug), and thus much work was required to bring it
&lt;br&gt;&amp;nbsp;up to release quality. I am sorry it happened so late into the release
&lt;br&gt;&amp;nbsp;cycle.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Why should we want to have this new version in Lenny?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The new version works with the merged x86 code in recent
&lt;br&gt;&amp;nbsp;kernels, while retaining compatibility with older kernel sources. It
&lt;br&gt;&amp;nbsp;correctly generates the right set of headers. It is again
&lt;br&gt;&amp;nbsp;cross-compilation friendly. The postinst no longer runs lilo when it
&lt;br&gt;&amp;nbsp;thinks there is no other bootloader (it used to detect grub, but not
&lt;br&gt;&amp;nbsp;grub2). It correctly installs firmware in a versioned location under
&lt;br&gt;&amp;nbsp;/lib/firmware.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; More significantly, the build system has moved to a more
&lt;br&gt;&amp;nbsp;streamlined, make -j friendly build system While I am not sure of this
&lt;br&gt;&amp;nbsp;fixes some of the nagging problems we have been facing in recent
&lt;br&gt;&amp;nbsp;versions of kernel-package, where we used double colon rules, which
&lt;br&gt;&amp;nbsp;were convenient, sure, but played havoc with ordering of the rules, and
&lt;br&gt;&amp;nbsp;had to have various band-aids to help out with the ordering. The system
&lt;br&gt;&amp;nbsp;was rapidly growing complex, with clear indication that it was actually
&lt;br&gt;&amp;nbsp;faster.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The new target mechanism does away with doublecolon rules, and
&lt;br&gt;&amp;nbsp;should play better with parrallel compilation. We try to use upstream
&lt;br&gt;&amp;nbsp;kbuild as far as possible, to reduce churn as the files upstream
&lt;br&gt;&amp;nbsp;installs change. Some added checks of the Makefile are now in place so
&lt;br&gt;&amp;nbsp;we retain backwards compatibility. This should improve things lot wrt
&lt;br&gt;&amp;nbsp;header files. &amp;nbsp;We also now add dependencies to more packages actually
&lt;br&gt;&amp;nbsp;required to build kernel images.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; We also try to look for the kbuild created KERNELRELEASE
&lt;br&gt;&amp;nbsp;variable, which is designed to be used by distros to figure out where
&lt;br&gt;&amp;nbsp;modules are to be loaded from, etc. This should help reduce version
&lt;br&gt;&amp;nbsp;mismatches. We also prepare the kernel.release file early, to help
&lt;br&gt;&amp;nbsp;that.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; We also refitted to support the new XEN code in mainstream, in
&lt;br&gt;&amp;nbsp;that the same image can be booted normally or be used as a XEN
&lt;br&gt;&amp;nbsp;image. This support probably needs to be improved.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The make target dependencies have been extensively reworked, to
&lt;br&gt;&amp;nbsp;minimize surprises and wasted effort. We also strip modules, based on
&lt;br&gt;&amp;nbsp;DEB_BUILD_OPTIONS (nostrip).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Extra care is now taken so we do not accidentally remove
&lt;br&gt;&amp;nbsp;./debian while cleaning, thanks to upstream helpfully removing ./debian
&lt;br&gt;&amp;nbsp;when cleaning. &amp;nbsp;This should prevent dpkg-buildpackage from accidentally
&lt;br&gt;&amp;nbsp;shooting itself in the foot by removing ./debian as its first action.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Finally, the changes have made it possible to create a
&lt;br&gt;&amp;nbsp;kernel-image straight out of a git working directory, partially because
&lt;br&gt;&amp;nbsp;the upstream script does not think that the changes kernel-package
&lt;br&gt;&amp;nbsp;makes to the source make it dirty, and partially because we run the
&lt;br&gt;&amp;nbsp;kernel.release creation script early, just after patching the
&lt;br&gt;&amp;nbsp;sources, but before generating the ./debian/changelog, and this,
&lt;br&gt;&amp;nbsp;abetted by using KERNELRELEASE, ensures that we correctly capture the
&lt;br&gt;&amp;nbsp;version.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have also added dependencies to kernel package, the kerel
&lt;br&gt;&amp;nbsp;source package, the kernel header package, with the basic tools
&lt;br&gt;&amp;nbsp;required to build a kernel, so by installing the source package, or the
&lt;br&gt;&amp;nbsp;header package, the user should have most of the things required to
&lt;br&gt;&amp;nbsp;compile their own kernel.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; changelog follows. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; manoj
&lt;br&gt;&lt;br&gt;kernel-package (11.005) unstable; urgency=critical
&lt;br&gt;&lt;br&gt;&amp;nbsp; * [32c42dc] Fix a cut and paste typo which substituted a XEN postinst
&lt;br&gt;&amp;nbsp; &amp;nbsp; This caused initrds not to be created. I knew there was a downside to
&lt;br&gt;&amp;nbsp; &amp;nbsp; code hacking all-nighters.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;linux-image*.postinst does not create an initrd&amp;quot;, thanks to
&lt;br&gt;&amp;nbsp; &amp;nbsp; Sven Joachim (Closes: #501793).
&lt;br&gt;&lt;br&gt;&amp;nbsp;-- Manoj Srivastava &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srivasta@...&lt;/a&gt;&amp;gt; &amp;nbsp;Fri, 10 Oct 2008 09:18:38 -0500
&lt;br&gt;&lt;br&gt;kernel-package (11.004) unstable; urgency=high
&lt;br&gt;&lt;br&gt;&amp;nbsp; * [c68891f] A new bug fix version )closes serious bug).
&lt;br&gt;&amp;nbsp; &amp;nbsp; This is a pure documentation change, it removes language that might
&lt;br&gt;&amp;nbsp; &amp;nbsp; mislead people into thinking that there is any relation between
&lt;br&gt;&amp;nbsp; &amp;nbsp; kernel-package and official kernels. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #370651)
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [680cbd4] Upstream fixed the problem of thinking the sources were dirty
&lt;br&gt;&amp;nbsp; * Bug fix: &amp;quot;Bogus version number when building from Git&amp;quot;, thanks to Josh
&lt;br&gt;&amp;nbsp; &amp;nbsp; Triplett &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #423721).
&lt;br&gt;&lt;br&gt;&amp;nbsp;-- Manoj Srivastava &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srivasta@...&lt;/a&gt;&amp;gt; &amp;nbsp;Fri, 10 Oct 2008 02:47:49 -0500
&lt;br&gt;&lt;br&gt;kernel-package (11.003) unstable; urgency=high
&lt;br&gt;&lt;br&gt;&amp;nbsp; * [e12e615] Fix the build system to accommodate XEN changes, use kbuild as far as possible
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; These are fairly extensive changes. Firstly, we try to use upstream
&lt;br&gt;&amp;nbsp; &amp;nbsp; kbuild as far as possible, to reduce churn as the files upstream
&lt;br&gt;&amp;nbsp; &amp;nbsp; installs change. Some added checks of the Makefile are now in place so
&lt;br&gt;&amp;nbsp; &amp;nbsp; we retain backwards compatibility. This should improve things lot wrt
&lt;br&gt;&amp;nbsp; &amp;nbsp; header files. &amp;nbsp;We also now add dependencies to more packages actually
&lt;br&gt;&amp;nbsp; &amp;nbsp; required to build kernel images.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; We also try to look for the kbuild created KERNELRELEASE variable,
&lt;br&gt;&amp;nbsp; &amp;nbsp; which is designed to be used by distros to figure out where modules
&lt;br&gt;&amp;nbsp; &amp;nbsp; are to be loaded from, etc. This should help reduce version
&lt;br&gt;&amp;nbsp; &amp;nbsp; mismatches. We also prepare the kernel.release file early, to help
&lt;br&gt;&amp;nbsp; &amp;nbsp; that.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; We also refitted to support the new XEN code in mainstream, in that
&lt;br&gt;&amp;nbsp; &amp;nbsp; the same image can be booted normally or be used as a XEN image. This
&lt;br&gt;&amp;nbsp; &amp;nbsp; support probably needs to be improved.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; The make target dependencies have been extensively reworked, to
&lt;br&gt;&amp;nbsp; &amp;nbsp; minimize surprises and wasted effort. We also strip modules, based on
&lt;br&gt;&amp;nbsp; &amp;nbsp; DEB_BUILD_OPTIONS (nostrip).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Extra care is now taken so we do not accidentally remove ./debian
&lt;br&gt;&amp;nbsp; &amp;nbsp; while cleaning, thanks to upstream helpfully removing ./debian when
&lt;br&gt;&amp;nbsp; &amp;nbsp; cleaning. &amp;nbsp;This should prevent dpkg-buildpackage from accidentally
&lt;br&gt;&amp;nbsp; &amp;nbsp; shooting itself in the foot by removing ./debian as its first action.
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;No such file or directory&amp;quot;, thanks to Marc Haber. I am fairly
&lt;br&gt;&amp;nbsp; &amp;nbsp; sure this is fixed. The code around the cleaning has been
&lt;br&gt;&amp;nbsp; &amp;nbsp; thoroughly revamped, and there have been a large number of test runs.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #410035).
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;kernel-package is suffering from bit rot, and is severely
&lt;br&gt;&amp;nbsp; &amp;nbsp; broken&amp;quot;, thanks to Manoj Srivastava &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #475036).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;make-kpkg kernel_image fails on upstream 2.6.23 when
&lt;br&gt;&amp;nbsp; &amp;nbsp; CONFIG_XEN is defined (new Xen paravirt_ops)&amp;quot;, thanks to Ben McKeegan
&lt;br&gt;&amp;nbsp; &amp;nbsp; Not only do we handle the normal image package, we should also provide
&lt;br&gt;&amp;nbsp; &amp;nbsp; a working Xen setup. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #446879).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;Version check compares wrong vars&amp;quot;, thanks to Matthijs
&lt;br&gt;&amp;nbsp; &amp;nbsp; Kooijman. Actually, this is ont the case. We do check the upstream
&lt;br&gt;&amp;nbsp; &amp;nbsp; version against our best guess of what whould be the correct string --
&lt;br&gt;&amp;nbsp; &amp;nbsp; and then we ensure what we think is the right thing is what the URS
&lt;br&gt;&amp;nbsp; &amp;nbsp; header thinks is the corect one. In any case, the KERNELRELEASE
&lt;br&gt;&amp;nbsp; &amp;nbsp; changes above make this moot. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #433217).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;local version not set when config is out of date&amp;quot;, thanks to
&lt;br&gt;&amp;nbsp; &amp;nbsp; Matthijs Kooijman. Now we always run oldconfig before we create the
&lt;br&gt;&amp;nbsp; &amp;nbsp; changelog, so things should work OK. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #432711).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;modules_clean after build with --append-to-version demands
&lt;br&gt;&amp;nbsp; &amp;nbsp; correct --append-to-version&amp;quot;, thanks to Marc Haber. Cleaning out the
&lt;br&gt;&amp;nbsp; &amp;nbsp; dependency targets above cleaned out this bug as well. At least, it
&lt;br&gt;&amp;nbsp; &amp;nbsp; worked for me. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #460507).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;fails to build 2.6.25-2 kernel source&amp;quot;, thanks to Arthur
&lt;br&gt;&amp;nbsp; &amp;nbsp; Marsh. This was extensively tested on 2.6.25.8 and 2.6.26.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #480436).
&lt;br&gt;&amp;nbsp; * [18152d7] Document targets must that be run as root
&lt;br&gt;&amp;nbsp; &amp;nbsp; The targets in question are binary, binary-arch, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; binary-indep. This is not out of line with other packages,
&lt;br&gt;&amp;nbsp; &amp;nbsp; really. Fixing this would be too kludgey.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;make-kpkg fails with non-root user and fakeroot&amp;quot;, thanks to
&lt;br&gt;&amp;nbsp; &amp;nbsp; C. Dominik Bodi. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #501699)
&lt;br&gt;&amp;nbsp; * [7c6c88e] Make sure we always patch the sources before generating the changelog
&lt;br&gt;&amp;nbsp; &amp;nbsp; The tricky part was to make sure that the first, minimal invocation
&lt;br&gt;&amp;nbsp; &amp;nbsp; also did the right thing. The solution was to create a ./debian
&lt;br&gt;&amp;nbsp; &amp;nbsp; directory just good enough to bootstrap a correct ./debian dir in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; second phase. &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;debian target does not patch the source as
&lt;br&gt;&amp;nbsp; &amp;nbsp; advertised&amp;quot;, thanks to Dylan Thurston &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #500897).
&lt;br&gt;&lt;br&gt;&amp;nbsp;-- Manoj Srivastava &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srivasta@...&lt;/a&gt;&amp;gt; &amp;nbsp;Fri, 10 Oct 2008 00:31:31 -0500
&lt;br&gt;&lt;br&gt;kernel-package (11.002) unstable; urgency=high
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Redo the NMU changes.
&lt;br&gt;&amp;nbsp; * [814f453] use DEB_HOST_ARCH_OS
&lt;br&gt;&amp;nbsp; * [46753e6] Do not quote values in kernel-img.conf examples
&lt;br&gt;&amp;nbsp; * [9360526] add support for building lguest launcher when lguest host
&lt;br&gt;&amp;nbsp; &amp;nbsp; support is built-in or module
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;add support for building lguest launcher when lguest host
&lt;br&gt;&amp;nbsp; &amp;nbsp; support is built-in or module&amp;quot;, thanks to Paul TBBle Hampson
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: &amp;nbsp;#464147).
&lt;br&gt;&amp;nbsp; * [c7fb8b6] Fix a typo that was preventing CROSS_ARG from being passed
&lt;br&gt;&amp;nbsp; &amp;nbsp; to the modules. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;Option --cross-compile=- dosn't work with target modules*&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; thanks to Jose Calhariz. This is an important bug fix.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #417948).
&lt;br&gt;&amp;nbsp; * [1717962] fix bashism in an example script
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;bashism in /bin/sh script&amp;quot;, thanks to Raphael Geissert. This
&lt;br&gt;&amp;nbsp; &amp;nbsp; is a release goal, since using dash as /bin.sh is desirable.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #489617).
&lt;br&gt;&amp;nbsp; * [1872151] Fix asm symlink issues that created broken header packages
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;not suitable for m-a).&amp;quot;, thanks to Valentin QUEQUET. The fix
&lt;br&gt;&amp;nbsp; &amp;nbsp; was entirely due to Paul &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: &amp;nbsp;#468839, #475029, #461228).
&lt;br&gt;&amp;nbsp; * [540ff1c] Adapt to the recent combination of i386 and amd64 images
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;i386/x86_64 bzImage symlinks scheduled for removal in April
&lt;br&gt;&amp;nbsp; &amp;nbsp; 2010&amp;quot;, Thanks to Frans Pop. As a result of the integration of i386 and
&lt;br&gt;&amp;nbsp; &amp;nbsp; amd64 in the upstream kernel, kernel package failed to build debs for
&lt;br&gt;&amp;nbsp; &amp;nbsp; a while as it could no longer find the bzImage file, until
&lt;br&gt;&amp;nbsp; &amp;nbsp; compatibility symlinks were added. Add a version specific change for
&lt;br&gt;&amp;nbsp; &amp;nbsp; the location of the image file. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Closes: #473705)
&lt;br&gt;&amp;nbsp; * [162d814] Only run a bootloader (lilo, usually) when explicitly
&lt;br&gt;&amp;nbsp; &amp;nbsp; asked
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;postinst doesn't grok grub2?&amp;quot;, thanks to Trent Buck. If lilo
&lt;br&gt;&amp;nbsp; &amp;nbsp; is installed, and the user has said run boot loader explicitly, then
&lt;br&gt;&amp;nbsp; &amp;nbsp; run it. Do not test for grub in order to run lilo. &amp;nbsp;(Closes: Bug#432124)
&lt;br&gt;&amp;nbsp; * [6bc983d] Remove deprecated option image_in_boot from man page,
&lt;br&gt;&amp;nbsp; &amp;nbsp; added support and warning to postinst
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;created kernel postinst silently ignores image_in_boot in
&lt;br&gt;&amp;nbsp; &amp;nbsp; kernel-img.conf&amp;quot;, thanks to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmaydell@...&lt;/a&gt;&amp;lt;/a&amp;gt;; There
&lt;br&gt;&amp;nbsp; &amp;nbsp; is now a postinst warning, and support is added back in, for
&lt;br&gt;&amp;nbsp; &amp;nbsp; image_in_boot (a confusing, deprecated, and now undocumented option.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #441317).
&lt;br&gt;&amp;nbsp; * [dca4a03] Set a versioned path to install kernel firmware into
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;Firmware fall-out.&amp;quot;, thanks to Jason
&lt;br&gt;&amp;nbsp; &amp;nbsp; Riedy. /lib/firmware/&amp;lt;version&amp;gt; is being used as a path. Fix from Brian
&lt;br&gt;&amp;nbsp; &amp;nbsp; Rogers. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #492516).
&lt;br&gt;&amp;nbsp; * [701f87d] Typo fix in man page.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;Typo in make-kpkg(1)&amp;quot;, thanks to Reuben Thomas
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: #442080).
&lt;br&gt;&amp;nbsp; * [bc8d2a9] Typo fix in debconf template.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Bug fix: &amp;quot;typo fixes: a vs an&amp;quot;, thanks to Frederik Schwarzer 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Closes: &amp;nbsp; &amp;nbsp;#486750, #487855).
&lt;br&gt;&amp;nbsp; * [22c79c6] Move to a streamlined, make -j friendly build system 
&lt;br&gt;&amp;nbsp; &amp;nbsp; While I am not sure of this fixes some of the nagging problems we have
&lt;br&gt;&amp;nbsp; &amp;nbsp; been facing in recent versions of kernel-package, where we used double
&lt;br&gt;&amp;nbsp; &amp;nbsp; colon rules, which were convenient, sure, but played havoc with
&lt;br&gt;&amp;nbsp; &amp;nbsp; ordering of the rules, and had to have various band-aids to help out
&lt;br&gt;&amp;nbsp; &amp;nbsp; with the ordering. The system was rapidly growing complex, with clear
&lt;br&gt;&amp;nbsp; &amp;nbsp; indication that it was actually faster.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; The new target mechanism does away with doublecolon rules, and should
&lt;br&gt;&amp;nbsp; &amp;nbsp; play better with parrallel compilation.
&lt;br&gt;&lt;br&gt;&amp;nbsp;-- Manoj Srivastava &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srivasta@...&lt;/a&gt;&amp;gt; &amp;nbsp;Wed, 08 Oct 2008 23:49:52 -0500
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Forgive and forget. Cervantes
&lt;br&gt;Manoj Srivastava &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srivasta@...&lt;/a&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.golden-gryphon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.golden-gryphon.com/&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;1024D/BF24424C print 4966 F272 D093 B493 410B &amp;nbsp;924B 21BA DABB BF24 424C
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921812&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/please-unblock-kernel-package-11.005-tp19921812p19921812.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19921223</id>
	<title>Re: Updating libio-socket-ssl-perl in lenny</title>
	<published>2008-10-10T09:05:37Z</published>
	<updated>2008-10-10T09:05:37Z</updated>
	<author>
		<name>gregor herrmann-3</name>
	</author>
	<content type="html">On Fri, 10 Oct 2008 16:49:03 +0200, Frank Lichtenheld wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; From my testing it seems that this FTBFS does not occour with
&lt;br&gt;&amp;gt; version 1.16 of libio-socket-ssl-perl from unstable. 
&lt;br&gt;&lt;br&gt;Same here, the build fails in a lenny cowbuilder chroot with
&lt;br&gt;libio-socket-ssl-perl 1.15 and succeeds in a sid cowbuilder chroot
&lt;br&gt;with libio-socket-ssl-perl 1.16.
&lt;br&gt;&lt;br&gt;&amp;gt; I would
&lt;br&gt;&amp;gt; therefor suggest letting the new version into testing. The patch
&lt;br&gt;&amp;gt; looks small enough.
&lt;br&gt;&lt;br&gt;Additional information: 
&lt;br&gt;&lt;br&gt;1) The upstream Changes explicitly says:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - change opened() to report -1 if the IO::Handle is open, but the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SSL connection failed, needed with HTTP::Daemon::SSL which will send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; an error mssage over the unencrypted socket
&lt;br&gt;&lt;br&gt;2) Attached is the complete diff between 1.15-1 and 1.16-1, it's
&lt;br&gt;&amp;nbsp; &amp;nbsp;really small.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;gregor
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;.''`. &amp;nbsp; Home: &lt;a href=&quot;http://info.comodo.priv.at/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://info.comodo.priv.at/&lt;/a&gt;{,blog/} / GPG Key ID: 0x00F3CFE4
&lt;br&gt;&amp;nbsp;: :' : &amp;nbsp;Debian GNU/Linux user, admin, &amp; developer - &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&amp;nbsp;`. `' &amp;nbsp; Member of VIBE!AT, SPI Inc., fellow of FSFE | &lt;a href=&quot;http://got.to/quote/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://got.to/quote/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;`- &amp;nbsp; &amp;nbsp;BOFH excuse #390: &amp;nbsp;Increased sunspot activity. 
&lt;br&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: debian/control
&lt;br&gt;===================================================================
&lt;br&gt;--- debian/control	(revision 24723)
&lt;br&gt;+++ debian/control	(working copy)
&lt;br&gt;@@ -3,7 +3,8 @@
&lt;br&gt;&amp;nbsp;Priority: optional
&lt;br&gt;&amp;nbsp;Maintainer: Debian Perl Group &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921223&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pkg-perl-maintainers@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;Uploaders: Florian Ragwitz &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921223&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rafl@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;- gregor herrmann &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921223&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gregoa@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+ gregor herrmann &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921223&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gregoa@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;+ Ansgar Burchardt &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19921223&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ansgar@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;Build-Depends: debhelper (&amp;gt;= 7)
&lt;br&gt;&amp;nbsp;Build-Depends-Indep: perl (&amp;gt;= 5.8.0-7), libnet-ssleay-perl (&amp;gt;= 1.35), netbase,
&lt;br&gt;&amp;nbsp; libnet-libidn-perl
&lt;br&gt;Index: debian/changelog
&lt;br&gt;=========================================