Update to libiscsi-1.18.0.

from Brad (maintainer)
This commit is contained in:
ajacoutot 2019-05-23 08:50:29 +00:00
parent 4ee360bf79
commit 804ed7c066
3 changed files with 5 additions and 18 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.3 2016/03/11 19:59:13 naddy Exp $
# $OpenBSD: Makefile,v 1.4 2019/05/23 08:50:29 ajacoutot Exp $
COMMENT= client-side library to implement the iSCSI protocol
DISTNAME= libiscsi-1.15.0
REVISION= 0
DISTNAME= libiscsi-1.18.0
CATEGORIES= devel net
MASTER_SITES= https://sites.google.com/site/libiscsitarballs/libiscsitarballs/
SHARED_LIBS= iscsi 0.0
SHARED_LIBS= iscsi 1.0
HOMEPAGE= https://github.com/sahlberg/libiscsi

View File

@ -1,2 +1,2 @@
SHA256 (libiscsi-1.15.0.tar.gz) = JqpVgwU9T+DUaG92p2whbH3OABMPAI5lLs4wW4h1j/E=
SIZE (libiscsi-1.15.0.tar.gz) = 592191
SHA256 (libiscsi-1.18.0.tar.gz) = NnrRUU0WQOTnLKZ1QnXsImZQoSjKEI9hqG12bJTWPSM=
SIZE (libiscsi-1.18.0.tar.gz) = 639555

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lib_socket_c,v 1.1.1.1 2015/08/25 06:40:28 ajacoutot Exp $
--- lib/socket.c.orig Thu Aug 20 12:33:27 2015
+++ lib/socket.c Thu Aug 20 12:34:29 2015
@@ -140,7 +140,7 @@ static int set_tcp_sockopt(int sockfd, int optname, in
{
int level;
- #if defined(__FreeBSD__) || defined(__sun) || (defined(__APPLE__) && defined(__MACH__))
+ #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__sun) || (defined(__APPLE__) && defined(__MACH__))
struct protoent *buf;
if ((buf = getprotobyname("tcp")) != NULL)