Skip to content

Commit 4c863ac

Browse files
authored
Merge pull request #1971 from cfengine/update-dependencies-action-3.21.x-1759734317
Updated dependencies (3.21.x)
2 parents 3bbf531 + 00b10e5 commit 4c863ac

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
diff -ruN openssl-3.0.18/crypto/evp/bio_ok.c openssl-3.0.18-modified/crypto/evp/bio_ok.c
2+
--- openssl-3.0.18/crypto/evp/bio_ok.c 2025-09-30 15:12:07.000000000 +0200
3+
+++ openssl-3.0.18-modified/crypto/evp/bio_ok.c 2025-10-08 18:21:10.258670389 +0200
4+
@@ -78,6 +78,7 @@
5+
#include <openssl/rand.h>
6+
#include "internal/endian.h"
7+
#include "crypto/evp.h"
8+
+#include "internal/numbers.h" /* includes SIZE_MAX */
9+
10+
static int ok_write(BIO *h, const char *buf, int num);
11+
static int ok_read(BIO *h, char *buf, int size);

deps-packaging/openssl/cfbuild-openssl.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define openssl_version 3.0.17
1+
%define openssl_version 3.0.18
22

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

deps-packaging/openssl/distfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce openssl-3.0.17.tar.gz
1+
d80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b openssl-3.0.18.tar.gz

deps-packaging/openssl/hpux/build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ OSD=${BUILD_ROOT}/cfbuild-openssl-devel${PREFIX}
1010
# To pick up libgcc_s.so.1, which is apparently not in dyld path.
1111
export LD_LIBRARY_PATH=$PREFIX/lib
1212

13+
$PATCH -p1 < SIZE_MAX-undeclared.patch
14+
1315
# Configure
1416

1517
$PERL ./Configure hpux-ia64-gcc $(<config_flags_$ROLE.txt) \

0 commit comments

Comments
 (0)