Update to libgphoto-2.5.27.

This commit is contained in:
ajacoutot 2021-02-27 07:55:10 +00:00
parent a59eeac12b
commit 383ae4eed9
3 changed files with 10 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.72 2020/10/31 12:09:04 sthen Exp $
# $OpenBSD: Makefile,v 1.73 2021/02/27 07:55:10 ajacoutot Exp $
COMMENT= digital camera library
VERSION= 2.5.26
VERSION= 2.5.27
DISTNAME= libgphoto2-${VERSION}
PKGNAME= libgphoto-${VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (libgphoto2-2.5.26.tar.gz) = P5nKXPEqg3bn4X1g5B/h35D/sI++xoRQ2b7sJFImKUg=
SIZE (libgphoto2-2.5.26.tar.gz) = 8841164
SHA256 (libgphoto2-2.5.27.tar.gz) = /Uj29YJZuhmeg0AQrKCvNnLKAiPtCpi6iexpOkFfJCo=
SIZE (libgphoto2-2.5.27.tar.gz) = 8826279

View File

@ -1,11 +1,12 @@
$OpenBSD: patch-camlibs_ptp2_ptpip_c,v 1.1 2014/12/22 14:26:01 ajacoutot Exp $
$OpenBSD: patch-camlibs_ptp2_ptpip_c,v 1.2 2021/02/27 07:55:10 ajacoutot Exp $
ptp2/ptpip.c:697: warning: implicit declaration of function 'inet_aton'
--- camlibs/ptp2/ptpip.c.orig Mon Dec 22 14:39:26 2014
+++ camlibs/ptp2/ptpip.c Mon Dec 22 14:39:47 2014
@@ -45,6 +45,7 @@
# include <winsock.h>
Index: camlibs/ptp2/ptpip.c
--- camlibs/ptp2/ptpip.c.orig
+++ camlibs/ptp2/ptpip.c
@@ -49,6 +49,7 @@
# include <ws2tcpip.h>
#else
# include <sys/socket.h>
+# include <arpa/inet.h>