Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] x11-vnc: update license and other stuff.
@ 2023-01-13 23:51 mhmdanas
  2023-01-13 23:53 ` [PR PATCH] [Updated] " mhmdanas
  2023-01-16  8:21 ` [PR PATCH] [Merged]: x11vnc: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-01-13 23:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages x11-vnc-updates
https://github.com/void-linux/void-packages/pull/41626

x11-vnc: update license and other stuff.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (there shouldn't be anything to test)

<!--
#### 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/41626.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-x11-vnc-updates-41626.patch --]
[-- Type: text/x-diff, Size: 1310 bytes --]

From 3ab1d6a8387cfe86030cddfb99e823b8d23bba6d Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 13 Jan 2023 23:50:41 +0000
Subject: [PATCH] x11-vnc: update license and other stuff.

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

diff --git a/srcpkgs/x11vnc/template b/srcpkgs/x11vnc/template
index 4b8ff04a9ebe..1fdc9f8fb8c6 100644
--- a/srcpkgs/x11vnc/template
+++ b/srcpkgs/x11vnc/template
@@ -5,13 +5,13 @@ revision=4
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libXdamage-devel libXinerama-devel libXrandr-devel libXtst-devel
-libjpeg-turbo-devel openssl-devel libvncserver-devel zlib-devel"
+ libjpeg-turbo-devel openssl-devel libvncserver-devel zlib-devel"
 short_desc="VNC server for real X displays"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2.0-or-later"
+license="GPL-2.0-or-later, x11vnc-openssl-exception"
 homepage="http://www.karlrunge.com/x11vnc/"
 changelog="https://raw.githubusercontent.com/LibVNC/x11vnc/master/NEWS"
-distfiles="https://github.com/LibVNC/${pkgname}/archive/${version}.tar.gz"
+distfiles="https://github.com/LibVNC/x11vnc/archive/${version}.tar.gz"
 checksum=885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd
 
 CFLAGS="-fcommon"

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

* Re: [PR PATCH] [Updated] x11-vnc: update license and other stuff.
  2023-01-13 23:51 [PR PATCH] x11-vnc: update license and other stuff mhmdanas
@ 2023-01-13 23:53 ` mhmdanas
  2023-01-16  8:21 ` [PR PATCH] [Merged]: x11vnc: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-01-13 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages x11-vnc-updates
https://github.com/void-linux/void-packages/pull/41626

x11-vnc: update license and other stuff.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (there shouldn't be anything to test)

<!--
#### 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/41626.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-x11-vnc-updates-41626.patch --]
[-- Type: text/x-diff, Size: 1309 bytes --]

From 9c21a5b85009ee6b1eb0d2a136c45c49557baad4 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 13 Jan 2023 23:50:41 +0000
Subject: [PATCH] x11vnc: update license and other stuff.

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

diff --git a/srcpkgs/x11vnc/template b/srcpkgs/x11vnc/template
index 4b8ff04a9ebe..1fdc9f8fb8c6 100644
--- a/srcpkgs/x11vnc/template
+++ b/srcpkgs/x11vnc/template
@@ -5,13 +5,13 @@ revision=4
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libXdamage-devel libXinerama-devel libXrandr-devel libXtst-devel
-libjpeg-turbo-devel openssl-devel libvncserver-devel zlib-devel"
+ libjpeg-turbo-devel openssl-devel libvncserver-devel zlib-devel"
 short_desc="VNC server for real X displays"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2.0-or-later"
+license="GPL-2.0-or-later, x11vnc-openssl-exception"
 homepage="http://www.karlrunge.com/x11vnc/"
 changelog="https://raw.githubusercontent.com/LibVNC/x11vnc/master/NEWS"
-distfiles="https://github.com/LibVNC/${pkgname}/archive/${version}.tar.gz"
+distfiles="https://github.com/LibVNC/x11vnc/archive/${version}.tar.gz"
 checksum=885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd
 
 CFLAGS="-fcommon"

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

* Re: [PR PATCH] [Merged]: x11vnc: update license and other stuff.
  2023-01-13 23:51 [PR PATCH] x11-vnc: update license and other stuff mhmdanas
  2023-01-13 23:53 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-01-16  8:21 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-01-16  8:21 UTC (permalink / raw)
  To: ml

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

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

x11vnc: update license and other stuff.
https://github.com/void-linux/void-packages/pull/41626

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

#### Testing the changes
- I tested the changes in this PR: **NO** (there shouldn't be anything to test)

<!--
#### 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] 3+ messages in thread

end of thread, other threads:[~2023-01-16  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 23:51 [PR PATCH] x11-vnc: update license and other stuff mhmdanas
2023-01-13 23:53 ` [PR PATCH] [Updated] " mhmdanas
2023-01-16  8:21 ` [PR PATCH] [Merged]: x11vnc: " 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).