diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-02 22:34:57 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-02 22:34:57 +0000 |
commit | e9e16273b2c040ba5eba085597f10308f6218cef (patch) | |
tree | 22465aa8d6ed40117ecc90a822e5ef3f0be836f9 /net/nsscache | |
parent | 8cc6bb3d581adb4555ae8358ac9b5379bf784a23 (diff) | |
download | ports-e9e16273b2c040ba5eba085597f10308f6218cef.tar.gz ports-e9e16273b2c040ba5eba085597f10308f6218cef.zip |
Notes
Diffstat (limited to 'net/nsscache')
-rw-r--r-- | net/nsscache/Makefile | 3 | ||||
-rw-r--r-- | net/nsscache/distinfo | 4 | ||||
-rw-r--r-- | net/nsscache/files/patch-nsscache.conf | 17 |
3 files changed, 7 insertions, 17 deletions
diff --git a/net/nsscache/Makefile b/net/nsscache/Makefile index 3d5eafde3181..dd095e8d7661 100644 --- a/net/nsscache/Makefile +++ b/net/nsscache/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nsscache -PORTVERSION= 0.30 -PORTREVISION= 2 +PORTVERSION= 0.32 DISTVERSIONPREFIX= version/ CATEGORIES= net python diff --git a/net/nsscache/distinfo b/net/nsscache/distinfo index a1da04eacb1f..387a85b26c15 100644 --- a/net/nsscache/distinfo +++ b/net/nsscache/distinfo @@ -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 diff --git a/net/nsscache/files/patch-nsscache.conf b/net/nsscache/files/patch-nsscache.conf index 3b4c8471d7e0..ef8110487cd8 100644 --- a/net/nsscache/files/patch-nsscache.conf +++ b/net/nsscache/files/patch-nsscache.conf @@ -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 |