curl: update to version 7.70.0
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 2 May 2020 13:03:47 +0000 (15:03 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 4 May 2020 05:59:46 +0000 (07:59 +0200)
- Release notes:
https://curl.haxx.se/changes.html#7_70_0

- Refreshed patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
package/network/utils/curl/Makefile
package/network/utils/curl/patches/200-no_docs_tests.patch

index c483ec1186df3e8e04d8f4a342d22b77843c9b69..f2a7406164acfc3689588649b146db8962ba2b34 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=curl
-PKG_VERSION:=7.69.1
+PKG_VERSION:=7.70.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
        https://curl.mirror.anstey.ca/ \
        https://curl.askapache.com/download/ \
        https://curl.haxx.se/download/
-PKG_HASH:=03c7d5e6697f7b7e40ada1b2256e565a555657398e6c1fcfa4cb251ccd819d4f
+PKG_HASH:=032f43f2674008c761af19bf536374128c16241fb234699a55f9fb603fcfbae7
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
index e52694e2c91d261143a456bd56dbd8425eaf8d99..53f8c6c3f6c864d9ea6e0bfcd590a3bb2564f9d2 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -179,7 +179,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
+@@ -189,7 +189,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
  bin_SCRIPTS = curl-config
  
  SUBDIRS = lib src
@@ -9,14 +9,14 @@
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libcurl.pc
-@@ -290,8 +290,8 @@ cygwinbin:
+@@ -300,8 +300,8 @@ cygwinbin:
  # We extend the standard install with a custom hook:
  install-data-hook:
-       cd include && $(MAKE) install
--      cd docs && $(MAKE) install
--      cd docs/libcurl && $(MAKE) install
-+      #cd docs && $(MAKE) install
-+      #cd docs/libcurl && $(MAKE) install
+       (cd include && $(MAKE) install)
+-      (cd docs && $(MAKE) install)
+-      (cd docs/libcurl && $(MAKE) install)
++      #(cd docs && $(MAKE) install)
++      #(cd docs/libcurl && $(MAKE) install)
  
  # We extend the standard uninstall with a custom hook:
  uninstall-hook: