1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

third_party: Update socket_wrapper to version 1.2.1

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Nov 15 04:50:31 CET 2018 on sn-devel-144
This commit is contained in:
Andreas Schneider 2018-05-02 15:57:38 +02:00 committed by Jeremy Allison
parent ce6b5919b7
commit e3b6402b8b
3 changed files with 675 additions and 313 deletions

View File

@ -42,7 +42,7 @@ Build.BuildContext.CHECK_CMOCKA = CHECK_CMOCKA
@conf
def CHECK_SOCKET_WRAPPER(conf):
return conf.CHECK_BUNDLED_SYSTEM_PKG('socket_wrapper', minversion='1.1.9')
return conf.CHECK_BUNDLED_SYSTEM_PKG('socket_wrapper', minversion='1.2.1')
Build.BuildContext.CHECK_SOCKET_WRAPPER = CHECK_SOCKET_WRAPPER
@conf

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
import os
VERSION="1.1.9"
VERSION="1.2.1"
def configure(conf):
if conf.CHECK_SOCKET_WRAPPER():