aboutsummaryrefslogtreecommitdiff
path: root/net/gnurl
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2016-12-02 00:56:51 +0100
committerDaniel Golle <daniel@makrotopia.org>2016-12-02 00:56:51 +0100
commite404b5e7a615bab63ce5e1ee715e6757d9840969 (patch)
treee60c61c0afe7ec95cd76a1775993a002fb2b839d /net/gnurl
parent24cfec62e9a4008bf90ae108585a6dbd59b550cc (diff)
gnurl: update to version 7.51.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/gnurl')
-rw-r--r--net/gnurl/Makefile4
-rw-r--r--net/gnurl/patches/100-check_long_long.patch10
-rw-r--r--net/gnurl/patches/200-no_docs_tests.patch14
3 files changed, 9 insertions, 19 deletions
diff --git a/net/gnurl/Makefile b/net/gnurl/Makefile
index ebce9361b..f15174e45 100644
--- a/net/gnurl/Makefile
+++ b/net/gnurl/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gnurl
-PKG_VERSION:=7.48.0
+PKG_VERSION:=7.51.0
PKG_RELEASE:=1
PKG_DIST_VERSION:=$(subst .,_,$(strip $(PKG_VERSION)))
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_DIST_VERSION).tar.bz2
PKG_SOURCE_URL:=https://gnunet.org/sites/default/files
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_DIST_VERSION)
-PKG_MD5SUM:=e0010f49badb55ee144d8c835c0ff265
+PKG_MD5SUM:=2f0200d38eca6c9567447d2b8ac4676911ec73b9613a15bef31bbe9f9f22f4e5
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
diff --git a/net/gnurl/patches/100-check_long_long.patch b/net/gnurl/patches/100-check_long_long.patch
deleted file mode 100644
index 24f02589d..000000000
--- a/net/gnurl/patches/100-check_long_long.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -3156,6 +3156,7 @@ CURL_VERIFY_RUNTIMELIBS
-
- AC_CHECK_SIZEOF(size_t)
- AC_CHECK_SIZEOF(long)
-+AC_CHECK_SIZEOF(long long)
- AC_CHECK_SIZEOF(int)
- AC_CHECK_SIZEOF(short)
- CURL_CONFIGURE_LONG
diff --git a/net/gnurl/patches/200-no_docs_tests.patch b/net/gnurl/patches/200-no_docs_tests.patch
index bcfdf48d8..25089eb34 100644
--- a/net/gnurl/patches/200-no_docs_tests.patch
+++ b/net/gnurl/patches/200-no_docs_tests.patch
@@ -1,22 +1,22 @@
--- a/Makefile.am
+++ b/Makefile.am
-@@ -150,7 +150,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
+@@ -153,7 +153,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
bin_SCRIPTS = gnurl-config
- SUBDIRS = lib src include scripts
--DIST_SUBDIRS = $(SUBDIRS) tests packages docs
+ SUBDIRS = lib src include
+-DIST_SUBDIRS = $(SUBDIRS) tests packages docs scripts
+DIST_SUBDIRS = $(SUBDIRS) packages
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgnurl.pc
--- a/Makefile.in
+++ b/Makefile.in
-@@ -599,7 +599,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
+@@ -612,7 +612,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
bin_SCRIPTS = gnurl-config
- SUBDIRS = lib src include scripts
--DIST_SUBDIRS = $(SUBDIRS) tests packages docs
+ SUBDIRS = lib src include
+-DIST_SUBDIRS = $(SUBDIRS) tests packages docs scripts
+DIST_SUBDIRS = $(SUBDIRS) packages
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgnurl.pc
- LIB_VTLS_CFILES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c \
+ LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c \