Skip to content

Commit f3f7c8e

Browse files
Merge pull request #2059 from cfengine/update-dependencies-action-3.24.x-1765177653
Updated dependencies (3.24.x)
2 parents 8c9098b + 4e5e639 commit f3f7c8e

17 files changed

Lines changed: 45 additions & 36 deletions

deps-packaging/apache/cfbuild-apache.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define apache_version 2.4.65
1+
%define apache_version 2.4.66
22
%global __os_install_post %{nil}
33

44
Summary: CFEngine Build Automation -- apache

deps-packaging/apache/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4f92861a50325c6d1046ebad5d814bff0d4169ada8cc265655f32b7f1ba4be1b httpd-2.4.65.tar.gz
1+
442184763b60936471b88a91275f79d2407733b7aac27e345f270e8bc31c3d49 httpd-2.4.66.tar.gz

deps-packaging/git/cfbuild-git.spec

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

33
Summary: CFEngine Build Automation -- git
44
Name: cfbuild-git
@@ -36,6 +36,9 @@ case "$OS" in
3636
;;
3737
esac
3838

39+
# On RHEL the macro PATH_MAX is in linux/limits.h, not limits.h
40+
patch -p1 < %{_topdir}/SOURCES/fixed-undeclared-identifier-PATH_MAX.patch
41+
3942
make CURL_LDFLAGS="-lcurl"
4043

4144
%install

deps-packaging/git/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b049d79e6a6cb3d81334bf689af6301f4d4c884191dfae65d2bb314a90384831 git-2.51.1.tar.gz
1+
6880cb1e737e26f81cf7db9957ab2b5bb2aa1490d87619480b860816e0c10c32 git-2.52.0.tar.gz
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
--- git-2.52.0/t/unit-tests/clar/clar.h 2025-11-17 17:38:17.000000000 +0100
2+
+++ git-2.52.0-modified/t/unit-tests/clar/clar.h 2025-11-24 15:10:35.362508135 +0100
3+
@@ -10,6 +10,10 @@
4+
#include <stdlib.h>
5+
#include <limits.h>
6+
7+
+#ifndef PATH_MAX
8+
+#define PATH_MAX 4096
9+
+#endif
10+
+
11+
#if defined(_WIN32) && defined(CLAR_WIN32_LONGPATHS)
12+
# define CLAR_MAX_PATH 4096
13+
#elif defined(_WIN32)

deps-packaging/libcurl-hub/cfbuild-libcurl-hub.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define curl_version 8.16.0
1+
%define curl_version 8.17.0
22

33
Summary: CFEngine Build Automation -- libcurl
44
Name: cfbuild-libcurl-hub
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970 curl-8.16.0.tar.gz
1+
e8e74cdeefe5fb78b3ae6e90cd542babf788fa9480029cfcee6fd9ced42b7910 curl-8.17.0.tar.gz
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -ruN curl-8.17.0/configure curl-8.17.0-modified/configure
2+
--- curl-8.17.0/configure 2025-11-05 08:00:46.000000000 +0100
3+
+++ curl-8.17.0-modified/configure 2025-11-24 10:30:02.624381820 +0100
4+
@@ -44414,7 +44414,7 @@
5+
6+
case $host in
7+
*-hp-hpux*)
8+
- CFLAGS="$CFLAGS -mt"
9+
+ USE_THREADS_POSIX=""
10+
;;
11+
*)
12+
;;

deps-packaging/libcurl/cfbuild-libcurl.spec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define curl_version 8.16.0
1+
%define curl_version 8.17.0
22

33
Summary: CFEngine Build Automation -- libcurl
44
Name: cfbuild-libcurl
@@ -45,9 +45,6 @@ mkdir -p %{_builddir}
4545

4646
%build
4747

48-
# Fix implicit declaration of function 'fopen' after upgrading to curl 8.16.0.
49-
patch -p1 < %{_topdir}/SOURCES/implicit-decl-fopen.patch
50-
5148
make
5249

5350
%install

deps-packaging/libcurl/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970 curl-8.16.0.tar.gz
1+
e8e74cdeefe5fb78b3ae6e90cd542babf788fa9480029cfcee6fd9ced42b7910 curl-8.17.0.tar.gz

0 commit comments

Comments
 (0)