Format: 1.8 Date: Thu, 14 May 2020 17:13:17 -0700 Source: memcached Binary: memcached Architecture: s390x Version: 1.5.22-2ubuntu0.1 Distribution: focal-proposed Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Anders Kaseorg Description: memcached - High-performance in-memory object caching system Launchpad-Bugs-Fixed: 1878721 Changes: memcached (1.5.22-2ubuntu0.1) focal; urgency=medium . * d/p/fix-bug-where-sasl-will-load-config-the-wrong-path.patch: Fix the path from which SASL configuration is loaded. (LP: #1878721) The bug happened because sasl expects memcached to provide a path (i.e., a directory, not a filename) where the sasl configuration file(s) is (are). However, memcached was passing the filename (/etc/sasl2/memcached.conf) to sasl, which was interpreting it as a directory, and looking for a configuration file inside it (i.e., /etc/sasl2/memcached.conf/memcached.conf). Users could workaround this bug by creating a directory named /etc/sasl2/memcached.conf/, and putting the configuration file inside it. This patch not only fixes this bug (by passing the right directory, /etc/sasl2/, to sasl) but also supports the workaround described above. Checksums-Sha1: b2bb1192fa23a291a307e530088709773d45ac06 244224 memcached-dbgsym_1.5.22-2ubuntu0.1_s390x.ddeb 34d92c54ac26d126ea5e63b0c8b44c4a25575c20 5730 memcached_1.5.22-2ubuntu0.1_s390x.buildinfo 64912d50cb285b1d2f12c372fb276a648038c9a1 119880 memcached_1.5.22-2ubuntu0.1_s390x.deb Checksums-Sha256: 25944c5dad5b96bfca50cbbfb853f6c81e1440f4f325e9b2f6fc0c1d649cac51 244224 memcached-dbgsym_1.5.22-2ubuntu0.1_s390x.ddeb 0621141b220598626caac45a0ac82b8ecacb6993b733d81a393406301896b1ef 5730 memcached_1.5.22-2ubuntu0.1_s390x.buildinfo d23477ae4102f11e6c8c0837f77e6a4d7ff20a8f3f02a9e307c0db4f6f3e8a8f 119880 memcached_1.5.22-2ubuntu0.1_s390x.deb Files: 20a43a057de956abc4dd1b679208a2fa 244224 debug optional memcached-dbgsym_1.5.22-2ubuntu0.1_s390x.ddeb 37c629c3d57d85b84a97daf2619d14dc 5730 web optional memcached_1.5.22-2ubuntu0.1_s390x.buildinfo 2004a6a35fe687505c35e68e187d0612 119880 web optional memcached_1.5.22-2ubuntu0.1_s390x.deb Original-Maintainer: Chris Lamb