mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
being based on curl 0.70.0 gnurl is affected by CVE-2015-3144 CVE-2015-3145 CVE-2015-3153 CVE-2015-3236 Import patches from curl package to fix that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
23 lines
683 B
Diff
23 lines
683 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -129,7 +129,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
|
|
bin_SCRIPTS = gnurl-config
|
|
|
|
SUBDIRS = lib src include
|
|
-DIST_SUBDIRS = $(SUBDIRS) tests packages docs
|
|
+DIST_SUBDIRS = $(SUBDIRS) packages
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libgnurl.pc
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -577,7 +577,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
|
|
|
|
bin_SCRIPTS = gnurl-config
|
|
SUBDIRS = lib src include
|
|
-DIST_SUBDIRS = $(SUBDIRS) tests packages docs
|
|
+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 \
|