[Pkg-jed-commit] r538 - in jed-extra/branches/etch/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Mon Feb 5 22:46:46 CET 2007


Author: rafael
Date: 2007-02-05 22:46:46 +0100 (Mon, 05 Feb 2007)
New Revision: 538

Added:
   jed-extra/branches/etch/debian/patches/gdbmrecent-clean-stack.dpatch
Modified:
   jed-extra/branches/etch/debian/changelog
   jed-extra/branches/etch/debian/patches/00list
Log:
Debian release jed-extra_2.2.1-1.etch.1

Modified: jed-extra/branches/etch/debian/changelog
===================================================================
--- jed-extra/branches/etch/debian/changelog	2007-02-05 21:15:05 UTC (rev 537)
+++ jed-extra/branches/etch/debian/changelog	2007-02-05 21:46:46 UTC (rev 538)
@@ -1,3 +1,12 @@
+jed-extra (2.2.1-1.etch.1) unstable; urgency=low
+
+  * debian/patches/01_gdbmrecent-clean-stack.dpatch: Added patch to fix a
+    bug in purge_not_so_recent(), which did not popped a value in the
+    stack after the call to gdbm_delete().  This patch is blessed by the
+    usptream author. [RL]
+
+ -- Rafael Laboissiere <rafael at debian.org>  Mon,  5 Feb 2007 22:33:54 +0100
+
 jed-extra (2.2.1-1) unstable; urgency=low
 
   New upstream release [GM]

Modified: jed-extra/branches/etch/debian/patches/00list
===================================================================
--- jed-extra/branches/etch/debian/patches/00list	2007-02-05 21:15:05 UTC (rev 537)
+++ jed-extra/branches/etch/debian/patches/00list	2007-02-05 21:46:46 UTC (rev 538)
@@ -1,4 +1,5 @@
+gdbmrecent-clean-stack
 #missing_autoload
-
 #apsmode
 #ding
+

Added: jed-extra/branches/etch/debian/patches/gdbmrecent-clean-stack.dpatch
===================================================================
--- jed-extra/branches/etch/debian/patches/gdbmrecent-clean-stack.dpatch	2007-02-05 21:15:05 UTC (rev 537)
+++ jed-extra/branches/etch/debian/patches/gdbmrecent-clean-stack.dpatch	2007-02-05 21:46:46 UTC (rev 538)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gdbmrecent-clean-stack.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## DP: Empty the stack in call to purge_not_so_recent() in function
+## DP: gdbm_delete().  The problem was confirmed by the upstream author.
+
+ at DPATCH@
+
+--- jed-extra-2.2.1.orig/gdbmrecent/gdbmrecent.sl
++++ jed-extra-2.2.1/gdbmrecent/gdbmrecent.sl
+@@ -226,7 +226,7 @@
+    foreach(keys)
+      {
+ 	key=();
+-	gdbm_delete(db, key);
++	() = gdbm_delete(db, key);
+      }
+ }
+ 


Property changes on: jed-extra/branches/etch/debian/patches/gdbmrecent-clean-stack.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-jed-commit mailing list