Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (04c310364ddc5387d988270256b35751a27e4187)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (04c310364ddc5387d988270256b35751a27e4187)
  • Date: Mon, 12 Feb 2024 05:40:13 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

utils/open-vm-tools/DEPENDS | 9 +++++----
utils/open-vm-tools/DETAILS | 4 ++--
utils/open-vm-tools/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit 04c310364ddc5387d988270256b35751a27e4187
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

utils/open-vm-tools: Spell Updated
DETAILS & DEPENDS revised

Version bumped 12.2.0 -> 12.3.5
Dependency (rpcsvc-proto) added.

diff --git a/utils/open-vm-tools/DEPENDS b/utils/open-vm-tools/DEPENDS
index fdd2213..9e5ce7c 100755
--- a/utils/open-vm-tools/DEPENDS
+++ b/utils/open-vm-tools/DEPENDS
@@ -1,7 +1,8 @@
-depends automake &&
-depends glib2 &&
-depends libmspack &&
-depends libtirpc &&
+depends automake &&
+depends glib2 &&
+depends libmspack &&
+depends libtirpc &&
+depends rpcsvc-proto &&

optional_depends doxygen \
"" \
diff --git a/utils/open-vm-tools/DETAILS b/utils/open-vm-tools/DETAILS
index 46722c6..1318574 100755
--- a/utils/open-vm-tools/DETAILS
+++ b/utils/open-vm-tools/DETAILS
@@ -1,8 +1,8 @@
SPELL="open-vm-tools"
- VERSION="stable-12.2.0"
+ VERSION="stable-12.3.5"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://github.com/vmware/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:e751efbba931755ec314bc98e52da8bfae3d6692115e8884b2f810e12c6c727388bb68052e7641d24bbb7b6e549b84e7275a5d05ac85c4371f500dec503c286a
+
SOURCE_HASH=sha512:e2a485d7bc5a26717c1e93ff174403fa8a93132d8bd6fc0f78b65ad200927398c88b6d97895da38b0c28bf3f0edfd501b9ec6ed8a84efd2f697d7b66e582a4ee
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://github.com/vmware/open-vm-tools";
KEYWORDS="utils vmware emulatore vm"
diff --git a/utils/open-vm-tools/HISTORY b/utils/open-vm-tools/HISTORY
index 2afa6ee..2a18767 100644
--- a/utils/open-vm-tools/HISTORY
+++ b/utils/open-vm-tools/HISTORY
@@ -1,3 +1,7 @@
+2024-02-11 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version bump -> 12.3.5
+ * DEPENDS: added rpcsvc-proto dependency
+
2023-04-14 David C. Haley <khoralin AT gmail.com>
* DETAILS: major version bump -> 12.2.0
Switched URLs from Sourceforge to Github


  • [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (04c310364ddc5387d988270256b35751a27e4187), David C. Haley, 02/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page