gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9090: update curl to 8.0.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9090: update curl to 8.0.1
Date: Tue, 21 Mar 2023 14:32:47 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9090
revision-id: carlhansen@gnu.org-20230321183240-ldq0olui0saa06yq
parent: carlhansen@gnu.org-20230321034104-umddr269bdcqvwwo
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Tue 2023-03-21 11:32:40 -0700
message:
  update curl to 8.0.1
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   2023-03-02 21:25:31 +0000
+++ b/pkg/other/curl/Makefile   2023-03-21 18:32:40 +0000
@@ -21,28 +21,33 @@
 
 NAME =    curl
 GARNAME = curl
-GARVERSION =  7.88.1
+GARVERSION =  8.0.1
 HOME_URL = http://www.curl.se
 DESCRIPTION = Download files from internet with command line
 define BLURB
 endef
 ######################################################################
-#https://curl.se/download/curl-7.81.0.tar.gz.asc
-# https://github.com/curl/curl/releases/download/curl-7_88_1/curl-7.88.1.tar.xz
+#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
+
 MASTER_SITES =  https://github.com/
-MASTER_SUBDIR = curl/curl/releases/download/curl-7_88_1/
+MASTER_SUBDIR = curl/curl/releases/download/curl-8_0_1/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES  = $(DISTNAME).tar.xz.asc
 
 BUILDDEPS = 
 LIBDEPS = 
 
-CONFIGURE_ARGS = --enable-versioned-symbols  --with-openssl
+#--disable-dependency-tracking 
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk
+include ../../../gar/varb.mk
 include config.mk
 
+CONFIGURE_ARGS += --enable-versioned-symbols   --disable-symbol-hiding 
--with-openssl
+
+
 #Select from these: in config.mk or above
 # see configure --help
 # --with-amissl
@@ -58,14 +63,13 @@
 # --with-wolfssl
 #   and others
 
-.PHONY: inf
-
-DESTDIR  = $(packageDESTDIR)
-inf:
-       echo $(DESTDIR)
-       echo $(packageDESTDIR)
-
-pre-install:
-       mkdir -p  $(packageDESTDIR)
-
+
+#DESTDIR  = $(packageDESTDIR)
+#inf:
+#      echo $(DESTDIR)
+#      echo $(packageDESTDIR)
+#
+#pre-install:
+#      mkdir -p  $(packageDESTDIR)
+#
 

=== modified file 'pkg/other/curl/config.mk'
--- a/pkg/other/curl/config.mk  2022-10-09 23:40:07 +0000
+++ b/pkg/other/curl/config.mk  2023-03-21 18:32:40 +0000
@@ -1,7 +1,7 @@
 ## Configuration options 
 ## adjust as needed
 
-CONFIGURE_OPTS ?= --disable-dependency-tracking --with-openssl  
--disable-symbol-hiding  
+CONFIGURE_OPTS ?=
 BUILD_OPTS ?=
 
 #Select from these: in config.mk

=== modified file 'pkg/other/curl/sha256sums'
--- a/pkg/other/curl/sha256sums 2023-03-02 21:25:31 +0000
+++ b/pkg/other/curl/sha256sums 2023-03-21 18:32:40 +0000
@@ -1,2 +1,2 @@
-1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f  
download/curl-7.88.1.tar.xz
-80567161554511914a8f9f029d8a35dc536849398f033f6abf19b483cb9d90ed  
download/curl-7.88.1.tar.xz.asc
+0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0  
download/curl-8.0.1.tar.xz
+61a070eb60dbe65d7c55af1eeb911bde2e42afaf462d14be896688df7424ecd7  
download/curl-8.0.1.tar.xz.asc


reply via email to

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