tag 616502 pending
thanks
Hello,
Bug #616502 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=94bf966
---
commit 94bf966f04a6c4b262544f4cf6f8442379c821d1
Author: Martin Dorey <[email protected]>
Date: Sat Mar 5 09:44:00 2011 +0100
Fix OtoL() to accumulate data in a long instead of an int
On 64-bit architectures where the long is bigger than the int, it makes
it possible to have files bigger than 2GB.
Reviewed-by: Jonathan Nieder <[email protected]>
Signed-off-by: Raphaël Hertzog <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 656f2cf..5803ce1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,6 +63,8 @@ dpkg (1.16.0) UNRELEASED; urgency=low
* Update dpkg-shlibdeps to be multiarch-ready:
- use get_control_path() to find symbols/shlibs files
- parse correctly the output of dpkg --search
+ * Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
+ Thanks to Martin Dorey <[email protected]> for the patch.
[ Jonathan Nieder ]
* Remove support for use of synchronous sync(2), due to its pernicious
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]