update ucspi-tools to 1.5

OK Jan Klemkow (maintainer)
This commit is contained in:
bluhm 2016-09-19 21:24:21 +00:00
parent 5352f0a6a6
commit 6b4d39a84b
3 changed files with 5 additions and 17 deletions

View File

@ -1,14 +1,13 @@
# $OpenBSD: Makefile,v 1.5 2016/09/10 13:03:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2016/09/19 21:24:21 bluhm Exp $
COMMENT= socks proxy and tls support for ucspi
DISTNAME= ucspi-tools-1.4
DISTNAME= ucspi-tools-1.5
CATEGORIES= net
REVISION= 0
GH_ACCOUNT= younix
GH_PROJECT= ucspi
GH_COMMIT= 5e964bbf6e2e38b08bf74bbe17fa648102f5853d
GH_COMMIT= 5df4b319a49d63189855f0f47a445d675616b1e7
HOMEPAGE= https://github.com/younix/ucspi
MAINTAINER= Jan Klemkow <j.klemkow@wemelug.de>

View File

@ -1,2 +1,2 @@
SHA256 (ucspi-tools-1.4.tar.gz) = SG2JyDhmfWluE5tBEAiMAldDfPcxnOM+JVnk4axn9NU=
SIZE (ucspi-tools-1.4.tar.gz) = 19053
SHA256 (ucspi-tools-1.5.tar.gz) = NidWn8Y2TcnGkEK1k8RpKHZVy2l2r6M2v1G4JyOtmDs=
SIZE (ucspi-tools-1.5.tar.gz) = 20837

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-tlss_c,v 1.1 2016/09/10 13:03:42 ajacoutot Exp $
--- tlss.c.orig Sat Sep 10 12:10:01 2016
+++ tlss.c Sat Sep 10 12:10:11 2016
@@ -18,6 +18,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/select.h> /* fd_set */
#include <unistd.h>
#include <tls.h>