patch-passlib_hosts_py 662 B

1234567891011121314
  1. $OpenBSD: patch-passlib_hosts_py,v 1.2 2017/01/31 14:27:28 sthen Exp $
  2. --- passlib/hosts.py.orig Wed Nov 23 03:20:22 2016
  3. +++ passlib/hosts.py Mon Jan 16 14:26:12 2017
  4. @@ -47,7 +47,8 @@ linux_context = linux2_context = LazyCryptContext(
  5. # referencing source via -http://fxr.googlebit.com
  6. # freebsd 6,7,8 - des, md5, bcrypt, bsd_nthash
  7. # netbsd - des, ext, md5, bcrypt, sha1
  8. -# openbsd - des, ext, md5, bcrypt
  9. +# XXX openbsd 5.9+ - bcrypt (no $2$; accepts $2a$, native $2b$)
  10. +# older openbsd - des, ext, md5, bcrypt
  11. freebsd_context = LazyCryptContext(["bcrypt", "md5_crypt", "bsd_nthash",
  12. "des_crypt", "unix_disabled"])