summarylogtreecommitdiffstats
path: root/zlib-1.2.7.patch
diff options
context:
space:
mode:
authorKevin MacMartin2018-05-22 00:28:45 -0400
committerKevin MacMartin2018-05-22 00:28:45 -0400
commitbad0080799f6050c4080d83c9ece1f5757d2fc1b (patch)
tree25db1239bb27ef1c84e629dde4b24127ae91602f /zlib-1.2.7.patch
parent6e02bc6713150af4f832ea59a9d14a41fb4010f0 (diff)
downloadaur-bad0080799f6050c4080d83c9ece1f5757d2fc1b.tar.gz
Update to 3.2
Diffstat (limited to 'zlib-1.2.7.patch')
-rw-r--r--zlib-1.2.7.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/zlib-1.2.7.patch b/zlib-1.2.7.patch
index 75c535668f45..5d7f5d61127e 100644
--- a/zlib-1.2.7.patch
+++ b/zlib-1.2.7.patch
@@ -1,8 +1,8 @@
diff --git a/src/zfile.c b/src/zfile.c
-index 660f19b..abc5f94 100644
+index 719f06c..fb54b30 100644
--- a/src/zfile.c
+++ b/src/zfile.c
-@@ -201,10 +201,10 @@ static char *try_uncompress_with_gzip(const char *name)
+@@ -224,10 +224,10 @@ static char *try_uncompress_with_gzip(const char *name)
do {
char buf[256];
@@ -15,7 +15,7 @@ index 660f19b..abc5f94 100644
fclose(fddest);
ioutil_remove(tmp_name);
lib_free(tmp_name);
-@@ -213,7 +213,7 @@ static char *try_uncompress_with_gzip(const char *name)
+@@ -236,7 +236,7 @@ static char *try_uncompress_with_gzip(const char *name)
}
} while (len > 0);
@@ -24,7 +24,7 @@ index 660f19b..abc5f94 100644
fclose(fddest);
return tmp_name;
-@@ -810,11 +810,11 @@ static int compress_with_gzip(const char *src, const char *dest)
+@@ -839,11 +839,11 @@ static int compress_with_gzip(const char *src, const char *dest)
char buf[256];
len = fread((void *)buf, 256, 1, fdsrc);
if (len > 0) {
@@ -37,4 +37,4 @@ index 660f19b..abc5f94 100644
+ gzclose((gzFile)fddest);
fclose(fdsrc);
- archdep_file_set_gzip(dest);
+ ZDEBUG(("compress with zlib: OK."));