tags 352210 + patch
thanks

Hi,

Attached is the diff for my websvn 1.61-19.1 NMU.
diff -Nru /tmp/poJbuV8Uf5/websvn-1.61/debian/changelog 
/tmp/p7fWhW3e5O/websvn-1.61/debian/changelog
--- /tmp/poJbuV8Uf5/websvn-1.61/debian/changelog        2006-11-12 
18:55:52.000000000 +0100
+++ /tmp/p7fWhW3e5O/websvn-1.61/debian/changelog        2006-11-12 
18:55:52.000000000 +0100
@@ -1,3 +1,12 @@
+websvn (1.61-19.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * 30_fix_352210.diff: Ignore user aborts, which makes sure that we clean up
+    the temporary directory even if the user should abort the download;
+    patch from Gregor Herrmann. (Really Closes: #352210)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Sun, 12 Nov 2006 18:53:02 +0100
+
 websvn (1.61-19) unstable; urgency=high
 
   * Update Standards-Version to 3.7.2
diff -Nru /tmp/poJbuV8Uf5/websvn-1.61/debian/patches/30_fix_352210.diff 
/tmp/p7fWhW3e5O/websvn-1.61/debian/patches/30_fix_352210.diff
--- /tmp/poJbuV8Uf5/websvn-1.61/debian/patches/30_fix_352210.diff       
1970-01-01 01:00:00.000000000 +0100
+++ /tmp/p7fWhW3e5O/websvn-1.61/debian/patches/30_fix_352210.diff       
2006-11-12 18:55:52.000000000 +0100
@@ -0,0 +1,9 @@
+--- websvn-1.61.orig/dl.php    2006-11-11 17:01:49.000000000 +0100
++++ websvn-1.61/dl.php 2006-11-11 17:59:16.000000000 +0100
+@@ -34,2 +34,6 @@
+ 
++// Make sure the script is finished even if the client disconnects.
++// Otherwise the temporary directory is not deleted.
++ignore_user_abort(true);
++
+ $svnrep = new SVNRepository($rep->path);
diff -Nru /tmp/poJbuV8Uf5/websvn-1.61/debian/patches/series 
/tmp/p7fWhW3e5O/websvn-1.61/debian/patches/series
--- /tmp/poJbuV8Uf5/websvn-1.61/debian/patches/series   2006-11-12 
18:55:52.000000000 +0100
+++ /tmp/p7fWhW3e5O/websvn-1.61/debian/patches/series   2006-11-12 
18:55:52.000000000 +0100
@@ -1,2 +1,3 @@
 20_unreadable_path.diff
 15_shell.diff
+30_fix_352210.diff

Reply via email to