File tree Expand file tree Collapse file tree
packaging/cfengine-nova-hub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ export PROJECT
3636# Otherwise, we build it.
3737if [ x" $SYSTEM_SSL " = x ]
3838then
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
Original file line number Diff line number Diff line change 1- %define git_version 2.50.1
1+ %define git_version 2.51.0
22
33Summary: CFEngine Build Automation -- git
44Name: cfbuild-git
Original file line number Diff line number Diff line change 1- 522d1635f8b62b484b0ce24993818aad3cab8e11ebb57e196bda38a3140ea915 git-2.50.1 .tar.gz
1+ 3d531799d2cf2cac8e294ec6e3229e07bfca60dc6c783fe69e7712738bef7283 git-2.51.0 .tar.gz
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ AutoReqProv: no
1818mkdir -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 }
Original file line number Diff line number Diff line change 1- %define pcre2_version 10.45
1+ %define pcre2_version 10.46
22
33Summary: CFEngine Build Automation -- pcre2
44Name: cfbuild-pcre2
Original file line number Diff line number Diff line change 1- 0e138387df7835d7403b8351e2226c1377da804e0737db0e071b48f07c9d12ee pcre2-10.45 .tar.gz
1+ 8d28d7f2c3b970c3a4bf3776bcbb5adfc923183ce74bc8df1ebaad8c1985bd07 pcre2-10.46 .tar.gz
Original file line number Diff line number Diff line change 1- https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.45 /
1+ https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.46 /
Original file line number Diff line number Diff line change 1- %define php_version 8.3.24
1+ %define php_version 8.3.25
22
33Summary: CFEngine Build Automation -- php
44Name: cfbuild-php
Original file line number Diff line number Diff line change 1- b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82 php-8.3.24 .tar.gz
1+ 86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05 php-8.3.25 .tar.gz
Original file line number Diff line number Diff line change 113113# - argv[1] = --define
114114# - argv[2] = a b
115115eval $RPMBUILD_CMD -bb \
116+ --define " '_system_ssl $SYSTEM_SSL '" \
116117 --define " '_topdir $BASEDIR /$PKGNAME '" \
117118 --define " 'version $VERSION '" \
118119 --define " 'buildprefix $BUILDPREFIX '" \
You can’t perform that action at this time.
0 commit comments