<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.ubuntu-nl.org/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.ubuntu-nl.org/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Edgy Changes</title>
    <link>http://lists.ubuntu.com/mailman/listinfo/edgy-changes</link>
    <language>en</language>
    
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.ubuntu-nl.org/EdgyChanges" type="application/rss+xml" /><item>
  <title>squid, 2.6.1-3ubuntu1.5</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/squid,/2.6.1-3ubuntu1.5</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/squid,/2.6.1-3ubuntu1.5</link>
  <description>&lt;b&gt;squid (2.6.1-3ubuntu1.5)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: denial of service through memory exhaustion.
&lt;/li&gt;&lt;li&gt; Add cache_header_shrinking.dpatch: upstream fixes thanks to Martin Nagy.
&lt;/li&gt;&lt;li&gt; References
 CVE-2007-6239&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 09 Jan 2008 20:56:11 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>openssh, 1:4.3p2-5ubuntu1.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/openssh,/1:4.3p2-5ubuntu1.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/openssh,/1:4.3p2-5ubuntu1.1</link>
  <description>&lt;b&gt;openssh (1:4.3p2-5ubuntu1.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: trusted cookie leak when untrusted cookie cannot be
 generated.
&lt;/li&gt;&lt;li&gt; clientloop.c: Applied patch according to openssh upstream (LP: #162171),
 thanks to Stephan Hermann.
&lt;/li&gt;&lt;li&gt; References:
 CVE-2007-4752
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444738
 http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/clientloop.c.diff?r1=1.180&amp;amp;r2=1.181&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 09 Jan 2008 23:55:32 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>bind9 1:9.3.2-2ubuntu3.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/bind9/1:9.3.2-2ubuntu3.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/bind9/1:9.3.2-2ubuntu3.3</link>
  <description>&lt;b&gt;bind9 (1:9.3.2-2ubuntu3.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; l.root-servers.net. got a new IP. (LP #160176)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 11 Jan 2008 12:30:40 +0000</pubDate>
  <dc:creator>Soren Hansen</dc:creator>
  <author>Soren Hansen</author>
</item>


<item>
  <title>squid 2.6.1-3ubuntu1.6</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/squid/2.6.1-3ubuntu1.6</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/squid/2.6.1-3ubuntu1.6</link>
  <description>&lt;b&gt;squid (2.6.1-3ubuntu1.6)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Fix transparent proxies (LP: #68818).&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 11 Jan 2008 13:07:02 +0000</pubDate>
  <dc:creator>Martin Pitt</dc:creator>
  <author>Martin Pitt</author>
</item>


<item>
  <title>postgresql-8.1, 8.1.11-0ubuntu0.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/postgresql-8.1,/8.1.11-0ubuntu0.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/postgresql-8.1,/8.1.11-0ubuntu0.6.10.1</link>
  <description>&lt;b&gt;postgresql-8.1 (8.1.11-0ubuntu0.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; New upstream security/bugfix release:
&lt;ul&gt;&lt;li&gt; Prevent functions in indexes from executing with the privileges of
 the user running "VACUUM", "ANALYZE", etc. "SET ROLE" is now forbidden
 within a SECURITY DEFINER context. [CVE-2007-6600]
&lt;/li&gt;&lt;li&gt; Suitably crafted regular-expression patterns could cause crashes,
 infinite or near-infinite looping, and/or massive memory
 consumption, all of which pose denial-of-service hazards for
 applications that accept regex search patterns from untrustworthy
 sources. [CVE-2007-4769, CVE-2007-4772, CVE-2007-6067]
&lt;/li&gt;&lt;li&gt; Require non-superusers who use "/contrib/dblink" to use only
 password authentication, as a security measure.
 The fix that appeared for this in 8.2.5 was incomplete, as it
 plugged the hole for only some "dblink" functions. [CVE-2007-6601,
 CVE-2007-3278]
&lt;/li&gt;&lt;li&gt; Fix planner failure in some cases of WHERE false AND var IN (SELECT
 ...).
&lt;/li&gt;&lt;li&gt; Preserve the tablespace and storage parameters of indexes that are
 rebuilt by "ALTER TABLE ... ALTER COLUMN TYPE".
&lt;/li&gt;&lt;li&gt; Make archive recovery always start a new WAL timeline, rather than
 only when a recovery stop time was used. This avoids a corner-case risk
 of trying to overwrite an existing archived copy of the last WAL
 segment, and seems simpler and cleaner than the original definition.
&lt;/li&gt;&lt;li&gt; Make "VACUUM" not use all of maintenance_work_mem when the table is
 too small for it to be useful.
&lt;/li&gt;&lt;li&gt; Fix potential crash in translate() when using a multibyte database
 encoding.
&lt;/li&gt;&lt;li&gt; Fix overflow in extract(epoch from interval) for intervals
 exceeding 68 years.
&lt;/li&gt;&lt;li&gt; Fix PL/Perl to not fail when a UTF-8 regular expression is used in
 a trusted function.
&lt;/li&gt;&lt;li&gt; Fix PL/Python to not crash on long exception messages.
&lt;/li&gt;&lt;li&gt; Fix pg_dump to correctly handle inheritance child tables that have
 default expressions different from their parent's.
&lt;/li&gt;&lt;li&gt; Fix libpq crash when PGPASSFILE refers to a file that is not a
 plain file.
&lt;/li&gt;&lt;li&gt; ecpg parser fixes.
&lt;/li&gt;&lt;li&gt; Make "contrib/tablefunc"'s crosstab() handle NULL rowid as a
 category in its own right, rather than crashing.
&lt;/li&gt;&lt;li&gt; Fix tsvector and tsquery output routines to escape backslashes
 correctly.
&lt;/li&gt;&lt;li&gt; Fix crash of to_tsvector() on huge input strings.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; Use the timezone database from the system tzdata instead of shipping our
 own.
&lt;ul&gt;&lt;li&gt; debian/patches/04-timezone-symlinks.patch: Drop previous
 hardlink-to-symlink patch to zic, since that is irrelevant now. Replace
 the patch with a Makefile change that just symlinks /usr/share/zoneinfo
 to where postgresql previously installed its own tzdata copy.
&lt;/li&gt;&lt;li&gt; debian/control: Add tzdata dependency.
&lt;/li&gt;&lt;li&gt; debian/postgresql-8.1.install: Install the 'timezone' symlink, not the
 files in the dereferenced directory.
&lt;/li&gt;&lt;li&gt; debian/postgresql-8.1.postinst: Replace the timezone directory with the
 symlink on upgrades, since dpkg does not do that automatically. Without
 this, we'd end up with an empty timezone directory.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 14 Jan 2008 18:56:00 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>libxml2, 2.6.26.dfsg-2ubuntu4.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/libxml2,/2.6.26.dfsg-2ubuntu4.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/libxml2,/2.6.26.dfsg-2ubuntu4.1</link>
  <description>&lt;b&gt;libxml2 (2.6.26.dfsg-2ubuntu4.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: infinite loop with malformed UTF8
&lt;/li&gt;&lt;li&gt; parserInternals.c: patched inline with upstream changes, thanks to
 Daniel Veillard.
&lt;/li&gt;&lt;li&gt; References
 http://mail.gnome.org/archives/xml/2008-January/msg00036.html
 CVE-2007-6284&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 14 Jan 2008 22:55:39 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>boost, 1.33.1-7ubuntu1.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/boost,/1.33.1-7ubuntu1.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/boost,/1.33.1-7ubuntu1.1</link>
  <description>&lt;b&gt;boost (1.33.1-7ubuntu1.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: null pointer dereference via crafted regular expression
&lt;/li&gt;&lt;li&gt; debian/patches/06_SECURITY_CVE-2008-0172.patch: fix for
 basic_regex_parser() in boost/regex/v4/basic_regex_parser.hpp to return
 error on invalid repetition of next state
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0171
 CVE-2008-0172&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 16 Jan 2008 20:57:48 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>libxfont, 1:1.2.0-0ubuntu3.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/libxfont,/1:1.2.0-0ubuntu3.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/libxfont,/1:1.2.0-0ubuntu3.2</link>
  <description>&lt;b&gt;libxfont (1:1.2.0-0ubuntu3.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: overflow in PCF font handling.
&lt;/li&gt;&lt;li&gt; Added fix_CVE-2008-0006.patch: backported from upstream commit
 (b76df66d2c507898472bba0f9986ef5700029a36)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 18 Jan 2008 00:55:31 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>xorg-server, 1:1.1.1-0ubuntu12.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/xorg-server,/1:1.1.1-0ubuntu12.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/xorg-server,/1:1.1.1-0ubuntu12.3</link>
  <description>&lt;b&gt;xorg-server (1:1.1.1-0ubuntu12.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: multiple memory corruption flaws.
&lt;/li&gt;&lt;li&gt; Added fix_CVE-2007-5958.patch: upstream fix from Matthieu Herrb.
&lt;/li&gt;&lt;li&gt; Added fix_CVE-2007-5760.patch: backported upstream fixes
 (bbde5b62a137ba726a747b838d81e92d72c1b42b) for XFree86 Misc extension out
 of bounds array index.
&lt;/li&gt;&lt;li&gt; Added fix_CVE-2007-6427.patch: backported upstream fixes
 (dd5e0f5cd5f3a87fee86d99c073ffa7cf89b0a27) for Xinput extension memory
 corruption.
&lt;/li&gt;&lt;li&gt; Added fix_CVE-2007-6428.patch: backported upstream fixes
 (7dc1717ff0f96b99271a912b8948dfce5164d5ad) for TOG-cup extension memory
 corruption.
&lt;/li&gt;&lt;li&gt; Added fix_CVE-2007-6429.patch: backported upstream fixes
 (6de61f82728df22ea01f9659df6581b87f33f11d) for MIT-SHM and EVI extensions
 integer overflows.
&lt;/li&gt;&lt;li&gt; Added fix_CVE-2008-0006.patch: backported upstream fixes
 (8e133d96740d010a4fd969a8188e6e71fb2cafe2) for PCF Font parser buffer
 overflow.&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 18 Jan 2008 00:56:40 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>xorg-server, 1:1.1.1-0ubuntu12.4</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/xorg-server,/1:1.1.1-0ubuntu12.4</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/xorg-server,/1:1.1.1-0ubuntu12.4</link>
  <description>&lt;b&gt;xorg-server (1:1.1.1-0ubuntu12.4)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Revert previous security update since it causes severe regressions.
 (LP: #183969)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 18 Jan 2008 18:55:58 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>syslog-ng, 1.9.11-1.1ubuntu0.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/syslog-ng,/1.9.11-1.1ubuntu0.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/syslog-ng,/1.9.11-1.1ubuntu0.1</link>
  <description>&lt;b&gt;syslog-ng (1.9.11-1.1ubuntu0.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: Allows remote attackers to cause a denial of service
 (crash) via a message with a timestamp that does not contain a trailing
 space, which triggers a NULL pointer dereference.
&lt;/li&gt;&lt;li&gt; src/logmsg.c (log_msg_parse): fixed possible NULL pointer dereference
 in log message parsing, as done in upstream RCS
&lt;/li&gt;&lt;li&gt; References:
&lt;ul&gt;&lt;li&gt; http://git.balabit.hu/?p=bazsi/syslog-ng-2.0.git;a=commitdiff;h=3126ebad217e7fd6356f4733ca33f571aa87a170
&lt;/li&gt;&lt;li&gt; http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6437
&lt;/li&gt;&lt;li&gt; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457334
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; Closes lp: #183389&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 18 Jan 2008 23:55:18 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>xorg-server, 1:1.1.1-0ubuntu12.5</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/xorg-server,/1:1.1.1-0ubuntu12.5</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/xorg-server,/1:1.1.1-0ubuntu12.5</link>
  <description>&lt;b&gt;xorg-server (1:1.1.1-0ubuntu12.5)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: multiple memory corruption flaws.
&lt;/li&gt;&lt;li&gt; Re-applied security patches from 1:1.1.1-0ubuntu12.3.
&lt;/li&gt;&lt;li&gt; Updated fix_CVE-2007-6429.patch: upstream fixes for bbp &amp;lt; 8
 crash regressions.
&lt;/li&gt;&lt;li&gt; References
 http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commitdiff;h=e9fa7c1c88a8130a48f772c92b186b8b777986b5&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Sat, 19 Jan 2008 02:56:03 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>apt 0.6.45ubuntu14.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/apt/0.6.45ubuntu14.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/apt/0.6.45ubuntu14.3</link>
  <description>&lt;b&gt;apt (0.6.45ubuntu14.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; fix segfault when reading package lists (lp: #75273)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 22 Jan 2008 13:53:19 +0000</pubDate>
  <dc:creator>Michael Vogt</dc:creator>
  <author>Michael Vogt</author>
</item>


<item>
  <title>cacti, 0.8.6h-3ubuntu0.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/cacti,/0.8.6h-3ubuntu0.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/cacti,/0.8.6h-3ubuntu0.2</link>
  <description>&lt;b&gt;cacti (0.8.6h-3ubuntu0.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: (LP: #164072)
&lt;ul&gt;&lt;li&gt; CVE-2007-6035: SQL injection vulnerability in Cacti before 0.8.7a allows
 remote attackers to execute arbitrary SQL commands via unspecified
 vectors.
&lt;/li&gt;&lt;li&gt; CVE-2007-3112: Cacti 0.8.6i, and possibly other versions, allows remote
 authenticated users to cause a denial of service (CPU consumption) via a large
 value of the (1) graph_start or (2) graph_end parameter.
&lt;/li&gt;&lt;li&gt; CVE-2007-3113: Cacti 0.8.6i, and possibly other versions, allows remote
 authenticated users to cause a denial of service (CPU consumption) via a large
 value of the (1) graph_height or (2) graph_width parameter.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; debian/patches/10_CVE-2007-6035.dpatch: applied patch by upstream
 (Link: http://www.cacti.net/downloads/patches/0.8.6j/sec_sql_injection-0.8.6j.patch)
&lt;/li&gt;&lt;li&gt; debian/patches/10_CVE-2007-3112+CVE-2007-3113.dpatch:
&lt;ul&gt;&lt;li&gt; Applied patch by upstream
&lt;/li&gt;&lt;li&gt; Link: http://svn.cacti.net/cgi-bin/viewvc.cgi/cacti/branches/0.8.7/graph_image.php?r1=3898&amp;amp;r2=3956&amp;amp;view=patch
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References:
 CVE-2007-6035
 CVE-2007-3112
 CVE-2007-3113&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 29 Jan 2008 19:56:07 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>yarssr, 0.2.2-1ubuntu0.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/yarssr,/0.2.2-1ubuntu0.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/yarssr,/0.2.2-1ubuntu0.6.10.1</link>
  <description>&lt;b&gt;yarssr (0.2.2-1ubuntu0.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Don't quote URLs when passing them to browsers. (LP: #172667)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 29 Jan 2008 19:56:37 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>sing, 1.1-11ubuntu0.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/sing,/1.1-11ubuntu0.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/sing,/1.1-11ubuntu0.6.10.1</link>
  <description>&lt;b&gt;sing (1.1-11ubuntu0.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: (LP: #173948)
&lt;ul&gt;&lt;li&gt; CVE-2007-6211: Send Nasty ICMP Garbage (sing) on Debian GNU/Linux allows
 local users to append to arbitrary files and gain privileges via the -L
 (output log file) option.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; parser.c:
&lt;ul&gt;&lt;li&gt; Applied patch by Nico Golde &amp;lt;nion@debian.org&amp;gt;
&lt;/li&gt;&lt;li&gt; Link: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454167
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References:
 CVE-2007-6211
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454167&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 29 Jan 2008 19:57:11 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>libapache-mod-jk, 1:1.2.18-1ubuntu1.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/libapache-mod-jk,/1:1.2.18-1ubuntu1.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/libapache-mod-jk,/1:1.2.18-1ubuntu1.1</link>
  <description>&lt;b&gt;libapache-mod-jk (1:1.2.18-1ubuntu1.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: Forward unparsed URI to tomcat.
&lt;/li&gt;&lt;li&gt; patches added: cve-2007-1860.dpatch. (Fixes LP: #119739)
&lt;/li&gt;&lt;li&gt; References
 CVE-2007-1860&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 29 Jan 2008 19:57:48 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>gtk-qt-engine 0.70-0ubuntu1.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/gtk-qt-engine/0.70-0ubuntu1.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/gtk-qt-engine/0.70-0ubuntu1.1</link>
  <description>&lt;b&gt;gtk-qt-engine (0.70-0ubuntu1.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Stable release update, support new Flash in Konqueror
&lt;/li&gt;&lt;li&gt; Add kubuntu_03_xembed_fix_flashplayer.patch, turns off
 gtk-qt engine for plugins
&lt;/li&gt;&lt;li&gt; Closes LP: #184149&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 01 Feb 2008 11:41:10 +0000</pubDate>
  <dc:creator>Jonathan Riddell</dc:creator>
  <author>Jonathan Riddell</author>
</item>


<item>
  <title>kdelibs 4:3.5.5-0ubuntu3.6</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/kdelibs/4:3.5.5-0ubuntu3.6</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/kdelibs/4:3.5.5-0ubuntu3.6</link>
  <description>&lt;b&gt;kdelibs (4:3.5.5-0ubuntu3.6)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Stable release update, support new Flash in Konqueror
&lt;/li&gt;&lt;li&gt; Add kubuntu_96_flash_xembed.diff, adds xembed support to plugins
&lt;/li&gt;&lt;li&gt; LP: #184149
&lt;/li&gt;&lt;li&gt; Closes LP: #184149&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 01 Feb 2008 11:46:18 +0000</pubDate>
  <dc:creator>Jonathan Riddell</dc:creator>
  <author>Jonathan Riddell</author>
</item>


<item>
  <title>gtk-qt-engine 0.70-0ubuntu1.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/gtk-qt-engine/0.70-0ubuntu1.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/gtk-qt-engine/0.70-0ubuntu1.2</link>
  <description>&lt;b&gt;gtk-qt-engine (0.70-0ubuntu1.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Stable release update, support new Flash in Konqueror
&lt;/li&gt;&lt;li&gt; Add kubuntu_03_xembed_fix_flashplayer.patch, turns off
 gtk-qt engine for plugins
&lt;/li&gt;&lt;li&gt; LP: #184149&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 01 Feb 2008 13:11:37 +0000</pubDate>
  <dc:creator>Jonathan Riddell</dc:creator>
  <author>Jonathan Riddell</author>
</item>


<item>
  <title>kdebase 4:3.5.5-0ubuntu3.8</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/kdebase/4:3.5.5-0ubuntu3.8</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/kdebase/4:3.5.5-0ubuntu3.8</link>
  <description>&lt;b&gt;kdebase (4:3.5.5-0ubuntu3.8)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Stable release update, support new Flash in Konqueror
&lt;/li&gt;&lt;li&gt; Add kubuntu_9917_flash_xembed.diff, adds xembed support to
 Konqueror with backport from 3.5.8
&lt;/li&gt;&lt;li&gt; Add build-dep on libglib2.0-dev
&lt;/li&gt;&lt;li&gt; Closes LP: #184149&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 01 Feb 2008 13:27:46 +0000</pubDate>
  <dc:creator>Jonathan Riddell</dc:creator>
  <author>Jonathan Riddell</author>
</item>


<item>
  <title>linux-source-2.6.17, 2.6.17.1-12.43</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/linux-source-2.6.17,/2.6.17.1-12.43</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/linux-source-2.6.17,/2.6.17.1-12.43</link>
  <description>&lt;b&gt;linux-source-2.6.17 (2.6.17.1-12.43)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; tmpfs: restore missing clear_highpage (CVE-2007-6417)
&lt;/li&gt;&lt;li&gt; vfs: coredumping fix (CVE-2007-6206)
&lt;/li&gt;&lt;li&gt; I4L: fix isdn_ioctl memory overrun vulnerability (CVE-2007-6151)
&lt;/li&gt;&lt;li&gt; isdn: avoid copying overly-long strings (CVE-2007-6063)
&lt;/li&gt;&lt;li&gt; hrtimers: avoid overflow for large relative timeouts (CVE-2007-5966)
&lt;/li&gt;&lt;li&gt; [UBUNTU:ppc64] fix corrupted sigcontext during FPU stress (CVE-2007-3107)
&lt;/li&gt;&lt;li&gt; CVE-2008-0001: Use access mode instead of open flags to determine needed permissions&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 04 Feb 2008 14:58:06 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>apache2, 2.0.55-4ubuntu4.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/apache2,/2.0.55-4ubuntu4.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/apache2,/2.0.55-4ubuntu4.2</link>
  <description>&lt;b&gt;apache2 (2.0.55-4ubuntu4.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: denial of service (application crash) when using
 mod_proxy in threaded MPM via crafted date headers.
&lt;/li&gt;&lt;li&gt; debian/patches/100_CVE-2007-3847.patch: fix proxy_util.c to use
 apr_date_parse_http() and apr_rfc822_date()
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: cross-site scripting vulnerability in mod_autoindex.c
 when charset not defined
&lt;/li&gt;&lt;li&gt; debian/patches/101_CVE-2007-4465.patch: fix mod_autoindex.c to properly
 check for and use charset
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: cross-site scripting vulnerability in mod_imap
&lt;/li&gt;&lt;li&gt; debian/patches/102_CVE-2007-5000.patch: fix for mod_imap.c to use
 ap_escape_html()
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: cross-site scripting vulnerability in mod_status when
 server-status is enabled
&lt;/li&gt;&lt;li&gt; debian/patches/103_CVE-2007-6388.patch: fix for mod_status.c to properly
 setup table
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: cross-site scripting vulnerability in proxy_ftp when
 charset is not defined
&lt;/li&gt;&lt;li&gt; debian/patches/104_CVE-2008-0005.patch: fix for proxy_ftp.c to define
 a charset
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: cross-site scripting vulnerability in Expect headers
&lt;/li&gt;&lt;li&gt; debian/patches/105_CVE-2006-3918.patch: fix for http_protocol.c to use
 ap_escape_html()
&lt;/li&gt;&lt;li&gt; References
 CVE-2007-3847
 CVE-2007-4465
 CVE-2007-5000
 CVE-2007-6388
 CVE-2008-0005
 CVE-2006-3918&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 04 Feb 2008 21:56:00 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>firefox, 2.0.0.12+0nobinonly+2-0ubuntu0.6.10</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/firefox,/2.0.0.12+0nobinonly+2-0ubuntu0.6.10</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/firefox,/2.0.0.12+0nobinonly+2-0ubuntu0.6.10</link>
  <description>&lt;b&gt;firefox (2.0.0.12+0nobinonly+2-0ubuntu0.6.10)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; New security/stability release (v2.0.0.12)
&lt;/li&gt;&lt;li&gt; New security/stability upstream release (v2.0.0.12) - 1.8.0.14 prepatches
&lt;/li&gt;&lt;li&gt; MFSA 2008-01 aka CVE-2008-0412: Crashes with evidence of memory corruption
 v1.8.1.12 (Browser crashes)
&lt;/li&gt;&lt;li&gt; MFSA 2008-01 aka CVE-2008-0413: Crashes with evidence of memory corruption
 v1.8.1.12 (javascript crashes)
&lt;/li&gt;&lt;li&gt; MFSA 2008-02 aka CVE-2008-0414: Multiple file input focus stealing
 vulnerabilities: 1. Focus shifting bugs and 2. Selective keystroke
 blocking bugs
&lt;/li&gt;&lt;li&gt; MFSA 2008-03 aka CVE-2008-0415: Privilege escalation, XSS, Remote Code
 Execution (JavaScript privilege escalation bugs)
&lt;/li&gt;&lt;li&gt; MFSA 2008-04 aka CVE-2008-0416: Multiple XSS vulnerabilities from
 character encoding
&lt;/li&gt;&lt;li&gt; MFSA 2008-05 aka CVE-2008-0417: Stored password corruption
&lt;/li&gt;&lt;li&gt; MFSA 2008-06 aka CVE-2008-0418: Directory traversal via chrome: URI
&lt;/li&gt;&lt;li&gt; MFSA 2008-07 aka CVE-2008-0419: Web browsing history and forward
 navigation
 stealing
&lt;/li&gt;&lt;li&gt; MFSA 2008-08 aka CVE-2008-0420: Possible information disclosure in BMP
 decoder
&lt;/li&gt;&lt;li&gt; MFSA 2008-09 aka CVE-2008-0591: File action dialog tampering
&lt;/li&gt;&lt;li&gt; MFSA 2008-10 aka CVE-2008-0592: Mishandling of locally-saved plain text
 files
&lt;/li&gt;&lt;li&gt; MFSA 2008-11 aka CVE-2008-0593: URL token stealing via stylesheet redirect
&lt;/li&gt;&lt;li&gt; MFSA 2008-12 aka CVE-2008-0594: Web forgery overwrite with div overlay&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 08 Feb 2008 01:01:49 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>linux-source-2.6.17, 2.6.17.1-12.44</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/linux-source-2.6.17,/2.6.17.1-12.44</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/linux-source-2.6.17,/2.6.17.1-12.44</link>
  <description>&lt;b&gt;linux-source-2.6.17 (2.6.17.1-12.44)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; splice: fix user pointer access in get_iovec_page_array() (CVE-2008-0600)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 12 Feb 2008 13:57:45 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>libcdio, 0.76-1ubuntu1.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/libcdio,/0.76-1ubuntu1.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/libcdio,/0.76-1ubuntu1.6.10.1</link>
  <description>&lt;b&gt;libcdio (0.76-1ubuntu1.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;ul&gt;&lt;li&gt; CVE-2007-6613: a stack-based buffer overflow in the
 print_iso9660_recurse function could lead to cause a denial of service
 or arbitrary code execution if the iso-info tool is used with a crafted
 iso image (LP: #191216)
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;ul&gt;&lt;li&gt; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459129&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 20 Feb 2008 18:55:37 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>pcre3, 7.4-0ubuntu0.6.10.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/pcre3,/7.4-0ubuntu0.6.10.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/pcre3,/7.4-0ubuntu0.6.10.2</link>
  <description>&lt;b&gt;pcre3 (7.4-0ubuntu0.6.10.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: stack overflow when handling long UTF8 strings.
&lt;/li&gt;&lt;li&gt; pcre_compile.c, testdata/test{in,out}put4: upstream changes from 7.6
 backported, thanks to Tomas Hoger and Florian Weimer.
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0674&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 21 Feb 2008 18:55:38 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>cacti, 0.8.6h-3ubuntu0.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/cacti,/0.8.6h-3ubuntu0.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/cacti,/0.8.6h-3ubuntu0.3</link>
  <description>&lt;b&gt;cacti (0.8.6h-3ubuntu0.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: (LP: #192199)
&lt;ul&gt;&lt;li&gt; CVE-2008-0783: Multiple cross-site scripting (XSS) vulnerabilities in
 Cacti 0.8.7 before 0.8.7b and 0.8.6 before 0.8.6k allow remote attackers to
 inject arbitrary web script or HTML via the (1) view_type parameter to
 graph.php, (2) filter parameter to graph_view.php, and (3) action and
 login_username parameters to index.php/login.
&lt;/li&gt;&lt;li&gt; CVE-2008-0784: graph.php in Cacti 0.8.7 before 0.8.7b and 0.8.6 before
 0.8.6k allows remote attackers to obtain the full path via an invalid
 local_graph_id parameter and other unspecified vectors.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; debian/patches/11_CVE-2008-0783_CVE-2008-0784.dpatch: applied patch by
 upstream. (backported from 0.8.6j)
 (Link: http://www.cacti.net/downloads/patches/0.8.6j/multiple_vulnerabilities-0.8.6j.patch)
&lt;/li&gt;&lt;li&gt; References:
 CVE-2008-0783
 CVE-2008-0784&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 22 Feb 2008 02:55:24 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>lighttpd, 1.4.13~r1370-1ubuntu1.4</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/lighttpd,/1.4.13~r1370-1ubuntu1.4</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/lighttpd,/1.4.13~r1370-1ubuntu1.4</link>
  <description>&lt;b&gt;lighttpd (1.4.13~r1370-1ubuntu1.4)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;ul&gt;&lt;li&gt; debian/patches/90_maxfds_crash_fix.dpatch:
&lt;ul&gt;&lt;li&gt; added patch from upstream to fix the maxfds issue (LP: #195380)
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;ul&gt;&lt;li&gt;  http://trac.lighttpd.net/trac/ticket/1562&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 27 Feb 2008 14:55:43 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>lookup-el,lookup-el 1.4-4ubuntu0.6.10</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/lookup-el,lookup-el/1.4-4ubuntu0.6.10</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/lookup-el,lookup-el/1.4-4ubuntu0.6.10</link>
  <description>&lt;b&gt;lookup-el (1.4-4ubuntu0.6.10)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;ul&gt;&lt;li&gt; lisp/ndeb-binary.el: Make a temporary subdirectory securely. (LP: #176931)
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;ul&gt;&lt;li&gt; http://www.debian.org/security/2007/dsa-1269
&lt;/li&gt;&lt;li&gt; http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0237&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 27 Feb 2008 14:56:16 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>mozilla-thunderbird, 1.5.0.13+1.5.0.15~prepatch080227-0ubuntu0.6.10.0</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/mozilla-thunderbird,/1.5.0.13+1.5.0.15~prepatch080227-0ubuntu0.6.10.0</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/mozilla-thunderbird,/1.5.0.13+1.5.0.15~prepatch080227-0ubuntu0.6.10.0</link>
  <description>&lt;b&gt;mozilla-thunderbird (1.5.0.13+1.5.0.15~prepatch080227-0ubuntu0.6.10.0)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; USN-582-1 - release security backports for 1.8.0.12 (including previously
 not released firefox patches for 1.8.0.10/11)
&lt;/li&gt;&lt;li&gt; add distro version patch to indicate post-EOL maintainence release
&lt;ul&gt;&lt;li&gt; add debian/patches/98_ubuntu_eol_distro_version.dpatch
&lt;/li&gt;&lt;li&gt; update debian/patches/00list&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 29 Feb 2008 15:55:36 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>gnatsweb,gnatsweb 4.00-1ubuntu0.6.10</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/gnatsweb,gnatsweb/4.00-1ubuntu0.6.10</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/gnatsweb,gnatsweb/4.00-1ubuntu0.6.10</link>
  <description>&lt;b&gt;gnatsweb (4.00-1ubuntu0.6.10)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;/li&gt;&lt;li&gt; gnatsweb.pl (LP: #191196)
&lt;ul&gt;&lt;li&gt; Fixed missing escaping of the database parameter which leads
 to a cross-site scripting vulnerability (XSS) via this
 parameter (CVE-2007-2808).
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References:
&lt;/li&gt;&lt;li&gt; http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2808
&lt;/li&gt;&lt;li&gt; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427156&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 04 Mar 2008 18:55:21 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>evolution, 2.8.1-0ubuntu4.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/evolution,/2.8.1-0ubuntu4.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/evolution,/2.8.1-0ubuntu4.2</link>
  <description>&lt;b&gt;evolution (2.8.1-0ubuntu4.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: code execution via format string in encrypted emails.
&lt;/li&gt;&lt;li&gt; Add 99_00_encryption_format_string_fix.patch: upstream fixes from
 Srinivasa Ragavan.
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0072&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 05 Mar 2008 18:57:19 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>openldap2.2, 2.2.26-5ubuntu3.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/openldap2.2,/2.2.26-5ubuntu3.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/openldap2.2,/2.2.26-5ubuntu3.3</link>
  <description>&lt;b&gt;openldap2.2 (2.2.26-5ubuntu3.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: slapd crash when using the bdb backend and processing
 crafted modify and modrdn requests
&lt;/li&gt;&lt;li&gt; patch to back-bdb/add.c, back-bdb/ctxcsn.c, back-bdb/delete.c,
 back-bdb/modify.c, back-bdb/modrdn.c to properly check for NOOP option
&lt;/li&gt;&lt;li&gt; References:
 CVE-2007-6698
 CVE-2008-0658
 LP: #197077&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 05 Mar 2008 20:55:35 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>tzdata 2007k-0ubuntu0.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/tzdata/2007k-0ubuntu0.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/tzdata/2007k-0ubuntu0.6.10.1</link>
  <description>&lt;b&gt;tzdata (2007k-0ubuntu0.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Add debian/patches/chile-dst2008.patch: Update DST rules for Chile to
 incorporate short-term DST change for 2008 (delayed for three weeks from
 March 08 to March 29). (LP: #198129)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 06 Mar 2008 10:33:19 +0000</pubDate>
  <dc:creator>Martin Pitt</dc:creator>
  <author>Martin Pitt</author>
</item>


<item>
  <title>mozilla-thunderbird, 1.5.0.13+1.5.0.15~prepatch080227-0ubuntu0.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/mozilla-thunderbird,/1.5.0.13+1.5.0.15~prepatch080227-0ubuntu0.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/mozilla-thunderbird,/1.5.0.13+1.5.0.15~prepatch080227-0ubuntu0.6.10.1</link>
  <description>&lt;b&gt;mozilla-thunderbird (1.5.0.13+1.5.0.15~prepatch080227-0ubuntu0.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; fix memory access regression (LP: #197504)
&lt;ul&gt;&lt;li&gt; add debian/patches/0071_279505-attachment-297724-(fix-396613-regression).dpatch
&lt;/li&gt;&lt;li&gt; update debian/patches/00list&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 06 Mar 2008 18:55:41 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>lighttpd, 1.4.13~r1370-1ubuntu1.5</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/lighttpd,/1.4.13~r1370-1ubuntu1.5</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/lighttpd,/1.4.13~r1370-1ubuntu1.5</link>
  <description>&lt;b&gt;lighttpd (1.4.13~r1370-1ubuntu1.5)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;/li&gt;&lt;li&gt; debian/patches/91_CVE-2008-1111.dpatch:
&lt;ul&gt;&lt;li&gt; Fixes CVE-2008-1111
 "mod_cgi in lighttpd 1.4.18, when a fork failure occurs, sends the
 source code of CGI scripts instead of a 500 error, which might allow
 remote attackers to obtain sensitive information." (LP: #198731)
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;/li&gt;&lt;li&gt; http://trac.lighttpd.net/trac/changeset/2107
&lt;/li&gt;&lt;li&gt; http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2008-1111&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 07 Mar 2008 18:56:01 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>python2.4, 2.4.4~c1-0ubuntu1.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/python2.4,/2.4.4~c1-0ubuntu1.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/python2.4,/2.4.4~c1-0ubuntu1.1</link>
  <description>&lt;b&gt;python2.4 (2.4.4~c1-0ubuntu1.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: code execution via integer overflows, information
 leak via strxfrm.
&lt;/li&gt;&lt;li&gt; debian/rules, debian/patches/CVE-2007-4965-int-overflow.dpatch: upstream
 changes, thanks to Stephan Hermann.
&lt;/li&gt;&lt;li&gt; debian/rules, debian/patches/strxfrm-leak.dpatch: upstream changes.
&lt;/li&gt;&lt;li&gt; References
 http://bugs.python.org/file8592/python-2.5.CVE-2007-4965-int-overflow.patch
 CVE-2007-4965
 CVE-2007-2052&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 10 Mar 2008 21:56:37 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>python2.5, 2.5-2ubuntu2.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/python2.5,/2.5-2ubuntu2.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/python2.5,/2.5-2ubuntu2.1</link>
  <description>&lt;b&gt;python2.5 (2.5-2ubuntu2.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: code execution via integer overflows, information
 leak via strxfrm.
&lt;/li&gt;&lt;li&gt; debian/rules, debian/patches/CVE-2007-4965-int-overflow.dpatch: upstream
 changes, thanks to Stephan Hermann.
&lt;/li&gt;&lt;li&gt; debian/rules, debian/patches/strxfrm-leak.dpatch: upstream changes.
&lt;/li&gt;&lt;li&gt; References
 http://bugs.python.org/file8592/python-2.5.CVE-2007-4965-int-overflow.patch
 CVE-2007-4965
 CVE-2007-2052&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 10 Mar 2008 21:57:01 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>lighttpd, 1.4.13~r1370-1ubuntu1.6</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/lighttpd,/1.4.13~r1370-1ubuntu1.6</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/lighttpd,/1.4.13~r1370-1ubuntu1.6</link>
  <description>&lt;b&gt;lighttpd (1.4.13~r1370-1ubuntu1.6)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: (LP: #200987)
&lt;/li&gt;&lt;li&gt; debian/patches/91_CVE-2008-1270.dpatch
&lt;ul&gt;&lt;li&gt; mod_userdir in lighttpd 1.4.18 and earlier, when userdir.path is not set,
 uses a default of $HOME, which might allow remote attackers to read arbitrary
 files, as demonstrated by accessing the ~nobody directory.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;/li&gt;&lt;li&gt; http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-1270
&lt;/li&gt;&lt;li&gt; http://trac.lighttpd.net/trac/ticket/1587
&lt;/li&gt;&lt;li&gt; http://trac.lighttpd.net/trac/changeset/2120&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 11 Mar 2008 19:55:41 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>mysql-dfsg-5.0 5.0.24a-9ubuntu2.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/mysql-dfsg-5.0/5.0.24a-9ubuntu2.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/mysql-dfsg-5.0/5.0.24a-9ubuntu2.3</link>
  <description>&lt;b&gt;mysql-dfsg-5.0 (5.0.24a-9ubuntu2.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: buffer overflow via ProcessOldClientHello() in
 handshake.cpp and input_buffer&amp;amp; operator&amp;gt;&amp;gt; in yassl_imp.cpp
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: buffer overread in HASHwithTransform::Update in hash.cpp
&lt;/li&gt;&lt;li&gt; debian/patches/99_SECURITY_CVE-2008-0226_0227.dpatch: properly verify
 length of input (LP: #186978).
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: privilege escalation via crafted CREATE SQL SECURITY
 DEFINER VIEW and ALTER VIEW statements
&lt;/li&gt;&lt;li&gt; debian/patches/100_SECURITY_CVE-2007-6303.dpatch: make sure lex-&amp;gt;definer
 is non-NULL in sql_view.cc (LP: #185039). This patch also fixes upstream
 bug #21080, which was needed to keep VIEW definitions in sync.
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: denial of service via crafted EXPLAIN SELECT FROM on the
 INFORMATION_SCHEMA table
&lt;/li&gt;&lt;li&gt; debian/patches/101_SECURITY_CVE-2006-7232.dpatch: make sure
 thd-&amp;gt;lex-describe is non-NULL in sql_select.cc (LP: #161127)
&lt;/li&gt;&lt;li&gt; debian/patches/102_view_fix-now.dpatch: update view.test and view.result to
 use a static year instead of now(). These tests are not part of the build
 but helps with qa-regression-testing
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: privilege escalation via SQL SECURITY INVOKER stored
 routines
&lt;/li&gt;&lt;li&gt; debian/patches/103_SECURITY_CVE-2007-2692.dpatch: restore THD::db_access
 when returning from stored routine by performing privilege checks in the
 execution stage rather than the parsing stage.
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0226
 CVE-2008-0227
 CVE-2007-6303
 CVE-2006-7232
 CVE-2007-2692
 http://bugs.mysql.com/bug.php?id=27337
 http://bugs.mysql.com/bug.php?id=21080&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 12 Mar 2008 08:13:47 +0000</pubDate>
  <dc:creator>Jamie Strandboge</dc:creator>
  <author>Jamie Strandboge</author>
</item>


<item>
  <title>tzdata 2008a-0ubuntu0.6.10</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/tzdata/2008a-0ubuntu0.6.10</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/tzdata/2008a-0ubuntu0.6.10</link>
  <description>&lt;b&gt;tzdata (2008a-0ubuntu0.6.10)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Replace tzdata2007k.tar.gz with new version tzdata2008a:
&lt;ul&gt;&lt;li&gt; Fixes Chile DST properly, our patch switched it on a day too early.
&lt;/li&gt;&lt;li&gt; Drop debian/patches/chile-dst2008.patch.
&lt;/li&gt;&lt;li&gt; LP: #198129&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 12 Mar 2008 09:23:12 +0000</pubDate>
  <dc:creator>Martin Pitt</dc:creator>
  <author>Martin Pitt</author>
</item>


<item>
  <title>vlc, 0.8.6-svn20061012.debian-1ubuntu1.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/vlc,/0.8.6-svn20061012.debian-1ubuntu1.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/vlc,/0.8.6-svn20061012.debian-1ubuntu1.2</link>
  <description>&lt;b&gt;vlc (0.8.6-svn20061012.debian-1ubuntu1.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;ul&gt;&lt;li&gt; debian/patches/CVE-2008-0984.patch (LP: #195949)
&lt;/li&gt;&lt;li&gt; VLC media player's MPEG-4 file format parser (a.k.a. the MP4 demuxer)
&lt;ul&gt;&lt;li&gt;suffers from an arbitrary memory overwrite vulnerability when using
&lt;/li&gt;&lt;li&gt;crash the player instance.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;ul&gt;&lt;li&gt; http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0984
&lt;/li&gt;&lt;li&gt; http://www.videolan.org/security/sa0802.html&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 12 Mar 2008 17:56:12 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>mailman, 1:2.1.8-2ubuntu2.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/mailman,/1:2.1.8-2ubuntu2.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/mailman,/1:2.1.8-2ubuntu2.1</link>
  <description>&lt;b&gt;mailman (1:2.1.8-2ubuntu2.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;/li&gt;&lt;li&gt; debian/patches/100_CVE-2008-0564.dpatch (LP: #199338)
&lt;ul&gt;&lt;li&gt; Multiple cross-site scripting (XSS) vulnerabilities in Mailman
 before 2.1.10b1 allow remote attackers to inject arbitrary web
 script or HTML via unspecified vectors related to (1) editing
 templates and (2) the list's "info attribute" in the web
 administrator interface.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;/li&gt;&lt;li&gt; http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0564
&lt;/li&gt;&lt;li&gt; http://bugs.gentoo.org/show_bug.cgi?id=208710&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 14 Mar 2008 18:55:40 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>phpmyadmin, 4:2.8.2-0.2ubuntu0.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/phpmyadmin,/4:2.8.2-0.2ubuntu0.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/phpmyadmin,/4:2.8.2-0.2ubuntu0.1</link>
  <description>&lt;b&gt;phpmyadmin (4:2.8.2-0.2ubuntu0.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;/li&gt;&lt;li&gt; debian/patches/050_CVE-2008-1149.dpatch
&lt;ul&gt;&lt;li&gt; Provides unauthorized access, Allows partial confidentiality, integrity, and
 availability violation , Allows unauthorized disclosure of information ,
 Allows disruption of service. (LP: #198745)
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References:
&lt;/li&gt;&lt;li&gt; http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-1149
&lt;/li&gt;&lt;li&gt; http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2008-1&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 14 Mar 2008 20:55:25 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>wml, 2.0.8-11ubuntu0.6.10</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/wml,/2.0.8-11ubuntu0.6.10</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/wml,/2.0.8-11ubuntu0.6.10</link>
  <description>&lt;b&gt;wml (2.0.8-11ubuntu0.6.10)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: (LP: #191205)
&lt;/li&gt;&lt;li&gt; wml_backend/p1_ipp/ipp.src (CVE-2008-0665)
&lt;ul&gt;&lt;li&gt; in Website META Language (WML) 2.0.11 allows local
 users to overwrite arbitrary files via a symlink attack on the ipp.$$.tmp
 temporary file.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; wlm_backend/p3_eperl/eperl_sys.c wml_contrib/wmg.cgi (CVE-2008-0666)
&lt;ul&gt;&lt;li&gt; Website META Language (WML) 2.0.11 allows local users to overwrite arbitrary
 files via a symlink attack on (1) the /tmp/pe.tmp.$$ temporary file used by
 wml_contrib/wmg.cgi and (2) temporary files used by
 wml_backend/p3_eperl/eperl_sys.c.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;/li&gt;&lt;li&gt; http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2008-0665
&lt;/li&gt;&lt;li&gt; http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2008-0666
&lt;/li&gt;&lt;li&gt; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463907&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 14 Mar 2008 20:56:06 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>python-cherrypy, 2.2.1-3ubuntu0.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/python-cherrypy,/2.2.1-3ubuntu0.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/python-cherrypy,/2.2.1-3ubuntu0.1</link>
  <description>&lt;b&gt;python-cherrypy (2.2.1-3ubuntu0.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: directory traversal via session cookie ID.
&lt;ul&gt;&lt;li&gt; debian/patches/10_CVE-2008-0252.diff: Add. Ensure that the path
 generated from the session ID is within the session directory. Patch
 from upstream SVN. (LP: #187481)
&lt;/li&gt;&lt;li&gt; References:
&lt;ul&gt;&lt;li&gt; CVE-2008-0252&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 14 Mar 2008 20:56:33 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>krb5, 1.4.3-9ubuntu1.6</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/krb5,/1.4.3-9ubuntu1.6</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/krb5,/1.4.3-9ubuntu1.6</link>
  <description>&lt;b&gt;krb5 (1.4.3-9ubuntu1.6)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: arbitrary code execution via freed pointer and memory
 overflows.
&lt;/li&gt;&lt;li&gt; src/kdc/{kerberos_v4,dispatch,network}.c: backported upstream fixes
 patched inline (MITKRB5-SA-2008-001: CVE-2008-0062, CVE-2008-0063).
&lt;/li&gt;&lt;li&gt; src/lib/rpc/{svc,svc_tcp}.c: upstream fixed patched inline
 (MITKRB5-SA-2008-002: CVE-2008-0947)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 18 Mar 2008 23:56:01 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>mysql-dfsg-5.0, 5.0.24a-9ubuntu2.4</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/mysql-dfsg-5.0,/5.0.24a-9ubuntu2.4</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/mysql-dfsg-5.0,/5.0.24a-9ubuntu2.4</link>
  <description>&lt;b&gt;mysql-dfsg-5.0 (5.0.24a-9ubuntu2.4)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; no change build for -security upload
&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;mysql-dfsg-5.0 (5.0.24a-9ubuntu2.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: buffer overflow via ProcessOldClientHello() in
 handshake.cpp and input_buffer&amp;amp; operator&amp;gt;&amp;gt; in yassl_imp.cpp
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: buffer overread in HASHwithTransform::Update in hash.cpp
&lt;/li&gt;&lt;li&gt; debian/patches/99_SECURITY_CVE-2008-0226_0227.dpatch: properly verify
 length of input (LP: #186978).
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: privilege escalation via crafted CREATE SQL SECURITY
 DEFINER VIEW and ALTER VIEW statements
&lt;/li&gt;&lt;li&gt; debian/patches/100_SECURITY_CVE-2007-6303.dpatch: make sure lex-&amp;gt;definer
 is non-NULL in sql_view.cc (LP: #185039). This patch also fixes upstream
 bug #21080, which was needed to keep VIEW definitions in sync.
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: denial of service via crafted EXPLAIN SELECT FROM on the
 INFORMATION_SCHEMA table
&lt;/li&gt;&lt;li&gt; debian/patches/101_SECURITY_CVE-2006-7232.dpatch: make sure
 thd-&amp;gt;lex-describe is non-NULL in sql_select.cc (LP: #161127)
&lt;/li&gt;&lt;li&gt; debian/patches/102_view_fix-now.dpatch: update view.test and view.result to
 use a static year instead of now(). These tests are not part of the build
 but helps with qa-regression-testing
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: privilege escalation via SQL SECURITY INVOKER stored
 routines
&lt;/li&gt;&lt;li&gt; debian/patches/103_SECURITY_CVE-2007-2692.dpatch: restore THD::db_access
 when returning from stored routine by performing privilege checks in the
 execution stage rather than the parsing stage.
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0226
 CVE-2008-0227
 CVE-2007-6303
 CVE-2006-7232
 CVE-2007-2692
 http://bugs.mysql.com/bug.php?id=27337
 http://bugs.mysql.com/bug.php?id=21080&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 20 Mar 2008 10:56:17 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>unzip, 5.52-8ubuntu1.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/unzip,/5.52-8ubuntu1.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/unzip,/5.52-8ubuntu1.1</link>
  <description>&lt;b&gt;unzip (5.52-8ubuntu1.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: arbitrary code execution via heap corruption.
&lt;/li&gt;&lt;li&gt; inflate.c: fix invalid free() calls, patch from Tavis Ormandy.
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0888&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 20 Mar 2008 17:55:52 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>smarty,smarty 2.6.14-1ubuntu0.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/smarty,smarty/2.6.14-1ubuntu0.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/smarty,smarty/2.6.14-1ubuntu0.6.10.1</link>
  <description>&lt;b&gt;smarty (2.6.14-1ubuntu0.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: (LP: #202422)
&lt;/li&gt;&lt;li&gt; libs/plugins/modifier.regex_replace.php
&lt;ul&gt;&lt;li&gt; The modifier.regex_replace.php plugin in Smarty before 2.6.19, as used
 by Serendipity (S9Y) and other products, allows attackers to call arbitrary
 PHP functions via templates, related to a '\0' character in a search string.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;/li&gt;&lt;li&gt; http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1066
&lt;/li&gt;&lt;li&gt; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469492&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 24 Mar 2008 12:55:36 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>mplayer, 2:0.99+1.0pre8-0ubuntu8.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/mplayer,/2:0.99+1.0pre8-0ubuntu8.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/mplayer,/2:0.99+1.0pre8-0ubuntu8.3</link>
  <description>&lt;b&gt;mplayer (2:0.99+1.0pre8-0ubuntu8.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: buffer overruns in RMMF, CDDB, MOV demuxer, FLAC header
 parser, and URL parser. (LP: #191488)
&lt;/li&gt;&lt;li&gt; stream/librtsp/rtsp_session.c, stream/realrtsp/rmff.c,
 stream/realrtsp/rmff.h, libmpdemux/demux_mov.c, libmpdemux/demux_audio.c,
 stream/stream_cddb.c, stream/url.c: Patches from upstream.
&lt;/li&gt;&lt;li&gt; References:
&lt;ul&gt;&lt;li&gt; CVE-2008-0225
&lt;/li&gt;&lt;li&gt; CVE-2008-0238
&lt;/li&gt;&lt;li&gt; CVE-2008-0485
&lt;/li&gt;&lt;li&gt; CVE-2008-0486
&lt;/li&gt;&lt;li&gt; CVE-2008-0629
&lt;/li&gt;&lt;li&gt; CVE-2008-0630&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 24 Mar 2008 15:55:57 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>bzip2, 1.0.3-3ubuntu0.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/bzip2,/1.0.3-3ubuntu0.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/bzip2,/1.0.3-3ubuntu0.1</link>
  <description>&lt;b&gt;bzip2 (1.0.3-3ubuntu0.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: denial of service via heap memory corruption.
&lt;/li&gt;&lt;li&gt; bzlib.c, bzlib_private.h: upstream patch from 1.0.5 applied inline.
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-1372&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 24 Mar 2008 17:55:36 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>icu, 3.4.1a-1ubuntu1.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/icu,/3.4.1a-1ubuntu1.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/icu,/3.4.1a-1ubuntu1.6.10.1</link>
  <description>&lt;b&gt;icu (3.4.1a-1ubuntu1.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: possible read from and write to out of bounds memory
 locations via back reference '\0' in regular expressions
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: denial of service due to memory exhaustion via a
 crafted regular expression
&lt;/li&gt;&lt;li&gt; debian/patches/SECURITY_CVE-2007-4770_4771.patch: fix regexcmp.cpp to
 return error on invalid back reference. fix rematch.cpp, uvectr32.h and
 uvectr32.cpp to return error when capacity is greater than maxCapacity
&lt;/li&gt;&lt;li&gt; References
 CVE-2007-4770
 CVE-2007-4771&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 24 Mar 2008 17:56:49 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>dspam, 3.6.8-1ubuntu0.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/dspam,/3.6.8-1ubuntu0.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/dspam,/3.6.8-1ubuntu0.1</link>
  <description>&lt;b&gt;dspam (3.6.8-1ubuntu0.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: The libdspam7-drv-mysql cron job includes the MySQL
 dspam database password in a command line argument, which might allow
 local users to read the password by listing the process and its arguments.
&lt;/li&gt;&lt;li&gt; debian/libdspam7-drv-mysql.cron.daily: applied patch from Debian to use a
 password file instead.
&lt;/li&gt;&lt;li&gt; References
&lt;ul&gt;&lt;li&gt; LP: #195691
&lt;/li&gt;&lt;li&gt; CVE-2007-6418&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 26 Mar 2008 03:55:55 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>firefox, 2.0.0.13+0nobinonly-0ubuntu0.6.10</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/firefox,/2.0.0.13+0nobinonly-0ubuntu0.6.10</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/firefox,/2.0.0.13+0nobinonly-0ubuntu0.6.10</link>
  <description>&lt;b&gt;firefox (2.0.0.13+0nobinonly-0ubuntu0.6.10)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; New security/stability release (v2.0.0.13)
&lt;ul&gt;&lt;li&gt; see USN-592-1&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 26 Mar 2008 10:58:26 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>libnet-dns-perl, 0.57-1ubuntu1.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/libnet-dns-perl,/0.57-1ubuntu1.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/libnet-dns-perl,/0.57-1ubuntu1.1</link>
  <description>&lt;b&gt;libnet-dns-perl (0.57-1ubuntu1.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE:
&lt;/li&gt;&lt;li&gt; debian/patches/42_CVE-2007-6341.dpatch (LP: #201454)
&lt;ul&gt;&lt;li&gt; used in packages such as SpamAssassin and OTRS, allows remote
 attackers to cause a denial of service (program "croak") via a
 crafted DNS response.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;/li&gt;&lt;li&gt; http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6341
&lt;/li&gt;&lt;li&gt; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457445&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 26 Mar 2008 17:56:20 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>dovecot, 1.0.rc2-1ubuntu2.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/dovecot,/1.0.rc2-1ubuntu2.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/dovecot,/1.0.rc2-1ubuntu2.3</link>
  <description>&lt;b&gt;dovecot (1.0.rc2-1ubuntu2.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: mailboxes of other users could be read via symlinks.
&lt;/li&gt;&lt;li&gt; Add upstream-mail-group-fixes.dpatch: upstream fixes (CVE-2008-1199).
&lt;/li&gt;&lt;li&gt; Add upstream-invalid-password-fixes.dpatch: proactive upstream fixes
 to avoid future issues in underlying passdb (CVE-2008-1218).
&lt;/li&gt;&lt;li&gt; References
 http://dovecot.org/list/dovecot-news/2008-March/000060.html
 http://dovecot.org/list/dovecot-news/2008-March/000064.html&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 26 Mar 2008 17:56:02 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>sdl-image1.2, 1.2.5-2ubuntu0.6.10.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/sdl-image1.2,/1.2.5-2ubuntu0.6.10.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/sdl-image1.2,/1.2.5-2ubuntu0.6.10.1</link>
  <description>&lt;b&gt;sdl-image1.2 (1.2.5-2ubuntu0.6.10.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: Buffer overflow in GIF handling; possible
 denial of service and arbitrary code execution.
&lt;/li&gt;&lt;li&gt; SECURITY UPDATE: Buffer overflow in IFF ILBM  handling; possible
 denial of service and arbitrary code execution.
&lt;/li&gt;&lt;li&gt; Added patches to prevent buffer overflow in IMG_gif.c and IMG_lbm.c.
 Patches prepared from sdl-image1.2_1.2.5-2etch1 update in debian.
 Applied inline. (LP: #185782)
&lt;/li&gt;&lt;li&gt; References:
 http://www.debian.org/security/2008/dsa-1493
 CVE-2007-6697 and CVE-2008-0544&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 26 Mar 2008 18:55:32 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>ruby1.8, 1.8.4-5ubuntu1.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/ruby1.8,/1.8.4-5ubuntu1.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/ruby1.8,/1.8.4-5ubuntu1.3</link>
  <description>&lt;b&gt;ruby1.8 (1.8.4-5ubuntu1.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: SSL connections did not check commonName early
 enough, possibly allowing sensitive information to be exposed.
&lt;/li&gt;&lt;li&gt; debian/patches/915_CVE-2007-5162.patch: upstream fixes, from
 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&amp;amp;revision=13499
&lt;/li&gt;&lt;li&gt; debian/patches/915_CVE-2007-5770.patch: upstream fixes, from
 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&amp;amp;revision=13656
&lt;/li&gt;&lt;li&gt; References:
 CVE-2007-5162 CVE-2007-5770 (LP: #149616)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 26 Mar 2008 18:56:28 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>horde3, 3.1.3-1ubuntu0.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/horde3,/3.1.3-1ubuntu0.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/horde3,/3.1.3-1ubuntu0.1</link>
  <description>&lt;b&gt;horde3 (3.1.3-1ubuntu0.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: (LP: #203456)
&lt;/li&gt;&lt;li&gt; Directory traversal vulnerability in Horde 3.1.6, Groupware before 1.0.5,
&lt;ul&gt;&lt;li&gt;and Groupware Webmail Edition before 1.0.6, when running with certain
&lt;/li&gt;&lt;li&gt;configurations, allows remote authenticated users to read and execute arbitrary
&lt;/li&gt;&lt;li&gt;files via ".." sequences and a null byte in the theme name.
&lt;/li&gt;&lt;li&gt;Fix directory traversal vulnerability in Registry.php which allows
&lt;/li&gt;&lt;li&gt;an attacker to read and execute arbitrary local files via crafted
&lt;/li&gt;&lt;li&gt;path sequences.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;/li&gt;&lt;li&gt; http://ftp.horde.org/pub/horde/patches/patch-horde-3.1.6-3.1.7.gz
&lt;/li&gt;&lt;li&gt; http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2008-1284
&lt;/li&gt;&lt;li&gt; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470640
&lt;/li&gt;&lt;li&gt; http://www.debian.org/security/2008/dsa-1519&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 27 Mar 2008 16:55:30 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>dspam, 3.6.8-1ubuntu0.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/dspam,/3.6.8-1ubuntu0.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/dspam,/3.6.8-1ubuntu0.2</link>
  <description>&lt;b&gt;dspam (3.6.8-1ubuntu0.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; debian/libdspam7-drv-mysql.cron.daily:
 Fix bashism introduced in previous security update (s/echo -e/printf/)
 (LP: #207579)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 28 Mar 2008 00:55:34 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>openssh, 1:4.3p2-5ubuntu1.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/openssh,/1:4.3p2-5ubuntu1.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/openssh,/1:4.3p2-5ubuntu1.2</link>
  <description>&lt;b&gt;openssh (1:4.3p2-5ubuntu1.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: X11 forward hijacking via alternate address families.
&lt;/li&gt;&lt;li&gt; channels.c: upstream fixes, patched inline.  Thanks to Nicolas Valcarcel
 (LP: #210175).
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-1483&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 01 Apr 2008 22:55:42 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>cupsys, 1.2.4-2ubuntu3.3</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/cupsys,/1.2.4-2ubuntu3.3</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/cupsys,/1.2.4-2ubuntu3.3</link>
  <description>&lt;b&gt;cupsys (1.2.4-2ubuntu3.3)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; debian/patches/72_CVE-2008-0047.dpatch: Fix buffer overflow in
 cgiCompileSearch() using crafted search expressions. Exploitable if
 printer sharing is enabled. Thanks to Martin Pitt for supplying the patch.
&lt;/li&gt;&lt;li&gt; debian/patches/73_CVE-2008-0882.dpatch: Fix double-free in
 process_browse_data(), which could be exploited to a remote DoS by sending
 crafted data to the cups UDP port. Thanks to Martin Pitt for supplying the
 patch.
&lt;/li&gt;&lt;li&gt; debian/patches/74_pid.dpatch: Specify PidFile in temporary directory in
 the self test's cupsd.conf. This affects the test suite (in the sense that
 it actually works now) and does not affect the built binaries at all.
 (Backported from trunk). Thanks to Martin Pitt for supplying the patch.
&lt;/li&gt;&lt;li&gt; debian/patches/75_CVE-2008-0053.dpatch: Fix buffer overflows in
 ParseCommand() in hpgl-input.c by properly checking number of parameters
&lt;/li&gt;&lt;li&gt; debian/patches/76_CVE-2008-1373.dpatch: Fix buffer overflow in
 gif_read_image() in image-gif.c by properly validating code_size
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0047
 CVE-2008-0882
 CVE-2008-0053
 CVE-2008-1373
 http://www.cups.org/str.php?L2729
 http://www.cups.org/str.php?L2656&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 02 Apr 2008 21:55:52 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>ca-certificates 20050804-0ubuntu0.6.10</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/ca-certificates/20050804-0ubuntu0.6.10</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/ca-certificates/20050804-0ubuntu0.6.10</link>
  <description>&lt;b&gt;ca-certificates (20050804-0ubuntu0.6.10)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; Fix up generation of the /etc/ssl/certs/ca-certificates.crt
 file for those users who installed the package in a pt_BR
 locale (LP: #153625). A mistake in the translation template
 meant that the choices were not available in this locale,
 and so the file was always empty.
&lt;ul&gt;&lt;li&gt; If you were affected and have not tried to reconfigure this
 package, then the problem should be corrected for you
 automatically.
&lt;/li&gt;&lt;li&gt; If you were affected and have tried to reconfigure the package
 you may be shown a debconf question to allow you to select
 the certificates that you want.
&lt;/li&gt;&lt;li&gt; The only users who were not affected by this bug but may
 be affected by this fix are those who installed in a different
 locale, and then reconfigured the package so that no
 certificates are trusted, and who now run in a pt_BR locale.
 They will have to deselect all of the certificates again.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Fri, 04 Apr 2008 11:45:27 +0000</pubDate>
  <dc:creator>James Westby</dc:creator>
  <author>James Westby</author>
</item>


<item>
  <title>cacti, 0.8.6h-3ubuntu0.4</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/cacti,/0.8.6h-3ubuntu0.4</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/cacti,/0.8.6h-3ubuntu0.4</link>
  <description>&lt;b&gt;cacti (0.8.6h-3ubuntu0.4)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; debian/patches/12_CVE-2008-0783_CVE-2008-0784_regression.dpatch: fix
 'Invalid PHP_SELF Path' regression (LP: #194687)&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Sat, 05 Apr 2008 13:55:30 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>opera 9.27-20080331.6edgy1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/opera/9.27-20080331.6edgy1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/opera/9.27-20080331.6edgy1</link>
  <description>&lt;b&gt;opera (9.27-20080331.6edgy1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; New upstream release
&lt;/li&gt;&lt;li&gt; See http://www.opera.com/docs/changelogs/ for details&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 07 Apr 2008 21:05:26 +0000</pubDate>
  <dc:creator>Brian Thomason</dc:creator>
  <author>Brian Thomason</author>
</item>


<item>
  <title>gs-esp, 8.15.2.dfsg.0ubuntu1-0ubuntu4.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/gs-esp,/8.15.2.dfsg.0ubuntu1-0ubuntu4.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/gs-esp,/8.15.2.dfsg.0ubuntu1-0ubuntu4.1</link>
  <description>&lt;b&gt;gs-esp (8.15.2.dfsg.0ubuntu1-0ubuntu4.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: buffer overflow in color space handling code
&lt;/li&gt;&lt;li&gt; debian/patches/05_CVE-2008-0411.dpatch: fix zseticcspace() to perform
 range checks
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0411&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 09 Apr 2008 18:56:14 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>gs-gpl, 8.50-1.1ubuntu1.2</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/gs-gpl,/8.50-1.1ubuntu1.2</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/gs-gpl,/8.50-1.1ubuntu1.2</link>
  <description>&lt;b&gt;gs-gpl (8.50-1.1ubuntu1.2)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: buffer overflow in color space handling code
&lt;/li&gt;&lt;li&gt; debian/patches/41_CVE-2008-0411.dpatch: fix zseticcspace() to perform
 range checks
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0411&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Wed, 09 Apr 2008 18:56:52 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>squid, 2.6.1-3ubuntu1.7</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/squid,/2.6.1-3ubuntu1.7</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/squid,/2.6.1-3ubuntu1.7</link>
  <description>&lt;b&gt;squid (2.6.1-3ubuntu1.7)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: off by one assertion could cause a denial of service
&lt;/li&gt;&lt;li&gt; debian/patches/SECURITY_CVE-2008-1612.dpatch: fix arrayShrink() in
 lib/Array.c to properly check a-&amp;gt;capacity&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Mon, 14 Apr 2008 14:55:48 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>lighttpd, 1.4.13~r1370-1ubuntu1.7</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/lighttpd,/1.4.13~r1370-1ubuntu1.7</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/lighttpd,/1.4.13~r1370-1ubuntu1.7</link>
  <description>&lt;b&gt;lighttpd (1.4.13~r1370-1ubuntu1.7)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: (LP: #209627)
&lt;/li&gt;&lt;li&gt; debian/patches/91_CVE-2008-1531.dpatch
&lt;ul&gt;&lt;li&gt; lighttpd 1.4.19 and earlier allows remote attackers to cause a denial
 of service (active SSL connection loss) by triggering an SSL error,
 such as disconnecting before a download has finished, which causes
 all active SSL connections to be lost.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; References
&lt;/li&gt;&lt;li&gt; http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-1531
&lt;/li&gt;&lt;li&gt; http://trac.lighttpd.net/trac/changeset/2136
&lt;/li&gt;&lt;li&gt; http://trac.lighttpd.net/trac/changeset/2139&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 17 Apr 2008 13:55:32 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>poppler, 0.5.4-0ubuntu4.4</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/poppler,/0.5.4-0ubuntu4.4</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/poppler,/0.5.4-0ubuntu4.4</link>
  <description>&lt;b&gt;poppler (0.5.4-0ubuntu4.4)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: arbitrary code execution via malicious embedded fonts.&lt;/li&gt;&lt;li&gt; debian/patches/102_embedded-font-fixes.patch: upstream fix and stronger type-checking added.&lt;/li&gt;&lt;li&gt; References CVE-2008-1693&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 17 Apr 2008 15:55:39 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>koffice, 1:1.5.2-0ubuntu2.4</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/koffice,/1:1.5.2-0ubuntu2.4</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/koffice,/1:1.5.2-0ubuntu2.4</link>
  <description>&lt;b&gt;koffice (1:1.5.2-0ubuntu2.4)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: arbitrary code execution via malicious embedded fonts.
&lt;/li&gt;&lt;li&gt; debian/patches/40_pdf2-embedded-font-fixes.diff: stronger type-checking
 added.
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-1693&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Thu, 17 Apr 2008 16:00:14 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>gnumeric, 1.7.0-1ubuntu4.1</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/gnumeric,/1.7.0-1ubuntu4.1</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/gnumeric,/1.7.0-1ubuntu4.1</link>
  <description>&lt;b&gt;gnumeric (1.7.0-1ubuntu4.1)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; SECURITY UPDATE: arbitrary code execution via integer overflow in
 Excel spreadsheet HLINK processing.
&lt;/li&gt;&lt;li&gt; plugins/excel/ms-excel-read.c: backported upstream fixes thanks to
 Debian, with an additional bugfix.
&lt;/li&gt;&lt;li&gt; References
 CVE-2008-0668&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 22 Apr 2008 00:55:39 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>


<item>
  <title>firefox, 2.0.0.14+0nobinonly-0ubuntu0.6.10</title>
  <guid>http://launchpad.net/distros/ubuntu/edgy/+source/firefox,/2.0.0.14+0nobinonly-0ubuntu0.6.10</guid>
  <link>http://launchpad.net/distros/ubuntu/edgy/+source/firefox,/2.0.0.14+0nobinonly-0ubuntu0.6.10</link>
  <description>&lt;b&gt;firefox (2.0.0.14+0nobinonly-0ubuntu0.6.10)&lt;/b&gt;&lt;ul&gt;&lt;li&gt; New security/stability release (v2.0.0.14)
&lt;ul&gt;&lt;li&gt; see USN-602-1&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
  <pubDate>Tue, 22 Apr 2008 01:02:12 +0000</pubDate>
  <dc:creator>Ubuntu Installer</dc:creator>
  <author>Ubuntu Installer</author>
</item>

  </channel>
</rss>
