Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/hitch hitch: update to 1.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffc227e17d3f
branches:  trunk
changeset: 437044:ffc227e17d3f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Aug 15 02:16:18 2020 +0000

description:
hitch: update to 1.6.0

Introduces support for client certificate authentication along with various
other fixes and improvements.

diffstat:

 security/hitch/Makefile |   6 +++---
 security/hitch/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r b21d11628fcc -r ffc227e17d3f security/hitch/Makefile
--- a/security/hitch/Makefile   Sat Aug 15 02:09:25 2020 +0000
+++ b/security/hitch/Makefile   Sat Aug 15 02:16:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/05/31 16:26:36 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2020/08/15 02:16:18 tnn Exp $
 
-DISTNAME=      hitch-1.5.2
+DISTNAME=      hitch-1.6.0
 CATEGORIES=    security
 MASTER_SITES=  https://hitch-tls.org/source/
 
@@ -19,7 +19,7 @@
 CPPFLAGS.SunOS+=       -D__EXTENSIONS__
 LIBS.SunOS+=           -lnsl -lsocket
 
-BUILD_DEFS+=           HITCH_USER HITCH_GROUP HITCH_CERTS
+BUILD_DEFS+=           HITCH_USER HITCH_GROUP HITCH_CERTS VARBASE
 
 HITCH_USER?=           hitch
 HITCH_GROUP?=          hitch
diff -r b21d11628fcc -r ffc227e17d3f security/hitch/distinfo
--- a/security/hitch/distinfo   Sat Aug 15 02:09:25 2020 +0000
+++ b/security/hitch/distinfo   Sat Aug 15 02:16:18 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2020/05/17 15:01:41 nia Exp $
+$NetBSD: distinfo,v 1.11 2020/08/15 02:16:18 tnn Exp $
 
-SHA1 (hitch-1.5.2.tar.gz) = bebd7e85db8cee662ad9cef375f42de4eff50c85
-RMD160 (hitch-1.5.2.tar.gz) = 909f93d80987509c5fcbd943cb44efb467eb23c6
-SHA512 (hitch-1.5.2.tar.gz) = ca4cd62664dfdef3026b1230ddc350f8c3245b13c36e1b6d8ade74cc04e9857f5e060b070ea7201ca27aabcbb9b9f0d0890f9359449ba2c8d8a530cd69b093c2
-Size (hitch-1.5.2.tar.gz) = 309626 bytes
+SHA1 (hitch-1.6.0.tar.gz) = c3f4214f891b5237990c4bbbd104b8a2b4ada6a7
+RMD160 (hitch-1.6.0.tar.gz) = c3f496434a1016becf9393354757e130efd79496
+SHA512 (hitch-1.6.0.tar.gz) = 56e40960e188549ec4d211b98bee3647acd3ed75168e29bb65e64137d5b270b0cae1c100c4dcbb6674e311223f056aeb44ff0265610cd6bf848b75828769d973
+Size (hitch-1.6.0.tar.gz) = 321384 bytes
 SHA1 (patch-hitch.conf.example) = 21840c6028994953d9b05632c55f2da81fd817b0
 SHA1 (patch-src_configuration.c) = 61689ab5946e2762af1f9c02e6a7b95bfee63368



Home | Main Index | Thread Index | Old Index