security/hitch: Update to 1.8.0
This commit is contained in:
parent
e247a75c54
commit
c20a0ea1b5
3 changed files with 16 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= hitch
|
||||
PORTVERSION= 1.7.3
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://hitch-tls.org/source/ \
|
||||
ZI
|
||||
|
|
|
@ -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
|
||||
|
|
12
security/hitch/files/patch-src_configuration.c
Normal file
12
security/hitch/files/patch-src_configuration.c
Normal file
|
@ -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>
|
Loading…
Reference in a new issue