Date: Mon, 24 Aug 2020 03:20:54 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546040 - branches/2020Q3/devel/libhtp Message-ID: <202008240320.07O3KsUs080292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Mon Aug 24 03:20:54 2020 New Revision: 546040 URL: https://svnweb.freebsd.org/changeset/ports/546040 Log: MFH: r546039 devel/libhtp: Update to 0.5.33 - Sort pkg-plist (ports compliance) Changelog: https://github.com/OISF/libhtp/blob/0.5.33/ChangeLog PR: 248483 Approved by: ports-secteam (blanket: bugfix release(s)) Modified: branches/2020Q3/devel/libhtp/Makefile branches/2020Q3/devel/libhtp/distinfo branches/2020Q3/devel/libhtp/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/libhtp/Makefile ============================================================================== --- branches/2020Q3/devel/libhtp/Makefile Mon Aug 24 03:15:48 2020 (r546039) +++ branches/2020Q3/devel/libhtp/Makefile Mon Aug 24 03:20:54 2020 (r546040) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.5.30 +PORTVERSION= 0.5.33 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org Modified: branches/2020Q3/devel/libhtp/distinfo ============================================================================== --- branches/2020Q3/devel/libhtp/distinfo Mon Aug 24 03:15:48 2020 (r546039) +++ branches/2020Q3/devel/libhtp/distinfo Mon Aug 24 03:20:54 2020 (r546040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555751560 -SHA256 (OISF-libhtp-0.5.30_GH0.tar.gz) = 7384f8461ad0431e9247c49b37a73929b284f39408d1f11b80949b188069b638 -SIZE (OISF-libhtp-0.5.30_GH0.tar.gz) = 469580 +TIMESTAMP = 1598238083 +SHA256 (OISF-libhtp-0.5.33_GH0.tar.gz) = 953651fdfe828805bb82dc1aa8b56187b0e2f80781727343e68ccf8afd6a9122 +SIZE (OISF-libhtp-0.5.33_GH0.tar.gz) = 496010 Modified: branches/2020Q3/devel/libhtp/pkg-plist ============================================================================== --- branches/2020Q3/devel/libhtp/pkg-plist Mon Aug 24 03:15:48 2020 (r546039) +++ branches/2020Q3/devel/libhtp/pkg-plist Mon Aug 24 03:20:54 2020 (r546040) @@ -1,6 +1,5 @@ -include/htp/bstr.h include/htp/bstr_builder.h -include/htp/htp.h +include/htp/bstr.h include/htp/htp_base64.h include/htp/htp_config.h include/htp/htp_connection_parser.h @@ -14,6 +13,9 @@ include/htp/htp_transaction.h include/htp/htp_urlencoded.h include/htp/htp_utf8_decoder.h include/htp/htp_version.h +include/htp/htp.h +include/htp/lzma/7zTypes.h +include/htp/lzma/LzmaDec.h lib/libhtp.a lib/libhtp.so lib/libhtp.so.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008240320.07O3KsUs080292>