Skip to content

Commit

Permalink
mingw-w64-openssl: update to 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Matthias Aßhauer <mha1993@live.de>
  • Loading branch information
dscho authored and rimrul committed Dec 11, 2023
1 parent 94bf13e commit 637fbaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions mingw-w64-openssl/002-relocation.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -107,7 +107,7 @@
mem.c mem_sec.c \
cversion.c info.c cpt_err.c ebcdic.c uid.c o_time.c o_dir.c \
o_fopen.c getenv.c o_init.c init.c trace.c provider.c provider_child.c \
- punycode.c passphrase.c
+ punycode.c passphrase.c pathtools.c
punycode.c passphrase.c sleep.c deterministic_nonce.c quic_vlint.c \
- time.c
+ time.c pathtools.c
SOURCE[../providers/libfips.a]=$UTIL_COMMON

SOURCE[../libcrypto]=$UPLINKSRC
Expand All @@ -19,7 +19,7 @@

/*
* The linked-list of pointers to engine types. engine_list_head incorporates
@@ -413,8 +414,13 @@
@@ -454,8 +455,13 @@
* Prevent infinite recursion if we're looking for the dynamic engine.
*/
if (strcmp(id, "dynamic")) {
Expand Down Expand Up @@ -96,7 +96,7 @@
#ifndef FIPS_MODULE
# include <openssl/self_test.h>
#endif
@@ -874,8 +875,13 @@
@@ -916,8 +917,13 @@

if (load_dir == NULL) {
load_dir = ossl_safe_getenv("OPENSSL_MODULES");
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-openssl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=openssl
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-pdb")
pkgver=3.1.4
pkgver=3.2.0
pkgrel=1
pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)"
arch=('any')
Expand All @@ -24,7 +24,7 @@ source=("https://www.openssl.org/source/openssl-${pkgver}.tar.gz"{,.asc}
'0001-test_rand-use-the-better-chomp.patch'
'pathtools.c'
'pathtools.h')
sha256sums=('840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3'
sha256sums=('14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e'
'SKIP'
'21b96771b401442570e885c2d5689a359a91e86dcbf5511db3667202b6c1fa8a'
'5628dd39ab0d3ce4afbb5207bab5d22766abc86a8875b48b6d4d3efd68550e68'
Expand Down

0 comments on commit 637fbaa

Please sign in to comment.