Date: Sun, 11 Feb 2018 23:04:38 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461536 - in head: . www www/mod_security-devel www/mod_security3 Message-ID: <201802112304.w1BN4cMA012175@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sun Feb 11 23:04:38 2018 New Revision: 461536 URL: https://svnweb.freebsd.org/changeset/ports/461536 Log: www/mod_security-devel: Update to latest pre-release and rename it to www/mod_security3 Changelog: https://github.com/SpiderLabs/ModSecurity/releases/tag/v3.0.0 *While here: -switch to DISTVERSION -remove broken for aarch64, armv6 and armv7, this should be fixed in v3: https://github.com/SpiderLabs/ModSecurity/commit/968d83f1ff688c8158a3fe1c2fc375dd8548b97c PR: 222877 Submitted by: Marius Halden <marius.h@lden.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14118 Added: head/www/mod_security3/ - copied from r461535, head/www/mod_security-devel/ Deleted: head/www/mod_security-devel/ Modified: head/MOVED head/www/Makefile head/www/mod_security3/Makefile head/www/mod_security3/distinfo head/www/mod_security3/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 11 22:48:33 2018 (r461535) +++ head/MOVED Sun Feb 11 23:04:38 2018 (r461536) @@ -9958,3 +9958,4 @@ databases/postgresql92-plpython|databases/postgresql93 databases/postgresql92-pltcl|databases/postgresql93-pltcl|2018-02-10|Has expired: PostgreSQL 9.2 support has reached End-of-line. Please upgrade to a later version. databases/pg_statsinfo||2018-02-10|Removed, only for PosgreSQL 9.2 databases/postgresql-repmgr2||2018-02-10|Removed, only for PostgreSQL 9.2 +www/mod_security-devel|www/mod_security3|2018-02-12|Renamed, upstream has made a release Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Feb 11 22:48:33 2018 (r461535) +++ head/www/Makefile Sun Feb 11 23:04:38 2018 (r461536) @@ -498,7 +498,7 @@ SUBDIR += mod_rpaf2 SUBDIR += mod_scgi SUBDIR += mod_security - SUBDIR += mod_security-devel + SUBDIR += mod_security3 SUBDIR += mod_setenvifplus SUBDIR += mod_spdy SUBDIR += mod_tidy Modified: head/www/mod_security3/Makefile ============================================================================== --- head/www/mod_security-devel/Makefile Sun Feb 11 22:48:33 2018 (r461535) +++ head/www/mod_security3/Makefile Sun Feb 11 23:04:38 2018 (r461536) @@ -1,8 +1,7 @@ # $FreeBSD$ -PORTNAME= mod_security-devel -PORTVERSION= 3.0.0.g2017080200 -PORTREVISION= 1 +PORTNAME= mod_security +DISTVERSION= 3.0.0 CATEGORIES= www security MAINTAINER= marius.halden@modirum.com @@ -14,10 +13,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre \ libyajl.so:devel/yajl \ libGeoIP.so:net/GeoIP - -BROKEN_aarch64= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { } -BROKEN_armv6= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { } -BROKEN_armv7= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { } USES= gmake autoreconf libtool pkgconfig:build USE_GNOME= libxml2 Modified: head/www/mod_security3/distinfo ============================================================================== --- head/www/mod_security-devel/distinfo Sun Feb 11 22:48:33 2018 (r461535) +++ head/www/mod_security3/distinfo Sun Feb 11 23:04:38 2018 (r461536) @@ -1,6 +1,6 @@ -TIMESTAMP = 1501667845 -SHA256 (SpiderLabs-ModSecurity-3.0.0.g2017080200-0508395_GH0.tar.gz) = 21ff4e8efe57afce03af1bdf2394be59a66056a6322a419f923b0a07439c103f -SIZE (SpiderLabs-ModSecurity-3.0.0.g2017080200-0508395_GH0.tar.gz) = 497929 +TIMESTAMP = 1518389737 +SHA256 (SpiderLabs-ModSecurity-3.0.0-0508395_GH0.tar.gz) = 21ff4e8efe57afce03af1bdf2394be59a66056a6322a419f923b0a07439c103f +SIZE (SpiderLabs-ModSecurity-3.0.0-0508395_GH0.tar.gz) = 497929 SHA256 (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 18894cf90d6a1ade441053b2aa89fff495a50eec0c632d346cc223c692973cba SIZE (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 58901 SHA256 (client9-libinjection-da027ab_GH0.tar.gz) = 7eaa6306d13427e002f976d4ce1bf3aaa3f94e7dd4ada02a69354fa482e6afca Modified: head/www/mod_security3/pkg-descr ============================================================================== --- head/www/mod_security-devel/pkg-descr Sun Feb 11 22:48:33 2018 (r461535) +++ head/www/mod_security3/pkg-descr Sun Feb 11 23:04:38 2018 (r461536) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802112304.w1BN4cMA012175>