Date: Wed, 25 Mar 2020 22:12:35 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529134 - head/www/mod_evasive Message-ID: <202003252212.02PMCZ8H015254@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Mar 25 22:12:35 2020 New Revision: 529134 URL: https://svnweb.freebsd.org/changeset/ports/529134 Log: - Unbreak by using new upstream The author restored the working version to github. The version in the README is wrong (1.10) but is correct in CHANGELOG (1.10.1). PR: 243852 MFH: 2020Q1 Modified: head/www/mod_evasive/Makefile head/www/mod_evasive/distinfo Modified: head/www/mod_evasive/Makefile ============================================================================== --- head/www/mod_evasive/Makefile Wed Mar 25 22:08:50 2020 (r529133) +++ head/www/mod_evasive/Makefile Wed Mar 25 22:12:35 2020 (r529134) @@ -5,19 +5,18 @@ PORTNAME= mod_evasive PORTVERSION= 1.10.1 PORTREVISION= 1 CATEGORIES= www security -MASTER_SITES= http://www.zdziarski.com/blog/wp-content/uploads/2010/02/ DISTNAME= mod_evasive_${PORTVERSION} DIST_SUBDIR= apache2 MAINTAINER= kiwi@oav.net COMMENT= Apache module to try to protect the HTTP Server from DoS/DDoS attacks -BROKEN= unfetchable +USE_GITHUB= yes +GH_ACCOUNT= jzdziarski +GH_TAGNAME= ad6e89f6c7d835945a7d329cc0f04adaefc3d114 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE - -WRKSRC= ${WRKDIR}/${PORTNAME} USES= apache:2.2+ AP_FAST_BUILD= yes Modified: head/www/mod_evasive/distinfo ============================================================================== --- head/www/mod_evasive/distinfo Wed Mar 25 22:08:50 2020 (r529133) +++ head/www/mod_evasive/distinfo Wed Mar 25 22:12:35 2020 (r529134) @@ -1,2 +1,3 @@ -SHA256 (apache2/mod_evasive_1.10.1.tar.gz) = 07c45139aa313899484a900f0fc162b3e17eb4f60fe474d7f3dd6c9941e95667 -SIZE (apache2/mod_evasive_1.10.1.tar.gz) = 20454 +TIMESTAMP = 1585173611 +SHA256 (apache2/jzdziarski-mod_evasive-1.10.1-ad6e89f6c7d835945a7d329cc0f04adaefc3d114_GH0.tar.gz) = cb6a574dabbda7043048bda90250b3f367af48225b83afc5eccd1fa31e4715ee +SIZE (apache2/jzdziarski-mod_evasive-1.10.1-ad6e89f6c7d835945a7d329cc0f04adaefc3d114_GH0.tar.gz) = 20303
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003252212.02PMCZ8H015254>