curl: update to 7.78.0
* update to 7.78.0
* change maintainer
* remove obsolete mirror (curl.mirror.anstey.ca)
* update main curl URLs
Signed-off-by: Stan Grishin <stangri@melmac.net>
(cherry picked from commit 243c86ffc8
)
This commit is contained in:
parent
395f55203f
commit
542aa086ea
1 changed files with 5 additions and 7 deletions
|
@ -8,15 +8,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=curl
|
PKG_NAME:=curl
|
||||||
PKG_VERSION:=7.77.0
|
PKG_VERSION:=7.78.0
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
|
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
|
||||||
https://curl.mirror.anstey.ca/ \
|
|
||||||
https://curl.askapache.com/download/ \
|
https://curl.askapache.com/download/ \
|
||||||
https://curl.haxx.se/download/
|
https://curl.se/download/
|
||||||
PKG_HASH:=0f64582c54282f31c0de9f0a1a596b182776bd4df9a4c4a2a41bbeb54f62594b
|
PKG_HASH:=be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -77,8 +76,8 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/curl/Default
|
define Package/curl/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
URL:=http://curl.haxx.se/
|
URL:=http://curl.se/
|
||||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/curl
|
define Package/curl
|
||||||
|
@ -115,7 +114,6 @@ CONFIGURE_ARGS += \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-manual \
|
--disable-manual \
|
||||||
--without-nss \
|
--without-nss \
|
||||||
--without-libmetalink \
|
|
||||||
--without-librtmp \
|
--without-librtmp \
|
||||||
--without-libidn \
|
--without-libidn \
|
||||||
--without-ca-path \
|
--without-ca-path \
|
||||||
|
|
Loading…
Reference in a new issue