memcached 1.4.13-0ubuntu2.2 source package in Ubuntu

Changelog

memcached (1.4.13-0ubuntu2.2) precise-security; urgency=medium

  * SECURITY UPDATE: multiple integer overflow vulnerabilities
    - debian/patches/CVE-2016-870x.patch: check nbytes and nkey in items.c,
      properly handle lengths in memcached.c.
    - CVE-2016-8704
    - CVE-2016-8705
    - CVE-2016-8706

 -- Marc Deslauriers <email address hidden>  Wed, 02 Nov 2016 08:18:39 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main web
Precise security main web

Downloads

File Size SHA-256 Checksum
memcached_1.4.13.orig.tar.gz 313.2 KiB cb0b8b87aa57890d2327906a11f2f1b61b8d870c0885b54c61ca46f954f27e29
memcached_1.4.13-0ubuntu2.2.diff.gz 15.7 KiB 315d56d2bd256b4357cb0d95f5dd0ffe3ee5338589fc7cee43a27e7135384449
memcached_1.4.13-0ubuntu2.2.dsc 1.8 KiB 29949e45f0da17a2254d76b98a3128ccad7d403353b54b1574867ef411e133f3

View changes file

Binary packages built by this source

memcached: A 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 package memcached

 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.