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 <[email protected]>
> 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 <[email protected]>
>     
>     Reviewed-by: Andrew Bartlett <[email protected]>
>     
>     Autobuild-User(master): Andrew Bartlett <[email protected]>
>     Autobuild-Date(master): Wed Jan  8 08:12:29 CET 2014 on sn-devel-104
> 
> commit af5102fe0075520d62beba412c994d4a74f5446b
> Author: Björn Jacke <[email protected]>
> 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

Reply via email to