From owner-svn-ports-head@freebsd.org Sat Jan 19 08:30:23 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14BE8149D35F; Sat, 19 Jan 2019 08:30:23 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B03836E0DF; Sat, 19 Jan 2019 08:30:22 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A428FFF36; Sat, 19 Jan 2019 08:30:22 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0J8UMTr088240; Sat, 19 Jan 2019 08:30:22 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0J8UMfb088238; Sat, 19 Jan 2019 08:30:22 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201901190830.x0J8UMfb088238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 Jan 2019 08:30:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490715 - head/www/mod_security X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/mod_security X-SVN-Commit-Revision: 490715 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B03836E0DF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2019 08:30:23 -0000 Author: joneum Date: Sat Jan 19 08:30:21 2019 New Revision: 490715 URL: https://svnweb.freebsd.org/changeset/ports/490715 Log: Update to 2.9.3 Changelog: https://github.com/SpiderLabs/ModSecurity/releases/tag/v2.9.3 PR: 235054 Sponsored by: Netzkommune GmbH Modified: head/www/mod_security/Makefile head/www/mod_security/distinfo head/www/mod_security/pkg-descr Modified: head/www/mod_security/Makefile ============================================================================== --- head/www/mod_security/Makefile Sat Jan 19 08:22:15 2019 (r490714) +++ head/www/mod_security/Makefile Sat Jan 19 08:30:21 2019 (r490715) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mod_security -PORTVERSION= 2.9.2 -PORTREVISION= 3 +PORTVERSION= 2.9.3 +PORTREVISION= 0 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \ libgdbm.so:databases/gdbm \ libexpat.so:textproc/expat2 -USES= apache:2.2+ perl5 pkgconfig shebangfix bdb +USES= apache:2.4+ perl5 pkgconfig shebangfix bdb USE_GNOME= libxml2 GNU_CONFIGURE= yes SHEBANG_FILES= tools/rules-updater.pl.in mlogc/mlogc-batch-load.pl.in Modified: head/www/mod_security/distinfo ============================================================================== --- head/www/mod_security/distinfo Sat Jan 19 08:22:15 2019 (r490714) +++ head/www/mod_security/distinfo Sat Jan 19 08:30:21 2019 (r490715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501788911 -SHA256 (modsecurity-2.9.2.tar.gz) = 41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5 -SIZE (modsecurity-2.9.2.tar.gz) = 4298993 +TIMESTAMP = 1547886029 +SHA256 (modsecurity-2.9.3.tar.gz) = 4192019d169d3f1dd82cc4714db6986df54c6ceb4ee1c8f253de78d1a6b62118 +SIZE (modsecurity-2.9.3.tar.gz) = 4307670 Modified: head/www/mod_security/pkg-descr ============================================================================== --- head/www/mod_security/pkg-descr Sat Jan 19 08:22:15 2019 (r490714) +++ head/www/mod_security/pkg-descr Sat Jan 19 08:30:21 2019 (r490715) @@ -6,4 +6,4 @@ existing infrastructure. It is also an open source project that aims to make the web application firewall technology available to everyone. -WWW: http://www.modsecurity.org/ +WWW: https://www.modsecurity.org/