* Fixes security vulnerability when using SASL for login that might suddenly
fail in some cases (CVE-2019-13045). [1]
* It also fixes issues with input line echoing of UTF-8 chars with non UTF-8
terminals. [2]
Changelog:
https://irssi.org/NEWS/#v1-2-1
PR: 238892 [1], 238591 [2]
Submitted by: Santhosh Raju [1], Victor Sudakov [2]
Approved by: David O'Rourke (maintainer)
MFH: 2019Q2
Security: 475f952c-9b29-11e9-a8a5-6805ca0b38e8
ports to build against it. Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans). One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable. It is very old,
there are newer versions available so it should be fixed by updating.
One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.
PR: 229613
Exp-run by: antoine
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
The upstream configure script has been updated so this will port will now
correctly link against the ports version of OpenSSL if requested.
The --with-perl option no longer needs an argument, it uses the perl binary
to find the correct paths.
The --with-tcl option takes a TCL_LIBDIR argument to specify exactly which
TCL version to use if multiple are installed.
PR: 236881
Submitted by: caf@bitchx.org
- Update to port version 2.10.6
- Clean up mirror sites
- switch to OPTION_USES framework
- Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path
that is passed to --with-perl
- Minor changes to satisfy portlint
PR: 236709
Submitted by: caf@bitchx.org
In file included from src/access.cpp:12:
In file included from include/service.h:15:
In file included from include/services.h:22:
In file included from /usr/include/c++/v1/stdexcept:46:
In file included from /usr/include/c++/v1/exception:81:
In file included from /usr/include/c++/v1/cstddef:38:
include/version:1:1: error: expected unqualified-id
<U+007F>ELF<U+0002><U+0001><U+0001> <U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0002><U+0000>><U+0000><U+0001><U+0000><U+0000><U+0000><U+0000>P <U+0000><U+0000><U+0000><U+0000><U+0000>@<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><F0>"<U+0001><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>@<U+0000>8
^
PR: 236192
Approved by: portmgr blanket
This plugin allows Bitlbee to communicate with Mastodon instances. Mastodon
is a free, open-source, decentralized microblogging network. Bitlbee is an
IRC server connecting to various other text messaging services. You run
Bitlbee and connect to it using an IRC client, then configure Bitlbee to
connect to other services, such as a Mastodon instance where you already
have an account. The benefit is that you can now use any IRC client you
want to connect to Mastodon.
WWW: https://alexschroeder.ch/software/Bitlbee_Mastodon
PR: 235731
Submitted by: tobias.rehbein@web.de
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19205
- hexchat requires Python 3
- Specify PYTHON_VER in MESON_ARGS since each ports might be built with
different Python versions
PR: 235644
Submitted by: w.schwarzenfeld@utanet.at
Reported by: Philipp Engel <kidon@posteo.de>
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)