FreeBSD Bugzilla – Attachment 162494 Details for
Bug 204054
www/libevhtp: upgrade to 1.2.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libevhtp-1.2.10.diff (text/plain), 2.26 KB, created by
Edward Tomasz Napierala
on 2015-10-27 11:25:50 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Edward Tomasz Napierala
Created:
2015-10-27 11:25:50 UTC
Size:
2.26 KB
patch
obsolete
>diff -urNp /usr/ports/www/libevhtp/Makefile libevhtp/Makefile >--- /usr/ports/www/libevhtp/Makefile 2015-05-07 22:24:15.000000000 +0200 >+++ libevhtp/Makefile 2015-10-27 11:25:35.330731000 +0100 >@@ -1,7 +1,7 @@ > # $FreeBSD: head/www/libevhtp/Makefile 385665 2015-05-07 20:24:15Z mat $ > > PORTNAME= libevhtp >-PORTVERSION= 1.2.9 >+PORTVERSION= 1.2.10 > PORTREVISION= 3 > CATEGORIES= www > >@@ -15,7 +15,7 @@ LIB_DEPENDS= libevent.so:${PORTSDIR}/dev > > USE_GITHUB= yes > GH_ACCOUNT= ellzey >-GH_TAGNAME= 3886506 >+GH_TAGNAME= ba4c44e > > USES= cmake:outsource > USE_LDCONFIG= YES >@@ -26,7 +26,6 @@ CMAKE_BUILD_TYPE= Release > OPTIONS_DEFINE= EVHTP_DISABLE_SSL EVHTP_DISABLE_EVTHR EVHTP_DISABLE_REGEX \ > EVHTP_BUILD_SHARED EVHTP_USE_DEFER_ACCEPT > EVHTP_DISABLE_SSL_DESC= Disable ssl support >- > EVHTP_DISABLE_SSL_CMAKE_ON= -DEVHTP_DISABLE_SSL:STRING=ON > EVHTP_DISABLE_SSL_CMAKE_OFF= -DEVHTP_DISABLE_SSL:STRING=OFF > EVHTP_DISABLE_EVTHR_DESC= Disable evthread support >diff -urNp /usr/ports/www/libevhtp/distinfo libevhtp/distinfo >--- /usr/ports/www/libevhtp/distinfo 2015-05-07 22:24:15.000000000 +0200 >+++ libevhtp/distinfo 2015-10-27 09:36:29.782557000 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (ellzey-libevhtp-1.2.9-3886506_GH0.tar.gz) = b012587dfbf3e12fb2939d4f4856f966513c754bd6f0accffff8d8edef3b629d >-SIZE (ellzey-libevhtp-1.2.9-3886506_GH0.tar.gz) = 360681 >+SHA256 (ellzey-libevhtp-1.2.10-ba4c44e_GH0.tar.gz) = d5b022e2a3847ed7344bc7bca7ac7feb6b4a7e877d12452a15a96ba1c760d25a >+SIZE (ellzey-libevhtp-1.2.10-ba4c44e_GH0.tar.gz) = 373482 >diff -urNp /usr/ports/www/libevhtp/files/patch-evhtp.h libevhtp/files/patch-evhtp.h >--- /usr/ports/www/libevhtp/files/patch-evhtp.h 1970-01-01 01:00:00.000000000 +0100 >+++ libevhtp/files/patch-evhtp.h 2015-10-27 12:22:59.122806000 +0100 >@@ -0,0 +1,11 @@ >+--- evhtp.h.orig 2015-10-27 12:22:26.159935000 +0100 >++++ evhtp.h 2015-10-27 12:22:37.812821000 +0100 >+@@ -1285,7 +1285,7 @@ EVHTP_EXPORT evhtp_connection_t * >+ evhtp_connection_new(evbase_t * evbase, const char * addr, uint16_t port); >+ >+ #ifndef DISABLE_SSL >+-evhtp_connection_t * evhtp_connection_ssl_new(evbase_t * evbase, const char * addr, uint16_t port, evhtp_ssl_ctx_t * ctx); >++EVHTP_EXPORT evhtp_connection_t * evhtp_connection_ssl_new(evbase_t * evbase, const char * addr, uint16_t port, evhtp_ssl_ctx_t * ctx); >+ #endif >+ >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204054
: 162494 |
162578