]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bumb version openssl-1.0.2o; libtirpc-1.0.3
authorMarkham <markham001@gmx.de>
Fri, 13 Apr 2018 20:40:41 +0000 (22:40 +0200)
committerMarkham <markham001@gmx.de>
Fri, 13 Apr 2018 20:40:41 +0000 (22:40 +0200)
archive-patches/libtirpc-0007-include-stdint.h-for-uintptr_t.patch [deleted file]
make/libraries.mk
make/versions.mk

diff --git a/archive-patches/libtirpc-0007-include-stdint.h-for-uintptr_t.patch b/archive-patches/libtirpc-0007-include-stdint.h-for-uintptr_t.patch
deleted file mode 100644 (file)
index 6203161..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-From 18f8a605e176f0362da22fd1203eb7cedb136aaf Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 20 Jun 2017 22:06:35 +0200
-Subject: [PATCH] include stdint.h for uintptr_t
-
-Fixes
-| ../../libtirpc-1.0.1/src/xdr_sizeof.c:93:13: error: 'uintptr_t' undeclared (first use in this function); did you mean '__intptr_t'?
-|   if (len < (uintptr_t)xdrs->x_base) {
-|              ^~~~~~~~~
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Signed-off-by: Dmitrii Kolesnichenko <dmitrii@synopsys.com>
----
- src/xdr_sizeof.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/xdr_sizeof.c b/src/xdr_sizeof.c
-index d23fbd1..79d6707 100644
---- a/src/xdr_sizeof.c
-+++ b/src/xdr_sizeof.c
-@@ -39,6 +39,7 @@
- #include <rpc/xdr.h>
- #include <sys/types.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include "un-namespace.h"
- /* ARGSUSED */
--- 
-2.9.4
-
index 19c70e9ad78360427de86e84a92a7c8727ff303a..26d90e26f13e2b7848e11339984493c57dd56600 100755 (executable)
@@ -130,7 +130,6 @@ $(D)/libtirpc: $(ARCHIVE)/libtirpc-$(LIBTIRPC_VER).tar.bz2 | $(TARGETPREFIX)
        $(PATCH)/libtirpc-0004-Automatically-generate-XDR-header-files-from-.x-sour.patch && \
        $(PATCH)/libtirpc-0005-Add-more-XDR-files-needed-to-build-rpcbind-on-top-of.patch && \
        $(PATCH)/libtirpc-0006-Disable-DES-authentification-support.patch && \
-       $(PATCH)/libtirpc-0007-include-stdint.h-for-uintptr_t.patch && \
                autoreconf -fi && \
                $(CONFIGURE) \
                        --target=$(TARGET) \
index e70fb505fd4630b55ca3536a1eb4685659402eb7..8dc5fcacd08a3cc7930d4837383931a0d6e51b08 100644 (file)
@@ -100,7 +100,7 @@ LIBGLIB2_VER = $(LIBGLIB2_VER_MAJOR).$(LIBGLIB2_VER_MINOR).$(LIBGLIB2_VER_MICRO)
 LIBPNG_VER=1.6.34
 
 # The libtirpc package contains libraries that support programs that use the Remote Procedure Call (RPC) API. It replaces the RPC, but not the NIS library entries that used to be in glibc. 
-LIBTIRPC_VER = 1.0.2
+LIBTIRPC_VER = 1.0.3
 
 # libupnp; portable Universal Plug and Play (UPnP) needed for ushare
 LIBUPNP_VER = 1.6.22
@@ -160,7 +160,7 @@ OFGWRITE_VER = b7808ce
 
 # openssl; toolkit for the SSL v2/v3 and TLS v1 protocol
 OPENSSL_VER=1.0.2
-OPENSSL_SUBVER=n
+OPENSSL_SUBVER=o
 
 # openthreads; an object-oriented thread interface for C++ programmers
 LIBOPENTHREADS_VER=3.2