diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-28 21:12:35 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-28 21:13:41 -0500 |
commit | d20e55e6797e5b14f2cbb91be5458f14606d2f43 (patch) | |
tree | 08421397daaa05b2b9570d6b78163a9bb590ac9f /sys-apps/paxctld | |
parent | games-board/tablebase-syzygy: stable for x86. mark stable for the remaining a... (diff) | |
download | gentoo-d20e55e6797e5b14f2cbb91be5458f14606d2f43.tar.gz gentoo-d20e55e6797e5b14f2cbb91be5458f14606d2f43.tar.bz2 gentoo-d20e55e6797e5b14f2cbb91be5458f14606d2f43.zip |
use https:// with grsecurity.net
Diffstat (limited to 'sys-apps/paxctld')
-rw-r--r-- | sys-apps/paxctld/paxctld-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/paxctld/paxctld-1.2.2.ebuild b/sys-apps/paxctld/paxctld-1.2.2.ebuild index 02319f8ac64a..e172e7e00145 100644 --- a/sys-apps/paxctld/paxctld-1.2.2.ebuild +++ b/sys-apps/paxctld/paxctld-1.2.2.ebuild @@ -6,11 +6,11 @@ EAPI="6" inherit systemd DESCRIPTION="PaX flags maintenance daemon" -HOMEPAGE="http://www.grsecurity.net/" +HOMEPAGE="https://www.grsecurity.net/" SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="pam" |