unscd 0.51-1build1 source package in Ubuntu

Changelog

unscd (0.51-1build1) trusty; urgency=medium

  * Rebuild against eglibc 2.18.
 -- Colin Watson <email address hidden>   Mon, 03 Feb 2014 13:06:26 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Don Armstrong
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
unscd_0.51.orig.tar.gz 23.2 KiB 0dbf717726e1c29af8f4ef7d2d2695e5eedb342320a730a56ae0d56fe32891f8
unscd_0.51-1build1.debian.tar.gz 6.7 KiB bd15f497c95fb4c4b07743aac9b6b0e6c78b8ae09a154b5de6e9e6f5009e8db8
unscd_0.51-1build1.dsc 1.7 KiB 802396d639438009176c494ea732b148c017cb24651b984df569d58beebea2ee

Available diffs

View changes file

Binary packages built by this source

unscd: Micro Name Service Caching Daemon

 A daemon which handles passwd, group and host lookups for running
 programs and caches the results for the next query. You only need
 this package if you are using slow Name Services like LDAP, NIS or
 NIS+.
 .
 This particular NSCD is a complete rewrite of the GNU glibc nscd
 which is a single threaded server process which offloads all NSS
 lookups to worker children; cache hits are handled by the parent,
 and only cache misses start worker children, making the parent immune
 to resource leaks, hangs, and crashes in NSS libraries.
 .
 It should mostly be a drop-in replacement for existing installs using
 nscd.