Date: Tue, 10 Oct 2023 16:19:11 GMT From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c20a0ea1b582 - main - security/hitch: Update to 1.8.0 Message-ID: <202310101619.39AGJB0Z072090@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=c20a0ea1b58282c530add37ea6c38376a969f87a commit c20a0ea1b58282c530add37ea6c38376a969f87a Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2023-10-10 16:19:00 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2023-10-10 16:19:00 +0000 security/hitch: Update to 1.8.0 --- security/hitch/Makefile | 2 +- security/hitch/distinfo | 6 +++--- security/hitch/files/patch-src_configuration.c | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/security/hitch/Makefile b/security/hitch/Makefile index f534e749b27b..830f37b4ef62 100644 --- a/security/hitch/Makefile +++ b/security/hitch/Makefile @@ -1,5 +1,5 @@ PORTNAME= hitch -PORTVERSION= 1.7.3 +PORTVERSION= 1.8.0 CATEGORIES= security MASTER_SITES= http://hitch-tls.org/source/ \ ZI diff --git a/security/hitch/distinfo b/security/hitch/distinfo index 73f5d3919a5b..8891e4afd0e6 100644 --- a/security/hitch/distinfo +++ b/security/hitch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669650966 -SHA256 (hitch-1.7.3.tar.gz) = 1a1bf4955d775b718dc31c89a1a05176530b0ca856f95ee42a2bc7a23f289787 -SIZE (hitch-1.7.3.tar.gz) = 355577 +TIMESTAMP = 1696949297 +SHA256 (hitch-1.8.0.tar.gz) = dfc99484bc7ffea27a3169e84d6c217988eda47b208ab2e5524dc2a5dd158f4e +SIZE (hitch-1.8.0.tar.gz) = 358605 diff --git a/security/hitch/files/patch-src_configuration.c b/security/hitch/files/patch-src_configuration.c new file mode 100644 index 000000000000..34df06234450 --- /dev/null +++ b/security/hitch/files/patch-src_configuration.c @@ -0,0 +1,12 @@ +--- src/configuration.c.orig 2023-10-10 16:16:06 UTC ++++ src/configuration.c +@@ -8,7 +8,9 @@ + + #include <sys/types.h> + #include <sys/stat.h> ++#ifndef __FreeBSD__ + #include <sys/sysinfo.h> ++#endif + + #include <stdio.h> + #include <string.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310101619.39AGJB0Z072090>