Upstreams MASTER_SITES changed, and was no longer serving libee's distfile,
but a redirect instead:
=> Fetched file size mismatch (expected 357116, actual 19835)
Rainer (rsyslog maintainer) graciously made it available again on my
request via Twitter.
While I'm here:
* pet portlint: WARN: Makefile: "USES" has to appear earlier.
* Fix LICENSE (license text body reads LGPL21+)
* --prefix is already set by framework, remove from CONFIGURE_ARGS
Approved by: portmgr (framework compliance)
Approved by: ports-secteam (blanket(s): bugfix, ports compliance)
Fix WWW link: it redirects to HTTPS now.
devel/libestr: Level up port compliance
* Use https MASTER_SITES where available
* --prefix is already set by framework, remove from CONFIGURE_ARGS
Approved by: portmgr (blanket: framework compliance)
Approved by: ports-secteam (blanket: framework compliance)
irc/irrsi: Update to 1.2.1
* 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)
Security: 475f952c-9b29-11e9-a8a5-6805ca0b38e8
Approved by: ports-secteam (miwi)
dns/powerdns: Actually update to 4.1.10
Previous update was old patch to 4.1.9
PR: 238705
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Security: 1c21f6a3-9415-11e9-95ec-6805ca2fa271
Approved by: ports-secteam (implicit)
security/dehydrated: Restore ZSH and BASH options because they make scripts to use these shells
The options were deleted mistakenly in the previous commit.
Additionally, moved plist into pkg-plist file, and added @sample instructions for relevant samples.
PR: 227848
Reported by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
security/dehydrated: update to 0.6.4
PR: 238820
Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
security/dehydrated: Update to 0.6.5
While I'm here, pet portlint:
WARN: Makefile: extra item placed in the USES/USE_x section, for example, "NO_BUILD".
Changelog:
https://github.com/lukas2511/dehydrated/blob/v0.6.5/CHANGELOG
PR: 238918
Submitted by: Sascha Holzleiter <sascha root-login org> (maintainer)
Approved by: ports-secteam (blanket: bugfix release(s))
Python 3.5 is currently failing to build the pickle module on GCC-based
architectures, with the following (several) errors:
error: 'for' loop initial declaration used outside C99 mode
This causes packaging to fail, as the pickle module filename changes on
failure to build, so the plist ends up incorrect
Python 3.6+ switched to using -std=c99 [1][2], but the changes were not
backported to 3.5
[1] https://bugs.python.org/issue28017
[2] https://hg.python.org/cpython/rev/b5b2bb56d303
[3] https://hg.python.org/cpython/rev/91017e2202ae
PR: 238821
Reviewed by: koobs (python)
Approved by: koobs (python), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20778
Approved by: ports-secteam (blanket: build fix)
osprofiler requires pbr>=1.8 at build time, and fails with the following
error at configure time when it is not available:
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.8')
Reported by: poudriere: pbr reverse dependents bulk (exp) run
Approved by: portmgr (blanket(s): missing dependencies, build fix)
Approved by: ports-secteam (blanket: build fix, dependencies)
Since devel/py-setproctitle installs HISTORY.rst and README.rst in a
fixed location, pkg won't allow multiple flavors installed at the same time
and concurrent ports conflict on install with each other.
This change adds USE_PYTHON=concurrent which compensates for files in
DOCSDIR automatically, by using a different directory for each Python
version.
PR: 238601
Submitted by: Ralf van der Enden <tremere cainites net>
Approved by: portmgr (blanket(s): just fix it, ports (python) compliance)
Approved by: ports-secteam (blanket: bugfix)
The rc.d script evaluates fail2ban_pidfile before rc.conf is read.
This change moves those evaluations to the corect place allowing
users to override the values via /etc/rc.conf as expected.
PR: 236017
Reported by: <epopen gmail com>, Dmitry Wagin <dmitry.wagin ya ru>
Submitted by: <theis gmx at> (maintainer)
Approved by: ports-secteam (blanket: bugfix)
Bug 237426 updates Pillow to 6.0.0, which removed the Image.VERSION
variable, after a period of deprecation.
Cinnamon currently uses this variable, so backport upstream commit
c843f3664064742e2672e0fea528571a882d84ad [1] to compensate, so we don't
need to wait for the Gnome teams Cinnamon 4 update, which has already
pulled it in. Thanks to Charli Li for pointing this commit out.
While I'm here, fix all stage-qa errors and ports/framework compliance
issues:
- Add missing LIB_DEPENDS
- Add missing USE_{GNOME,X11} components
- Add USES=gnome, gl
- Fix gstreamer dependencies (GSTREAMER1, not GSTREAMER)
- Add LICENCE{_FILE}
- Fix more/all shebangs, remove custom REINPLACE_CMD section
- Remove GH_ACCOUNT (no longer necessary)
[1] https://github.com/linuxmint/cinnamon/pull/8496
[2] https://github.com/linuxmint/cinnamon/issues/8495
PR: 238070, 237426
Reported by: kai
Tested by: Michal Kilijanek (via Twitter)
Approved by: kwm (gnome, maintainer)
Approved by: ports-secteam (blanket(s): bugfixes, dependencies)
dns/powerdns: update to 4.1.8
PR: 236717
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Similar to r502813 for dns/powerdns-recursor, fix build on GCC-based
systems:
Don't add -L/usr/lib unconditionally, it makes gcc8 (used on GCC-based
systems) link to base libstdc++.
Given that this is a build fix that does not affect clang-based systems,
there should be no need to bump portrevision.
PR: 238742
Reported by: pkubaj
Approved by: maintainer
dns/powerdns: update to 4.1.10
PR: 238705
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Security: 1c21f6a3-9415-11e9-95ec-6805ca2fa271
Approved by: ports-secteam (implicit)
deskutils/conkyemail: Fix invocation of Python script at runtime
Since the default version of Python has been switched to 3.6 in r498529 the
script "conkyEmail.py" that is invoked by the shell script "conkyEmail"
fails at runtime due incompatible code.
This occurs only if the Python meta port is also installed otherwise it
won't start at all due a hardcoded reference (= /usr/bin/env python) in the
shell script, thus:
* Update and simplify the patch for "conkyEmail" by using placeholders for
the Python interpreter and ${DATADIR} that will be replaced by the
post-patch target. [1]
Also while I'm here:
* Silence all commands of the post-patch target to reduce cluttering of
logfiles
* Add license information
* Pet portlint
PR: 238487
Submitted by: Katsuyuki Miyoshi <katsubsd@gmail.com> (initial patch)
Approved by: ports-secteam (blanket: runtime fix, framework compliance)
Add MANIFESTS for 11.3-RC2.
Remove MANIFESTS for 11.3-RC1.
Approved by: portmgr (implicit, re blanket)
Approved by: bdrewery (maintainer, implicit, re blanket)
Sponsored by: The FreeBSD Foundation
Fix a bug when ${PREFIX} != /usr/local.[0]
As of LLVM 8.0.1, pre-releases have moved to github. Chase this change.
PR: 238603 [0]
Submitted by: mi [0]
Revert accidental update to distinfo.
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by: portmgr (blanket fixes)
devel/py-apptools: Enable Python 3.x builds
* Support for Python 3 was introduced with 4.4.0
* Pet portlint (reduce the overall usage of lines in the pkg-descr and
separate the USES block).
* No bump of PORTREVISION due style changes only.
PR: 238435
Submitted by: vladimir.chukharev@gmail.com (maintainer)
Approved by: ports-secteam (miwi)