diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-07-27 14:49:49 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-07-27 14:59:24 +0800 |
commit | b4480f333aed7f7f3bc75446a1a5010ba8df738c (patch) | |
tree | 8d584b66351519849aa4ebe26bbc91eed8b2ee96 /sys-auth | |
parent | net-dns/libidn: Remove incorrect sub-SLOT. (diff) | |
download | gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.gz gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.bz2 gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.zip |
sourceforge: switch to https:// URIs
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/pam-script/pam-script-1.1.6.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/pam-script/pam-script-1.1.7.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/pam_chroot/pam_chroot-0.9.2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/pam_ssh/files/pam_ssh-2.1-dot-ssh-check.patch | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild index 1fc74e885000..c3b323c31c46 100644 --- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild +++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit eutils pam DESCRIPTION="pam module to authenticate users via PostgreSQL" -HOMEPAGE="http://sourceforge.net/projects/pam-pgsql/" +HOMEPAGE="https://sourceforge.net/projects/pam-pgsql/" if [[ ${PV} == *_p* ]]; then SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.gz" diff --git a/sys-auth/pam-script/pam-script-1.1.6.ebuild b/sys-auth/pam-script/pam-script-1.1.6.ebuild index c0c587b5a918..c8ef18dd762b 100644 --- a/sys-auth/pam-script/pam-script-1.1.6.ebuild +++ b/sys-auth/pam-script/pam-script-1.1.6.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit multilib DESCRIPTION="PAM module for executing scripts during authorization, password changes, and sessions" -HOMEPAGE="http://sourceforge.net/projects/pam-script/ https://github.com/jeroennijhof/pam_script/" +HOMEPAGE="https://sourceforge.net/projects/pam-script/ https://github.com/jeroennijhof/pam_script/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sys-auth/pam-script/pam-script-1.1.7.ebuild b/sys-auth/pam-script/pam-script-1.1.7.ebuild index 467fbfe6cd72..d5e3550ca22f 100644 --- a/sys-auth/pam-script/pam-script-1.1.7.ebuild +++ b/sys-auth/pam-script/pam-script-1.1.7.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit multilib DESCRIPTION="PAM module for executing scripts during authorization, password changes, and sessions" -HOMEPAGE="http://sourceforge.net/projects/pam-script/ https://github.com/jeroennijhof/pam_script/" +HOMEPAGE="https://sourceforge.net/projects/pam-script/ https://github.com/jeroennijhof/pam_script/" SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sys-auth/pam_chroot/pam_chroot-0.9.2.ebuild b/sys-auth/pam_chroot/pam_chroot-0.9.2.ebuild index 827977aff805..709e9eab3a86 100644 --- a/sys-auth/pam_chroot/pam_chroot-0.9.2.ebuild +++ b/sys-auth/pam_chroot/pam_chroot-0.9.2.ebuild @@ -5,7 +5,7 @@ inherit toolchain-funcs pam flag-o-matic eutils DESCRIPTION="Linux-PAM module that allows a user to be chrooted in auth, account, or session" -HOMEPAGE="http://sourceforge.net/projects/pam-chroot/" +HOMEPAGE="https://sourceforge.net/projects/pam-chroot/" SRC_URI="mirror://sourceforge/pam-chroot/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/sys-auth/pam_ssh/files/pam_ssh-2.1-dot-ssh-check.patch b/sys-auth/pam_ssh/files/pam_ssh-2.1-dot-ssh-check.patch index b5baa71e8f4a..a0737b377bea 100644 --- a/sys-auth/pam_ssh/files/pam_ssh-2.1-dot-ssh-check.patch +++ b/sys-auth/pam_ssh/files/pam_ssh-2.1-dot-ssh-check.patch @@ -1,5 +1,5 @@ https://bugs.gentoo.org/503424#c5 -http://sourceforge.net/p/pam-ssh/bugs/16/ +https://sourceforge.net/p/pam-ssh/bugs/16/ --- a/pam_ssh.c +++ b/pam_ssh.c |