aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-08-16 20:16:34 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-08-16 21:37:34 +0300
commit0977b20401b2e2f4e612d74e91b6082ceeae9f4c (patch)
treedb8c04c6098a409e63c94fa063e7e310023a1e9c
parent4d2821daef75c2bab4a896894d42f0b3d9520d57 (diff)
downloadydb-0977b20401b2e2f4e612d74e91b6082ceeae9f4c.tar.gz
Update contrib/restricted/boost/spirit to 1.83.0
-rw-r--r--contrib/restricted/boost/spirit/CMakeLists.darwin-x86_64.txt1
-rw-r--r--contrib/restricted/boost/spirit/CMakeLists.linux-x86_64.txt1
-rw-r--r--contrib/restricted/boost/spirit/CMakeLists.windows-x86_64.txt1
-rw-r--r--contrib/restricted/boost/spirit/ya.make5
4 files changed, 2 insertions, 6 deletions
diff --git a/contrib/restricted/boost/spirit/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/spirit/CMakeLists.darwin-x86_64.txt
index 6a804f549d..bddf9e8c5b 100644
--- a/contrib/restricted/boost/spirit/CMakeLists.darwin-x86_64.txt
+++ b/contrib/restricted/boost/spirit/CMakeLists.darwin-x86_64.txt
@@ -32,7 +32,6 @@ target_link_libraries(restricted-boost-spirit INTERFACE
restricted-boost-preprocessor
restricted-boost-proto
restricted-boost-range
- restricted-boost-regex
restricted-boost-smart_ptr
restricted-boost-static_assert
restricted-boost-thread
diff --git a/contrib/restricted/boost/spirit/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/spirit/CMakeLists.linux-x86_64.txt
index 01948379bb..75045b7b54 100644
--- a/contrib/restricted/boost/spirit/CMakeLists.linux-x86_64.txt
+++ b/contrib/restricted/boost/spirit/CMakeLists.linux-x86_64.txt
@@ -33,7 +33,6 @@ target_link_libraries(restricted-boost-spirit INTERFACE
restricted-boost-preprocessor
restricted-boost-proto
restricted-boost-range
- restricted-boost-regex
restricted-boost-smart_ptr
restricted-boost-static_assert
restricted-boost-thread
diff --git a/contrib/restricted/boost/spirit/CMakeLists.windows-x86_64.txt b/contrib/restricted/boost/spirit/CMakeLists.windows-x86_64.txt
index 6a804f549d..bddf9e8c5b 100644
--- a/contrib/restricted/boost/spirit/CMakeLists.windows-x86_64.txt
+++ b/contrib/restricted/boost/spirit/CMakeLists.windows-x86_64.txt
@@ -32,7 +32,6 @@ target_link_libraries(restricted-boost-spirit INTERFACE
restricted-boost-preprocessor
restricted-boost-proto
restricted-boost-range
- restricted-boost-regex
restricted-boost-smart_ptr
restricted-boost-static_assert
restricted-boost-thread
diff --git a/contrib/restricted/boost/spirit/ya.make b/contrib/restricted/boost/spirit/ya.make
index 27d7d3b8da..a03ac260d0 100644
--- a/contrib/restricted/boost/spirit/ya.make
+++ b/contrib/restricted/boost/spirit/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.82.0)
+VERSION(1.83.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/spirit/archive/boost-1.82.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/spirit/archive/boost-1.83.0.tar.gz)
PEERDIR(
contrib/restricted/boost/array
@@ -30,7 +30,6 @@ PEERDIR(
contrib/restricted/boost/preprocessor
contrib/restricted/boost/proto
contrib/restricted/boost/range
- contrib/restricted/boost/regex
contrib/restricted/boost/smart_ptr
contrib/restricted/boost/static_assert
contrib/restricted/boost/thread