From owner-svn-ports-head@freebsd.org Mon Jul 17 05:52:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4E71CFCABE; Mon, 17 Jul 2017 05:52:21 +0000 (UTC) (envelope-from koobs@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 mx1.freebsd.org (Postfix) with ESMTPS id 80D5D7330F; Mon, 17 Jul 2017 05:52:21 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6H5qK8b075716; Mon, 17 Jul 2017 05:52:20 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6H5qK4h075713; Mon, 17 Jul 2017 05:52:20 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201707170552.v6H5qK4h075713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 17 Jul 2017 05:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446052 - head/devel/libhtp X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/libhtp X-SVN-Commit-Revision: 446052 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 17 Jul 2017 05:52:21 -0000 Author: koobs Date: Mon Jul 17 05:52:20 2017 New Revision: 446052 URL: https://svnweb.freebsd.org/changeset/ports/446052 Log: devel/libhtp: Update to 0.5.25 * Remove CONFLICTS_INSTALL (libhtp-suricata port deleted) * Remove unecessary PLIST_SUB * Update and sort pkg-plist * Bump security/suricata PORTREVISION, library name/version change Changelog: https://github.com/OISF/libhtp/blob/0.5.25/ChangeLog PR: 220757 Submitted by: Franco Fichtner (franco opnsense org) Modified: head/devel/libhtp/Makefile head/devel/libhtp/distinfo head/devel/libhtp/pkg-plist Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Mon Jul 17 03:02:05 2017 (r446051) +++ head/devel/libhtp/Makefile Mon Jul 17 05:52:20 2017 (r446052) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.5.24 +PORTVERSION= 0.5.25 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org @@ -22,11 +22,7 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} MAKE_ARGS= LIBS="-lz ${ICONV_LIB}" LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip -TEST_TARGET= check - -CONFLICTS_INSTALL= libhtp-suricata-* - -PLIST_SUB+= PORTVERSION="${PORTVERSION}" +INSTALL_TARGET= install-strip +TEST_TARGET= check .include Modified: head/devel/libhtp/distinfo ============================================================================== --- head/devel/libhtp/distinfo Mon Jul 17 03:02:05 2017 (r446051) +++ head/devel/libhtp/distinfo Mon Jul 17 05:52:20 2017 (r446052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497597987 -SHA256 (OISF-libhtp-0.5.24_GH0.tar.gz) = c959d912c54a1224711bd1b36e722714b2a2acdac094d4933ba6f1c05697d75a -SIZE (OISF-libhtp-0.5.24_GH0.tar.gz) = 5773278 +TIMESTAMP = 1499980395 +SHA256 (OISF-libhtp-0.5.25_GH0.tar.gz) = 92eeddf923c34a97f36bce4cac2f0ae924bc0e647a6513f78fa6cc0464a73a6c +SIZE (OISF-libhtp-0.5.25_GH0.tar.gz) = 464321 Modified: head/devel/libhtp/pkg-plist ============================================================================== --- head/devel/libhtp/pkg-plist Mon Jul 17 03:02:05 2017 (r446051) +++ head/devel/libhtp/pkg-plist Mon Jul 17 05:52:20 2017 (r446052) @@ -1,21 +1,21 @@ +include/htp/bstr.h +include/htp/bstr_builder.h +include/htp/htp.h +include/htp/htp_base64.h include/htp/htp_config.h include/htp/htp_connection_parser.h include/htp/htp_core.h +include/htp/htp_decompressors.h +include/htp/htp_hooks.h include/htp/htp_list.h +include/htp/htp_multipart.h include/htp/htp_table.h include/htp/htp_transaction.h -include/htp/htp_version.h -include/htp/htp_hooks.h -include/htp/htp_decompressors.h -include/htp/bstr.h -include/htp/bstr_builder.h -include/htp/htp_utf8_decoder.h -include/htp/htp.h -include/htp/htp_base64.h -include/htp/htp_multipart.h include/htp/htp_urlencoded.h -lib/libhtp-%%PORTVERSION%%.so.1 -lib/libhtp-%%PORTVERSION%%.so.1.0.0 +include/htp/htp_utf8_decoder.h +include/htp/htp_version.h lib/libhtp.a lib/libhtp.so +lib/libhtp.so.2 +lib/libhtp.so.2.0.0 libdata/pkgconfig/htp.pc