Date: Tue, 31 Mar 2020 17:43:04 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529995 - branches/2020Q1/www/mod_evasive Message-ID: <202003311743.02VHh4MP064721@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Mar 31 17:43:04 2020 New Revision: 529995 URL: https://svnweb.freebsd.org/changeset/ports/529995 Log: MFH: r529134 - 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 Approved by: portmgr (implicit) Modified: branches/2020Q1/www/mod_evasive/Makefile branches/2020Q1/www/mod_evasive/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/mod_evasive/Makefile ============================================================================== --- branches/2020Q1/www/mod_evasive/Makefile Tue Mar 31 17:42:22 2020 (r529994) +++ branches/2020Q1/www/mod_evasive/Makefile Tue Mar 31 17:43:04 2020 (r529995) @@ -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: branches/2020Q1/www/mod_evasive/distinfo ============================================================================== --- branches/2020Q1/www/mod_evasive/distinfo Tue Mar 31 17:42:22 2020 (r529994) +++ branches/2020Q1/www/mod_evasive/distinfo Tue Mar 31 17:43:04 2020 (r529995) @@ -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?202003311743.02VHh4MP064721>