gnurl: update to version 7.61.1
No release tarball has been published yet, use v7.61.1 git tag instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
a24dd029c6
commit
af06f6fd52
1 changed files with 12 additions and 5 deletions
|
@ -8,13 +8,16 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gnurl
|
PKG_NAME:=gnurl
|
||||||
PKG_VERSION:=7.57.0
|
PKG_VERSION:=7.61.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://gnunet.org/sites/default/files
|
PKG_SOURCE_URL:=git://git.taler.net/gnurl
|
||||||
|
PKG_SOURCE_VERSION:=64adbb00957f178bb7b9b1dbf0d0de1f5c45949d
|
||||||
|
|
||||||
PKG_HASH:=2ccd2a641a9815df924b6a79ee47d12a27ee43bd05a3c6ba958108564580d3b7
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
PKG_MIRROR_HASH:=6f6c993a13fe30989cb918c987604ca96c178f4bb682c298ab345257e4aab284
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -57,6 +60,7 @@ CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--without-axtls \
|
--without-axtls \
|
||||||
|
--without-brotli \
|
||||||
--without-libssh2 \
|
--without-libssh2 \
|
||||||
--without-libmetalink \
|
--without-libmetalink \
|
||||||
--without-winidn \
|
--without-winidn \
|
||||||
|
@ -64,13 +68,16 @@ CONFIGURE_ARGS += \
|
||||||
--without-nghttp2 \
|
--without-nghttp2 \
|
||||||
--without-nss \
|
--without-nss \
|
||||||
--without-cyassl \
|
--without-cyassl \
|
||||||
|
--without-psl \
|
||||||
--without-polarssl \
|
--without-polarssl \
|
||||||
--without-ssl \
|
--without-ssl \
|
||||||
--without-winssl \
|
--without-winssl \
|
||||||
--without-darwinssl \
|
--without-darwinssl \
|
||||||
--disable-ares \
|
--disable-ares \
|
||||||
--disable-sspi \
|
--disable-sspi \
|
||||||
|
--disable-crypto-auth \
|
||||||
--disable-ntlm-wb \
|
--disable-ntlm-wb \
|
||||||
|
--disable-tls-srp \
|
||||||
--disable-ldap \
|
--disable-ldap \
|
||||||
--disable-ldaps \
|
--disable-ldaps \
|
||||||
--disable-rtsp \
|
--disable-rtsp \
|
||||||
|
|
Loading…
Reference in a new issue