p11-kit: bump to version 0.23.2
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 8 Dec 2015 12:09:07 +0000 (09:09 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 8 Dec 2015 20:52:16 +0000 (21:52 +0100)
0002-rpc-transport.c-include-sys-select.h-for-fd_set.patch is upstream
so drop it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/p11-kit/0002-rpc-transport.c-include-sys-select.h-for-fd_set.patch [deleted file]
package/p11-kit/p11-kit.hash
package/p11-kit/p11-kit.mk

diff --git a/package/p11-kit/0002-rpc-transport.c-include-sys-select.h-for-fd_set.patch b/package/p11-kit/0002-rpc-transport.c-include-sys-select.h-for-fd_set.patch
deleted file mode 100644 (file)
index bff732c..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-From 1071268d06da269de56c895af940e6f15bcf79e7 Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Wed, 2 Dec 2015 07:15:43 -0300
-Subject: [PATCH] rpc-transport.c: include sys/select.h for fd_set
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-fd_set and friends, according to POSIX.1-2001, needs sys/select.h, so
-include it otherwise the build fails for uClibc:
-
-p11-kit/rpc-transport.c: In function ‘rpc_socket_read’:
-p11-kit/rpc-transport.c:350:2: error: unknown type name ‘fd_set’
-p11-kit/rpc-transport.c:416:4: warning: implicit declaration of function
-‘FD_ZERO’ [-Wimplicit-function-declaration]
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- p11-kit/rpc-transport.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/p11-kit/rpc-transport.c b/p11-kit/rpc-transport.c
-index 7176b39..5251e11 100644
---- a/p11-kit/rpc-transport.c
-+++ b/p11-kit/rpc-transport.c
-@@ -55,6 +55,7 @@
- #include <string.h>
- #ifdef OS_UNIX
-+#include <sys/select.h>
- #include <sys/socket.h>
- #include <sys/wait.h>
- #include <sys/un.h>
--- 
-2.4.10
-
index d43a8fddc750544a140f7dc1144eebc62b93039c..c0182eb4ce2b25809f72402b6064349b371830f3 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256 e57371669f3b157141b86c429bd9c29741994b2f5ff115fcb8a03e751b0f6ac4        p11-kit-0.23.1.tar.gz
+sha256 ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0        p11-kit-0.23.2.tar.gz
index 03d26e21e9c083206e89fd2a667e1ffcedec928d..e856cac092fe777f9428a3686140514b711ed9bd 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-P11_KIT_VERSION = 0.23.1
+P11_KIT_VERSION = 0.23.2
 P11_KIT_SITE = http://p11-glue.freedesktop.org/releases
 P11_KIT_DEPENDENCIES = host-pkgconf libffi libtasn1
 P11_KIT_INSTALL_STAGING = YES