浏览代码

libtirpc: update to 1.0.3

Waldemar Brodkorb 6 年之前
父节点
当前提交
9936dc6e71

+ 2 - 2
package/libtirpc/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		libtirpc
-PKG_VERSION:=		1.0.2
+PKG_VERSION:=		1.0.3
 PKG_RELEASE:=		1
-PKG_HASH:=		723c5ce92706cbb601a8db09110df1b4b69391643158f20ff587e20e7c5f90f5
+PKG_HASH:=		86c3a78fc1bddefa96111dd233124c703b22a78884203c55c3e06b3be6a0fd5e
 PKG_DESCR:=		transport independent rpc library
 PKG_SECTION:=		libs/net
 PKG_URL:=		http://sourceforge.net/projects/libtirpc/

+ 0 - 11
package/libtirpc/patches/patch-src_des_impl_c

@@ -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);
- }

+ 0 - 10
package/libtirpc/patches/patch-src_xdr_sizeof_c

@@ -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 */