memcached 1.5.6-0ubuntu1.1 source package in Ubuntu
Changelog
memcached (1.5.6-0ubuntu1.1) bionic-security; urgency=medium * SECURITY UPDATE: denial of service via crafted lru messages - debian/patches/CVE-2019-11596.patch: fix off by one in token count in memcached.c. - CVE-2019-11596 -- Marc Deslauriers <email address hidden> Tue, 30 Apr 2019 14:33:22 -0400
Upload details
- Uploaded by:
- Marc Deslauriers
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
memcached_1.5.6.orig.tar.gz | 441.4 KiB | 9675ee859d7d81f7a950f190a6812720b26f08228d356044ec517d4d5af25f03 |
memcached_1.5.6-0ubuntu1.1.debian.tar.xz | 19.1 KiB | 5672ca10382d1c828ace12f4fddc5cbc312c929b84a302c37080cd62e13f6968 |
memcached_1.5.6-0ubuntu1.1.dsc | 2.0 KiB | c2d1641ecdf81208a97349e3984fc8f70294bf26fbeaa872498e31c65a713f6a |
Available diffs
- diff from 1.5.4-1ubuntu3 to 1.5.6-0ubuntu1.1 (17.3 KiB)
Binary packages built by this source
- memcached: high-performance 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