aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/samba-gplv3
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2020-10-06 16:34:22 +1000
committerGitHub <noreply@github.com>2020-10-06 16:34:22 +1000
commit3d60e08861d35ec874f8d25644f6cd6888bb2c7b (patch)
tree9826d3e8fa0a3c91c14446ede3cb62c35bbe67aa /tools/depends/target/samba-gplv3
parent7b7c1db4ba57a7abc48651b131a983f33eb9148a (diff)
parent321b8da96fc08da2236819a3f0cae3e3f5834c28 (diff)
Merge pull request #18467 from fuzzard/samba411
[tools/depends] bump samba-gplv3 4.11.13
Diffstat (limited to 'tools/depends/target/samba-gplv3')
-rw-r--r--tools/depends/target/samba-gplv3/02-cross_compile.patch10
-rw-r--r--tools/depends/target/samba-gplv3/Makefile2
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/depends/target/samba-gplv3/02-cross_compile.patch b/tools/depends/target/samba-gplv3/02-cross_compile.patch
index 01a8bbebbc..d5aed6bfb7 100644
--- a/tools/depends/target/samba-gplv3/02-cross_compile.patch
+++ b/tools/depends/target/samba-gplv3/02-cross_compile.patch
@@ -87,7 +87,7 @@
conf.CHECK_HEADERS('libaio.h locale.h ndir.h pwd.h')
conf.CHECK_HEADERS('shadow.h sys/acl.h')
conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h')
-@@ -679,7 +680,7 @@
+@@ -680,7 +680,7 @@
conf.CHECK_CODE('''#define LIBREPLACE_CONFIGURE_TEST_STRPTIME
#include "tests/strptime.c"''',
define='HAVE_WORKING_STRPTIME',
@@ -96,7 +96,7 @@
addmain=False,
msg='Checking for working strptime')
-@@ -694,7 +695,7 @@
+@@ -695,7 +695,7 @@
conf.CHECK_CODE('#include "tests/snprintf.c"',
define="HAVE_C99_VSNPRINTF",
@@ -105,7 +105,7 @@
addmain=False,
msg="Checking for C99 vsnprintf")
-@@ -791,7 +792,7 @@
+@@ -792,7 +792,7 @@
exit(0);
''',
define='HAVE_SECURE_MKSTEMP',
@@ -114,7 +114,7 @@
mandatory=True) # lets see if we get a mandatory failure for this one
# look for a method of finding the list of network interfaces
-@@ -803,6 +804,7 @@
+@@ -804,6 +804,7 @@
#define %s 1
#define NO_CONFIG_H 1
#define AUTOCONF_TEST 1
@@ -122,7 +122,7 @@
#include "replace.c"
#include "inet_ntop.c"
#include "snprintf.c"
-@@ -813,7 +815,7 @@
+@@ -814,7 +815,7 @@
method,
lib='nsl socket' + bsd_for_strlcpy,
addmain=False,
diff --git a/tools/depends/target/samba-gplv3/Makefile b/tools/depends/target/samba-gplv3/Makefile
index 55bb46b0bd..95c32d9df0 100644
--- a/tools/depends/target/samba-gplv3/Makefile
+++ b/tools/depends/target/samba-gplv3/Makefile
@@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile 01-fix-dependencies.patch 02-cross_compile
# lib name, version
LIBNAME=samba
-VERSION=4.11.6
+VERSION=4.11.13
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz