Skip to content

Commit

Permalink
app-admin/sudo: use HTTPS instead of HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Turco authored and floppym committed Jan 26, 2018
1 parent 73a4101 commit 9271d36
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app-admin/sudo/sudo-1.8.20_p2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ case ${P} in
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/"
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
HOMEPAGE="https://www.sudo.ws/"
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz"

# Basic license is ISC-style as-is, some files are released under
Expand Down
4 changes: 2 additions & 2 deletions app-admin/sudo/sudo-1.8.21_p2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ case ${P} in
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/"
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
HOMEPAGE="https://www.sudo.ws/"
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz"

# Basic license is ISC-style as-is, some files are released under
Expand Down
4 changes: 2 additions & 2 deletions app-admin/sudo/sudo-1.8.22.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ case ${P} in
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/"
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
HOMEPAGE="https://www.sudo.ws/"
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz"

# Basic license is ISC-style as-is, some files are released under
Expand Down
6 changes: 3 additions & 3 deletions app-admin/sudo/sudo-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=6

inherit eutils pam multilib libtool
if [[ ${PV} == "9999" ]] ; then
EHG_REPO_URI="http://www.sudo.ws/repos/sudo"
EHG_REPO_URI="https://www.sudo.ws/repos/sudo"
inherit mercurial
fi

Expand All @@ -18,9 +18,9 @@ case ${P} in
esac

DESCRIPTION="Allows users or groups to run commands as other users"
HOMEPAGE="http://www.sudo.ws/"
HOMEPAGE="https://www.sudo.ws/"
if [[ ${PV} != "9999" ]] ; then
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz"
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
Expand Down

0 comments on commit 9271d36

Please sign in to comment.