aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/nghttp2/Makefile2
-rw-r--r--www/nghttp2/distinfo4
-rw-r--r--www/nghttp2/files/patch-shrpx.cc12
-rw-r--r--www/nghttp2/pkg-plist2
4 files changed, 4 insertions, 16 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 0c93c0a9dcd1..85afc1f0db7a 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nghttp2
-PORTVERSION= 0.7.4
+PORTVERSION= 0.7.5
CATEGORIES= www net
MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
LOCAL/sunpoet
diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo
index 06c417192e65..1f2fb377d4bc 100644
--- a/www/nghttp2/distinfo
+++ b/www/nghttp2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nghttp2-0.7.4.tar.xz) = fb71dddd7b94c8af83cb6a89b76f30ebbe1e8b0085997c370934dd57667be8f6
-SIZE (nghttp2-0.7.4.tar.xz) = 853256
+SHA256 (nghttp2-0.7.5.tar.xz) = b2a05b4481881228db90314e14cb33511037a9e5940e31b826b688f27a6628d1
+SIZE (nghttp2-0.7.5.tar.xz) = 858444
diff --git a/www/nghttp2/files/patch-shrpx.cc b/www/nghttp2/files/patch-shrpx.cc
deleted file mode 100644
index f4b6bd8c298d..000000000000
--- a/www/nghttp2/files/patch-shrpx.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/shrpx.cc.orig 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;
diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist
index 20f9a8911609..4afa9e9d9c85 100644
--- a/www/nghttp2/pkg-plist
+++ b/www/nghttp2/pkg-plist
@@ -10,7 +10,7 @@ include/nghttp2/nghttp2ver.h
lib/libnghttp2.a
lib/libnghttp2.so
lib/libnghttp2.so.5
-lib/libnghttp2.so.5.5.0
+lib/libnghttp2.so.5.6.0
%%ASIO%%lib/libnghttp2_asio.a
%%ASIO%%lib/libnghttp2_asio.so
%%ASIO%%lib/libnghttp2_asio.so.0