memcached 1.5.0-1ubuntu1 source package in Ubuntu
Changelog
memcached (1.5.0-1ubuntu1) bionic; urgency=medium * Merge with Debian unstable. - Fixes build failure with gcc-7; LP: #1724856. * Remaining changes: - added patch to show distribution on version - Force alignment on in configure.ac - disable unreliable test. memcached (1.5.0-1) unstable; urgency=medium * New upstream release (Closes: #853544, #869479) + Fix CVE-2017-9951 (Closes: #868701) + Automated slab rebalancing * Remove ship mc_slab_mover script as upstream don't ship it anymore * Refresh 01_init_script_additions.patch (status implemented upstream) * Refresh 04_add_init_retry.patch * Bumped policy version to 4.0.0 (no changes needed) -- Steve Langasek <email address hidden> Wed, 25 Oct 2017 20:51:35 -0700
Upload details
- Uploaded by:
- Steve Langasek
- 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.0.orig.tar.gz | 394.9 KiB | c001f812024bb461b5e4d7d0506daab63dff9614eea26f46536c3b7e1e601c32 |
memcached_1.5.0-1ubuntu1.debian.tar.xz | 16.2 KiB | b7e5713e4c6be829a60e36a344843e8c1b84f6d99cdea35e936b15c2ffb3e6be |
memcached_1.5.0-1ubuntu1.dsc | 2.1 KiB | f5c015cd3965ea2f5b346ba9133d5c9baa7f343e8293bacb6e111a55a3fea091 |
Available diffs
- diff from 1.4.33-1ubuntu3 to 1.5.0-1ubuntu1 (68.2 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