Release note: https://github.com/TigerVNC/tigervnc/releases/tag/v1.5.0
Change highlights:
- IPv6 support in the servers
- You can now have two passwords, for full access and for "view only"
- syslog support in Xvnc
- GnuTLS priority configuration
- Performance fixes
- You can now easily start more clients on OS X
- More translations
PR: 201548
Submitted by: meta+ports@vmeta.jp (maintainer)
- Install more config files as sample config
- Fix directory permissions under /var
- Change database backend options to GROUP, so one can de-select both [1]
PR: 201114 [1]
Submitted by: Niels Kristensen
MFH: 2015Q3
This release fixing compatibility with tmux 2.0.
While here, limit python version to 2.x:
"""
===> Configuring for py34-tmuxp-0.9.0
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 25, in <module>
readme = open('README.rst').read()
File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 635: ordinal not in range(128)
"""
PR: 201431
Submitted by: Tony Narlock <tony@git-pull.com> (maintainer)
More specifically, they are carefully constructed zip files with a
#!/usr/bin/env python and special __main__.py that allows you to interact with
the PEX runtime
WWW: https://pex.readthedocs.org/en/latest/
definition. Shadow the stdio prototype with a macro and undef it after
including stdio.h
Convert port to the USES framework
Regenerate the patch-Make.pthread file using makepatch
PR: 201444
Submitted by: winston@ml1.net (maintainer)
Changes:
- Manpages updates
- Add a random delay to pkg-audit when invoked without a TTY
- Update zsh completion
- Add a new AUTOCLEAN option to automatically clean the cache directory
- Don't attempt to set file ownership when INSTALL_AS_USER is set
- Add a new configuration item to define custom HTTP User-Agent
- Fix an integer overflow when displaying package size for packages larger than
2GiB.
- Initial support for flexible dependencies
- Allow to specify dependencies without hardcoded versions
Changes:
- Manpages updates
- Add a random delay to pkg-audit when invoked without a TTY
- Update zsh completion
- Add a new AUTOCLEAN option to automatically clean the cache directory
- Don't attempt to set file ownership when INSTALL_AS_USER is set
- Add a new configuration item to define custom HTTP User-Agent
- Fix an integer overflow when displaying package size for packages larger than 2GiB.
Add dconf as a run dependancy. So liferea can safe it settings, in non-gnome
based DE's. [2]
PR: 201555 [1]
Submitted by: Olivierd@ [1], Serpent7776 (ports@ ML) [2]