FreeBSD Bugzilla – Attachment 152828 Details for
Bug 197504
www/nghttp2 - update to 0.7.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 0.7.3
nghttp2.diff (text/plain), 1.77 KB, created by
Mikhail Teterin
on 2015-02-10 02:37:33 UTC
(
hide
)
Description:
Update to 0.7.3
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2015-02-10 02:37:33 UTC
Size:
1.77 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 378756) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= nghttp2 >-PORTVERSION= 0.7.0 >+PORTVERSION= 0.7.3 > CATEGORIES= www net > MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ > LOCAL/sunpoet >Index: distinfo >=================================================================== >--- distinfo (revision 378756) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (nghttp2-0.7.0.tar.xz) = 41765d7ed8a4790b674ac27ae5106006799de402c0f0427a71c40875e2971542 >-SIZE (nghttp2-0.7.0.tar.xz) = 821656 >+SHA256 (nghttp2-0.7.3.tar.xz) = 73b7ec1fa2ca11b537fe6b40e48e30a1db30b93d810d5e3905ce620c67df634f >+SIZE (nghttp2-0.7.3.tar.xz) = 834244 >Index: files/patch-shrpx.cc >=================================================================== >--- files/patch-shrpx.cc (revision 0) >+++ files/patch-shrpx.cc (working copy) >@@ -0,0 +1,12 @@ >+--- src/shrpx.cc 2015-01-25 09:01:44.000000000 -0500 >++++ src/shrpx.cc 2015-02-09 17:51:30.000000000 -0500 >+@@ -1862,6 +1862,7 @@ >+ >+ if (get_config()->rlimit_nofile) { >+- struct rlimit lim = {get_config()->rlimit_nofile, >+- get_config()->rlimit_nofile}; >++ struct rlimit lim; >++ >++ lim.rlim_cur = lim.rlim_max = get_config()->rlimit_nofile; >+ if (setrlimit(RLIMIT_NOFILE, &lim) != 0) { >+ auto error = errno; > >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 378756) >+++ pkg-plist (working copy) >@@ -10,7 +10,7 @@ > lib/libnghttp2.a > lib/libnghttp2.so > lib/libnghttp2.so.5 >-lib/libnghttp2.so.5.3.0 >+lib/libnghttp2.so.5.4.0 > %%ASIO%%lib/libnghttp2_asio.a > %%ASIO%%lib/libnghttp2_asio.so > %%ASIO%%lib/libnghttp2_asio.so.0
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 197504
: 152828 |
153150