From c64e90eb697812ad7cc3399d4ce99041c583b6da Mon Sep 17 00:00:00 2001 From: findmenowhere <36655739+findmenowhere@users.noreply.github.com> Date: Thu, 8 May 2025 17:25:58 +0200 Subject: [PATCH 1/4] Update native snappy VERSION --- src/main/resources/org/xerial/snappy/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/xerial/snappy/VERSION b/src/main/resources/org/xerial/snappy/VERSION index b9fcc513..4edc2103 100755 --- a/src/main/resources/org/xerial/snappy/VERSION +++ b/src/main/resources/org/xerial/snappy/VERSION @@ -1,2 +1,2 @@ -SNAPPY_VERSION=1.1.10 +SNAPPY_VERSION=1.2.1 BITSHUFFLE_VERSION=0.3.4 From 13eb9b12bfa185def8a51cdc7df53fc238d58d51 Mon Sep 17 00:00:00 2001 From: findmenowhere <36655739+findmenowhere@users.noreply.github.com> Date: Tue, 20 May 2025 20:57:07 +0200 Subject: [PATCH 2/4] Update Makefile --- docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Makefile b/docker/Makefile index 9648d2b8..66d42179 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -6,4 +6,4 @@ centos5-image: # docker push xerial/centos5-linux-x86_64:latest multiarch-crossbuild-image: - docker build https://github.com/iwasakims/crossbuild.git#fix-osxcross-cmake -t xerial/crossbuild:latest + docker build https://github.com/kmturley/crossbuild.git#master -t xerial/crossbuild:latest From bed7f4fa93dbed75307ce03d4306d2fb703eb0bf Mon Sep 17 00:00:00 2001 From: findmenowhere <36655739+findmenowhere@users.noreply.github.com> Date: Tue, 20 May 2025 20:58:19 +0200 Subject: [PATCH 3/4] Update Makefile --- docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Makefile b/docker/Makefile index 66d42179..52169bb5 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -6,4 +6,4 @@ centos5-image: # docker push xerial/centos5-linux-x86_64:latest multiarch-crossbuild-image: - docker build https://github.com/kmturley/crossbuild.git#master -t xerial/crossbuild:latest + docker build https://github.com/kmturley/crossbuild.git -t xerial/crossbuild:latest From b9ac7f24b1f829aac2819d817e35fea53dfd78b1 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sat, 19 Jul 2025 08:26:25 -0700 Subject: [PATCH 4/4] Update VERSION to 1.2.2 --- src/main/resources/org/xerial/snappy/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/xerial/snappy/VERSION b/src/main/resources/org/xerial/snappy/VERSION index 4edc2103..024f23f4 100755 --- a/src/main/resources/org/xerial/snappy/VERSION +++ b/src/main/resources/org/xerial/snappy/VERSION @@ -1,2 +1,2 @@ -SNAPPY_VERSION=1.2.1 +SNAPPY_VERSION=1.2.2 BITSHUFFLE_VERSION=0.3.4