Update to p11-kit-0.23.17.
This commit is contained in:
parent
78d72317da
commit
7e850c88c3
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2019/07/12 20:49:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2019/09/15 11:57:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= library for loading and enumerating PKCS\#11 modules
|
||||
|
||||
GH_PROJECT= p11-kit
|
||||
GH_ACCOUNT= p11-glue
|
||||
GH_TAGNAME= 0.23.16.1
|
||||
GH_TAGNAME= 0.23.17
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (p11-kit-0.23.16.1.tar.gz) = sOrxV1964F55jrVktKZByxqLUwBhJgMoW3vZO4JH4uw=
|
||||
SIZE (p11-kit-0.23.16.1.tar.gz) = 593764
|
||||
SHA256 (p11-kit-0.23.17.tar.gz) = m0LLSatkOMSc4Zi5idyDVY38P+rocCbGHJADwOOLTaE=
|
||||
SIZE (p11-kit-0.23.17.tar.gz) = 603236
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-common_compat_c,v 1.4 2019/01/31 18:53:37 ajacoutot Exp $
|
||||
|
||||
Index: common/compat.c
|
||||
--- common/compat.c.orig
|
||||
+++ common/compat.c
|
||||
@@ -40,7 +40,7 @@
|
||||
*/
|
||||
#define _XOPEN_SOURCE 700
|
||||
|
||||
-#if defined(HAVE_ISSETUGID) && defined(__FreeBSD__)
|
||||
+#if defined(HAVE_ISSETUGID) && (defined(__FreeBSD__) || defined(__OpenBSD__))
|
||||
#define __BSD_VISIBLE 1
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user