memcached 1.5.22-2ubuntu0.2 source package in Ubuntu

Changelog

memcached (1.5.22-2ubuntu0.2) focal; urgency=medium

  * 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

 -- Moisés Guimarães de Medeiros <email address hidden>  Mon, 24 Aug 2020 15:14:26 +0200

Upload details

Uploaded by:
Moisés Guimarães de Medeiros
Sponsored by:
Bryce Harrington
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
memcached_1.5.22.orig.tar.gz 520.2 KiB c2b47e9d20575a2367087c229636ffc3fb699a6c3a7f3a22f44402f25f5f1f93
memcached_1.5.22-2ubuntu0.2.debian.tar.xz 17.3 KiB a495f0c5faa1bb6aadd0237a3c157f8f83d29bf2b1ae8ac77bcf3e5a0039d6bb
memcached_1.5.22-2ubuntu0.2.dsc 2.0 KiB 45b6a82d5a8819807b83e01ee90a76a798c79d85e15d69c12a5ec6f983a9768b

View changes file

Binary packages built by this source

memcached: High-performance in-memory object caching system

 Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
 a site which was already doing 20 million+ dynamic page views per day for 1
 million users with a bunch of webservers and a bunch of database servers.
 memcached dropped the database load to almost nothing, yielding faster page
 load times for users, better resource utilization, and faster access to the
 databases on a memcache miss.
 .
 memcached optimizes specific high-load serving applications that are designed
 to take advantage of its versatile no-locking memory access system. Clients
 are available in several different programming languages, to suit the needs
 of the specific application. Traditionally this has been used in mod_perl
 apps to avoid storing large chunks of data in Apache memory, and to share
 this burden across several machines.

memcached-dbgsym: debug symbols for memcached