[SCM] Samba Shared Repository - branch master updated
Jelmer Vernooij
jelmer at samba.org
Wed Jan 8 00:19:09 MST 2014
On Wed, Jan 08, 2014 at 08:13:04AM +0100, Andrew Bartlett wrote:
> The branch, master has been updated
> via f8363dd crypto: fix build on OS X
> via af5102f build: test the generic md5 function after importing it from hashlib
> from 8e5f4ea libgpo: apply some const.
>
> http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
>
>
> - Log -----------------------------------------------------------------
> commit f8363dd22a67108022bc0fe95003450f79057f7d
> Author: Björn Jacke <bj at sernet.de>
> Date: Tue Jan 7 15:55:57 2014 +0100
>
> crypto: fix build on OS X
>
> we also need to use the CC_MD5_CTX from CommonCrypto here instead of the MD5_CTX
>
> Signed-off-by: Bjoern Jacke <bj at sernet.de>
>
> Reviewed-by: Andrew Bartlett <abartlet at samba.org>
>
> Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
> Autobuild-Date(master): Wed Jan 8 08:12:29 CET 2014 on sn-devel-104
>
> commit af5102fe0075520d62beba412c994d4a74f5446b
> Author: Björn Jacke <bj at sernet.de>
> Date: Tue Jan 7 15:55:56 2014 +0100
>
> build: test the generic md5 function after importing it from hashlib
>
> otherwise we used the one from md5 which lead to the following warning on SerNet-imini:
>
> the md5 module is deprecated; use hashlib instead import md5
Do we still support Python 2.4 ? It does not have hashlib, just the md5 module.
Cheers,
jelmer
More information about the samba-technical
mailing list