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:   tnn
Date:           Sat Aug 15 02:16:18 UTC 2020

Modified Files:
        pkgsrc/security/hitch: Makefile distinfo

Log Message:
hitch: update to 1.6.0

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/hitch/Makefile
cvs rdiff -u -r1.10 -r1.11 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.16 pkgsrc/security/hitch/Makefile:1.17
--- pkgsrc/security/hitch/Makefile:1.16 Sun May 31 16:26:36 2020
+++ pkgsrc/security/hitch/Makefile      Sat Aug 15 02:16:18 2020
@@ -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 @@ CHECK_PORTABILITY_SKIP+=      src/tests/*
 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

Index: pkgsrc/security/hitch/distinfo
diff -u pkgsrc/security/hitch/distinfo:1.10 pkgsrc/security/hitch/distinfo:1.11
--- pkgsrc/security/hitch/distinfo:1.10 Sun May 17 15:01:41 2020
+++ pkgsrc/security/hitch/distinfo      Sat Aug 15 02:16:18 2020
@@ -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