Skip to content

Commit 9d520c2

Browse files
authored
Merge pull request #247 from git-for-windows/curl-8.15.0
curl: update to 8.15.0
2 parents b395521 + 5451484 commit 9d520c2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

curl/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgbase=curl
44
pkgname=('curl' 'libcurl' 'libcurl-devel')
5-
pkgver=8.14.1
5+
pkgver=8.15.0
66
pkgrel=1
77
pkgdesc="Multi-protocol file transfer utility"
88
arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@ makedepends=('heimdal-devel' 'libxcrypt-devel' 'libidn2-devel'
1414
options=('!libtool' 'strip' '!debug')
1515
source=("https://github.com/curl/curl/releases/download/${pkgbase}-${pkgver//./_}/${pkgbase}-${pkgver}.tar.bz2"{,.asc}
1616
curl-8.10.0-msys2.patch)
17-
sha256sums=('5760ed3c1a6aac68793fc502114f35c3e088e8cd5c084c2d044abdf646ee48fb'
17+
sha256sums=('699a6d2192322792c88088576cff5fe188452e6ea71e82ca74409f07ecc62563'
1818
'SKIP'
19-
'f3d1ff0ca77636323ee5156c14275cb6cec98021aa0ad1b30735dbc4c3b619fd')
19+
'69673ccecb61c31aa33aa7594e827233becd0603e2a4f0f8f6d4fd32fe8f7545')
2020
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
2121

2222
prepare() {

curl/curl-8.10.0-msys2.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Subject: [PATCH] MSYS2 support for cURL
55

66
Signed-off-by: Johannes Schindelin <[email protected]>
77
---
8-
m4/curl-compilers.m4 | 2 +-
9-
m4/xc-lt-iface.m4 | 2 +-
10-
2 files changed, 2 insertions(+), 2 deletions(-)
8+
m4/curl-compilers.m4 | 2 +-
9+
m4/xc-lt-iface.m4 | 2 +-
10+
2 files changed, 1644 insertions(+), 2 deletions(-)
1111

1212
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
13-
index 240aa2b..a6c5c02 100644
13+
index dc6d3aa..fbe235d 100644
1414
--- a/m4/curl-compilers.m4
1515
+++ b/m4/curl-compilers.m4
16-
@@ -852,7 +852,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
16+
@@ -861,7 +861,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
1717
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [enum-conversion])
1818
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [sometimes-uninitialized])
1919
case $host_os in
@@ -23,15 +23,15 @@ index 240aa2b..a6c5c02 100644
2323
dnl MinGW because the libtool wrapper executable causes them
2424
;;
2525
diff --git a/m4/xc-lt-iface.m4 b/m4/xc-lt-iface.m4
26-
index f3ac0de..c1ba53c 100644
26+
index a408800..2933955 100644
2727
--- a/m4/xc-lt-iface.m4
2828
+++ b/m4/xc-lt-iface.m4
2929
@@ -265,7 +265,7 @@ elif test "x$allow_undefined_flag" = 'xunsupported'; then
3030
xc_lt_shlib_use_no_undefined='yes'
3131
fi
3232
case $host_os in @%:@ (
33-
- cygwin* | mingw* | pw32* | cegcc* | os2* | aix*)
34-
+ cygwin* | msys* | mingw* | pw32* | cegcc* | os2* | aix*)
33+
- cygwin* | mingw* | cegcc* | os2* | aix*)
34+
+ cygwin* | msys* | mingw* | cegcc* | os2* | aix*)
3535
xc_lt_shlib_use_no_undefined='yes'
3636
;;
3737
esac

0 commit comments

Comments
 (0)