diff options
| author | Michael Forney <mforney@mforney.org> | 2021-01-25 14:04:00 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-01-25 14:04:00 -0800 |
| commit | 3c42552004351a89e237564e2b5c7d6cb98df462 (patch) | |
| tree | d508f9af56f5b879c3ee40190ca77e7c3a4c9dd3 | |
| parent | 6aa2e073cdd76eee368139c2c982388ab0e5a10e (diff) | |
pigz: Update to 2.5
| -rw-r--r-- | pkg/pigz/patch/0002-Only-use-gcc-pragmas-with-gcc.patch (renamed from pkg/pigz/patch/0003-Only-use-gcc-pragmas-with-gcc.patch) | 10 | ||||
| m--------- | pkg/pigz/src | 0 | ||||
| -rw-r--r-- | pkg/pigz/ver | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/pkg/pigz/patch/0003-Only-use-gcc-pragmas-with-gcc.patch b/pkg/pigz/patch/0002-Only-use-gcc-pragmas-with-gcc.patch index af17ef8c..cd2c7148 100644 --- a/pkg/pigz/patch/0003-Only-use-gcc-pragmas-with-gcc.patch +++ b/pkg/pigz/patch/0002-Only-use-gcc-pragmas-with-gcc.patch @@ -1,4 +1,4 @@ -From 0e2380ea9d9c84900e317b9962c3940ae0cc1015 Mon Sep 17 00:00:00 2001 +From e8c1ae5d700e447d21db95d0be0f64fd634fa9a6 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Wed, 19 Jun 2019 20:10:09 -0700 Subject: [PATCH] Only use gcc pragmas with gcc @@ -8,10 +8,10 @@ Subject: [PATCH] Only use gcc pragmas with gcc 1 file changed, 4 insertions(+) diff --git a/pigz.c b/pigz.c -index bbbfd2c..f1042a9 100644 +index e5a094a..a65e243 100644 --- a/pigz.c +++ b/pigz.c -@@ -3584,8 +3584,10 @@ local char *justname(char *path) { +@@ -3800,8 +3800,10 @@ local char *justname(char *path) { return p == NULL ? path : p + 1; } @@ -22,7 +22,7 @@ index bbbfd2c..f1042a9 100644 // Copy file attributes, from -> to, as best we can. This is best effort, so no // errors are reported. The mode bits, including suid, sgid, and the sticky bit -@@ -3613,7 +3615,9 @@ local void copymeta(char *from, char *to) { +@@ -3829,7 +3831,9 @@ local void copymeta(char *from, char *to) { (void)utimes(to, times); } @@ -33,5 +33,5 @@ index bbbfd2c..f1042a9 100644 // Set the access and modify times of fd to t. local void touch(char *path, time_t t) { -- -2.20.1 +2.30.0 diff --git a/pkg/pigz/src b/pkg/pigz/src -Subproject fe822cb435622c43f491013da77b127e9fe851a +Subproject 583d3be74d3b7ad309d3aca646ae29907a2521d diff --git a/pkg/pigz/ver b/pkg/pigz/ver index 0711ef53..5420ac15 100644 --- a/pkg/pigz/ver +++ b/pkg/pigz/ver @@ -1 +1 @@ -2.4 r1 +2.5 r0 |
