The NetBSD Project

CVS log for pkgsrc/net/tigervnc/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / tigervnc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.69 / (download) - annotate - [select for diffs], Sun Nov 12 13:23:14 2023 UTC (3 weeks, 1 day ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.68 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:36 2023 UTC (3 weeks, 5 days ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

*: recursive bump for icu 74.1

Revision 1.67 / (download) - annotate - [select for diffs], Tue Oct 24 22:10:35 2023 UTC (5 weeks, 6 days ago) by wiz
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

*: bump for openssl 3

Revision 1.66 / (download) - annotate - [select for diffs], Wed Jul 12 20:37:18 2023 UTC (4 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.65: +2 -1 lines
Diff to previous 1.65 (colored)

tigervnc: Include buildlink3 file for pam.

Revision 1.65 / (download) - annotate - [select for diffs], Tue Jun 27 10:28:34 2023 UTC (5 months, 1 week ago) by riastradh
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

Use TOOLBASE, not PREFIX, to get at tradcpp executable.

(Maybe this should be factored into a devel/tradcpp/tool.mk?)

Revision 1.64 / (download) - annotate - [select for diffs], Wed Jun 7 06:13:28 2023 UTC (5 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.63: +3 -2 lines
Diff to previous 1.63 (colored)

tigervnc: fix installation

Revision 1.63 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:09 2023 UTC (5 months, 4 weeks ago) by riastradh
Branch: MAIN
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.62 / (download) - annotate - [select for diffs], Mon Jun 5 08:29:59 2023 UTC (6 months ago) by hauke
Branch: MAIN
Changes since 1.61: +23 -16 lines
Diff to previous 1.61 (colored)

Teach package the wonders of PKG_SYSCONFDIR and friends, unbreaking it
for a non-default PKG_SYSCONFBASE

We do not at this point install pam files automatically.
And PKG_SYSCONFBASE/pam.d is not being looked at, so don't
bother installing anything there.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:13 2023 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored)

revbump after textproc/icu update

Revision 1.60 / (download) - annotate - [select for diffs], Tue Apr 18 18:48:14 2023 UTC (7 months, 2 weeks ago) by abs
Branch: MAIN
Changes since 1.59: +7 -4 lines
Diff to previous 1.59 (colored)

Update tigervnc from 1.12.0 to 1.13.1

Changes in 1.13.0:

 - The servers and native viewer now support RealVNC's RSA-AES authentication methods and encryption
 - The native viewer is now translated to Romanian and Georgian
 - The native viewer now (optionally) supports PiKVM's H.264 encoding
 - The display settings for the native viewer have been overhauled to make them easier to understand
 - The native viewer now supports adding exceptions for expired certificates
 - Resolved an issue where full-screen mode didn't work in the native viewer on macOS 13
 - Lock key synchronization has been re-enabled in the native viewer after being accidentally disabled in 1.11.0
 - Xvnc/libvnc.so can now be built with Xorg 1.21
 - x0vncserver is a bit better at handling differing server and client keyboard layout
 - x0vncserver now correctly handles zaphod mode
 - Added Ubuntu 22.04 and RHEL 9 packages

Changes in 1.13.1:

 - x0vncserver can either crash itself, or crash the X server it is connected to
 - The servers might crash if the clipboard is updated just as a client is connected
 - The vncserver service can fail to start on SELinux system if ~/.vnc doesn't exist

pkgsrc changes:

 - Drop no longer needed patch-unix_vncserver_vncsession.c
 - Add workaround (hack) for NetBSD native libXfont2 builtin issue

Revision 1.59 / (download) - annotate - [select for diffs], Thu Feb 9 12:15:17 2023 UTC (9 months, 3 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.58: +4 -3 lines
Diff to previous 1.58 (colored)

tigervnc: Disable epoll support on SunOS.

Revision 1.58 / (download) - annotate - [select for diffs], Thu Feb 9 12:14:05 2023 UTC (9 months, 3 weeks ago) by jperkin
Branch: MAIN
Changes since 1.57: +3 -2 lines
Diff to previous 1.57 (colored)

tigervnc: Fix cmake argument.

Not entirely sure how this worked for anyone previously, for me with an etc
under $PREFIX it tried to find things in /etc/$PREFIX.

Revision 1.57 / (download) - annotate - [select for diffs], Sun Jan 29 21:17:31 2023 UTC (10 months ago) by ryoon
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.56 / (download) - annotate - [select for diffs], Thu Jan 26 07:45:24 2023 UTC (10 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

tigervnc: revert previous

mixes autoconf & cmake

Revision 1.55 / (download) - annotate - [select for diffs], Tue Jan 24 18:36:32 2023 UTC (10 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

*: convert to cmake/build.mk

Revision 1.54 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:52 2022 UTC (13 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.53 / (download) - annotate - [select for diffs], Fri Aug 19 22:01:02 2022 UTC (15 months, 2 weeks ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.52: +3 -2 lines
Diff to previous 1.52 (colored)

Add desktopdb.mk depends for share/applications/vncviewer.desktop

Bump PKGREVISION

Revision 1.52 / (download) - annotate - [select for diffs], Mon Aug 8 16:47:34 2022 UTC (15 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored)

tigervnc: set INSTALL_TARGET as CMake stripping does not work for automake targets

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:20 2022 UTC (17 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

*: recursive bump for perl 5.36

Revision 1.50 / (download) - annotate - [select for diffs], Fri Apr 15 15:05:30 2022 UTC (19 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.49: +3 -1 lines
Diff to previous 1.49 (colored)

tigervnc: depend on xkbcomp when using modular X

Revision 1.49 / (download) - annotate - [select for diffs], Fri Jan 14 18:17:23 2022 UTC (22 months, 2 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

tigervnc: add LDFLAGS.SunOS (PR pkg/56627)

Revision 1.48 / (download) - annotate - [select for diffs], Fri Jan 14 13:44:37 2022 UTC (22 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored)

tigervnc: fix typos.

Reported by Sad Clouds in PR 56625

Revision 1.47 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:08 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

revbump for icu and libffi

Revision 1.46 / (download) - annotate - [select for diffs], Fri Nov 26 16:47:21 2021 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

tigervnc: stop using rfbwait

After the update this seems to not be supported any longer.

Bump PKGREVISION.

Revision 1.45 / (download) - annotate - [select for diffs], Tue Nov 16 15:45:01 2021 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.44: +7 -8 lines
Diff to previous 1.44 (colored)

tigervnc: update to 1.12.0.1.20.13.

TigerVNC 1.12.0 is now available. Lots of changes have been made
since the last release, but the highlights are:

*  The native viewer now supports full screen over a subset of
   monitors (e.g. 2 out of 3), and reacts properly to monitors
   being added or removed
*  Recent server history in the native viewer
*  The native viewer now has an option to reconnect if the connection
   is dropped
*  Translations are now enabled on Windows and macOS for the native
   viewer
*  The native viewer now respects the system security policy¹
   Better handling of accented keys in the Java viewer
*  The Unix servers can now listen to both a Unix socket and a
   TCP port at the same time
*  The network code in both the servers and the native viewer has
   been restructured to give a more responsive experience
*  The vncserver service now correctly handles settings set to
   "0"
*  Fixed the clipboard Unicode handling in both the native viewer
   and the servers
*  Support for pointer "warping" in Xvnc and the native viewer,
   enabling e.g. FPS games

Revision 1.41.2.1 / (download) - annotate - [select for diffs], Tue Oct 5 19:04:33 2021 UTC (2 years, 1 month ago) by tm
Branch: pkgsrc-2021Q3
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) next main 1.42 (colored)

Pullup ticket #6501 - requested by bsiegert
net/tigervnc: Bugfix for X11R7 fonts

Revisions pulled up:
- net/tigervnc/Makefile                                         1.43
- net/tigervnc/files/vncserver.pl                               1.2

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Thu Sep 30 21:38:23 UTC 2021

   Modified Files:
           pkgsrc/net/tigervnc: Makefile
           pkgsrc/net/tigervnc/files: vncserver.pl

   Log Message:
   tigervnc: look in /usr/X11R7 for fonts

   From Chavdar Ivanov in PR 56427.

   Bump PKGREVISION.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Oct 1 11:42:23 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored)

tigervnc: Avoid hardcoding X11BASE

Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 30 21:38:23 2021 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

tigervnc: look in /usr/X11R7 for fonts

From Chavdar Ivanov in PR 56427.

Bump PKGREVISION.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Sep 29 19:01:11 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

revbump for boost-libs

Revision 1.41 / (download) - annotate - [select for diffs], Sat Jul 10 23:19:36 2021 UTC (2 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base
Branch point for: pkgsrc-2021Q3
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 (colored)

net/tigervnc: depends on xkeyboard-config (PR 55086 from Joern Clausen)

PKGREVISION -> 3

Revision 1.40 / (download) - annotate - [select for diffs], Thu May 27 06:59:22 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.39: +4 -3 lines
Diff to previous 1.39 (colored)

tigervnc: fix dependency

Use Xfont2 instead of Xfont, reported by Joern Clausen
in PR 56211.

Explicitly set sysconfdir to try fixing the other part
of that PR.

Revision 1.39 / (download) - annotate - [select for diffs], Mon May 24 19:53:37 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

*: recursive bump for perl 5.34

Revision 1.38 / (download) - annotate - [select for diffs], Sun May 16 21:06:42 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.37: +50 -8 lines
Diff to previous 1.37 (colored)

tigervnc: update to 1.11.0 (with xorg-server 1.20.11).

Switch to xorg-server 1.20.11.

Restore vncserver script that upstream does not distribute
any longer (they switched to systemd instead).

Changes:

TigerVNC 1.11.0 is now available. This is a new major release of
TigerVNC, but also a security release. Users that rely on the TLS
feature in the viewers are recommended to upgrade as soon as
possible.

Lots of changes have been made since the last release, but the highlights are:

* A security issue has been fixed in how the viewers handle TLS certificate exceptions
* vncserver has gotten a major redesign to be compatible with modern distributions
* The native viewer now has touch gestures to handle certain mouse actions (e.g. scroll wheel)
* Middle mouse button emulation in the native viewer, for devices with only two mouse buttons
* The Java viewer now supports Java 9+, but also now requires Java 8+
* Support for alpha cursors in the Java viewer (a feature already supported in the native viewer)
* The password and username can now be specified via the environment for the native viewer
* Support for building Xvnc/libvnc.so with Xorg 1.20.7+ and deprecate support for Xorg older than 1.16
* The official builds have been fixed to work on the upcoming macOS 11
* The Windows server (WinVNC) is now packaged separately as it is unmaintained and buggy

1.10.1

This is a security release to fix a number of issues that were
found by Kaspersky Lab. These issues affect both the client and
server and could theoretically allow an malicious peer to take
control over the software on the other side.

No working exploit is known at this time, and the issues require
the peer to first be authenticated. We still urge users to upgrade
when possible.

1.10.0

TigerVNC 1.10.0 is now available. Lots of changes have been made
since the last release, but the highlights are:

* The clipboard now supports full Unicode in the native viewer, WinVNC and Xvnc/libvnc.so
* The native client will now respect the system trust store when verifying server certificates
* Improved compatibility with VMware's VNC server
* Improved compatibility with some input methods on macOS
* Improvements to the automatic "repair" of JPEG artefacts
* Better handling of the Alt keys in some corner cases
* The Java web server has been removed as applets are no longer support by most browsers
* x0vncserver can now be configured to only allow local connections
* x0vncserver has received fixes for when only part of the display is shared
* Polling is now default in WinVNC as that works better for most

Revision 1.37 / (download) - annotate - [select for diffs], Wed Apr 21 13:25:14 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

revbump for boost-libs

Revision 1.36 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:54 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Aug 17 20:19:51 2020 UTC (3 years, 3 months ago) by leot
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.34 / (download) - annotate - [select for diffs], Fri May 22 10:56:31 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

revbump after updating security/nettle

Revision 1.33 / (download) - annotate - [select for diffs], Fri Apr 17 11:37:24 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

tigervnc: downgrade to 1.9

1.10 is much too unstable for me.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 15 11:54:12 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored)

tigervnc: switch back to xserver-1.17

With 1.19, Xvnc immediately dumps core on startup for me.

Bump PKGREVISION.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Mar 13 10:30:47 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.30: +4 -3 lines
Diff to previous 1.30 (colored)

tigervnc: update to 1.10.1nb1.

Use xorg-server-1.19.6 sources.

(1.20.7 didn't compile because of missing 'ddxInputThreadInit' symbol.)

Revision 1.30 / (download) - annotate - [select for diffs], Fri Mar 13 10:18:43 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -3 lines
Diff to previous 1.29 (colored)

tigervnc: update to 1.10.1.

1.10.1

This is a security release to fix a number of issues that were found by
Kaspersky Lab. These issues affect both the client and server and could
theoretically allow an malicious peer to take control over the software
on the other side.

No working exploit is known at this time, and the issues require the
peer to first be authenticated. We still urge users to upgrade when
possible.

1.10.0

1.10.0 is now available. Lots of changes have been made since
the last release, but the highlights are:

* The clipboard now supports full Unicode in the native viewer, WinVNC
and Xvnc/libvnc.so
* The native client will now respect the system trust store when
verifying server certificates
* Improved compatibility with VMware's VNC server
* Improved compatibility with some input methods on macOS
* Improvements to the automatic "repair" of JPEG artefacts
* Better handling of the Alt keys in some corner cases
* The Java web server has been removed as applets are no longer support
by most browsers
* x0vncserver can now be configured to only allow local connections
* x0vncserver has received fixes for when only part of the display is shared
* Polling is now default in WinVNC as that works better for most

Revision 1.29 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:59 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

*: recursive bump for libffi

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:56 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Nov 3 11:45:54 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.26: +11 -11 lines
Diff to previous 1.26 (colored)

net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 11 13:22:30 2019 UTC (4 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:42 2019 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 22 09:46:07 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Recursive bump for perl5-5.28.0

Revision 1.23 / (download) - annotate - [select for diffs], Fri Aug 17 12:36:05 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

tigervnc: update to 1.9.0.

(Still using xorg-server 1.17, up to 1.20 is supported.)

The new TigerVNC 1.9.0 is now available. Lots of changes have been made
since the last release, but the highlights are:

   - Alternative, "raw" keyboard mode in the native client and all servers
   - CapsLock/NumLock/ScrollLock synchronisation in the native client and all servers
   - Automatic "repair" of JPEG artefacts on screen in all servers
   - Support for UNIX sockets in the native client and in the UNIX servers
   - Both clients now warn when sending the password over a possibly insecure channel
   - Performance improvements in the Java client
   - The Java client now requires Java 7
   - Improved high latency handling in all servers
   - Better keyboard handling in the native client on Windows
   - Slightly better keyboard handling in x0vncserver
   - x0vncserver now supports cursors and screen resize
   - Xorg 1.20 can now be used as a base for Xvnc/libvnc.so

Revision 1.22 / (download) - annotate - [select for diffs], Tue Apr 17 22:29:47 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Add p11-kit to gnutls/bl3.mk and bump dependencies.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:23 2018 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 7 11:57:31 2018 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.19: +3 -13 lines
Diff to previous 1.19 (colored)

xorgproto: use xorgproto instead of separate *proto packages

Remove now obsolete packages.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 4 19:46:34 2017 UTC (6 years ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.18: +4 -2 lines
Diff to previous 1.18 (colored)

Make sure aclocal will search in $X11BASE/share/aclocal/, fix build
with native Xorg on netbsd-8.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 13 08:33:03 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

tigervnc: update to 1.8.0.

The full release of TigerVNC 1.8.0 is now available. Lots of changes
have been made since the last release, but the highlights are:

   - Overhaul of the Java client to match the look and behaviour
     of the native client
   - Initial work for multi-threaded decoding in the Java client
   - vncconfig no longer needed for clipboard with Xvnc/libvnc.so
   - vncserver has system wide config support
   - Reduced CPU usage in the native viewer on macOS
   - macOS requirement raised to 10.6
   - Full support for alpha cursors in Xvnc/libvnc.so and both viewers

Revision 1.14.4.1 / (download) - annotate - [select for diffs], Tue Feb 14 14:34:56 2017 UTC (6 years, 9 months ago) by spz
Branch: pkgsrc-2016Q4
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Pullup ticket #5201 - requested by wiz
net/tigervnc: security update

Revisions pulled up:
- net/tigervnc/Makefile                                         1.15
- net/tigervnc/distinfo                                         1.11

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Jan 24 08:30:25 UTC 2017

   Modified Files:
   	pkgsrc/net/tigervnc: Makefile distinfo

   Log Message:
   Updated tigervnc to 1.7.1.

   This is a security update for TigerVNC 1.7.0 which fixes a memory
   overflow issue via the RRE decoder. A malicious server could possibly
   use this issue to take control of the TigerVNC viewer.

   Users are advised to upgrade as soon as possible.


   To generate a diff of this commit:
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/tigervnc/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/tigervnc/distinfo

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 25 23:17:08 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.16: +7 -1 lines
Diff to previous 1.16 (colored)

Fix previous -- only set native-necessary flags in native case.

Paths for modular are different enough this broke.

Bump PKGREVISION.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 25 03:18:35 2017 UTC (6 years, 10 months ago) by dmcmahill
Branch: MAIN
Changes since 1.15: +4 -1 lines
Diff to previous 1.15 (colored)

Add configure args to give the location of xkb.  Without this, the vnc
server would fail to start when using the native X on NetBSD-7.0.2.  This
should allow it to work on native and pkgsrc X

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 24 08:30:25 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Updated tigervnc to 1.7.1.

This is a security update for TigerVNC 1.7.0 which fixes a memory
overflow issue via the RRE decoder. A malicious server could possibly
use this issue to take control of the TigerVNC viewer.

Users are advised to upgrade as soon as possible.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Sep 20 08:12:14 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Branch point for: pkgsrc-2016Q4
Changes since 1.13: +6 -4 lines
Diff to previous 1.13 (colored)

Updated tigervnc to 1.7.0nb3.

Add missing mcookie dependency.
Switch back to xorg-server-1.17 since 1.18 made Xnvc dump core
on startup.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 19 13:04:26 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Recursive PKGREVISION bump for gnutls shlib major bump.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 19 09:37:06 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.11: +4 -3 lines
Diff to previous 1.11 (colored)

Switch to xorg-server-1.18.4.
Bump PKGREVISION.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 19 09:19:28 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Updated tigervnc to 1.7.0.

Still using xorg-server-1.17.2 for now.

The proper release of TigerVNC 1.7.0 is now available. Lots of
changes have been made since the last release, but the highlights
are:

    Multi-threaded decoder in the FLTK viewer
    Windows Vista/2008 is now the minimum requirement
    Improved SSH integration in the Java viewer
    Fine grained lock down of Xvnc parameters
    Compatibility with Xorg 1.18
    Lots of packaging fixes
    Better compatibility with Vino, both in the FLTK and Java viewer

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:46 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 19 10:14:48 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Update tigervnc to 1.6.0.

Do not update xserver used, still 1.17.2.

Release notes:

TigerVNC 1.6.0 is now available. This release is mostly about fixing
various bugs and polishing existing features, but there are some
notable new things:

* Multi-head support in the Java viewer
* Better certificate handling in the Java viewer, including host
  name verification

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 23 14:30:40 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Bump PKGREVISION for nettle shlib major bump.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 21 21:51:39 2015 UTC (8 years, 4 months ago) by markd
Branch: MAIN
Changes since 1.6: +11 -8 lines
Diff to previous 1.6 (colored)

Update tigervnc to 1.5.0

TigerVNC 1.5.0 - Lots of changes have been made since
the last release, but the highlights are:

  - IPv6 support in the servers
  - You can now have two passwords, one for full access and one for
    "view only".
  - syslog support in Xvnc
  - GnuTLS priority configuration
  - Performance fixes
  - You can now easily start more clients on OS X
  - More translations

TigerVNC 1.4.3 - This release addresses the following issues:

  - Upstream patches applied to the underlying Xorg code base to
    mitigate CVE-2015-0255.
  - Fixes for performance regressions introduced in 1.4.0.
  - Character encoding of clipboard text send by Java viewer now
    strictly adheres to the RFB specification.

TigerVNC 1.4.1 - This is release is in response to the recent Xorg
  Security Advisory. There are no known vulnerabilities in TigerVNC itself
  related to this advisory, however some of the changes to the Xorg
  codebase were not compatible with TigerVNC.

TigerVNC 1.4.0 - Lots of changes have been made since
the last release, but the highlights are:

 - Colour map (aka indexed, palette) mode is largely removed. TigerVNC
   is still compatible with other VNC implementations, but you can no
   longer run Xvnc in colour map mode.
 - Improvements to the keyboard handling both on the server and client
 - Support for newer Xorg versions in the server build
 - x0vncserver now supports XDamage for instant updates, making it
   slightly less useless
 - WinVNC now works in service mode on newer Windows versions
 - Better full screen mode for the Java client on OS X
 - man pages should now be up to date
 - Improved TLS implementation in the Java client
 - Lots and lots of cleanups and bug fixes

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:53 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 25 14:23:47 2015 UTC (8 years, 7 months ago) by tnn
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Recursive revbump following MesaLib update, categories g through n.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Tue Apr 21 21:39:41 2015 UTC (8 years, 7 months ago) by tron
Branch: pkgsrc-2015Q1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Pullup ticket #4676 - requested by tron
net/tigervnc: build fix

Revisions pulled up:
- net/tigervnc/Makefile                                         1.4

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Sat Apr 18 20:44:47 UTC 2015

   Modified Files:
   	pkgsrc/net/tigervnc: Makefile

   Log Message:
   Needs explicit libdrm dependency.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 18 20:44:47 2015 UTC (8 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Needs explicit libdrm dependency.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 22 20:07:46 2015 UTC (8 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base
Branch point for: pkgsrc-2015Q1
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Do as the comment say and use -fPIC everywhere but for Win32.
Bump revision.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 19 13:24:13 2015 UTC (8 years, 8 months ago) by jperkin
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

Needs libintl.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 8 19:42:09 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN

Import tigervnc-1.3.1 as net/tigervnc, packaged for wip by myself
and mwdavies, who added the Xvnc build.

TigerVNC is a high-performance, platform-neutral implementation of
VNC (Virtual Network Computing), a client/server application that
allows users to launch and interact with graphical applications on
remote machines. TigerVNC provides the levels of performance
necessary to run 3D and video applications, and it attempts to
maintain a common look and feel and re-use components, where
possible, across the various platforms that it supports. TigerVNC
also provides extensions for advanced authentication methods and
TLS encryption.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>