gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9330: update curl to 8.1.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9330: update curl to 8.1.2
Date: Mon, 12 Jun 2023 20:52:34 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9330
revision-id: carlhansen1234@gmail.com-20230613005230-7lp3pb2ckt4a02ym
parent: carlhansen1234@gmail.com-20230612212348-27sfc8cmonkjpn2p
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Mon 2023-06-12 17:52:30 -0700
message:
  update curl to 8.1.2
modified:
  pkg/other/curl/Makefile        makefile-20220118062908-kybdv56z6l3hmty1-4
  pkg/other/curl/sha256sums      sha256sums-20220118062908-kybdv56z6l3hmty1-5
=== modified file 'pkg/other/curl/Makefile'
--- a/pkg/other/curl/Makefile   2023-03-21 18:33:29 +0000
+++ b/pkg/other/curl/Makefile   2023-06-13 00:52:30 +0000
@@ -21,31 +21,32 @@
 
 NAME =    curl
 GARNAME = curl
-GARVERSION =  8.0.1
+GARVERSION =  8.1.2
 HOME_URL = http://www.curl.se
 DESCRIPTION = Download files from internet with command line
 define BLURB
 endef
 ######################################################################
 #https://curl.se/download/curl-8.0.1.tar.xz
-#https://github.com/curl/curl/releases/download/curl-8_0_1/curl-8.0.1.tar.xz
+#https://github.com/curl/curl/releases/download/curl-8_1_2/curl-8.1.2.tar.xz
 
 MASTER_SITES =  https://github.com/
-MASTER_SUBDIR = curl/curl/releases/download/curl-8_0_1/
+MASTER_SUBDIR = curl/curl/releases/download/curl-8_1_2/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES  = $(DISTNAME).tar.xz.asc
 
 BUILDDEPS = 
 LIBDEPS = 
 
-#--disable-dependency-tracking 
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
-CONFIGURE_ARGS += --enable-versioned-symbols   --disable-symbol-hiding 
--with-openssl
+CONFIGURE_ARGS += --enable-versioned-symbols   --disable-symbol-hiding 
--with-gnutls
+#CONFIGURE_ARGS += --enable-versioned-symbols   --disable-symbol-hiding 
--with-openssl
 
+#--disable-dependency-tracking 
 
 #Select from these: in config.mk or above
 # see configure --help

=== modified file 'pkg/other/curl/sha256sums'
--- a/pkg/other/curl/sha256sums 2023-03-21 18:32:40 +0000
+++ b/pkg/other/curl/sha256sums 2023-06-13 00:52:30 +0000
@@ -1,2 +1,2 @@
-0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0  
download/curl-8.0.1.tar.xz
-61a070eb60dbe65d7c55af1eeb911bde2e42afaf462d14be896688df7424ecd7  
download/curl-8.0.1.tar.xz.asc
+31b1118eb8bfd43cd95d9a3f146f814ff874f6ed3999b29d94f4d1e7dbac5ef6  
download/curl-8.1.2.tar.xz
+40e93d04e0828ab0f49abfa362ee5446d2fece61ce2b54686b4821fbb8bd38ed  
download/curl-8.1.2.tar.xz.asc


reply via email to

[Prev in Thread] Current Thread [Next in Thread]