From: Ryan Davis Date: Thu, 7 Mar 2013 16:58:14 +0000 (-0500) Subject: use md5sum-string instead of md5sum-sequence to adjust to upstream changes X-Git-Tag: v6.4.1~2 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=906d7a71b35ee1cd6d281623694bc90ced22c339;hp=906d7a71b35ee1cd6d281623694bc90ced22c339 use md5sum-string instead of md5sum-sequence to adjust to upstream changes https://github.com/marijnh/Postmodern/issues/27 has a good description of the changes in the MD5 library: The latest "release" of md5 (dated 20121125 according to quicklisp) will silently cast strings to byte arrays, yielding incorrect checksums and causing cl-postgres to fail to authenticate. ---