update to nghttp2-1.29.0

This commit is contained in:
sthen 2017-12-20 15:04:34 +00:00
parent 64d3684eec
commit 24212bc880
3 changed files with 9 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.27 2017/12/15 14:41:17 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2017/12/20 15:04:34 sthen Exp $
# if building tools, N.B. https://github.com/nghttp2/nghttp2/pull/789 /
# https://patch-diff.githubusercontent.com/raw/nghttp2/nghttp2/pull/789.diff
COMMENT= library for HTTP/2
V= 1.28.0
V= 1.29.0
DISTNAME= nghttp2-$V
SHARED_LIBS += nghttp2 0.12 # 27.0

View File

@ -1,2 +1,2 @@
SHA256 (nghttp2-1.28.0.tar.gz) = 5vWNHvW9P5MXZDWL7oyU3lsUxdAM9PTNopHpUt6BqYM=
SIZE (nghttp2-1.28.0.tar.gz) = 2227646
SHA256 (nghttp2-1.29.0.tar.gz) = 51zCvjqnqDkN9hXCfrr6pZAPAOY7RUsFxHfRMd6BNUg=
SIZE (nghttp2-1.29.0.tar.gz) = 2210290

View File

@ -1,10 +1,11 @@
$OpenBSD: patch-Makefile_in,v 1.6 2017/02/26 20:49:01 sthen Exp $
$OpenBSD: patch-Makefile_in,v 1.7 2017/12/20 15:04:34 sthen Exp $
not very useful without tools, and the contrib Makefile has a gnu-ism
--- Makefile.in.orig Sun Feb 26 10:01:18 2017
+++ Makefile.in Sun Feb 26 20:46:44 2017
@@ -449,7 +449,7 @@ top_srcdir = @top_srcdir@
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -447,7 +447,7 @@ top_srcdir = @top_srcdir@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SUBDIRS = lib third-party src examples python tests integration-tests \