Skip to content

Commit c9584e4

Browse files
authored
Merge pull request #1871 from cfengine/update-dependencies-action-3.24.x-1756710323
Updated dependencies (3.24.x)
2 parents 09a7ff0 + f91a72c commit c9584e4

11 files changed

Lines changed: 12 additions & 10 deletions

File tree

build-scripts/compile-options

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ export PROJECT
3636
# Otherwise, we build it.
3737
if [ x"$SYSTEM_SSL" = x ]
3838
then
39+
# default to using cfengine openssl
40+
SYSTEM_SSL=0
3941
# We don't bundle OpenSSL on some redhat-derived systems due to incompatability with libpam and our openssl.
4042
_OS_MAJOR_VERSION="$(echo "$OS_VERSION" | cut -d. -f1)"
4143
if [ "$OS" = "rhel" ] && expr "$_OS_MAJOR_VERSION" ">=" "8" >/dev/null

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.50.1
1+
%define git_version 2.51.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-
522d1635f8b62b484b0ce24993818aad3cab8e11ebb57e196bda38a3140ea915 git-2.50.1.tar.gz
1+
3d531799d2cf2cac8e294ec6e3229e07bfca60dc6c783fe69e7712738bef7283 git-2.51.0.tar.gz

deps-packaging/libcurl/cfbuild-libcurl.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ AutoReqProv: no
1818
mkdir -p %{_builddir}
1919
%setup -q -n curl-%{curl_version}
2020

21-
# we don't bundle OpenSSL on RHEL 8 (and newer in the future)
22-
%if %{?rhel}%{!?rhel:0} > 7
21+
%if "%{_system_ssl}" == "1"
2322
%define ssl_prefix /usr
2423
%else
2524
%define ssl_prefix %{prefix}

deps-packaging/pcre2/cfbuild-pcre2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define pcre2_version 10.45
1+
%define pcre2_version 10.46
22

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

deps-packaging/pcre2/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0e138387df7835d7403b8351e2226c1377da804e0737db0e071b48f07c9d12ee pcre2-10.45.tar.gz
1+
8d28d7f2c3b970c3a4bf3776bcbb5adfc923183ce74bc8df1ebaad8c1985bd07 pcre2-10.46.tar.gz

deps-packaging/pcre2/source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.45/
1+
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.46/

deps-packaging/php/cfbuild-php.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define php_version 8.3.24
1+
%define php_version 8.3.25
22

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

deps-packaging/php/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82 php-8.3.24.tar.gz
1+
86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05 php-8.3.25.tar.gz

deps-packaging/pkg-build-rpm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ fi
113113
# - argv[1] = --define
114114
# - argv[2] = a b
115115
eval $RPMBUILD_CMD -bb \
116+
--define "'_system_ssl $SYSTEM_SSL'" \
116117
--define "'_topdir $BASEDIR/$PKGNAME'" \
117118
--define "'version $VERSION'" \
118119
--define "'buildprefix $BUILDPREFIX'" \

0 commit comments

Comments
 (0)