From 2e3e34478289629b3b7074d9e20041d6041eeb1d Mon Sep 17 00:00:00 2001 From: lisun Date: Fri, 16 Oct 2020 14:38:28 +0800 Subject: [PATCH 01/73] Update clickhouse.rb 20 --- clickhouse.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 9541aec..dc06ea9 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,15 +1,11 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v19.5.3.8-stable" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" version "19.5.3.8" head "https://github.com/yandex/ClickHouse.git" - devel do - url "https://github.com/yandex/ClickHouse.git", :tag => "v19.5.3.8-stable" - end - depends_on "gcc@8" depends_on "cmake" => :build depends_on "ninja" => :build From 3a8d7b534ff04cf3939aee5492f32773b8f61650 Mon Sep 17 00:00:00 2001 From: lisun Date: Fri, 16 Oct 2020 14:43:42 +0800 Subject: [PATCH 02/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index dc06ea9..9b9340c 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -2,11 +2,11 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" - version "19.5.3.8" + version "20.6.8.5" head "https://github.com/yandex/ClickHouse.git" - depends_on "gcc@8" +# depends_on "gcc@8" depends_on "cmake" => :build depends_on "ninja" => :build depends_on "libtool" => :build From 4250ff0a97dcc3428ac21daf209e1285451b9a8f Mon Sep 17 00:00:00 2001 From: lisun Date: Fri, 16 Oct 2020 16:46:10 +0800 Subject: [PATCH 03/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 9b9340c..8102f5a 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -21,7 +21,7 @@ class Clickhouse < Formula end def install - inreplace "dbms/programs/server/config.xml" do |s| + inreplace "programs/server/config.xml" do |s| s.gsub! "/var/lib/", "#{var}/lib/" s.gsub! "/var/log/", "#{var}/log/" s.gsub! "", "262144" From b06b5b27350cb0ec88703ef3428e522993c86260 Mon Sep 17 00:00:00 2001 From: lisun Date: Fri, 16 Oct 2020 19:23:37 +0800 Subject: [PATCH 04/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 8102f5a..8103af8 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -30,6 +30,8 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 + -DCMAKE_CXX_COMPILER=`which clang++` + -DCMAKE_C_COMPILER=`which clang` ] mkdir "build" do @@ -37,7 +39,7 @@ def install system "ninja" end - bin.install "#{buildpath}/build/dbms/programs/clickhouse" + bin.install "#{buildpath}/build/programs/clickhouse" bin.install_symlink "clickhouse" => "clickhouse-benchmark" bin.install_symlink "clickhouse" => "clickhouse-clang" bin.install_symlink "clickhouse" => "clickhouse-client" From dd5e2fdbc651938a2637a313a61f20e749b0702d Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 09:48:35 +0800 Subject: [PATCH 05/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 8103af8..fed6fb1 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -30,8 +30,8 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_COMPILER=`which clang++` - -DCMAKE_C_COMPILER=`which clang` + -DCMAKE_CXX_COMPILER="`which clang++`" + -DCMAKE_C_COMPILER="`which clang`" ] mkdir "build" do From cef9c4c417fc49e43f6de3dde8eb17cc704619e2 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 09:58:53 +0800 Subject: [PATCH 06/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index fed6fb1..0bc7ed6 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -30,8 +30,6 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_COMPILER="`which clang++`" - -DCMAKE_C_COMPILER="`which clang`" ] mkdir "build" do From 7cd95e614981b67e0cb174e622ddbd1bbe1cc8f1 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 09:59:51 +0800 Subject: [PATCH 07/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 0bc7ed6..696f2af 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -14,11 +14,6 @@ class Clickhouse < Formula depends_on "zlib" => :build depends_on "readline" => :build - bottle do - cellar :any - root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v19.5.3.8' - sha256 "22c50b6f103a132d9e4abe0653c9c753721c5db2e7a4f8a20485721488b0131b" => :mojave - end def install inreplace "programs/server/config.xml" do |s| From b1ea1b65292a558d853ed583d80f30111809f31f Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 11:07:40 +0800 Subject: [PATCH 08/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 696f2af..b1875a7 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -49,11 +49,11 @@ def install mkdir "#{etc}/clickhouse-client/" - (etc/"clickhouse-client").install "#{buildpath}/dbms/programs/client/clickhouse-client.xml" + (etc/"clickhouse-client").install "#{buildpath}/programs/client/clickhouse-client.xml" mkdir "#{etc}/clickhouse-server/" - (etc/"clickhouse-server").install "#{buildpath}/dbms/programs/server/config.xml" - (etc/"clickhouse-server").install "#{buildpath}/dbms/programs/server/users.xml" + (etc/"clickhouse-server").install "#{buildpath}/programs/server/config.xml" + (etc/"clickhouse-server").install "#{buildpath}/programs/server/users.xml" end def plist; <<~EOS From 69b962dd88692b690809387163abf8a6d797d6b2 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 13:37:19 +0800 Subject: [PATCH 09/73] Update clickhouse.rb bottle --- clickhouse.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clickhouse.rb b/clickhouse.rb index b1875a7..61373b9 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -14,6 +14,11 @@ class Clickhouse < Formula depends_on "zlib" => :build depends_on "readline" => :build + bottle do + root_url "https://homebrew.bintray.com/bottles-clickhouse" + rebuild 1 + sha256 "3bd989f4fa2ee09e0abb7af989ee5c537f032633ea0c077c8d1ca78653eb7740" => :catalina + end def install inreplace "programs/server/config.xml" do |s| From 900c2fd89ea79c4947ee9d63a0b3593257a889d1 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 13:38:50 +0800 Subject: [PATCH 10/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 61373b9..b57f2a5 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" - version "20.6.8.5" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" + version "20.9.3.45" head "https://github.com/yandex/ClickHouse.git" From 01ec418c0d74d915d18e607164d9faa7cd72ccf1 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 13:44:00 +0800 Subject: [PATCH 11/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index b57f2a5..61373b9 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" - version "20.9.3.45" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" + version "20.6.8.5" head "https://github.com/yandex/ClickHouse.git" From 5b1580d9fd87f0fffd3a0b53c4b014db4675f34c Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 15:22:32 +0800 Subject: [PATCH 12/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 61373b9..b532104 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -16,7 +16,6 @@ class Clickhouse < Formula bottle do root_url "https://homebrew.bintray.com/bottles-clickhouse" - rebuild 1 sha256 "3bd989f4fa2ee09e0abb7af989ee5c537f032633ea0c077c8d1ca78653eb7740" => :catalina end From ca5f1ff79c643870be760175094083d8dd2ec26c Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 15:28:48 +0800 Subject: [PATCH 13/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index b532104..b5f050f 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" - version "20.6.8.5" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" + version "20.9.3.45" head "https://github.com/yandex/ClickHouse.git" From 2973450e8b4c194c55dc27ef2d6f7f4bab940733 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 16:29:14 +0800 Subject: [PATCH 14/73] Update clickhouse.rb v20.10.1.4881-prestable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index b5f050f..77091c2 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" - version "20.9.3.45" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.1.4881-prestable" + version "20.10.1.4881" head "https://github.com/yandex/ClickHouse.git" From 7279cda52d32ca2714493dab68ef3005f421c824 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 17:21:36 +0800 Subject: [PATCH 15/73] Update clickhouse.rb v20.10.1.4881-prestable --- clickhouse.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/clickhouse.rb b/clickhouse.rb index 77091c2..0d04131 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -13,6 +13,7 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build + depends_on "binutils" => :build bottle do root_url "https://homebrew.bintray.com/bottles-clickhouse" From 6f6e074f48d1546ee499e545ed9020bb57919356 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 17:42:04 +0800 Subject: [PATCH 16/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 0d04131..67e599f 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.1.4881-prestable" - version "20.10.1.4881" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" + version "20.9.3.45" head "https://github.com/yandex/ClickHouse.git" From 3e3573fb8f66fa416cbb672065b50de9d59f00c8 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 18:42:23 +0800 Subject: [PATCH 17/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clickhouse.rb b/clickhouse.rb index 67e599f..17b08a7 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -14,6 +14,8 @@ class Clickhouse < Formula depends_on "zlib" => :build depends_on "readline" => :build depends_on "binutils" => :build + depends_on "protobuf" => :build + bottle do root_url "https://homebrew.bintray.com/bottles-clickhouse" From a532665d896336f3d6404c04eb728cc104e7fc55 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 19:10:44 +0800 Subject: [PATCH 18/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/clickhouse.rb b/clickhouse.rb index 17b08a7..92387e2 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -32,6 +32,7 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 + -DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" ] mkdir "build" do From 6884f24272af1bb837bd65649f60b1b9f607bcc9 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 19:18:39 +0800 Subject: [PATCH 19/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 92387e2..7800b1c 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -14,7 +14,6 @@ class Clickhouse < Formula depends_on "zlib" => :build depends_on "readline" => :build depends_on "binutils" => :build - depends_on "protobuf" => :build bottle do From c566429c154b072599af3c88f95bc441646e1c30 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 19:57:12 +0800 Subject: [PATCH 20/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 7800b1c..922fb22 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,7 +31,6 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" ] mkdir "build" do From 35d817942b4a2cf82beba47efe3da35c88093749 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 20:23:30 +0800 Subject: [PATCH 21/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/clickhouse.rb b/clickhouse.rb index 922fb22..4019a00 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,6 +31,7 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 + -DCMAKE_CXX_STANDARD=11 ] mkdir "build" do From 8aa8bcbae9510cba09217e54950a056386362e44 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 20:37:49 +0800 Subject: [PATCH 22/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 4019a00..2b02427 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,7 +31,7 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_STANDARD=11 + -DCMAKE_CXX_FLAGS='-std=c++11 -stdlib=libc++' ] mkdir "build" do From b7595313f146b9767f2e3eec8538867445a4c737 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 19 Oct 2020 20:50:46 +0800 Subject: [PATCH 23/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 2b02427..9805695 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,7 +31,8 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_FLAGS='-std=c++11 -stdlib=libc++' + -DCMAKE_CXX_STANDARD=11 + -DCMAKE_CXX_FLAGS='-stdlib=libc++' ] mkdir "build" do From 72a8a933c87ee5c99b579743cc01e5613d610b75 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 09:15:19 +0800 Subject: [PATCH 24/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 9805695..912bcdb 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -32,7 +32,7 @@ def install -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 -DCMAKE_CXX_STANDARD=11 - -DCMAKE_CXX_FLAGS='-stdlib=libc++' + -DCMAKE_CXX_STANDARD_REQUIRED=ON ] mkdir "build" do From 23db3980ec6cdce7e011ca39fe6ea33ef36fda52 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 09:56:55 +0800 Subject: [PATCH 25/73] Update clickhouse.rb 20.8.4.11 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 912bcdb..afbfdc9 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" - version "20.9.3.45" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.8.4.11-lts" + version "20.8.4.11" head "https://github.com/yandex/ClickHouse.git" From e0d0b936f29c65ea94b3fed7e48f391cbc24362b Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 10:20:22 +0800 Subject: [PATCH 26/73] Update clickhouse.rb 20.8.4.11 --- clickhouse.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index afbfdc9..e4c67a1 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,8 +31,6 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_STANDARD=11 - -DCMAKE_CXX_STANDARD_REQUIRED=ON ] mkdir "build" do From 9bb98caaddc7184288fa1512883b0ca8f1eea54e Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 11:44:50 +0800 Subject: [PATCH 27/73] Update clickhouse.rb 20.8.4.11 --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index e4c67a1..af81f69 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -13,7 +13,7 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build - depends_on "binutils" => :build + depends_on "llvm" => :build bottle do From 8f5c0a2a9e24befb90f8e5c9edf3440fb4bf874c Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 12:17:44 +0800 Subject: [PATCH 28/73] Update clickhouse.rb v20.9.3.45-stable --- clickhouse.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index af81f69..1b172ea 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.8.4.11-lts" - version "20.8.4.11" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" + version "20.9.3.45" head "https://github.com/yandex/ClickHouse.git" @@ -13,7 +13,7 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build - depends_on "llvm" => :build + depends_on "llvm@9" => :build bottle do From 877425699c9448b6fe039fc65331cbba547830c2 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 14:33:32 +0800 Subject: [PATCH 29/73] Update clickhouse.rb v20.8.4.11-lts --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 1b172ea..fac8c5a 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" - version "20.9.3.45" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.8.4.11-lts" + version "20.8.4.11" head "https://github.com/yandex/ClickHouse.git" From 68d19a79f6df94987b34b4536d4ce31df002cac1 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 15:25:40 +0800 Subject: [PATCH 30/73] Update clickhouse.rb v20.8.4.11-lts --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index fac8c5a..af81f69 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -13,7 +13,7 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build - depends_on "llvm@9" => :build + depends_on "llvm" => :build bottle do From 2ad6be4ec89d6568f2352d1e2a7e982be6904b80 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 16:04:07 +0800 Subject: [PATCH 31/73] Update clickhouse.rb 20.10.1.4881 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index af81f69..ad6be75 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.8.4.11-lts" - version "20.8.4.11" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.1.4881-prestable" + version "20.10.1.4881" head "https://github.com/yandex/ClickHouse.git" From 19b927aa23de6585abf489f404e3dc5ba4fa7da5 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 17:37:34 +0800 Subject: [PATCH 32/73] Update clickhouse.rb 20.11.1.4941 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index ad6be75..7df8885 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.1.4881-prestable" - version "20.10.1.4881" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.11.1.4941-testing" + version "20.11.1.4941" head "https://github.com/yandex/ClickHouse.git" From d8518702d3fb807030e74d9383084f384bd8b1a3 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 20 Oct 2020 20:47:43 +0800 Subject: [PATCH 33/73] Update clickhouse.rb v20.6.8.5-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 7df8885..b1d9f7e 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.11.1.4941-testing" - version "20.11.1.4941" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" + version "20.6.8.5" head "https://github.com/yandex/ClickHouse.git" From 4da45d545c51e00a86200ad2440cd21a3550ccc3 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 09:15:56 +0800 Subject: [PATCH 34/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index b1d9f7e..da77f61 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,19 +1,18 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" - version "20.6.8.5" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" + version "20.9.3.45" head "https://github.com/yandex/ClickHouse.git" -# depends_on "gcc@8" + depends_on "gcc" depends_on "cmake" => :build depends_on "ninja" => :build depends_on "libtool" => :build depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build - depends_on "llvm" => :build bottle do From 9ae8150f3e809fce30c974a56394851ef81f56b6 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 09:48:56 +0800 Subject: [PATCH 35/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clickhouse.rb b/clickhouse.rb index da77f61..fb25e48 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -30,6 +30,8 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 + -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ + -DCMAKE_C_COMPILER=/usr/local/bin/gcc ] mkdir "build" do From 857176bc775e0e6d5bee4a3bc9ad0df897175521 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 10:09:15 +0800 Subject: [PATCH 36/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index fb25e48..2e8b48f 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -30,8 +30,8 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ - -DCMAKE_C_COMPILER=/usr/local/bin/gcc + -DCMAKE_CXX_COMPILER=/usr/local/bin/g++-10 + -DCMAKE_C_COMPILER=/usr/local/bin/gcc-10 ] mkdir "build" do From f8a6d393a15f65d09de9ca3890e6dd55de8190a4 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 10:25:57 +0800 Subject: [PATCH 37/73] Update clickhouse.rb objcopy. --- clickhouse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clickhouse.rb b/clickhouse.rb index 2e8b48f..4873b7c 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -13,6 +13,8 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build + depends_on "binutils" => :build + bottle do From e95e69363373abae3f4f7ca4de2f5a1a1ef41d98 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 10:42:06 +0800 Subject: [PATCH 38/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 4873b7c..5db213b 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -6,7 +6,6 @@ class Clickhouse < Formula head "https://github.com/yandex/ClickHouse.git" - depends_on "gcc" depends_on "cmake" => :build depends_on "ninja" => :build depends_on "libtool" => :build @@ -32,8 +31,6 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_COMPILER=/usr/local/bin/g++-10 - -DCMAKE_C_COMPILER=/usr/local/bin/gcc-10 ] mkdir "build" do From 1b5cbb0cff9a457054f2ba1e74768ccac08d479c Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 11:25:53 +0800 Subject: [PATCH 39/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 5db213b..d3c796e 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -12,7 +12,7 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build - depends_on "binutils" => :build + depends_on "llvm" => :build From c9db8368086760c06b3197e4f193ab8a3c181315 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 13:21:11 +0800 Subject: [PATCH 40/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/clickhouse.rb b/clickhouse.rb index d3c796e..6df5e95 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,6 +31,7 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 + -DSANITIZER_LIMIT_FRAME_SIZE=0 ] mkdir "build" do From 95f0e95d9520bf325d65c49aacb4d56c902067bb Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 13:44:51 +0800 Subject: [PATCH 41/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 6df5e95..af750c5 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,7 +31,7 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DSANITIZER_LIMIT_FRAME_SIZE=0 + -DSANITIZER_LIMIT_FRAME_SIZE=FALSE ] mkdir "build" do From 3ed4768790100cd5370c1da5837b3c6f5df9a9e3 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 13:48:06 +0800 Subject: [PATCH 42/73] Update clickhouse.rb 20.9.3.45 --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index af750c5..84afc3b 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -12,7 +12,7 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build - depends_on "llvm" => :build + depends_on "binutils" => :build From 650d97a11dd6c4a8d1f98bda8286d83810fe5dd7 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 21 Oct 2020 14:58:20 +0800 Subject: [PATCH 43/73] Update clickhouse.rb 20.6.8.5 --- clickhouse.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 84afc3b..9c70643 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.9.3.45-stable" - version "20.9.3.45" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" + version "20.6.8.5" head "https://github.com/yandex/ClickHouse.git" @@ -12,7 +12,7 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "zlib" => :build depends_on "readline" => :build - depends_on "binutils" => :build + depends_on "llvm" => :build @@ -31,7 +31,6 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DSANITIZER_LIMIT_FRAME_SIZE=FALSE ] mkdir "build" do From f888f5184ec0efd4d190fd807043729e2044240f Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 26 Oct 2020 19:12:03 +0800 Subject: [PATCH 44/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 9c70643..e56434b 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.6.8.5-stable" - version "20.6.8.5" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.2.20-stable" + version "20.10.2.20" head "https://github.com/yandex/ClickHouse.git" From ff849456446a894363305be36ca8be3af486b227 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 26 Oct 2020 20:01:41 +0800 Subject: [PATCH 45/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index e56434b..8acc4e5 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -10,8 +10,8 @@ class Clickhouse < Formula depends_on "ninja" => :build depends_on "libtool" => :build depends_on "gettext" => :build - depends_on "zlib" => :build - depends_on "readline" => :build +# depends_on "zlib" => :build +# depends_on "readline" => :build depends_on "llvm" => :build From dd4a8f320b1765226fc407aa6df3a35e85c633b8 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 26 Oct 2020 20:35:27 +0800 Subject: [PATCH 46/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clickhouse.rb b/clickhouse.rb index 8acc4e5..a130399 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,6 +31,8 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 + -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ + -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang ] mkdir "build" do From 54b7453e438b2e5420394f66bea046fec77890e3 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 10:18:30 +0800 Subject: [PATCH 47/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index a130399..aeb9c45 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,8 +31,7 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ - -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang + -DSANITIZE=undefined ] mkdir "build" do From fa830756444556a867fd315844a187d6dddce590 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 11:09:24 +0800 Subject: [PATCH 48/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clickhouse.rb b/clickhouse.rb index aeb9c45..cf845a9 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -32,6 +32,8 @@ def install -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 -DSANITIZE=undefined + -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ + -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang ] mkdir "build" do From 05bfb379fedc629860985149cbb940a737d8d7b2 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 13:03:18 +0800 Subject: [PATCH 49/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index cf845a9..aa876d8 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -31,7 +31,7 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DSANITIZE=undefined +# -DSANITIZE=undefined -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang ] From 97417bdd2cd18bcf1b2e1cd511d111964a66d5ff Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 15:55:36 +0800 Subject: [PATCH 50/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index aa876d8..25792cd 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -10,8 +10,6 @@ class Clickhouse < Formula depends_on "ninja" => :build depends_on "libtool" => :build depends_on "gettext" => :build -# depends_on "zlib" => :build -# depends_on "readline" => :build depends_on "llvm" => :build @@ -31,7 +29,7 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 -# -DSANITIZE=undefined + -DSANITIZE=undefined -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang ] From be3c08d2bece94d79fe660235803d23c6d61a74b Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 17:40:30 +0800 Subject: [PATCH 51/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 25792cd..b7b9a41 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -29,7 +29,6 @@ def install args = %W[ -DENABLE_TESTS=0 -DUSE_RDKAFKA=0 - -DSANITIZE=undefined -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang ] From f649d68a833d1ee39fec953c700f777cffe9122a Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 17:58:41 +0800 Subject: [PATCH 52/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clickhouse.rb b/clickhouse.rb index b7b9a41..1ff2f9d 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -24,6 +24,9 @@ def install s.gsub! "/var/lib/", "#{var}/lib/" s.gsub! "/var/log/", "#{var}/log/" s.gsub! "", "262144" + + inreplace "cmake/warnings.cmake" do |s| + s.gsub! "add_warning(frame-larger-than=32768)", "add_warning(frame-larger-than=131072)" end args = %W[ From 8e5a4bb95423e40eb9fd89362d56061ccbf998db Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 18:27:35 +0800 Subject: [PATCH 53/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 1ff2f9d..eff1ced 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -11,8 +11,6 @@ class Clickhouse < Formula depends_on "libtool" => :build depends_on "gettext" => :build depends_on "llvm" => :build - - bottle do root_url "https://homebrew.bintray.com/bottles-clickhouse" From 362c820be0fa460a016e60fe3d7a8be95bb660f0 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 18:32:09 +0800 Subject: [PATCH 54/73] Update clickhouse.rb --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index eff1ced..df9ab2c 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -2,7 +2,7 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.2.20-stable" - version "20.10.2.20" + version "20.10.2.20_1" head "https://github.com/yandex/ClickHouse.git" From 0fbcd4eabbc800c3b66a03f3f96415bad7a2c8f7 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 18:33:16 +0800 Subject: [PATCH 55/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index df9ab2c..eff1ced 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -2,7 +2,7 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.2.20-stable" - version "20.10.2.20_1" + version "20.10.2.20" head "https://github.com/yandex/ClickHouse.git" From de4e32fb80237245b58d51a0624b4663ce62495a Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 19:28:18 +0800 Subject: [PATCH 56/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index eff1ced..ef6a1e2 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -2,7 +2,7 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.2.20-stable" - version "20.10.2.20" + version "20.10.2.20.1" head "https://github.com/yandex/ClickHouse.git" From 06f5a490ba53faf29b101313dc6c2f1fe1300bfa Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 19:29:14 +0800 Subject: [PATCH 57/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index ef6a1e2..a355dd9 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -2,7 +2,7 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.2.20-stable" - version "20.10.2.20.1" + version "20.10.2.21" head "https://github.com/yandex/ClickHouse.git" From daa05319f3608753aac22556d4f13e62f94e91ee Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 19:31:16 +0800 Subject: [PATCH 58/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index a355dd9..eff1ced 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -2,7 +2,7 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.2.20-stable" - version "20.10.2.21" + version "20.10.2.20" head "https://github.com/yandex/ClickHouse.git" From 19a476e792ed98768c0cba101baf57dd1c994fc0 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 27 Oct 2020 19:47:54 +0800 Subject: [PATCH 59/73] Update clickhouse.rb v20.10.2.20-stable --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index eff1ced..bb20c05 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -22,7 +22,7 @@ def install s.gsub! "/var/lib/", "#{var}/lib/" s.gsub! "/var/log/", "#{var}/log/" s.gsub! "", "262144" - + end inreplace "cmake/warnings.cmake" do |s| s.gsub! "add_warning(frame-larger-than=32768)", "add_warning(frame-larger-than=131072)" end From ebdc958ad4325d47038e9fbb6913bf40549afb49 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 3 Nov 2020 13:32:29 +0800 Subject: [PATCH 60/73] Update clickhouse.rb v20.10.3.30-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index bb20c05..9632dfa 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.2.20-stable" - version "20.10.2.20" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.3.30-stable" + version "20.10.3.30" head "https://github.com/yandex/ClickHouse.git" From fa58c666e7f3e8c6fba1654b901a52fc3956c86f Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 18 Nov 2020 10:18:58 +0800 Subject: [PATCH 61/73] Update clickhouse.rb v20.11.3.3-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 9632dfa..3dd4da8 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.3.30-stable" - version "20.10.3.30" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.11.3.3-stable" + version "20.11.3.3" head "https://github.com/yandex/ClickHouse.git" From ac55e954cd0956448c5a4d0cc4efad9570b155ec Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 18 Nov 2020 12:24:31 +0800 Subject: [PATCH 62/73] Update clickhouse.rb v20.10.3.30-stable --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 3dd4da8..11b85a2 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -2,7 +2,7 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" url "https://github.com/yandex/ClickHouse.git", :tag => "v20.11.3.3-stable" - version "20.11.3.3" + version "20.10.3.30" head "https://github.com/yandex/ClickHouse.git" From 45ae6e92224eb46d4328004204debbf42fbbcb41 Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 18 Nov 2020 14:49:29 +0800 Subject: [PATCH 63/73] Update clickhouse.rb v20.10.4.1-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 11b85a2..2c8ef32 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.11.3.3-stable" - version "20.10.3.30" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.4.1-stable" + version "20.10.4.1" head "https://github.com/yandex/ClickHouse.git" From d575d83fe0e1fb29097a03b894f0b49d4f890bde Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 18 Nov 2020 18:49:34 +0800 Subject: [PATCH 64/73] Update clickhouse.rb v20.11.3.3-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 2c8ef32..3dd4da8 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.10.4.1-stable" - version "20.10.4.1" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.11.3.3-stable" + version "20.11.3.3" head "https://github.com/yandex/ClickHouse.git" From 42a004c3fdd838f18c5775707dbf705ab301b9fc Mon Sep 17 00:00:00 2001 From: lisun Date: Thu, 10 Dec 2020 15:00:43 +0800 Subject: [PATCH 65/73] v20.12.3.3-stable v20.12.3.3-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 3dd4da8..7e26fcc 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.11.3.3-stable" - version "20.11.3.3" + url "https://github.com/yandex/ClickHouse.git", :tag => "v20.12.3.3-stable" + version "20.13.3.3" head "https://github.com/yandex/ClickHouse.git" From de2cc355b9fd129fd9eceed333437f0732d7ab6e Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 3 Feb 2021 12:29:59 +0800 Subject: [PATCH 66/73] Update clickhouse.rb v21.1.2.15-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 7e26fcc..02884a2 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v20.12.3.3-stable" - version "20.13.3.3" + url "https://github.com/yandex/ClickHouse.git", :tag => "v21.1.2.15-stable" + version "21.1.2.15" head "https://github.com/yandex/ClickHouse.git" From 91f149ad9e34d74d8495cd582b9f02f15c0ccc4c Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 3 Feb 2021 13:26:59 +0800 Subject: [PATCH 67/73] Update clickhouse.rb v21.1.2.15-stable --- clickhouse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse.rb b/clickhouse.rb index 02884a2..7a1ea91 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -24,7 +24,7 @@ def install s.gsub! "", "262144" end inreplace "cmake/warnings.cmake" do |s| - s.gsub! "add_warning(frame-larger-than=32768)", "add_warning(frame-larger-than=131072)" + s.gsub! /add_warning\(frame-larger-than=(\d*)\)/, "add_warning(frame-larger-than=131072)" end args = %W[ From 3e5d2cfd167f1b2a9f77f1aaa32dab26c0549d9e Mon Sep 17 00:00:00 2001 From: lisun Date: Wed, 24 Mar 2021 09:43:55 +0800 Subject: [PATCH 68/73] Update clickhouse.rb 21.3.3.14 --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 7a1ea91..042aa87 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v21.1.2.15-stable" - version "21.1.2.15" + url "https://github.com/yandex/ClickHouse.git", :tag => "v21.3.3.14-lts" + version "21.3.3.14" head "https://github.com/yandex/ClickHouse.git" From 8418970dd8bd680f8b71491fdb99a6e0b2905815 Mon Sep 17 00:00:00 2001 From: lisun Date: Thu, 8 Apr 2021 19:16:02 +0800 Subject: [PATCH 69/73] Update clickhouse.rb v21.3.5.42-lts --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 042aa87..8b00a3b 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v21.3.3.14-lts" - version "21.3.3.14" + url "https://github.com/yandex/ClickHouse.git", :tag => "v21.3.5.42-lts" + version "21.3.5.42" head "https://github.com/yandex/ClickHouse.git" From 1ce9ccb8c509b6827513ced372d63c2b569657fc Mon Sep 17 00:00:00 2001 From: lisun Date: Fri, 9 Apr 2021 17:48:15 +0800 Subject: [PATCH 70/73] Update clickhouse.rb bettle --- clickhouse.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 8b00a3b..667ab64 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -12,10 +12,6 @@ class Clickhouse < Formula depends_on "gettext" => :build depends_on "llvm" => :build - bottle do - root_url "https://homebrew.bintray.com/bottles-clickhouse" - sha256 "3bd989f4fa2ee09e0abb7af989ee5c537f032633ea0c077c8d1ca78653eb7740" => :catalina - end def install inreplace "programs/server/config.xml" do |s| From 82b60b367006a189de91f3ab7b6e9e7d4fd2f3b5 Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 17 May 2021 18:10:14 +0800 Subject: [PATCH 71/73] Update clickhouse.rb v21.3.11.5-lts --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 667ab64..539c6c1 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v21.3.5.42-lts" - version "21.3.5.42" + url "https://github.com/yandex/ClickHouse.git", :tag => "v21.3.11.5-lts" + version "21.3.11.5" head "https://github.com/yandex/ClickHouse.git" From 962a44c170f6246fbfbe78bf713c5b68b7c4f46b Mon Sep 17 00:00:00 2001 From: lisun Date: Mon, 12 Jul 2021 17:31:46 +0800 Subject: [PATCH 72/73] Update clickhouse.rb v21.7.2.7-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 539c6c1..04230f2 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v21.3.11.5-lts" - version "21.3.11.5" + url "https://github.com/yandex/ClickHouse.git", :tag => "v21.7.2.7-stable" + version "21.7.2.7" head "https://github.com/yandex/ClickHouse.git" From 9f05dec5660cc634ee68a54be7997532325a1fd8 Mon Sep 17 00:00:00 2001 From: lisun Date: Tue, 28 Dec 2021 13:40:38 +0800 Subject: [PATCH 73/73] Update clickhouse.rb v21.12.3.32-stable --- clickhouse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.rb b/clickhouse.rb index 04230f2..c141df0 100644 --- a/clickhouse.rb +++ b/clickhouse.rb @@ -1,8 +1,8 @@ class Clickhouse < Formula desc "ClickHouse is a free analytic DBMS for big data." homepage "https://clickhouse.yandex" - url "https://github.com/yandex/ClickHouse.git", :tag => "v21.7.2.7-stable" - version "21.7.2.7" + url "https://github.com/yandex/ClickHouse.git", :tag => "v21.12.3.32-stable" + version "21.12.3.32" head "https://github.com/yandex/ClickHouse.git"