Skip to content

Commit b57dd51

Browse files
authored
Merge pull request #2156 from cfengine/update-dependencies-action-master-1775460882
Updated dependencies (master)
2 parents bf1efae + 3538779 commit b57dd51

32 files changed

+43
-61
lines changed

build-scripts/bootstrap-tarballs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ git rev-parse HEAD >"$BASEDIR"/output/core-commitID
9696
# Configure in order to run "make dist", deleted later.
9797
log_debug "Running configure on core repository..."
9898
run_and_print_on_failure ./configure -C
99+
# Normalize source timestamps to avoid errors like:
100+
# configure: error: newly created file is older than distributed files!
101+
find . -exec touch -t 202501010000.00 {} +
99102
log_debug "Running make dist on core repository..."
100103
run_and_print_on_failure make dist
101104
mv cfengine-3.*.tar.gz "$BASEDIR"/output/tarballs/
@@ -109,6 +112,9 @@ git rev-parse HEAD >"$BASEDIR"/output/masterfiles-commitID
109112
# Configure in order to run "make dist", deleted later.
110113
log_debug "Running configure on masterfiles repository..."
111114
run_and_print_on_failure ./configure
115+
# Normalize source timestamps to avoid errors like:
116+
# configure: error: newly created file is older than distributed files!
117+
find . -exec touch -t 202501010000.00 {} +
112118
log_debug "Running make dist on masterfiles repository..."
113119
run_and_print_on_failure make dist # source tarball
114120
log_debug "Running make tar-package on masterfiles repository..."

ci/linux-install-jdk21.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ install_jdk() {
99
baseurl=https://download.oracle.com/java/21/archive/
1010
major_version=21
1111
baseurl="https://download.oracle.com/java/${major_version}/archive/"
12-
version=21.0.9
12+
version=21.0.10
1313
if uname -m | grep aarch64; then
1414
tarball=jdk-${version}_linux-aarch64_bin.tar.gz
1515
# checksum from https://download.oracle.com/java/${major_version}/archive/jdk-${version}_linux-aarch64_bin.tar.gz.sha256
16-
sha=6e0eef0f229e121dd432358b60e2755bc0916b207bcef014839c78cf9e4367ac
16+
sha=edaf800c6deb1e7daeb448ef9c6a047551fd681942cb9e37e2729ae1a3918d1d
1717
else
1818
tarball=jdk-${version}_linux-x64_bin.tar.gz
1919
# checksum from https://download.oracle.com/java/${major_version}/latest/jdk-${version}_linux-x64_bin.tar.gz.sha256
20-
sha=0854421306468559813f1e5068e036213f9710e1e239d823c0d63552a1259e25
20+
sha=773eff7191d996d3b6ce3a99c21ce69cf2d836fd07277106313732a098d4309a
2121
fi
2222
wget --quiet "$baseurl$tarball"
2323
echo "$sha $tarball" | sha256sum --check -

deps-packaging/git/cfbuild-git.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define git_version 2.52.0
1+
%define git_version 2.53.0
22

33
Summary: CFEngine Build Automation -- git
44
Name: cfbuild-git

deps-packaging/git/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6880cb1e737e26f81cf7db9957ab2b5bb2aa1490d87619480b860816e0c10c32 git-2.52.0.tar.gz
1+
429dc0f5fe5f14109930cdbbb588c5d6ef5b8528910f0d738040744bebdc6275 git-2.53.0.tar.gz

deps-packaging/libexpat/cfbuild-libexpat.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define expat_version 2.7.3
1+
%define expat_version 2.7.5
22

33
Summary: CFEngine Build Automation -- libexpat
44
Name: cfbuild-libexpat

deps-packaging/libexpat/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
71df8f40706a7bb0a80a5367079ea75d91da4f8c65c58ec59bcdfbf7decdab9f expat-2.7.3.tar.xz
1+
1032dfef4ff17f70464827daa28369b20f6584d108bc36f17ab1676e1edd2f91 expat-2.7.5.tar.xz

deps-packaging/libexpat/source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/libexpat/libexpat/releases/download/R_2_7_3/
1+
https://github.com/libexpat/libexpat/releases/download/R_2_7_5/

deps-packaging/libiconv/cfbuild-libiconv.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Summary: CFEngine Build Automation -- libiconv
22
Name: cfbuild-libiconv
33
Version: %{version}
44
Release: 1
5-
Source0: libiconv-1.18.tar.gz
5+
Source0: libiconv-1.19.tar.gz
66
License: MIT
77
Group: Other
88
Url: https://cfengine.com
@@ -14,7 +14,7 @@ AutoReqProv: no
1414

1515
%prep
1616
mkdir -p %{_builddir}
17-
%setup -q -n libiconv-1.18
17+
%setup -q -n libiconv-1.19
1818

1919
./configure --prefix=%{prefix} --disable-shared --enable-static
2020

deps-packaging/libiconv/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8 libiconv-1.18.tar.gz
1+
88dd96a8c0464eca144fc791ae60cd31cd8ee78321e67397e25fc095c4a19aa6 libiconv-1.19.tar.gz

deps-packaging/libxml2/cfbuild-libxml2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define libxml_version 2.15.1
1+
%define libxml_version 2.15.2
22

33
Summary: CFEngine Build Automation -- libxml2
44
Name: cfbuild-libxml2

0 commit comments

Comments
 (0)