ubuntu/+source/memcached:ubuntu/focal-devel

Last commit made on 2023-09-19
Get this branch:
git clone -b ubuntu/focal-devel https://git.launchpad.net/ubuntu/+source/memcached
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/focal-devel
Repository:
lp:ubuntu/+source/memcached

Recent commits

b7657c4... by Leonidas S. Barbosa

1.5.22-2ubuntu0.3 (patches unapplied)

Imported using git-ubuntu import.

6cd1179... by =?utf-8?q?Mois=C3=A9s_Guimar=C3=A3es_de_Medeiros?= <email address hidden>

Enable TLS capabilities

 * Enable TLS capabilities present in Memcached since version 1.5.13.
   TLS support is required in order to harden Memcached deployments in
   cloud environments or similar scenarios where the network is not to
   be entirely trusted. (LP: #1887943)
   - d/rules: set --enable-tls
   - d/control: add libio-socket-ssl-perl to run build time ssl tests
   - d/control: add libssl dependency

ee5e5f5... by Sergio Durigan Junior

Update changelog for 1.5.22-2ubuntu0.1

2ba394b... by Sergio Durigan Junior

Update maintainer

a8f3eea... by Sergio Durigan Junior

  * 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.

2febc53... by lamby

1.5.22-2 (patches unapplied)

Imported using git-ubuntu import.

3ebb1ef... by lamby

1.5.22-1 (patches unapplied)

Imported using git-ubuntu import.

d912837... by lamby

1.5.21-1 (patches unapplied)

Imported using git-ubuntu import.

a20b29b... by lamby

1.5.20-1 (patches unapplied)

Imported using git-ubuntu import.

e4726be... by lamby

1.5.19-2 (patches unapplied)

Imported using git-ubuntu import.