- Pet portclippy while here
Changelog:
* First run and build fixes#482#473#467#479 (maciejsszmigiero)
* Add OTP (two factor authentication) support #327#394 (Noettore)
* Display passwords as QR codes #421 (frawi)
* Renaming password #463#469 (Noettore)
* Correct font color with Dark themes #340#476 (a-andreyev)
* Sorted profiles dropdown as in #404#472 (Noettore)
PR: 241176
Submitted by: Anne Jan Brouwer <brouwer@annejan.com> (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D21973
In Qt 5.13, a "helpful" upstream added #includes of the interal
FreeBSD event headers; these conflict with evdev-proto headers.
Back out that helpful fix, and rely on evdev-proto everywhere
(in particular, for dependent ports that use evdev-proto themselves).
PR: 240965
Reported by: Walter Schwarzenfeld
plus circumventing geoblocking. It is a powerful, lightweight, fast and
simple to use proxy server that you can host on your own server or PC at
home and then access from anywhere.
It provides compatibility with a large number of clients and services by
accepting both HTTP and SOCKS proxy protocols on a single listening port.
WWW: https://github.com/leproxy/leproxy
Specifying required_dirs and creating it at prestart stage does not work
because required_dirs is checked before running prestart these days.
So it fails to start for mfs-based /var even if racoon_create_dirs=YES
Unbreak this by replacing "required_dirs" and "mkdir -p"
in the racoon_prestart with "install -d" that returns error in case
of failure and does nothing if the directory already exists.
Reported by: Cybil Courraud <freebsd@cyb.fr>
There is no opt_MESON_ARGS_OFF helper and Zathura also does not
have an enable-sqlite option. It has an 'sqlite' feature which can
be turned on/off with the MESON_ENABLED helper.
SQLite support has been auto-enabled for ~7 months by always having
USES=sqlite in the port. Since the SQLITE option can now properly
turn that support off, enable it by default to not cause too many
surprises.
This is to assist with build error diagnosis,
after PRs 240914 and 241032.
Submitted by: mandree@
Approved by: Corey Halpin (maintainer)
(obtained by e-mail outside Bugzilla)
- Removes "halfops" since it is no longer a valid option in configure.
- Updated maintainer email approved by db@ (previous maintainer).
- Adds a logfile entry to the rc.d script.
-- Noteworthy changes in version 8.2.26 (2019-05-31)
o) The 'general::tkline_expire_notices' configuration directive has been
replaced with user mode 'X'. *LINE expiration notices are sent to IRC
operators with that mode set
o) Fixed issue with '/rehash conf' creating duplicated class entries
instead of updating existing ones that are already in use
o) For a full list of all changes in this release, see https://git.io/fjEbq
-- Noteworthy changes in version 8.2.25 (2019-04-24)
o) The 'class::number_per_ip', 'class::max_local' and 'class::max_global'
configuration directives have been replaced with just 'class::number_per_ip_local'
and 'class::number_per_ip_global'. The 'class::max_local' basically was
redundant as it had the same functionality as 'class::number_per_ip'
o) Adding RESVs with wildcards no longer requires administrator privileges
o) The 'general::ignore_bogus_ts' configuration option has been deprecated
o) TLSv1.1 and TLSv1.0 are no longer supported and have been disabled in
the openssl and gnutls module
o) Minimum supported OpenSSL version is 1.0.1f now
o) Minimum supported GnuTLS version is 3.5.8 now
o) The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have
been deprecated. If you need to bind() a specific address you can specify one
in the connect {} block
o) The 'connect::vhost' configuration directive has been renamed to 'connect::bind'
o) For a full list of all changes in this release, see https://git.io/fjRVk
-- Noteworthy changes in version 8.2.24 (2018-04-05)
o) Added "STATS s" to show configured pseudo {} blocks
o) Implemented channel mode 'N' which prevents users from changing their
nick while in a channel with that mode set
o) Services clients are now shown with 'is a Network Service' in "WHOIS"
o) For a full list of all changes in this release, see https://git.io/fjRVt
-- Noteworthy changes in version 8.2.23 (2018-03-26)
o) irc-operators are now able to see a user's resolved hostname in /whowas,
and /whois even if the user has a fakehost/vhost
o) RPL_WELCOME now does use the rfc2812 style nick!user@host format
o) Removed rudimentary libgeoip support
o) Added --enable-efence switch to allow easy linking with the
electric fence memory debugger library
o) "JOIN 0" is no longer supported
o) Fixed bug where ircd would not remove RPL_WHOISOPERATOR based svstags
when deoppering
o) Fixed 'unknown closes' statistic in "STATS t" showing invalid values sometimes
o) For a full list of all changes in this release, see https://git.io/fjRVq
PR: 241015
Approved by: db, philip (mentor)
- Change the default -march for i386 from i486 to i586. This avoids
the need for libatomics and had been the defacto default for some
time. [0]
- Add -m(no)-spe to clang. (powerpc)
- Deduce MIPS specific ELF header flags from `emulation`. (mips)
- Fix a variety of assertions and compile/link errors including crashes
with CPUTYPE=haswell. [1]
- Switch back to https for downloads. [2]
The new patches were initially committed to FreeBSD src by dim@.
PR: 240918 [0], 240759 [1], 240870 [2]
Reported by: jbeich [0,1], Miyashita Touka <imagin8r@protonmail.com> [2]