mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
open-vm-tools: update to 12.5.0
for detailed change log, please refer to: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog Signed-off-by: Tan Zien <nabsdh9@gmail.com>
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=open-vm-tools
|
PKG_NAME:=open-vm-tools
|
||||||
PKG_VERSION:=12.2.0
|
PKG_VERSION:=12.5.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-21223074.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-24276846.tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/vmware/open-vm-tools/releases/download/stable-$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/vmware/open-vm-tools/releases/download/stable-$(PKG_VERSION)
|
||||||
PKG_HASH:=ddc797cb75c435ad03c197ee0753156add148d06aefb14587dd31bff7556479a
|
PKG_HASH:=7eefd632f10ed4afc48559bcae31a598501377e72dec4b9965cee53e8c4f47ce
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-21223074
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-24276846
|
||||||
|
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
|
|||||||
|
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -1461,7 +1461,17 @@ AC_C_VOLATILE
|
@@ -1403,7 +1403,17 @@ AC_C_VOLATILE
|
||||||
|
|
||||||
### General flags / actions
|
### General flags / actions
|
||||||
CFLAGS="$CFLAGS -Wall"
|
CFLAGS="$CFLAGS -Wall"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
|
|||||||
|
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -1451,6 +1451,7 @@ AC_TYPE_OFF_T
|
@@ -1393,6 +1393,7 @@ AC_TYPE_OFF_T
|
||||||
AC_TYPE_PID_T
|
AC_TYPE_PID_T
|
||||||
AC_TYPE_SIZE_T
|
AC_TYPE_SIZE_T
|
||||||
AC_CHECK_MEMBERS([struct stat.st_rdev])
|
AC_CHECK_MEMBERS([struct stat.st_rdev])
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
|
|||||||
|
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -1179,6 +1179,7 @@ AC_CHECK_FUNCS(
|
@@ -1121,6 +1121,7 @@ AC_CHECK_FUNCS(
|
||||||
|
|
||||||
AC_CHECK_FUNCS([ecvt])
|
AC_CHECK_FUNCS([ecvt])
|
||||||
AC_CHECK_FUNCS([fcvt])
|
AC_CHECK_FUNCS([fcvt])
|
||||||
@@ -35,7 +35,7 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
|
|||||||
|
|
||||||
AC_CHECK_FUNC([mkdtemp], [have_mkdtemp=yes])
|
AC_CHECK_FUNC([mkdtemp], [have_mkdtemp=yes])
|
||||||
|
|
||||||
@@ -1388,10 +1389,13 @@ fi
|
@@ -1330,10 +1331,13 @@ fi
|
||||||
###
|
###
|
||||||
|
|
||||||
AC_CHECK_HEADERS([crypt.h])
|
AC_CHECK_HEADERS([crypt.h])
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
|
|||||||
|
|
||||||
--- a/services/plugins/vix/vixTools.c
|
--- a/services/plugins/vix/vixTools.c
|
||||||
+++ b/services/plugins/vix/vixTools.c
|
+++ b/services/plugins/vix/vixTools.c
|
||||||
@@ -66,7 +66,7 @@
|
@@ -67,7 +67,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
|
|||||||
#include "unicodeOperations.h"
|
#include "unicodeOperations.h"
|
||||||
--- a/lib/include/asyncsocket.h
|
--- a/lib/include/asyncsocket.h
|
||||||
+++ b/lib/include/asyncsocket.h
|
+++ b/lib/include/asyncsocket.h
|
||||||
@@ -175,7 +175,7 @@ typedef struct AsyncSocket AsyncSocket;
|
@@ -177,7 +177,7 @@ typedef struct AsyncSocket AsyncSocket;
|
||||||
* Or the client can specify its favorite poll class and locking behavior.
|
* Or the client can specify its favorite poll class and locking behavior.
|
||||||
* Use of IVmdbPoll is only supported for regular sockets and for Attach.
|
* Use of IVmdbPoll is only supported for regular sockets and for Attach.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Subject: [PATCH] use off64_t instead of loff_t
|
|||||||
|
|
||||||
--- a/vmhgfs-fuse/file.c
|
--- a/vmhgfs-fuse/file.c
|
||||||
+++ b/vmhgfs-fuse/file.c
|
+++ b/vmhgfs-fuse/file.c
|
||||||
@@ -547,7 +547,7 @@ static int
|
@@ -548,7 +548,7 @@ static int
|
||||||
HgfsDoRead(HgfsHandle handle, // IN: Handle for this file
|
HgfsDoRead(HgfsHandle handle, // IN: Handle for this file
|
||||||
char *buf, // OUT: Buffer to copy data into
|
char *buf, // OUT: Buffer to copy data into
|
||||||
size_t count, // IN: Number of bytes to read
|
size_t count, // IN: Number of bytes to read
|
||||||
@@ -20,7 +20,7 @@ Subject: [PATCH] use off64_t instead of loff_t
|
|||||||
{
|
{
|
||||||
HgfsReq *req;
|
HgfsReq *req;
|
||||||
HgfsOp opUsed;
|
HgfsOp opUsed;
|
||||||
@@ -708,11 +708,11 @@ ssize_t
|
@@ -709,11 +709,11 @@ ssize_t
|
||||||
HgfsRead(struct fuse_file_info *fi, // IN: File info struct
|
HgfsRead(struct fuse_file_info *fi, // IN: File info struct
|
||||||
char *buf, // OUT: User buffer to copy data into
|
char *buf, // OUT: User buffer to copy data into
|
||||||
size_t count, // IN: Number of bytes to read
|
size_t count, // IN: Number of bytes to read
|
||||||
@@ -34,7 +34,7 @@ Subject: [PATCH] use off64_t instead of loff_t
|
|||||||
size_t nextCount, remainingCount = count;
|
size_t nextCount, remainingCount = count;
|
||||||
uint32 maxIOSize = HgfsMaxIOSize();
|
uint32 maxIOSize = HgfsMaxIOSize();
|
||||||
|
|
||||||
@@ -769,7 +769,7 @@ static int
|
@@ -770,7 +770,7 @@ static int
|
||||||
HgfsDoWrite(HgfsHandle handle, // IN: Handle for the file
|
HgfsDoWrite(HgfsHandle handle, // IN: Handle for the file
|
||||||
const char *buf, // IN: Buffer containing data
|
const char *buf, // IN: Buffer containing data
|
||||||
size_t count, // IN: Number of bytes to write
|
size_t count, // IN: Number of bytes to write
|
||||||
@@ -43,7 +43,7 @@ Subject: [PATCH] use off64_t instead of loff_t
|
|||||||
{
|
{
|
||||||
HgfsReq *req;
|
HgfsReq *req;
|
||||||
int result = 0;
|
int result = 0;
|
||||||
@@ -893,11 +893,11 @@ ssize_t
|
@@ -894,11 +894,11 @@ ssize_t
|
||||||
HgfsWrite(struct fuse_file_info *fi, // IN: File info structure
|
HgfsWrite(struct fuse_file_info *fi, // IN: File info structure
|
||||||
const char *buf, // OUT: User buffer to copy data into
|
const char *buf, // OUT: User buffer to copy data into
|
||||||
size_t count, // IN: Number of bytes to read
|
size_t count, // IN: Number of bytes to read
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
/*
|
/*
|
||||||
--- a/services/plugins/gdp/gdpPlugin.c
|
--- a/services/plugins/gdp/gdpPlugin.c
|
||||||
+++ b/services/plugins/gdp/gdpPlugin.c
|
+++ b/services/plugins/gdp/gdpPlugin.c
|
||||||
@@ -32,7 +32,7 @@
|
@@ -33,7 +33,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/eventfd.h>
|
#include <sys/eventfd.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user