diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-17 06:55:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-17 06:55:41 +0800 |
commit | 68874d501def69ed6b76f40a8f27cd8775b9874d (patch) | |
tree | cf039ed90bc6a90646a3c2c8eb50df83940d482e /security | |
parent | 3bebf7a76137eee182d461f957c79e3e689a8574 (diff) | |
download | freebsd-ports-gnome-68874d501def69ed6b76f40a8f27cd8775b9874d.tar.gz freebsd-ports-gnome-68874d501def69ed6b76f40a8f27cd8775b9874d.tar.zst freebsd-ports-gnome-68874d501def69ed6b76f40a8f27cd8775b9874d.zip |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_yubico/Makefile | 2 | ||||
-rw-r--r-- | security/pam_yubico/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile index ad35048ada63..241812a550f7 100644 --- a/security/pam_yubico/Makefile +++ b/security/pam_yubico/Makefile @@ -3,7 +3,7 @@ PORTNAME= pam_yubico PORTVERSION= 2.26 CATEGORIES= security -MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/ +MASTER_SITES= https://developers.yubico.com/yubico-pam/Releases/ MAINTAINER= matt@mjslabs.com COMMENT= PAM module for authenticating with a Yubico YubiKey diff --git a/security/pam_yubico/pkg-descr b/security/pam_yubico/pkg-descr index 94f834415e86..50bf40b79c33 100644 --- a/security/pam_yubico/pkg-descr +++ b/security/pam_yubico/pkg-descr @@ -2,4 +2,4 @@ The Yubico authentication device Yubikey generates one-time passwords that can be used for authentication. This module allows you to use the Yubikey device to authenticate to the PAM system. -WWW: http://opensource.yubico.com/yubico-pam/ +WWW: https://developers.yubico.com/yubico-pam/ |