diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/pwned-check/Makefile | 1 | ||||
-rw-r--r-- | security/pwned-check/files/pwned-check.conf.sample | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/pwned-check/Makefile b/security/pwned-check/Makefile index 0b91f3bdbb89..59a1dfb066bd 100644 --- a/security/pwned-check/Makefile +++ b/security/pwned-check/Makefile @@ -3,6 +3,7 @@ PORTNAME= pwned-check PORTVERSION= 2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= # diff --git a/security/pwned-check/files/pwned-check.conf.sample b/security/pwned-check/files/pwned-check.conf.sample index b754d46816f0..ca75e0935a59 100644 --- a/security/pwned-check/files/pwned-check.conf.sample +++ b/security/pwned-check/files/pwned-check.conf.sample @@ -1,2 +1,2 @@ -DBDIR= /var/db/pwned-check -URLBASE= https://downloads.pwnedpasswords.com/passwords +DBDIR=/var/db/pwned-check +URLBASE=https://downloads.pwnedpasswords.com/passwords |