libmemcached 1.0.8-1ubuntu2.1 source package in Ubuntu

Changelog

libmemcached (1.0.8-1ubuntu2.1) trusty; urgency=medium

  * d/p/fixing_missing_null_termination.patch:
    - Fix missing null termination in PROTOCOL_BINARY_CMD_SASL_LIST_MECHS
      response handling (LP: #1573594)

 -- Ioanna Alifieraki <email address hidden>  Fri, 18 Jan 2019 14:06:15 +0000

Upload details

Uploaded by:
Ioanna Alifieraki
Sponsored by:
Eric Desrochers
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmemcached_1.0.8.orig.tar.gz 1.0 MiB 03f4eb91634f1434a93d4709eccd0c4cce3eb296b54f2b1998ca4a9ce1661ca5
libmemcached_1.0.8-1ubuntu2.1.debian.tar.xz 8.8 KiB b8bb17996e30098d46acebc9f081f50064fa9e2deb198a30512a9c459ed8f34f
libmemcached_1.0.8-1ubuntu2.1.dsc 2.1 KiB f63b5ea3680a53bed23545c333b8c309287a4433bc1bb1b7e3d6dadbc3ebfdfd

Available diffs

View changes file

Binary packages built by this source

libhashkit-dev: libmemcached hashing functions and algorithms (development files)

 libhashkit is a small and thread-safe client library that provides a
 collection of useful hashing algorithm. libhashkit is distributed with
 libmemcached.
 .
 This package provides the development files.

libhashkit-dev-dbgsym: No summary available for libhashkit-dev-dbgsym in ubuntu trusty.

No description available for libhashkit-dev-dbgsym in ubuntu trusty.

libhashkit2: libmemcached hashing functions and algorithms

 libhashkit is a small and thread-safe client library that provides a
 collection of useful hashing algorithm. libhashkit is distributed with
 libmemcached.
 .
 This package provides the libhashkit shared library.

libhashkit2-dbgsym: No summary available for libhashkit2-dbgsym in ubuntu trusty.

No description available for libhashkit2-dbgsym in ubuntu trusty.

libmemcached-dbg: Debug Symbols for libmemcached

 libmemcached is a C and C++ client library to the memcached server
 (http://memcached.org/). It has been designed to be light on memory
 usage, thread safe, and provide full access to server side methods.
 .
 A few notes on its design:
 .
   * Synchronous and Asynchronous support.
   * Access to large object support.
   * Local replication.
   * TCP and Unix Socket protocols.
   * A half dozen or so different tuneable hash algorithms.
   * Implementations of the new cas, replace, and append operators.
   * Man pages written up on entire API.
   * Implements both modulo and consistent hashing solutions.
   * Tools to Manage your Memcached networks.
 .
 This package provides debug symbols.

libmemcached-dev: C and C++ client library to the memcached server (development files)

 libmemcached is a C and C++ client library to the memcached server
 (http://memcached.org/). It has been designed to be light on memory
 usage, thread safe, and provide full access to server side methods.
 .
 A few notes on its design:
 .
   * Synchronous and Asynchronous support.
   * Access to large object support.
   * Local replication.
   * TCP and Unix Socket protocols.
   * A half dozen or so different tuneable hash algorithms.
   * Implementations of the new cas, replace, and append operators.
   * Man pages written up on entire API.
   * Implements both modulo and consistent hashing solutions.
   * Tools to Manage your Memcached networks.
 .
 This package provides the development files.

libmemcached-dev-dbgsym: No summary available for libmemcached-dev-dbgsym in ubuntu trusty.

No description available for libmemcached-dev-dbgsym in ubuntu trusty.

libmemcached-tools: Commandline tools for talking to memcached via libmemcached

 libmemcached is a C and C++ client library to the memcached server
 (http://memcached.org/). It has been designed to be light on memory
 usage, thread safe, and provide full access to server side methods.
 .
 This package provides several command line tools:
 .
   * memccat - Copy the value of a key to standard output
   * memcflush - Flush the contents of your servers.
   * memcrm - Remove a key(s) from the serrver.
   * memccp - Copy files to a memached server.
   * memcstat - Dump the stats of your servers to standard output
   * memcslap - Generate testing loads on a memcached cluster

libmemcached-tools-dbgsym: No summary available for libmemcached-tools-dbgsym in ubuntu trusty.

No description available for libmemcached-tools-dbgsym in ubuntu trusty.

libmemcached10: C and C++ client library to the memcached server

 libmemcached is a C and C++ client library to the memcached server
 (http://memcached.org/). It has been designed to be light on memory
 usage, thread safe, and provide full access to server side methods.
 .
 A few notes on its design:
 .
   * Synchronous and Asynchronous support.
   * Access to large object support.
   * Local replication.
   * TCP and Unix Socket protocols.
   * A half dozen or so different tuneable hash algorithms.
   * Implementations of the new cas, replace, and append operators.
   * Man pages written up on entire API.
   * Implements both modulo and consistent hashing solutions.
   * Tools to Manage your Memcached networks.
 .
 This package provides the libmemcached shared library itself.

libmemcached10-dbgsym: No summary available for libmemcached10-dbgsym in ubuntu trusty.

No description available for libmemcached10-dbgsym in ubuntu trusty.

libmemcachedprotocol0: library implementing the memcached protocol

 libmemcached is a C and C++ client library to the memcached server
 (http://memcached.org/). It has been designed to be light on memory
 usage, thread safe, and provide full access to server side methods.
 .
 A few notes on its design:
 .
   * Synchronous and Asynchronous support.
   * Access to large object support.
   * Local replication.
   * TCP and Unix Socket protocols.
   * A half dozen or so different tuneable hash algorithms.
   * Implementations of the new cas, replace, and append operators.
   * Man pages written up on entire API.
   * Implements both modulo and consistent hashing solutions.
   * Tools to Manage your Memcached networks.
 .
 This package provides the libmemcachedprotocol shared library.

libmemcachedprotocol0-dbgsym: No summary available for libmemcachedprotocol0-dbgsym in ubuntu trusty.

No description available for libmemcachedprotocol0-dbgsym in ubuntu trusty.

libmemcachedutil2: library implementing connection pooling for libmemcached

 libmemcached is a C and C++ client library to the memcached server
 (http://memcached.org/). It has been designed to be light on memory
 usage, thread safe, and provide full access to server side methods.
 .
 A few notes on its design:
 .
   * Synchronous and Asynchronous support.
   * Access to large object support.
   * Local replication.
   * TCP and Unix Socket protocols.
   * A half dozen or so different tuneable hash algorithms.
   * Implementations of the new cas, replace, and append operators.
   * Man pages written up on entire API.
   * Implements both modulo and consistent hashing solutions.
   * Tools to Manage your Memcached networks.
 .
 This package provides the libmemcachedutil library.

libmemcachedutil2-dbgsym: No summary available for libmemcachedutil2-dbgsym in ubuntu trusty.

No description available for libmemcachedutil2-dbgsym in ubuntu trusty.