[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10792: update curl to 8.11.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10792: update curl to 8.11.0 |
Date: |
Sun, 10 Nov 2024 14:00:57 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10792
revision-id: carlhansen@gnu.org-20241110190049-7bfczptj12b7i8kf
parent: carlhansen@gnu.org-20241110183903-ahv1wxpyw7fxzhex
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2024-11-10 19:00:49 +0000
message:
update curl to 8.11.0
modified:
pkg/other/curl/Makefile makefile-20220118062908-kybdv56z6l3hmty1-4
pkg/other/curl/config.mk config.mk-20220118062908-kybdv56z6l3hmty1-2
pkg/other/curl/sha256sums sha256sums-20220118062908-kybdv56z6l3hmty1-5
=== modified file 'pkg/other/curl/Makefile'
--- a/pkg/other/curl/Makefile 2024-08-08 07:06:17 +0000
+++ b/pkg/other/curl/Makefile 2024-11-10 19:00:49 +0000
@@ -21,7 +21,7 @@
NAME = curl
GARNAME = curl
-GARVERSION = 8.9.1
+GARVERSION = 8.11.0
HOME_URL = http://www.curl.se
DESCRIPTION = Download files from internet with command line
define BLURB
@@ -30,7 +30,7 @@
#https://github.com/curl/curl/releases/download/curl-8_7_1/curl-8.7.1.tar.xz
MASTER_SITES = https://github.com/
#######
-MASTER_SUBDIR = curl/curl/releases/download/curl-8_9_1/
+MASTER_SUBDIR = curl/curl/releases/download/curl-8_11_0/
DISTFILES = $(DISTNAME).tar.xz
SIGFILES = $(DISTNAME).tar.xz.asc
@@ -46,7 +46,8 @@
#CONFIGURE_ARGS += --disable-versioned-symbols --disable-symbol-hiding
--with-openssl
#CONFIGURE_ARGS += --enable-versioned-symbols --with-openssl
#CONFIGURE_ARGS += --enable-versioned-symbols --with-gnutls
-CONFIGURE_ARGS += --disable-versioned-symbols --disable-symbol-hiding
--with-gnutls
+#CONFIGURE_ARGS += --disable-versioned-symbols --disable-symbol-hiding
--with-gnutls
+CONFIGURE_ARGS += --with-openssl
#--disable-dependency-tracking
=== modified file 'pkg/other/curl/config.mk'
--- a/pkg/other/curl/config.mk 2023-03-21 18:32:40 +0000
+++ b/pkg/other/curl/config.mk 2024-11-10 19:00:49 +0000
@@ -4,7 +4,7 @@
CONFIGURE_OPTS ?=
BUILD_OPTS ?=
-#Select from these: in config.mk
+#Select from these: in config.mk or Makefile...CONFIGURE_ARGS
# --with-amissl
# --with-bearssl
=== modified file 'pkg/other/curl/sha256sums'
--- a/pkg/other/curl/sha256sums 2024-08-07 17:27:08 +0000
+++ b/pkg/other/curl/sha256sums 2024-11-10 19:00:49 +0000
@@ -1,2 +1,2 @@
-f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5
download/curl-8.9.1.tar.xz
-80b8cdccf222fdf30a9da610c95f2a34dde2e74875b929fef1ebdc48a19f11aa
download/curl-8.9.1.tar.xz.asc
+db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb
download/curl-8.11.0.tar.xz
+407d5253021354fd4d747c282b4029931fbaea31211f5a83da8175bb666daedc
download/curl-8.11.0.tar.xz.asc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10792: update curl to 8.11.0,
Carl Hansen <=