unscd 0.48-2build2 source package in Ubuntu

Changelog

unscd (0.48-2build2) raring; urgency=low

  * No-change rebuild to update the dependency on the current libc6.
 -- Adam Conrad <email address hidden>   Mon, 28 Jan 2013 09:26:32 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Raring
Original maintainer:
Don Armstrong
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
unscd_0.48.orig.tar.gz 22.6 KiB 1155a12ce25bda4274113dbe77ce76057513ff1b8f05233c35fa2b32a3bae5b6
unscd_0.48-2build2.debian.tar.gz 4.6 KiB 3130d66b4e5f333cf97057f5d966b2bb444bd78d5909d1785fd9c5e6b2353e0e
unscd_0.48-2build2.dsc 1.1 KiB 59e45e013b8445993b6556b1c8d756650be2cceebf8c33fea05f31e80c12500d

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.