samba - update to version 4.21.2
[oi-userland.git] / components / python / python-xlib / patches / 01-mcookie.patch
blobdb7481af2a2dcc6822ae13924e0eca44332db979
1 https://github.com/python-xlib/python-xlib/issues/257
3 diff --git /dev/null python-xlib-0.33/mcookie
4 new file mode 100755
5 index 000000000..0aa16ccbd
6 --- /dev/null
7 +++ python-xlib-0.33/mcookie
8 @@ -0,0 +1,3 @@
9 +#!/bin/sh
11 +dd if=/dev/urandom of=/dev/stdout bs=512 count=1 2>/dev/null | md5sum | awk '{print $1}'