diff --git a/apache-arrow.yaml b/apache-arrow.yaml index 4e805dd65cd..52f506678bb 100644 --- a/apache-arrow.yaml +++ b/apache-arrow.yaml @@ -1,6 +1,6 @@ package: name: apache-arrow - version: 18.0.0 + version: 18.1.0 epoch: 0 description: "multi-language toolbox for accelerated data interchange and in-memory processing" copyright: @@ -74,7 +74,7 @@ pipeline: with: repository: https://github.com/apache/arrow tag: apache-arrow-${{package.version}} - expected-commit: 9105a4109a80a1c01eabb24ee4b9f7c94ee942cb + expected-commit: 6a0414bd9a91e890ec6a45369bf61f405180628c - working-directory: /home/build/apache-arrow/cpp uses: cmake/configure diff --git a/falco.yaml b/falco.yaml index f7718f6b027..77b75ea34d7 100644 --- a/falco.yaml +++ b/falco.yaml @@ -1,7 +1,7 @@ package: name: falco version: 0.39.2 # on update check if we can remove the 'Patch falcosecurity-libs' pipeline below if https://github.com/falcosecurity/libs/pull/2079 is merged - epoch: 0 + epoch: 1 description: Cloud Native Runtime Security copyright: - license: Apache-2.0 diff --git a/grpc-1.66.yaml b/grpc-1.66.yaml index c305e4a7831..b91d819ed78 100644 --- a/grpc-1.66.yaml +++ b/grpc-1.66.yaml @@ -1,7 +1,7 @@ package: name: grpc-1.66 version: 1.66.2 - epoch: 0 + epoch: 1 description: The C based gRPC copyright: - license: Apache-2.0 AND BSD-3-Clause AND MIT @@ -51,6 +51,9 @@ environment: - xxhash-dev - yaml-dev - zlib-dev + environment: + # https://github.com/wolfi-dev/os/issues/34568 + GCC_SPEC_FILE: /dev/null pipeline: - uses: git-checkout diff --git a/grpc-1.67.yaml b/grpc-1.67.yaml index f7fe1a2bfc6..85c8cbdf562 100644 --- a/grpc-1.67.yaml +++ b/grpc-1.67.yaml @@ -1,7 +1,7 @@ package: name: grpc-1.67 version: 1.67.1 - epoch: 1 + epoch: 2 description: The C based gRPC copyright: - license: Apache-2.0 AND BSD-3-Clause AND MIT diff --git a/libpulsar.yaml b/libpulsar.yaml index f8e4c4d7520..c11b9f4aa12 100644 --- a/libpulsar.yaml +++ b/libpulsar.yaml @@ -1,7 +1,7 @@ package: name: libpulsar version: 3.6.0 - epoch: 1 + epoch: 2 description: Optimizer and compiler/toolchain library for WebAssembly copyright: - license: Apache-2.0 diff --git a/opentelemetry-cpp.yaml b/opentelemetry-cpp.yaml index 0181e8f4c3c..1fc2ad75602 100644 --- a/opentelemetry-cpp.yaml +++ b/opentelemetry-cpp.yaml @@ -1,7 +1,7 @@ package: name: opentelemetry-cpp - version: 1.17.0 - epoch: 2 + version: 1.18.0 + epoch: 0 description: The OpenTelemetry C++ Client copyright: - license: Apache-2.0 @@ -32,7 +32,7 @@ pipeline: with: repository: https://github.com/open-telemetry/opentelemetry-cpp tag: v${{package.version}} - expected-commit: fa0a5200ddbe9ae6f487a228e658aedc102dab56 + expected-commit: 955a807c0461544560429c2414b8967f6023e590 - uses: cmake/configure with: diff --git a/opentelemetry-plugin-nginx.yaml b/opentelemetry-plugin-nginx.yaml index d105fa9295d..27ba5740a73 100644 --- a/opentelemetry-plugin-nginx.yaml +++ b/opentelemetry-plugin-nginx.yaml @@ -1,7 +1,7 @@ #nolint:valid-pipeline-git-checkout-tag package: name: opentelemetry-plugin-nginx - version: 0_git20241125 + version: 0_git20241126 epoch: 0 description: Adds OpenTelemetry distributed tracing support to nginx. This is the otel community plugin for nginx, not the official nginx plugin for otel. copyright: diff --git a/percona-xtrabackup-8.4.yaml b/percona-xtrabackup-8.4.yaml index 7c2c2784665..9260df46083 100644 --- a/percona-xtrabackup-8.4.yaml +++ b/percona-xtrabackup-8.4.yaml @@ -1,7 +1,7 @@ package: name: percona-xtrabackup-8.4 version: 8.4.0.1 - epoch: 1 + epoch: 2 description: Open source hot backup tool for InnoDB and XtraDB databases copyright: - license: Apache-2.0 diff --git a/protobuf-c.yaml b/protobuf-c.yaml index 403c4f858a8..78dd1fed2e8 100644 --- a/protobuf-c.yaml +++ b/protobuf-c.yaml @@ -1,7 +1,7 @@ package: name: protobuf-c version: 1.5.0 - epoch: 9 + epoch: 10 description: Protocol Buffers implementation in C copyright: - license: BSD-2-Clause @@ -17,6 +17,9 @@ environment: - ca-certificates-bundle - libtool - protobuf-dev + environment: + # https://github.com/wolfi-dev/os/issues/34075 + GCC_SPEC_FILE: /dev/null pipeline: - uses: git-checkout diff --git a/protobuf.yaml b/protobuf.yaml index b9653c644c7..003deedea46 100644 --- a/protobuf.yaml +++ b/protobuf.yaml @@ -1,7 +1,7 @@ package: name: protobuf - version: 3.27.4 - epoch: 1 + version: 3.28.3 + epoch: 0 description: Library for extensible, efficient structure packing copyright: - license: BSD-3-Clause @@ -28,13 +28,18 @@ environment: - libtool - samurai - zlib-dev + environment: + # https://github.com/wolfi-dev/os/issues/34075 + GCC_SPEC_FILE: /dev/null pipeline: - uses: git-checkout with: repository: https://github.com/protocolbuffers/protobuf tag: v${{package.version}} - expected-commit: 80d48ae92d3007caac5eab0a8f8ee4e57f3a921e + expected-commit: 5fda5abda3dee5f7a102c85860594bff8d8610bd + cherry-picks: | + main/ced605d0e6a7ad20985375b596b2ca6720e07737: utf8_range: add version marker to library - runs: | cd third_party @@ -80,8 +85,8 @@ subpackages: - name: Verify protoc installation runs: | protoc --version || exit 1 - protoc-27.4.0 --version - protoc-27.4.0 --help + protoc-${{vars.mangled-package-version}}.0 --version + protoc-${{vars.mangled-package-version}}.0 --help - name: Compile sample proto file runs: | echo 'syntax = "proto3"; message Test { string name = 1; }' > test.proto @@ -93,6 +98,7 @@ subpackages: - runs: | mkdir -p "${{targets.subpkgdir}}"/usr/lib mv ${{targets.destdir}}/usr/lib/libprotoc*.so.* ${{targets.subpkgdir}}/usr/lib/ + mv ${{targets.destdir}}/usr/lib/libutf8_validity*.so.* ${{targets.subpkgdir}}/usr/lib/ - name: libprotobuf description: Runtime library for C++ users of protocol buffers diff --git a/py3-onnx.yaml b/py3-onnx.yaml index d130d13999b..b750340ebd0 100644 --- a/py3-onnx.yaml +++ b/py3-onnx.yaml @@ -1,7 +1,7 @@ package: name: py3-onnx version: 1.17.0 - epoch: 1 + epoch: 2 description: Open Neural Network Exchange copyright: - license: Apache-2.0