Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/linux-install-jdk21.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ install_jdk() {
baseurl=https://download.oracle.com/java/21/archive/
major_version=21
baseurl="https://download.oracle.com/java/${major_version}/archive/"
version=21.0.8
version=21.0.9
if uname -m | grep aarch64; then
tarball=jdk-${version}_linux-aarch64_bin.tar.gz
# checksum from https://download.oracle.com/java/${major_version}/archive/jdk-${version}_linux-aarch64_bin.tar.gz.sha256
sha=708064ee3a1844245d83be483ff42cc9ca0c482886a98be7f889dff69ac77850
sha=6e0eef0f229e121dd432358b60e2755bc0916b207bcef014839c78cf9e4367ac
else
tarball=jdk-${version}_linux-x64_bin.tar.gz
# checksum from https://download.oracle.com/java/${major_version}/latest/jdk-${version}_linux-x64_bin.tar.gz.sha256
sha=d87272944278713fc7a120cf024d2818d136b5debc750aa17045e3c6f045b867
sha=0854421306468559813f1e5068e036213f9710e1e239d823c0d63552a1259e25
fi
wget --quiet "$baseurl$tarball"
echo "$sha $tarball" | sha256sum --check -
Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/nghttp2/cfbuild-nghttp2.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define nghttp2_version 1.67.1
%define nghttp2_version 1.68.0

Summary: CFEngine Build Automation -- nghttp2
Name: cfbuild-nghttp2
Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/nghttp2/distfiles
Original file line number Diff line number Diff line change
@@ -1 +1 @@
153972aad57e7bf9d911666df7613f2390acf37ea7e1a97a0c5567e90f98e830 nghttp2-1.67.1.tar.xz
5511d3128850e01b5b26ec92bf39df15381c767a63441438b25ad6235def902c nghttp2-1.68.0.tar.xz
2 changes: 1 addition & 1 deletion deps-packaging/nghttp2/source
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/nghttp2/nghttp2/releases/download/v1.67.1/
https://github.com/nghttp2/nghttp2/releases/download/v1.68.0/
2 changes: 1 addition & 1 deletion deps-packaging/pcre2/cfbuild-pcre2.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define pcre2_version 10.46
%define pcre2_version 10.47

Summary: CFEngine Build Automation -- pcre2
Name: cfbuild-pcre2
Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/pcre2/distfiles
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8d28d7f2c3b970c3a4bf3776bcbb5adfc923183ce74bc8df1ebaad8c1985bd07 pcre2-10.46.tar.gz
c08ae2388ef333e8403e670ad70c0a11f1eed021fd88308d7e02f596fcd9dc16 pcre2-10.47.tar.gz
2 changes: 1 addition & 1 deletion deps-packaging/pcre2/solaris/build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PCD=${BUILD_ROOT}/cfbuild-pcre2-devel${PREFIX}

# Configure

./configure --prefix=${PREFIX} --enable-shared --disable-static
./configure --prefix=${PREFIX} --enable-shared --disable-static --disable-symvers

# Build

Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/pcre2/source
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.46/
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/
2 changes: 1 addition & 1 deletion deps-packaging/php/cfbuild-php.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define php_version 8.4.13
%define php_version 8.4.14

Summary: CFEngine Build Automation -- php
Name: cfbuild-php
Expand Down
2 changes: 1 addition & 1 deletion deps-packaging/php/distfiles
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531 php-8.4.13.tar.gz
40341f3e03a36d48facdb6cc2ec600ff887a1af9a5e5fee0b40f40b61488afae php-8.4.14.tar.gz