Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2016 22:34:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409969 - in head/net/nsscache: . files
Message-ID:  <201603022234.u22MYvWn079531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Mar  2 22:34:57 2016
New Revision: 409969
URL: https://svnweb.freebsd.org/changeset/ports/409969

Log:
  Update to 0.32.
  
  PR:		207582
  Submitted by:	kbowling (maintainer)

Modified:
  head/net/nsscache/Makefile
  head/net/nsscache/distinfo
  head/net/nsscache/files/patch-nsscache.conf

Modified: head/net/nsscache/Makefile
==============================================================================
--- head/net/nsscache/Makefile	Wed Mar  2 22:33:32 2016	(r409968)
+++ head/net/nsscache/Makefile	Wed Mar  2 22:34:57 2016	(r409969)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nsscache
-PORTVERSION=	0.30
-PORTREVISION=	2
+PORTVERSION=	0.32
 DISTVERSIONPREFIX=	version/
 CATEGORIES=	net python
 

Modified: head/net/nsscache/distinfo
==============================================================================
--- head/net/nsscache/distinfo	Wed Mar  2 22:33:32 2016	(r409968)
+++ head/net/nsscache/distinfo	Wed Mar  2 22:34:57 2016	(r409969)
@@ -1,2 +1,2 @@
-SHA256 (google-nsscache-version-0.30_GH0.tar.gz) = 9cbae8768b6671ec7d8a94d76c62be69cd4c704ea792b50b6dbfa2786cfe19e4
-SIZE (google-nsscache-version-0.30_GH0.tar.gz) = 109615
+SHA256 (google-nsscache-version-0.32_GH0.tar.gz) = b6cd574f38230ce509064010fcf646429eb4dfb98eb2a00ed0c9ae21a6f4f279
+SIZE (google-nsscache-version-0.32_GH0.tar.gz) = 112333

Modified: head/net/nsscache/files/patch-nsscache.conf
==============================================================================
--- head/net/nsscache/files/patch-nsscache.conf	Wed Mar  2 22:33:32 2016	(r409968)
+++ head/net/nsscache/files/patch-nsscache.conf	Wed Mar  2 22:34:57 2016	(r409969)
@@ -1,5 +1,5 @@
---- nsscache.conf.orig	2015-05-19 22:54:48 UTC
-+++ nsscache.conf
+--- nsscache.conf.orig	2016-01-16 19:03:07.000000000 -0700
++++ nsscache.conf	2016-02-28 23:28:01.441959000 -0700
 @@ -2,7 +2,7 @@
  #
  # nsscache loads a config file from the environment variable NSSCACHE_CONFIG
@@ -9,16 +9,7 @@
  #
  # Commented values are overrideable defaults, uncommented values
  # require you to set them.
-@@ -13,14 +13,14 @@
- source = ldap
- 
- # Default NSS data cache module name
--cache = cache
--#cache = files
-+#cache = cache
-+cache = files
- 
- # NSS maps to be cached
+@@ -21,7 +21,7 @@
  maps = passwd, group, shadow, netgroup, automount
  
  # Directory to store our update/modify timestamps
@@ -27,7 +18,7 @@
  
  # Lockfile to use for update/repair operations
  #lockfile = /var/run/nsscache
-@@ -108,7 +108,7 @@ ldap_filter = (objectclass=posixAccount)
+@@ -113,7 +113,7 @@
  
  # Directory to store nssdb databases.  Current libnss_db code requires
  # the path below



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603022234.u22MYvWn079531>