mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 13:11:46 +03:00
Ports: Update zstd to 1.5.2
This commit is contained in:
parent
e435710f7c
commit
47ec3dbf45
Notes:
sideshowbarker
2024-07-17 17:28:15 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/47ec3dbf45 Pull-request: https://github.com/SerenityOS/serenity/pull/13028
@ -208,4 +208,4 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
||||
| [`yasm`](yasm/) | Yasm Modular Assembler | 1.3.0 | https://yasm.tortall.net/ |
|
||||
| [`zlib`](zlib/) | zlib | 1.2.11 | https://www.zlib.net/ |
|
||||
| [`zsh`](zsh/) | Z Shell (Zsh) | 5.8 | https://www.zsh.org |
|
||||
| [`zstd`](zstd/) | Zstandard | 1.5.1 | https://facebook.github.io/zstd/ |
|
||||
| [`zstd`](zstd/) | Zstandard | 1.5.2 | https://facebook.github.io/zstd/ |
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=zstd
|
||||
version=1.5.1
|
||||
files="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz zstd-${version}.tar.gz e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002"
|
||||
version=1.5.2
|
||||
files="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz zstd-${version}.tar.gz 7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0"
|
||||
auth_type=sha256
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- zstd-1.5.1/lib/Makefile.orig 2022-01-08 01:21:29.874503163 +0000
|
||||
+++ zstd-1.5.1/lib/Makefile 2022-01-08 01:21:43.026368517 +0000
|
||||
--- zstd-1.5.2/lib/Makefile.orig 2022-01-08 01:21:29.874503163 +0000
|
||||
+++ zstd-1.5.2/lib/Makefile 2022-01-08 01:21:43.026368517 +0000
|
||||
@@ -69,22 +69,10 @@
|
||||
|
||||
# macOS linker doesn't support -soname, and use different extension
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- zstd-1.5.1/programs/platform.h.orig 2022-01-08 01:30:53.468728340 +0000
|
||||
+++ zstd-1.5.1/programs/platform.h 2022-01-08 01:31:01.480646197 +0000
|
||||
--- zstd-1.5.2/programs/platform.h.orig 2022-01-08 01:30:53.468728340 +0000
|
||||
+++ zstd-1.5.2/programs/platform.h 2022-01-08 01:31:01.480646197 +0000
|
||||
@@ -98,7 +98,11 @@
|
||||
# endif
|
||||
# include <unistd.h> /* declares _POSIX_VERSION */
|
||||
|
Loading…
Reference in New Issue
Block a user