mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
third_party: Fix version of socket_wrapper and uid_wrapper
Signed-off-by: SATOH Fumiyasu <fumiyas@osstech.co.jp> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Jun 6 08:34:55 UTC 2023 on atb-devel-224
This commit is contained in:
parent
1e79335790
commit
198a844ff5
@ -24,7 +24,7 @@ Build.BuildContext.CHECK_CMOCKA = CHECK_CMOCKA
|
||||
|
||||
@conf
|
||||
def CHECK_SOCKET_WRAPPER(conf):
|
||||
return conf.CHECK_BUNDLED_SYSTEM_PKG('socket_wrapper', minversion='1.3.4')
|
||||
return conf.CHECK_BUNDLED_SYSTEM_PKG('socket_wrapper', minversion='1.4.0')
|
||||
Build.BuildContext.CHECK_SOCKET_WRAPPER = CHECK_SOCKET_WRAPPER
|
||||
|
||||
@conf
|
||||
@ -39,7 +39,7 @@ Build.BuildContext.CHECK_RESOLV_WRAPPER = CHECK_RESOLV_WRAPPER
|
||||
|
||||
@conf
|
||||
def CHECK_UID_WRAPPER(conf):
|
||||
return conf.CHECK_BUNDLED_SYSTEM_PKG('uid_wrapper', minversion='1.2.7')
|
||||
return conf.CHECK_BUNDLED_SYSTEM_PKG('uid_wrapper', minversion='1.3.0')
|
||||
Build.BuildContext.CHECK_UID_WRAPPER = CHECK_UID_WRAPPER
|
||||
|
||||
@conf
|
||||
|
2
third_party/socket_wrapper/wscript
vendored
2
third_party/socket_wrapper/wscript
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
import os
|
||||
|
||||
VERSION="1.3.4"
|
||||
VERSION="1.4.0"
|
||||
|
||||
def configure(conf):
|
||||
if conf.CHECK_SOCKET_WRAPPER():
|
||||
|
2
third_party/uid_wrapper/wscript
vendored
2
third_party/uid_wrapper/wscript
vendored
@ -3,7 +3,7 @@
|
||||
from waflib import Options
|
||||
import os, sys
|
||||
|
||||
VERSION="1.2.7"
|
||||
VERSION="1.3.0"
|
||||
|
||||
def configure(conf):
|
||||
if conf.CHECK_UID_WRAPPER():
|
||||
|
Loading…
Reference in New Issue
Block a user