curl: update to 8.9.0
This commit is contained in:
parent
7ff463cf39
commit
67f9ee6c7a
|
@ -1,26 +0,0 @@
|
|||
From 4cc5657247183a0bc3b0969beeaea9acddb09d22 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Stenberg <daniel@haxx.se>
|
||||
Date: Wed, 22 May 2024 08:43:43 +0200
|
||||
Subject: [PATCH] docs/Makefile.am: make curl-config.1 install
|
||||
|
||||
on "make install" like it should
|
||||
|
||||
Follow-up to 60971d665b9b1df87082
|
||||
|
||||
Closes #13741
|
||||
---
|
||||
docs/Makefile.am | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/docs/Makefile.am b/docs/Makefile.am
|
||||
index 83f5b0c461cc0f..e9ef6284860555 100644
|
||||
--- a/docs/Makefile.am
|
||||
+++ b/docs/Makefile.am
|
||||
@@ -28,6 +28,7 @@ if BUILD_DOCS
|
||||
# if we disable man page building, ignore these
|
||||
MK_CA_DOCS = mk-ca-bundle.1
|
||||
CURLCONF_DOCS = curl-config.1
|
||||
+man_MANS = curl-config.1
|
||||
endif
|
||||
|
||||
CURLPAGES = curl-config.md mk-ca-bundle.md
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'curl'
|
||||
pkgname=curl
|
||||
version=8.8.0
|
||||
version=8.9.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
||||
|
@ -30,7 +30,7 @@ license="MIT"
|
|||
homepage="https://curl.se"
|
||||
changelog="https://curl.se/changes.html"
|
||||
distfiles="https://curl.se/download/curl-${version}.tar.gz"
|
||||
checksum=77c0e1cd35ab5b45b659645a93b46d660224d0024f1185e8a95cdb27ae3d787d
|
||||
checksum=14d931fa98a329310dca7b190d047c3d4987674b1f466481f5490e4e12067ba4
|
||||
build_options="gnutls gssapi idn ldap psl rtmp ssh ssl zstd"
|
||||
build_options_default="idn psl ssh ssl zstd"
|
||||
vopt_conflict ssl gnutls
|
||||
|
|
Loading…
Reference in New Issue