pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/hitch
Module Name: pkgsrc
Committed By: fhajny
Date: Mon Sep 19 09:33:57 UTC 2016
Modified Files:
pkgsrc/security/hitch: Makefile distinfo
Log Message:
Update security/hitch to 1.4.0.
hitch-1.4.0 (2016-09-12)
- Fix a bug in the OCSP request code where it broke if the OCSP
responder required a Host header. (#113)
- Add support for ECC certificates (#116).
hitch-1.4.0-beta1 (2016-08-26)
- NPN/ALPN support for negotiating a protocol in the SSL handshake.
This lets you use Hitch for terminating TLS in front of an HTTP/2
capable backend. For ALPN, OpenSSL 1.0.2 is needed, while NPN
requires OpenSSL 1.0.1.
- Expanded PROXY protocol support for communicating an ALPN/NPN
negotiated protocol to the backend. Hitch will now include the
ALPN/NPN protocol that was selected during the handshake as part
of the PROXYv2 header.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/hitch/Makefile \
pkgsrc/security/hitch/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/hitch/Makefile
diff -u pkgsrc/security/hitch/Makefile:1.2 pkgsrc/security/hitch/Makefile:1.3
--- pkgsrc/security/hitch/Makefile:1.2 Mon Aug 22 09:34:40 2016
+++ pkgsrc/security/hitch/Makefile Mon Sep 19 09:33:57 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/08/22 09:34:40 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/19 09:33:57 fhajny Exp $
-DISTNAME= hitch-1.3.1
+DISTNAME= hitch-1.4.0
CATEGORIES= security
MASTER_SITES= https://hitch-tls.org/source/
@@ -19,7 +19,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-rst2man=${PREFIX}/bin/rst2man.py${PYVERSSUFFIX}
CPPFLAGS.SunOS+= -D__EXTENSIONS__
-LIBS.SunOS+= -lsocket
+LIBS.SunOS+= -lnsl -lsocket
BUILD_DEFS+= HITCH_USER HITCH_GROUP HITCH_CERTS
Index: pkgsrc/security/hitch/distinfo
diff -u pkgsrc/security/hitch/distinfo:1.2 pkgsrc/security/hitch/distinfo:1.3
--- pkgsrc/security/hitch/distinfo:1.2 Mon Aug 22 09:34:40 2016
+++ pkgsrc/security/hitch/distinfo Mon Sep 19 09:33:57 2016
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2016/08/22 09:34:40 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2016/09/19 09:33:57 fhajny Exp $
-SHA1 (hitch-1.3.1.tar.gz) = d6fb5923516bdd9b91dff15b27bc2bd8b56b34c7
-RMD160 (hitch-1.3.1.tar.gz) = 1b73e556df363fe35fb5a421b1d80e80cdeea999
-SHA512 (hitch-1.3.1.tar.gz) = d90f02bf7ccd40dae0881b9b714f0a3cc81a6a1ec164268f830864e8b77f668865efbd4ce3d932ded5c872c52e26575f6071e4038ac5caf86d41f6935ad543e9
-Size (hitch-1.3.1.tar.gz) = 257330 bytes
+SHA1 (hitch-1.4.0.tar.gz) = 44ec743c8a92ce4ee4f46e2555930337534e4148
+RMD160 (hitch-1.4.0.tar.gz) = 13f215ddfcc931f6c2def743585f6e69e3d8ee7e
+SHA512 (hitch-1.4.0.tar.gz) = 5834f699e45f4709b4a0d62d346533de0dedcc0d5ae4cc531782ace9defc6a93f8a9135ce5a02d168622d5daa92efa833149ddcab23a778d021cba7c740c85ec
+Size (hitch-1.4.0.tar.gz) = 267213 bytes
SHA1 (patch-hitch.conf.example) = 3200fedcc6528476f9b5eca599f156def3e743e0
SHA1 (patch-src_hitch.c) = f16c5010a704291fd1c986b73bb987fd92148616
Home |
Main Index |
Thread Index |
Old Index