summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-03-27 21:39:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-03-27 21:41:45 +0200
commit9936dc6e71bc6b974a3c3ab6ef240ed82e0f8084 (patch)
tree670cfb8f5f9d7a8f44f717e675e8dfa4dea5987e /package/libtirpc/patches
parent9623e926f4d4011b340575f80be79ab861fe3630 (diff)
libtirpc: update to 1.0.3
Diffstat (limited to 'package/libtirpc/patches')
-rw-r--r--package/libtirpc/patches/patch-src_des_impl_c11
-rw-r--r--package/libtirpc/patches/patch-src_xdr_sizeof_c10
2 files changed, 0 insertions, 21 deletions
diff --git a/package/libtirpc/patches/patch-src_des_impl_c b/package/libtirpc/patches/patch-src_des_impl_c
deleted file mode 100644
index 0290f1bbf..000000000
--- a/package/libtirpc/patches/patch-src_des_impl_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libtirpc-1.0.2.orig/src/des_impl.c 2017-07-05 17:02:23.000000000 +0200
-+++ libtirpc-1.0.2/src/des_impl.c 2017-08-12 20:52:33.863661657 +0200
-@@ -588,7 +588,7 @@ _des_crypt (char *buf, unsigned len, str
- }
- tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
- tbuf[0] = tbuf[1] = 0;
-- __bzero (schedule, sizeof (schedule));
-+ memset (schedule, 0, sizeof (schedule));
-
- return (1);
- }
diff --git a/package/libtirpc/patches/patch-src_xdr_sizeof_c b/package/libtirpc/patches/patch-src_xdr_sizeof_c
deleted file mode 100644
index ec67af96e..000000000
--- a/package/libtirpc/patches/patch-src_xdr_sizeof_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libtirpc-1.0.2.orig/src/xdr_sizeof.c 2017-07-05 17:02:23.000000000 +0200
-+++ libtirpc-1.0.2/src/xdr_sizeof.c 2017-08-12 18:47:36.343232184 +0200
-@@ -39,6 +39,7 @@
- #include <rpc/xdr.h>
- #include <sys/types.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include "un-namespace.h"
-
- /* ARGSUSED */