FreeBSD Bugzilla – Attachment 162578 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]
libevhtp.diff
libevhtp.diff (text/plain), 3.26 KB, created by
Ultima
on 2015-10-29 21:07:50 UTC
(
hide
)
Description:
libevhtp.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2015-10-29 21:07:50 UTC
Size:
3.26 KB
patch
obsolete
>Index: www/libevhtp/Makefile >=================================================================== >--- www/libevhtp/Makefile (revision 400465) >+++ www/libevhtp/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= libevhtp >-PORTVERSION= 1.2.9 >-PORTREVISION= 3 >+PORTVERSION= 1.2.10 > CATEGORIES= www > > MAINTAINER= ultima1252@gmail.com >@@ -15,7 +14,7 @@ > > USE_GITHUB= yes > GH_ACCOUNT= ellzey >-GH_TAGNAME= 3886506 >+GH_TAGNAME= ba4c44e > > USES= cmake:outsource > USE_LDCONFIG= YES >@@ -46,15 +45,18 @@ > > .include <bsd.port.options.mk> > >-PLIST_FILES= include/evhtp.h\ >+PLIST_FILES= include/evhtp.h \ > include/evhtp-config.h \ >- include/evthr.h \ > include/htparse.h > >-.if !exists(${LOCALBASE}/include/onigposix.h) >+.if !exists(${LOCALBASE}/include/onigposix.h) && !${PORT_OPTIONS:MEVHTP_DISABLE_REGEX} > PLIST_FILES+= include/onigposix.h > .endif > >+.if !${PORT_OPTIONS:MEVHTP_DISABLE_EVTHR} >+PLIST_FILES+= include/evthr.h >+.endif >+ > .if ${PORT_OPTIONS:MEVHTP_BUILD_SHARED} > PLIST_FILES+= lib/libevhtp.so > .else >Index: www/libevhtp/distinfo >=================================================================== >--- www/libevhtp/distinfo (revision 400465) >+++ www/libevhtp/distinfo (working copy) >@@ -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 >Index: www/libevhtp/files/patch-evhtp.c >=================================================================== >--- www/libevhtp/files/patch-evhtp.c (revision 400465) >+++ www/libevhtp/files/patch-evhtp.c (working copy) >@@ -1,5 +1,5 @@ >---- evhtp.c.orig 2014-03-23 11:50:50.000000000 +0000 >-+++ evhtp.c 2014-09-13 12:37:11.000000000 +0000 >+--- evhtp.c.orig 2015-02-24 07:55:55 UTC >++++ evhtp.c > @@ -7,6 +7,7 @@ > #include <strings.h> > #include <inttypes.h> >@@ -8,7 +8,7 @@ > #include <sys/socket.h> > #include <netinet/in.h> > #include <netinet/tcp.h> >-@@ -2740,7 +2741,14 @@ >+@@ -3170,7 +3171,14 @@ evhtp_bind_sockaddr(evhtp_t * htp, struc > > sock = evconnlistener_get_fd(htp->server); > >Index: www/libevhtp/files/patch-evhtp.h >=================================================================== >--- www/libevhtp/files/patch-evhtp.h (revision 0) >+++ www/libevhtp/files/patch-evhtp.h (working copy) >@@ -0,0 +1,11 @@ >+--- evhtp.h.orig 2015-10-29 19:51:50 UTC >++++ evhtp.h >+@@ -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 >+ >+ > >Property changes on: www/libevhtp/files/patch-evhtp.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
Ultima1252
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 204054
:
162494
| 162578