Index: head/www/libevhtp/files/patch-CMakeLists.txt =================================================================== --- head/www/libevhtp/files/patch-CMakeLists.txt (revision 459146) +++ head/www/libevhtp/files/patch-CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2018-01-02 16:30:26 UTC -+++ CMakeLists.txt -@@ -196,7 +196,7 @@ add_library (evhtp ${EVHTP_LIBTYPE} ${LIBEVH - target_link_libraries (evhtp ${LIBEVHTP_EXTERNAL_LIBS}) - - if (EVHTP_BUILD_SHARED) -- set_target_properties(evhtp PROPERTIES VERSION "${PROJECT_VERSION}" 0 OUTPUT_NAME "evhtp") -+ set_target_properties(evhtp PROPERTIES VERSION "${PROJECT_VERSION}" SOVERSION 0 OUTPUT_NAME "evhtp") - endif() - - add_subdirectory(examples) Property changes on: head/www/libevhtp/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/libevhtp/files/patch-evhtp.c =================================================================== --- head/www/libevhtp/files/patch-evhtp.c (revision 459146) +++ head/www/libevhtp/files/patch-evhtp.c (nonexistent) @@ -1,30 +0,0 @@ ---- evhtp.c.orig 2017-12-06 22:34:23 UTC -+++ evhtp.c -@@ -2373,15 +2373,15 @@ htp__connection_writecb_(struct bufferevent * bev, voi - return; - } - -- /* run user-hook for on_write callback before further analysis */ -- htp__hook_connection_write_(conn); -- - /* connection is in a paused state, no further processing yet */ - if ((conn->flags & EVHTP_CONN_FLAG_PAUSED)) - { - return; - } - -+ /* run user-hook for on_write callback before further analysis */ -+ htp__hook_connection_write_(conn); -+ - if (conn->flags & EVHTP_CONN_FLAG_WAITING) - { - HTP_FLAG_OFF(conn, EVHTP_CONN_FLAG_WAITING); -@@ -3043,7 +3043,7 @@ evhtp_connection_pause(evhtp_connection_t * c) - - HTP_FLAG_ON(c, EVHTP_CONN_FLAG_PAUSED); - -- bufferevent_disable(c->bev, EV_READ | EV_WRITE); -+ bufferevent_disable(c->bev, EV_READ); - - return; - } Property changes on: head/www/libevhtp/files/patch-evhtp.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/libevhtp/Makefile =================================================================== --- head/www/libevhtp/Makefile (revision 459146) +++ head/www/libevhtp/Makefile (revision 459147) @@ -1,40 +1,39 @@ # $FreeBSD$ PORTNAME= libevhtp -PORTVERSION= 1.2.15 -PORTREVISION= 1 +PORTVERSION= 1.2.16 CATEGORIES= www MAINTAINER= ultima@FreeBSD.org COMMENT= Flexible replacement for libevent httpd API LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent USES= cmake:outsource USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= criticalstack CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=include/event2 \ -DCMAKE_LIBRARY_PATH:PATH=lib/event2 -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= REGEX SSL THREADS STATIC DEBUG OPTIONS_DEFAULT=REGEX SSL THREADS OPTIONS_SUB= yes REGEX_CMAKE_BOOL_OFF= EVHTP_DISABLE_REGEX REGEX_LIB_DEPENDS= libonig.so:devel/oniguruma SSL_CMAKE_BOOL_OFF= EVHTP_DISABLE_SSL SSL_USES= ssl THREADS_CMAKE_BOOL_OFF= EVHTP_DISABLE_EVTHR STATIC_CMAKE_BOOL_OFF= EVHTP_BUILD_SHARED .include Index: head/www/libevhtp/distinfo =================================================================== --- head/www/libevhtp/distinfo (revision 459146) +++ head/www/libevhtp/distinfo (revision 459147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514908590 -SHA256 (criticalstack-libevhtp-1.2.15_GH0.tar.gz) = f78ee8a34492e266fc1b6b9d4003825659df672da1cf918120217a0ee0d14ed3 -SIZE (criticalstack-libevhtp-1.2.15_GH0.tar.gz) = 171933 +TIMESTAMP = 1516059355 +SHA256 (criticalstack-libevhtp-1.2.16_GH0.tar.gz) = 4c3f510b15873e9fc29299de0c5d4d257d1d910710e104e33439a17c27fc414b +SIZE (criticalstack-libevhtp-1.2.16_GH0.tar.gz) = 181311 Index: head/www/libevhtp/pkg-plist =================================================================== --- head/www/libevhtp/pkg-plist (revision 459146) +++ head/www/libevhtp/pkg-plist (revision 459147) @@ -1,10 +1,11 @@ include/evhtp.h include/evhtp/config.h include/evhtp/evhtp.h include/evhtp/parser.h +%%SSL%%include/evhtp/sslutils.h %%THREADS%%include/evhtp/thread.h %%NO_STATIC%%lib/libevhtp.so %%NO_STATIC%%lib/libevhtp.so.0 %%NO_STATIC%%lib/libevhtp.so.%%PORTVERSION%% %%STATIC%%lib/libevhtp.a libdata/pkgconfig/evhtp.pc