Update to 0.6.8

This commit is contained in:
Michael Nottebrock 2004-11-25 18:59:07 +00:00
parent 240f53e46e
commit ded9471f83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122422
3 changed files with 13 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= libassuan
PORTVERSION= 0.6.7
PORTVERSION= 0.6.8
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/${PORTNAME}

View file

@ -1,2 +1,2 @@
MD5 (libassuan-0.6.7.tar.gz) = db4e6939fafbaae80cab11a67f28771d
SIZE (libassuan-0.6.7.tar.gz) = 241732
MD5 (libassuan-0.6.8.tar.gz) = 57465c6d5e1c4c36d7412a03c4f65853
SIZE (libassuan-0.6.8.tar.gz) = 243762

View file

@ -0,0 +1,10 @@
--- src/assuan-socket.c.orig Thu Nov 25 19:38:50 2004
+++ src/assuan-socket.c Thu Nov 25 19:39:09 2004
@@ -23,6 +23,7 @@
#include <windows.h>
#include <io.h>
#else
+#include <sys/types.h>
#include <sys/socket.h>
#endif
#include "assuan-defs.h"