Skip to content

Commit

Permalink
curl: update to 8.8.0
Browse files Browse the repository at this point in the history
- Switch source to .xz according to CONTRIBUTING.md
- Switch project URL to  HTTPS
- Drop upstreamed patch
- Refresh remaining patch
- Adopt the package

Signed-off-by: krant <[email protected]>
  • Loading branch information
krant authored and 1715173329 committed Jun 6, 2024
1 parent b206554 commit 49fc257
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
12 changes: 6 additions & 6 deletions net/curl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/nls.mk

PKG_NAME:=curl
PKG_VERSION:=8.7.1
PKG_RELEASE:=2
PKG_VERSION:=8.8.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \
https://dl.uxnr.de/mirror/curl/ \
https://curl.askapache.com/download/ \
https://curl.se/download/
PKG_HASH:=05bbd2b698e9cfbab477c33aa5e99b4975501835a41b7ca6ca71de03d8849e76
PKG_HASH:=0f58bb95fc330c8a46eeb3df5701b0d90c9d9bfcc42bd1cd08791d12551d4400

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
Expand Down Expand Up @@ -80,8 +80,8 @@ include $(INCLUDE_DIR)/package.mk
define Package/curl/Default
SECTION:=net
CATEGORY:=Network
URL:=http://curl.se/
MAINTAINER:=
URL:=https://curl.se/
MAINTAINER:=Aleksey Vasilenko <[email protected]>
endef

define Package/curl
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions net/curl/patches/200-no_docs_tests.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,7 +135,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_S
@@ -87,7 +87,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_S
bin_SCRIPTS = curl-config

SUBDIRS = lib docs src scripts
Expand All @@ -9,7 +9,7 @@

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
@@ -244,12 +244,9 @@ cygwinbin:
@@ -196,12 +196,9 @@ cygwinbin:
if BUILD_DOCS
install-data-hook:
(cd include && $(MAKE) install)
Expand Down

0 comments on commit 49fc257

Please sign in to comment.