memcached 1.6.12+dfsg-4 source package in Ubuntu

Changelog

memcached (1.6.12+dfsg-4) unstable; urgency=medium

  [ Christian Ehrhardt ]
  * Remove static libssl1.1 dependency (LP: #1955006)

  [ Chris Lamb ]
  * Update debian/copyright.

 -- Chris Lamb <email address hidden>  Mon, 03 Jan 2022 08:38:05 +0000

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
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.6.12+dfsg-4.dsc 2.0 KiB b3f7e771ee33fb8f0238c7905e7b0624cfda2d4c44140a7ab41e9e8de3e4bf39
memcached_1.6.12+dfsg.orig.tar.xz 437.1 KiB b341bb07afd5d84dc4820c001feb19dde76b6a1b5029ba5442bc427756216289
memcached_1.6.12+dfsg-4.debian.tar.xz 16.2 KiB 2e09f22b2cec08cbedaf6ff3266dda4d44759a6ea5e11da2066ab710cd93039d

Available diffs

No changes file available.

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