Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] open-vm-tools: update to 12.1.0.
@ 2022-10-02 19:40 Piraty
  2022-10-02 20:00 ` [PR REVIEW] " tranzystorek-io
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Piraty @ 2022-10-02 19:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

There is a new pull request by Piraty against master on the void-packages repository

https://github.com/Piraty/void-packages open-vm-tools-12.1.0
https://github.com/void-linux/void-packages/pull/39632

open-vm-tools: update to 12.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39632.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-open-vm-tools-12.1.0-39632.patch --]
[-- Type: text/x-diff, Size: 1164 bytes --]

From 405a53d7a2b293c01b5743af8556346d3b0e31d3 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sat, 1 Oct 2022 05:12:32 +0200
Subject: [PATCH] open-vm-tools: update to 12.1.0.

---
 srcpkgs/open-vm-tools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/open-vm-tools/template b/srcpkgs/open-vm-tools/template
index fb05a6a9a65e..2f73c6535821 100644
--- a/srcpkgs/open-vm-tools/template
+++ b/srcpkgs/open-vm-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'open-vm-tools'
 pkgname=open-vm-tools
-version=12.0.0
+version=12.1.0
 revision=1
 archs="x86_64* i686* aarch64*"
 wrksrc="open-vm-tools-stable-${version}"
@@ -19,7 +19,7 @@ license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://github.com/vmware/open-vm-tools"
 changelog="https://github.com/vmware/open-vm-tools/blob/master/open-vm-tools/ChangeLog"
 distfiles="https://github.com/vmware/open-vm-tools/archive/stable-${version}.tar.gz"
-checksum=244d224dc503f2c9350899a61fef418f23dc0520e8e30dce10863ea2dc81f047
+checksum=4c867a3f8b6c636eb98c9faa76c4280b0fdb75e2923dc0deec77dd24dd3f43b1
 
 build_options="pam x11"
 build_options_default="pam x11"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] open-vm-tools: update to 12.1.0.
  2022-10-02 19:40 [PR PATCH] open-vm-tools: update to 12.1.0 Piraty
@ 2022-10-02 20:00 ` tranzystorek-io
  2022-10-02 21:13 ` [PR PATCH] [Updated] " Piraty
  2022-10-03 14:05 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorek-io @ 2022-10-02 20:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/39632#discussion_r985288729

Comment:
https://raw.githubusercontent.com/vmware/open-vm-tools/master/ReleaseNotes.md

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] open-vm-tools: update to 12.1.0.
  2022-10-02 19:40 [PR PATCH] open-vm-tools: update to 12.1.0 Piraty
  2022-10-02 20:00 ` [PR REVIEW] " tranzystorek-io
@ 2022-10-02 21:13 ` Piraty
  2022-10-03 14:05 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2022-10-02 21:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]

There is an updated pull request by Piraty against master on the void-packages repository

https://github.com/Piraty/void-packages open-vm-tools-12.1.0
https://github.com/void-linux/void-packages/pull/39632

open-vm-tools: update to 12.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39632.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-open-vm-tools-12.1.0-39632.patch --]
[-- Type: text/x-diff, Size: 1354 bytes --]

From 67f5c0d87241e30b5db9f946cb122089bdc9eb34 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sat, 1 Oct 2022 05:12:32 +0200
Subject: [PATCH] open-vm-tools: update to 12.1.0.

---
 srcpkgs/open-vm-tools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/open-vm-tools/template b/srcpkgs/open-vm-tools/template
index fb05a6a9a65e..fb8e21b08134 100644
--- a/srcpkgs/open-vm-tools/template
+++ b/srcpkgs/open-vm-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'open-vm-tools'
 pkgname=open-vm-tools
-version=12.0.0
+version=12.1.0
 revision=1
 archs="x86_64* i686* aarch64*"
 wrksrc="open-vm-tools-stable-${version}"
@@ -17,9 +17,9 @@ short_desc="Open source implementation of VMware Tools"
 maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://github.com/vmware/open-vm-tools"
-changelog="https://github.com/vmware/open-vm-tools/blob/master/open-vm-tools/ChangeLog"
+changelog="https://raw.githubusercontent.com/vmware/open-vm-tools/master/ReleaseNotes.md"
 distfiles="https://github.com/vmware/open-vm-tools/archive/stable-${version}.tar.gz"
-checksum=244d224dc503f2c9350899a61fef418f23dc0520e8e30dce10863ea2dc81f047
+checksum=4c867a3f8b6c636eb98c9faa76c4280b0fdb75e2923dc0deec77dd24dd3f43b1
 
 build_options="pam x11"
 build_options_default="pam x11"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: open-vm-tools: update to 12.1.0.
  2022-10-02 19:40 [PR PATCH] open-vm-tools: update to 12.1.0 Piraty
  2022-10-02 20:00 ` [PR REVIEW] " tranzystorek-io
  2022-10-02 21:13 ` [PR PATCH] [Updated] " Piraty
@ 2022-10-03 14:05 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-03 14:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

There's a merged pull request on the void-packages repository

open-vm-tools: update to 12.1.0.
https://github.com/void-linux/void-packages/pull/39632

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-03 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02 19:40 [PR PATCH] open-vm-tools: update to 12.1.0 Piraty
2022-10-02 20:00 ` [PR REVIEW] " tranzystorek-io
2022-10-02 21:13 ` [PR PATCH] [Updated] " Piraty
2022-10-03 14:05 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).