diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 14:21:03 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:25:15 -0400 |
commit | 5eb6ea775eba50dfaa1ccbc52f9ffd33c4d4be78 (patch) | |
tree | ace57a478ac502f1ce7971bf305b73b215c49700 /www-apache | |
parent | sys-libs/libstatgrab: use HTTPS (diff) | |
download | gentoo-5eb6ea775eba50dfaa1ccbc52f9ffd33c4d4be78.tar.gz gentoo-5eb6ea775eba50dfaa1ccbc52f9ffd33c4d4be78.tar.bz2 gentoo-5eb6ea775eba50dfaa1ccbc52f9ffd33c4d4be78.zip |
www-apache/modsecurity-crs: use HTTPS, sync HOMEPAGEs
Diffstat (limited to 'www-apache')
3 files changed, 15 insertions, 6 deletions
diff --git a/www-apache/modsecurity-crs/modsecurity-crs-2.2.7.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-2.2.7.ebuild index ec65336cc7b3..c96ed6be8961 100644 --- a/www-apache/modsecurity-crs/modsecurity-crs-2.2.7.ebuild +++ b/www-apache/modsecurity-crs/modsecurity-crs-2.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,10 @@ GITHUB_USER=SpiderLabs GITHUB_PROJECT=owasp-${PN} DESCRIPTION="Core Rule Set for ModSecurity" -HOMEPAGE="http://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project" +HOMEPAGE=" + https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project + https://modsecurity.org/crs/ + https://coreruleset.org/" SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/www-apache/modsecurity-crs/modsecurity-crs-2.2.9.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-2.2.9.ebuild index 7a435d3f663b..57f9f9b03911 100644 --- a/www-apache/modsecurity-crs/modsecurity-crs-2.2.9.ebuild +++ b/www-apache/modsecurity-crs/modsecurity-crs-2.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,10 @@ GITHUB_USER=SpiderLabs GITHUB_PROJECT=owasp-${PN} DESCRIPTION="Core Rule Set for ModSecurity" -HOMEPAGE="http://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project" +HOMEPAGE=" + https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project + https://modsecurity.org/crs/ + https://coreruleset.org/" SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/www-apache/modsecurity-crs/modsecurity-crs-3.0.2.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-3.0.2.ebuild index 77271b211900..7ac22cdb9d30 100644 --- a/www-apache/modsecurity-crs/modsecurity-crs-3.0.2.ebuild +++ b/www-apache/modsecurity-crs/modsecurity-crs-3.0.2.ebuild @@ -1,10 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Core Rule Set for ModSecurity" -HOMEPAGE="https://modsecurity.org/crs/" +HOMEPAGE=" + https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project + https://modsecurity.org/crs/ + https://coreruleset.org/" SRC_URI="https://github.com/SpiderLabs/owasp-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |