[arch-commits] Commit in python-pg8000/trunk (scram.diff)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Mar 7 13:49:42 UTC 2021


    Date: Sunday, March 7, 2021 @ 13:49:42
  Author: yan12125
Revision: 886018

upgpkg: python-pg8000 1.18.0-1

Deleted:
  python-pg8000/trunk/scram.diff

------------+
 scram.diff |   13 -------------
 1 file changed, 13 deletions(-)

Deleted: scram.diff
===================================================================
--- scram.diff	2021-03-07 13:49:14 UTC (rev 886017)
+++ scram.diff	2021-03-07 13:49:42 UTC (rev 886018)
@@ -1,13 +0,0 @@
-diff --git a/pg8000/core.py b/pg8000/core.py
-index 8c4c512..8c544b1 100644
---- a/pg8000/core.py
-+++ b/pg8000/core.py
-@@ -492,7 +492,7 @@ class CoreConnection():
-         elif auth_code == 10:
-             # AuthenticationSASL
-             mechanisms = [
--                m.decode('ascii') for m in data[4:-1].split(NULL_BYTE)]
-+                m.decode('ascii') for m in data[4:-2].split(NULL_BYTE)]
- 
-             self.auth = ScramClient(
-                 mechanisms, self.user.decode('utf8'),



More information about the arch-commits mailing list