Date: Mon, 17 Jul 2017 05:52:20 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446052 - head/devel/libhtp Message-ID: <201707170552.v6H5qK4h075713@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707170552.v6H5qK4h075713>