FreeBSD Bugzilla – Attachment 242999 Details for
Bug 272215
www/nghttp2: Update to 1.55.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for nghttp2
nghttp2-cmake-1540.patch (text/plain), 3.28 KB, created by
Daniel Engberg
on 2023-06-26 05:17:19 UTC
(
hide
)
Description:
Patch for nghttp2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-06-26 05:17:19 UTC
Size:
3.28 KB
patch
obsolete
>diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile >index e947dd70794b..fdaa033b18d5 100644 >--- a/www/nghttp2/Makefile >+++ b/www/nghttp2/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= nghttp2 >-PORTVERSION= 1.53.0 >+DISTVERSION= 1.54.0 > CATEGORIES= www net >-MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/ >+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ > > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= HTTP/2.0 C Library >@@ -10,14 +10,29 @@ WWW= https://nghttp2.org/ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 >+BUILD_DEPENDS= libnghttp2>=${DISTVERSION}:www/libnghttp2 > LIB_DEPENDS= libnghttp2.so:www/libnghttp2 > >-USES= cmake compiler:c++14-lang cpe localbase:ldflags pathfix pkgconfig python:env shebangfix ssl tar:xz >+USES= cmake compiler:c++14-lang cpe localbase:ldflags pathfix \ >+ pkgconfig python:env shebangfix ssl tar:xz >+USE_CXXSTD= c++14 > > CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=share/man >-CMAKE_OFF= ENABLE_DEBUG ENABLE_HTTP3 ENABLE_LIB_ONLY ENABLE_STATIC_CRT ENABLE_WERROR WITH_LIBBPF WITH_MRUBY WITH_NEVERBLEED >-CMAKE_ON= ENABLE_DOC ENABLE_FAILMALLOC ENABLE_THREADS >+CMAKE_OFF= ENABLE_DEBUG \ >+ ENABLE_HTTP3 \ >+ ENABLE_LIB_ONLY \ >+ ENABLE_STATIC_CRT \ >+ ENABLE_WERROR \ >+ WITH_LIBBPF \ >+ WITH_MRUBY \ >+ WITH_NEVERBLEED >+CMAKE_ON= ENABLE_DOC \ >+ ENABLE_FAILMALLOC \ >+ ENABLE_THREADS \ >+ CMAKE_DISABLE_FIND_PACKAGE_Jemalloc \ >+ CMAKE_DISABLE_FIND_PACKAGE_Libnghttp3 \ >+ CMAKE_DISABLE_FIND_PACKAGE_Libngtcp2 \ >+ CMAKE_DISABLE_FIND_PACKAGE_Libngtcp2_crypto_openssl > USE_RC_SUBR= nghttpx > > SHEBANG_FILES= script/fetch-ocsp-response >@@ -25,21 +40,29 @@ SHEBANG_FILES= script/fetch-ocsp-response > OPTIONS_DEFINE= APP EXAMPLES HPACK > OPTIONS_DEFAULT=APP HPACK > OPTIONS_SUB= yes >+ > APP_DESC= Build h2load, nghttp, nghttpd and nghttpx > > APP_BUILD_DEPENDS= c-ares>=1.7.5:dns/c-ares \ > libev>=4.11:devel/libev >-APP_CMAKE_BOOL= ENABLE_APP > APP_LIB_DEPENDS= libcares.so:dns/c-ares \ > libev.so:devel/libev > APP_USE= GNOME=libxml2 > APP_USES= gnome >-EXAMPLES_CMAKE_BOOL= ENABLE_EXAMPLES >+APP_CMAKE_BOOL= ENABLE_APP >+APP_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Libcares:BOOL=True \ >+ -DCMAKE_DISABLE_FIND_PACKAGE_Libev:BOOL=True \ >+ -DCMAKE_DISABLE_FIND_PACKAGE_LibXml2:BOOL=True >+ > EXAMPLES_BUILD_DEPENDS= libevent>=2.0.8:devel/libevent > EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent >+EXAMPLES_CMAKE_BOOL= ENABLE_EXAMPLES >+EXAMPLES_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Libevent:BOOL=True >+ > HPACK_BUILD_DEPENDS= jansson>=2.5:devel/jansson >-HPACK_CMAKE_BOOL= ENABLE_HPACK_TOOLS > HPACK_LIB_DEPENDS= libjansson.so:devel/jansson >+HPACK_CMAKE_BOOL= ENABLE_HPACK_TOOLS >+HPACK_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Jansson:BOOL=True > > post-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nghttpx/ >diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo >index 0aefff082b3d..810d3990ee2e 100644 >--- a/www/nghttp2/distinfo >+++ b/www/nghttp2/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1685162054 >-SHA256 (nghttp2-1.53.0.tar.xz) = b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809 >-SIZE (nghttp2-1.53.0.tar.xz) = 1543180 >+TIMESTAMP = 1687726120 >+SHA256 (nghttp2-1.54.0.tar.xz) = 20533c9354fbb6aa689b6aa0ddb77f91da1d242587444502832e1864308152df >+SIZE (nghttp2-1.54.0.tar.xz) = 1541460
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 272215
:
242999
|
243360
|
243410