-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from STNS/add-cached-directive
Add cached directive
- Loading branch information
Showing
7 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
libnss-stns-v2 (2.6.1-1) xenial; urgency=medium | ||
|
||
* add cached directive | ||
|
||
-- pyama86 <[email protected]> Thu, 13 Aug 2020 12:00:00 +0900 | ||
libnss-stns-v2 (2.6.0-1) xenial; urgency=medium | ||
|
||
* add cache-stnsd options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: SimpleTomlNameService Nss Module | ||
Name: libnss-stns-v2 | ||
Version: 2.6.0 | ||
Version: 2.6.1 | ||
Release: 1 | ||
License: GPLv3 | ||
URL: https://github.com/STNS/STNS | ||
|
@@ -61,6 +61,8 @@ sed -i "s/^IPAddressDeny=any/#IPAddressDeny=any/" /lib/systemd/system/systemd-lo | |
%config(noreplace) /etc/stns/client/stns.conf | ||
|
||
%changelog | ||
* Thu Aug 13 2020 pyama86 <[email protected]> - 2.6.1-1 | ||
- add cached directive | ||
* Tue Jul 14 2020 pyama86 <[email protected]> - 2.6.0-1 | ||
- add cache-stnsd options | ||
- static build openssl and curl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,6 @@ ca = "ca_cert" | |
|
||
[http_headers] | ||
X-API-TOKEN = "token" | ||
|
||
[cached] | ||
enable = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.6.0 | ||
2.6.1 |