rebase cont (patch3): permit store > 2GB

Version: 4.2.4.4-1
This commit is contained in:
Pavel Raiskup 2013-03-03 09:41:45 +01:00
parent e100d74152
commit a748c00782
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,8 @@
--- ncompress-4.2.4/compress42.c.2GB 2004-07-14 12:16:19.000000000 -0400
+++ ncompress-4.2.4/compress42.c 2004-07-14 12:16:59.000000000 -0400
@@ -1329,7 +1329,7 @@
diff --git a/compress42.c b/compress42.c
index 4d33342..495bdf3 100644
--- a/compress42.c
+++ b/compress42.c
@@ -1373,7 +1373,7 @@ compress(fdin, fdout)
REG11 int boff;
REG12 int n_bits;
REG13 int ratio;

View File

@ -21,7 +21,10 @@ Patch1: ncompress-4.2.4.4-lfs.patch
# ~> downstream
Patch2: ncompress-4.2.4.4-filenamelen.patch
Patch3: ncompress-2GB.patch
# permit files > 2GB to be compressed
# ~> #126775
Patch3: ncompress-4.2.4.4-2GB.patch
Patch4: ncompress-4.2.4-zerobyteforce.patch
Patch5: ncompress-4.2.4-bssUnderflow.patch
Patch6: ncompress-4.2.4-endians.patch