-
If an error occurs while patching a file (deltup -p $dtu), the error message is "previous package is corrupt" independently from the real error.
In most cases, the real error is "No space left on device" for which the previous package is completely innocent.
This should get fixed.
2009-03-14 08:19:00 UTC by bothie
-
deltup should now treat all bzip2 versions >= 1.0.3 as "new format"; patch is one-liner deltup-bzip2-v104.patch attached hereto
see also Gentoo bugzilla entry http://bugs.gentoo.org/show_bug.cgi?id=163068.
2007-01-23 20:03:01 UTC by garrisonko
-
deltup currently (deltup-0.4.3_pre2) does not support bzip2 version 1.0.4 (released 20 December 2006).
This results in unable to find any compressor differ from bzip2_old (which contributed with deltup) by find_bzip2_compressors() function.
Please add the code to support of bzip2 1.0.4 ASAP.
Please find the patch attached to this request.
Thank you in advance.
2007-01-19 13:10:14 UTC by mclap
-
bdelta can run out of stack when creating a large binary patch because it allocates some of the buffers on stack (copyloc1, copyloc2, copynum), changing allocation to heap helps to resolve the problem, a patch is attached.
I can't provide a testcase, because the source and destination files that got this problem triggered for me are quite big.
2006-11-15 17:12:04 UTC by ssvb
-
subj.
2006-09-14 05:50:38 UTC by nobody
-
Logged In: YES
user_id=742298
linux01.gwdg.de server was down for an upgrade. It is working again.
2005-08-31 01:22:35 UTC by jwhitney
-
Has deltup been abandoned? All inquiries to
http://linux01.gwdg.de/~nlissne/
are answered with 403 - forbidden.
2005-07-31 20:01:28 UTC by nobody
-
Deltup.org domain exists! Not much to look at now, but I will be adding useful info in the future. Please contact me if you have any suggestions.
2005-06-14 03:03:20 UTC by jwhitney
-
A new pre-release of Deltup is available to download. The release fixes some bugs, includes built-in bdelta support, and handles bzip2 better.
2005-05-29 05:11:53 UTC by jwhitney
-
Logged In: YES
user_id=742298
Deltup always worked with amd64. XDelta does not. use the
-j flag to use bdelta instead.
2005-05-28 05:30:46 UTC by jwhitney