[3.14] gh-132710: only use stable _uuid.generate_time_safe() to deduce MAC address (GH-132901) (#134697)

(cherry picked from commit 3bffada467)
This commit is contained in:
Bénédikt Tran 2025-05-26 12:45:36 +02:00 committed by GitHub
parent c8379c7edf
commit 072f50fc12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 357 additions and 28 deletions

View file

@ -1584,6 +1584,9 @@
/* Define if uuid_generate_time_safe() exists. */
#undef HAVE_UUID_GENERATE_TIME_SAFE
/* Define if uuid_generate_time_safe() is able to deduce a MAC address. */
#undef HAVE_UUID_GENERATE_TIME_SAFE_STABLE_MAC
/* Define to 1 if you have the <uuid.h> header file. */
#undef HAVE_UUID_H