Bug 200120 - [NEW PORT] net/libnss-cache NSS module for reading directory service information from an indexed, local disk cache
Summary: [NEW PORT] net/libnss-cache NSS module for reading directory service informat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Johannes Jost Meixner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-11 09:12 UTC by Kevin Bowling
Modified: 2015-05-11 12:21 UTC (History)
1 user (show)

See Also:


Attachments
libnss-cache port shar (2.22 KB, text/plain)
2015-05-11 09:12 UTC, Kevin Bowling
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Bowling freebsd_committer freebsd_triage 2015-05-11 09:12:50 UTC
Created attachment 156645 [details]
libnss-cache port shar

Patches and BSD NSS interface were done upstream in:
* https://github.com/google/libnss-cache/pull/1
* https://github.com/google/libnss-cache/pull/2

Any review or feedback there would be appreciated.

libnss-cache is a NSS module for reading directory service information for
hosts from an indexed, local disk cache of that directory service.

nsswitch.conf services provided:  passwd and group

Add 'nsscache' to the desired service(s) and generate the cache with the
net/nsscache port.

WWW: https://github.com/google/libnss-cache
Comment 1 Johannes Jost Meixner freebsd_committer freebsd_triage 2015-05-11 11:16:05 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-05-11 12:20:31 UTC
A commit references this bug:

Author: xmj
Date: Mon May 11 12:20:23 UTC 2015
New revision: 386076
URL: https://svnweb.freebsd.org/changeset/ports/386076

Log:
  net/libnss-cache: Add port.

  libnss-cache is a NSS module for reading directory service information for
  hosts from an indexed, local disk cache of that directory service.

  nsswitch.conf services provided:  passwd and group

  Add 'nsscache' to the desired service(s) and generate the cache with the
  net/nsscache port.

  WWW: https://github.com/google/libnss-cache

  PR:		200120
  Submitted by:	Kevin Bowling <k@kev009.com>

Changes:
  head/net/Makefile
  head/net/libnss-cache/
  head/net/libnss-cache/Makefile
  head/net/libnss-cache/distinfo
  head/net/libnss-cache/pkg-descr
Comment 3 Johannes Jost Meixner freebsd_committer freebsd_triage 2015-05-11 12:21:40 UTC
Committed, thanks!