Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.1_1 17 Dec 2024 04:32:48 |
Koichiro Iwao (meta) |
net/tigervnc-server: explicitly declare dependency on libxcvt
TigerVNC has dependency on libxcvt since 1.14.1.
PR: 283370
Reported by: leres@ |
1.14.1 25 Oct 2024 06:28:40 |
Koichiro Iwao (meta) |
net/tigervnc-*: Update to 1.14.1
Changes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.14.1 |
1.14.0 28 Aug 2024 02:21:06 |
Koichiro Iwao (meta) |
net/tigervnc-viewer: Apply a fix for ZRLE exception
Reported by: Keith White <Keith.White@uottawa.ca>
Obtained from: https://github.com/TigerVNC/tigervnc/issues/1809 |
1.14.0 31 Jul 2024 04:35:56 |
Koichiro Iwao (meta) |
net/tigervnc-*: Update to 1.14.0
Changes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.14.0
A prominent change that affects FreeBSD port is:
* The viewers and servers now follow the XDG Base Directory
Specification, like "~/.config", for storing files in the home
directory. Existing users will continue using the legacy "~/.vnc"
directory, but new users will get the XDG directories.
While here,
- Adjust BUILD_DEPENDS and LIB_DEPENDS reported in stage-qa |
1.13.1_4 16 Feb 2024 08:17:59 |
Koichiro Iwao (meta) |
net/tigervnc-server: add missing dependency on perl5
Reported by: Lundin Cahill (via private email) |
1.13.1_3 22 Jan 2024 15:50:44 |
Muhammad Moinur Rahman (bofh) |
net/tigervnc-server: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.13.1_3 21 Jan 2024 20:48:09 |
Muhammad Moinur Rahman (bofh) |
net/tigervnc-server: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.13.1_2 01 Sep 2023 11:47:43 |
Gleb Popov (arrowd) |
x11/xtrans: Don't unlink X11 Unix sockets.
Without this change calling `Xorg -displayfd ..` would always make X to use
:0 as the DISPLAY. This was a showstopper for running parallel desktop sessions.
The leftover UDS' are cleaned up during system's boot by the /etc/rc.d/cleartmp
service.
Based on work of jbeich and Olivier Certner <olivier.freebsd@free.fr>.
PR: 253277
Approved by: manu
Sponsored by: Serenity Cybersecurity, LLC
Differential Revision: https://reviews.freebsd.org/D30557 |
1.13.1_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.13.1 26 Apr 2023 12:53:36 |
Piotr Kubaj (pkubaj) |
net/tigervnc-server: enable libunwind on powerpc |
1.13.1 09 Mar 2023 05:19:34 |
Koichiro Iwao (meta) |
net/tigervnc-*: Update to 1.13.1
This fixes the following critical issues:
* 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
While here, add NO_ARCH=yes to java viewer.
Changes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.13.1 |
1.13.0_1 14 Feb 2023 05:15:36 |
Koichiro Iwao (meta) |
net/tigervnc-server: Fix build and some housekeeping
- Add missing LIB_DEPENDS on security/nettle and math/gmp
- Regenerate CMakeLists.txt patch
- Replace vncserver manpage with v1.10.0 as we're using v1.10.0 script
- Quit suppressing output
PR: 269461
Reported by: VVD, Konstantin Belousov, John Hein |
1.13.0 09 Feb 2023 05:45:04 |
Koichiro Iwao (meta) |
net/tigervnc-{server,viewer,viewer-java}: Update to 1.13.0
Changes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.13.0
Sponsored by: Miracle Linux |
1.12.0_6 07 Jan 2023 16:07:18 |
Hiroki Sato (hrs) |
net/tigervnc-server: Use the same default fp for Xvnc as xorg-server
Minor style fixes:
- Respect ${_MAKE_JOBS} in the post-build target, and
- Remove an extra strip(1) invocation in the post-install target.
Approved by: meta (maintainer)
Differential Revision: https://reviews.freebsd.org/D37927 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.12.0_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.12.0_5 03 Aug 2022 20:43:20 |
Baptiste Daroussin (bapt) |
net/tigervnc-server: add now missing libcxvt dependency
This is needed since the xorg-server upgrade |
1.12.0_5 03 Aug 2022 07:27:44 |
Baptiste Daroussin (bapt) |
net/tigervnc-server: fix build with xorg-server 21.1.4
Import patches from upstream which fixes the build with recent
xorg-server
Reported by: leres@ |
1.12.0_4 16 May 2022 06:49:46 |
Loïc Bartoletti (lbartoletti) |
net/tigervnc-server: fix pkg-plist use share/man
Approved by: portmgr (blanket) |
1.12.0_4 25 Nov 2021 22:36:59 |
Stefan Eßer (se) |
net/tigervnc-server: Fix CONFLICTS
Remove redundant version wildcard.
Approved by: portmgr (blanket) |
1.12.0_4 22 Nov 2021 11:27:29 |
Jimmy Olgeni (olgeni) |
net/tigervnc-{server,viewer}: Update to version 1.12.0
PR: 259966
Approved by: meta |
1.11.0_4 30 Sep 2021 09:25:33 |
Koichiro Iwao (meta) |
net/tigervnc-server: fix obtaining HOST_NAME_MAX
See Phabricator review for details.
Reported by: Adam Wolk
Approved by: meta (myself, maintainer)
Differential Revision: https://reviews.freebsd.org/D30045 |
1.11.0_3 15 Aug 2021 18:32:28 |
Bernhard Froehlich (decke) |
net/tigervnc-[server|viewer]: Add CPE information
Approved by: portmgr (blanket) |
1.11.0_3 28 Jun 2021 20:27:31 |
Piotr Kubaj (pkubaj) |
net/tigervnc-server: enable libunwind on all supported architectures |
1.11.0_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.11.0_1 01 May 2021 17:55:55 |
Tobias Kortkamp (tobik) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.11.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.11.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.11.0_1 28 Oct 2020 02:27:11 |
meta |
net/tigervnc-server: add vncserver script of the former version
as workaround because bran-new vncsession script is not working on FreeBSD
right now. Thanks to kib@ and Laszlo Karolyi!
PR: 250143 |
1.11.0 29 Sep 2020 14:56:51 |
jkim |
Remove an obsolete patch.
This fixes the following link failure:
ld: error: duplicate symbol: ddxInputThreadInit
>>> defined at xvnc.c
>>> Xvnc-xvnc.o:(ddxInputThreadInit)
>>> defined at Input.c
>>> libvnccommon_la-Input.o:(.text+0xDC0) in archive
./.libs/libvnccommon.a
c++: error: linker command failed with exit code 1 (use -v to see invocation) |
1.11.0 28 Sep 2020 02:38:13 |
meta |
net/tigervnc-{server,viewer}:
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.11.0
Sponsored by: HAW International |
1.10.1_1 05 Apr 2020 10:59:45 |
pkubaj |
net/tigervnc-server: fix build on GCC architectures
C11 compiler is required:
../include/glx_extinit.h:33: error: redefinition of typedef '__GLXscreen'
MFH: 2020Q2 (fix build blanket)2020Q2 (fix build blanket) |
1.10.1_1 20 Feb 2020 21:15:45 |
zeising |
Update xorg x11 servers to 1.20.7
Update xorg x11 servers to 1.20.7. This updates x11-servers/xorg-server,
xephyr, xorg-dmx, xorg-nestserver, xorg-vbserver and xwayland.
Enable the UDEV backend by default, instead of the DEVD backend, for
autoconfiguration of input devices on FreeBSD 12 and later.
FreeBSD 11 lacks the needed support in base and will keep on using the DEVD
backend.
Support for the HAL backend is dropped completely, it has been deprecated
for a long time.
Update and improve the DEVD backend.
Add a pkg message about sysctl configuration that might be needed when using
UDEV.
(Only the first 15 lines of the commit message are shown above ) |
1.10.1 23 Dec 2019 07:45:16 |
meta |
net/tigervnc-{server,viewer}: Update to 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.
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.10.1
Sponsored by: HAW International |
1.10.0 25 Nov 2019 01:13:01 |
meta |
net/tigervnc-{server,viewer}: Update to 1.10.0
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
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.10.0
Sponsored by: HAW International, Inc. |
1.9.0_1 06 Nov 2019 18:58:04 |
zeising |
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.9.0_1 01 Oct 2019 14:35:24 |
bapt |
Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4
Differential Revision: https://reviews.freebsd.org/D21835 |
1.9.0_1 29 Jun 2019 13:50:57 |
meta |
net/tigervnc: Remove non-essential meta port
Reported by: hrs [1]
[1] https://lists.freebsd.org/pipermail/svn-ports-all/2019-April/212975.html |
1.9.0_1 01 Apr 2019 15:52:54 |
meta |
Fix the issue tigervnc-server and -viewer cannot be installed together
when DOCS=on because both ports install LICENSE_FILE into the same place.
Also, following changes are made.
net/tigervnc-{server,viewer}:
- bump PORTREVISION due to plist & dependency change
- do build tests, it introduces unnecessary dependencies on fltk
net/tigervnc-server:
- add missing dependency on devel/m4
- remove unnecessary dependency on x11-toolkits/fltk
MFH: 2019Q2 |
1.9.0 01 Apr 2019 01:48:41 |
meta |
net/tigervnc-server: restore default options
Before separating ports GNUTLS and PAM are on by default. |
1.9.0 31 Mar 2019 13:10:04 |
meta |
net/tigervnc: separate port into -server -and -viewer
since usually people want to install either server or client on the same
box. Formerly, net/tigervnc had options to build & install vncviewer(client)
but vncviewer could not be installed alone. Server components was necessary.
Now TigerVNC server and viewer are completely separeted and can be installed
independently.
Tested by: Juan Molina
Differential Revision: https://reviews.freebsd.org/D19709 |