<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://doc.cliss21.com/index.php?action=history&amp;feed=atom&amp;title=Backport_PHP5_DSA</id>
	<title>Backport PHP5 DSA - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://doc.cliss21.com/index.php?action=history&amp;feed=atom&amp;title=Backport_PHP5_DSA"/>
	<link rel="alternate" type="text/html" href="https://doc.cliss21.com/index.php?title=Backport_PHP5_DSA&amp;action=history"/>
	<updated>2026-06-04T00:40:38Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://doc.cliss21.com/index.php?title=Backport_PHP5_DSA&amp;diff=2509&amp;oldid=prev</id>
		<title>imported&gt;SylvainBeucler le 21 mai 2007 à 09:49</title>
		<link rel="alternate" type="text/html" href="https://doc.cliss21.com/index.php?title=Backport_PHP5_DSA&amp;diff=2509&amp;oldid=prev"/>
		<updated>2007-05-21T09:49:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Exercise: a new security patch is released for PHP5. The backport need to be updated as well.&lt;br /&gt;
&lt;br /&gt;
The simplest way is applying the difference between the 2 security releases, using interdiff:&lt;br /&gt;
&lt;br /&gt;
 # Get the security patch&lt;br /&gt;
 wget http://security.debian.org/pool/updates/main/p/php5/php5_5.2.0-8+etch3.diff.gz&lt;br /&gt;
 wget http://security.debian.org/pool/updates/main/p/php5/php5_5.2.0-8+etch4.diff.gz&lt;br /&gt;
 gunzip *.gz&lt;br /&gt;
 interdiff php5_5.2.0-8+etch3.diff php5_5.2.0-8+etch4.diff &amp;gt; php5-dsa.patch&lt;br /&gt;
&lt;br /&gt;
 # Apply the patch:&lt;br /&gt;
 apt-src install php5&lt;br /&gt;
 patch -p0 &amp;lt; php5-dsa.patch&lt;br /&gt;
 # (merge the changelog manually)&lt;br /&gt;
 debuild -us -uc&lt;br /&gt;
&lt;br /&gt;
I had to struggle somehow to get &amp;lt;code&amp;gt;apt-get buildep&amp;lt;/code&amp;gt; to work, I don't really know why.&lt;br /&gt;
&lt;br /&gt;
My changelog entry:&lt;br /&gt;
 php5 (5.2.0-8+etch4~bpo.1) sarge-backports; urgency=high&lt;br /&gt;
 &lt;br /&gt;
   * Apply DSA patch to the backport.&lt;br /&gt;
 &lt;br /&gt;
  -- Sylvain Beucler &amp;lt;beuc@beuc.net&amp;gt;  Mon, 21 May 2007 10:56:35 +0200&lt;/div&gt;</summary>
		<author><name>imported&gt;SylvainBeucler</name></author>
	</entry>
</feed>