Commit Graph

472379 Commits

Author SHA1 Message Date
Jan Beich
ab797ee3a9 MFH: r505800
mail/thunderbird: update to 60.8.0

Changes:	https://www.thunderbird.net/thunderbird/60.8.0/releasenotes/
Security:	0592f49f-b3b8-4260-b648-d1718762656c
Approved by:	ports-secteam blanket
2019-07-03 23:51:34 +00:00
Jan Beich
de77098743 MFH: r505799
www/webkit2-gtk3: unbreak on aarch64, armv6, armv7

PR:		237440
Reported by:	pkg-fallout
Submitted by:	Greg V <greg@unrelenting.technology>
Tested by:	Charlie Li <ml+freebsd@vishwin.info>
Approved by:	maintainer timeout (2 months), portmgr blanket
Obtained from:	upstream
Approved by:	ports-secteam blanket
2019-07-03 23:50:22 +00:00
Dmitry Marakasov
4839ca8378 MFH: r505760
- Update to 2.0.5

Security:	3394bc2b-9da4-11e9-951e-14dae9d5a9d2
Approved by:	ports-secteam (with hat)
2019-07-03 15:39:14 +00:00
Jan Beich
fdc274c607 MFH: r505725
www/firefox-esr: update to 60.8.0

Changes:	https://www.mozilla.org/firefox/60.8.0/releasenotes/
Security:	0592f49f-b3b8-4260-b648-d1718762656c
Approved by:	ports-secteam blanket
2019-07-03 05:22:10 +00:00
Kubilay Kocak
f0719b6e1a MFH: r505676 devel/libee: Fix missing distfile, level up port compliance
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)
2019-07-02 13:48:42 +00:00
Kubilay Kocak
6ac80be0fd MFH: r504189 r505671
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)
2019-07-02 12:18:12 +00:00
Kai Knoblich
b12aebfe3f MFH: r505638
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)
2019-07-02 05:41:10 +00:00
Steve Wills
017cf6494d MFH: r505605
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)
2019-07-01 15:45:58 +00:00
Kubilay Kocak
8e65271847 MFH: r468669 r505499 r505571
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))
2019-07-01 13:54:58 +00:00
Kubilay Kocak
0c35b7ca6a MFH: r505544 print/dot2tex: Fix incorrect Python version spec
dot2tex supports Python 2 and 3. This change removes the unecessary version
spec restriction to 2.7.

While I'm here:

  - Add PKGNAMEPREFIX (unique package names per flavor)
  - Enable USE_PYTHON=concurrent, each package flavor installs scripts in
    common locations
  - Add TEST_DEPENDS/test target
  - Add python to CATEGORIES
  - Pet portlint (Make file sort/group order)

PR:		237984
Approved by:	portmgr (maintainer timeout: 1 month)

Approved by:	ports-secteam (blanket(s): ports (& python) compliance)
2019-07-01 07:13:53 +00:00
Kubilay Kocak
5cdf5cd625 MFH: r505210 lang/python35: Use -std=c99
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)
2019-07-01 07:08:36 +00:00
Kubilay Kocak
24a93a5bd8 MFH: r502940 r503843
www/npm: Fix the python executable name

PR:		238204
Reported by:	run failure
Approved by:	portmgr (blanket: ports/framework (python) compliance)

Compile and install .pyc files for node-gyp

- Bump PORTREVISION for package change

PR:		238243
Submitted by:	Hiroki Tagato <tagattie@yandex.com>

Approved by:	ports-secteam (blanket(s): run/packaging fix, ports (python) compliance)
2019-07-01 07:02:26 +00:00
Kubilay Kocak
02b6be2564 MFH: r505006 devel/py-osprofiler: Add missing dependency
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)
2019-07-01 06:40:11 +00:00
Kubilay Kocak
d81b12cce6 MFH: r504290 devel/py-setproctitle: Fix conflict with concurrent Python flavors
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)
2019-07-01 06:32:43 +00:00
Kubilay Kocak
16f20227bf MFH: r501623 r503238
devel/py-buildbot{-*}: Update to 2.3.0

Changelog:

  https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-3-0-2019-05-06

devel/py-buildbot{-*}: Update to 2.3.1

This release fixes a vulnerability in OAuth where user-submitted
authorization token was used for authentication. [1][2]

Changelog:

  https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-3-1-2019-05-22

[1] https://github.com/buildbot/buildbot/wiki/OAuth-vulnerability-in-using-submitted-authorization-token-for-authentication
[2] https://github.com/buildbot/buildbot/pull/4763/files

Security:	ada8db8a-8471-11e9-8170-0050562a4d7b

Approved by:	ports-secteam (miwi)
2019-07-01 06:30:28 +00:00
Kubilay Kocak
bea3cbe0f4 MFH: r503234 sysutils/asmem: Remove BROKEN (fix build) for FreeBSD 12/13
PR:		238273
Submitted by:	lealxe <lealxe yandex ru>
Approved by:	portmgr (unmaintained port)

Approved by:	ports-secteam (blanket: build fix)
2019-07-01 06:21:52 +00:00
Kubilay Kocak
6433b76567 MFH: r503168 security/py-fail2ban: Fix rc script
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)
2019-07-01 06:19:57 +00:00
Kubilay Kocak
7d1526bbba MFH: r502951 x11/cinnamon: Remove unnecessary version check
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)
2019-07-01 06:17:50 +00:00
Jan Beich
2dceed9373 MFH: r505529
emulators/citra: update to s20190630

Changes:	73bf92fb3...0c6c1d49d
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-06-30 23:57:14 +00:00
Steve Wills
53b6f963cc MFH: r505507
archivers/bzip2: update to 1.0.7

PR:		238854
Submitted by:	jharris@widomaker.com (maintainer)
Security:	4b6cb45d-881e-447a-a4e0-c97a954ea758

Approved by:	ports-secteam (implicit)
2019-06-30 21:48:24 +00:00
Steve Wills
0a2993a292 MFH: r499039 r505025 r505486
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)
2019-06-30 20:45:23 +00:00
Adam Weinberger
d8c722c41a MFH r502589:
www/h2o*: Remove nop CMAKE_VERBOSE

MFH r505423:
h2o{,-devel}: Improve rc.d/h2o, freshen h2o.conf

rc.d/h2o:
 - Add a configtest target
 - Fix a bug that could prevent the script from locating the PIDfile path

h2o.conf:
 - Remove entries that are defaults

PR:		238888
Approved by:	maintainer (dch)

Approved by:	portmgr (with hat)
2019-06-30 14:44:14 +00:00
Jan Beich
2cdb6801fb MFH: r505396
games/openbor: update to 7061

Changes:	6de201a4...db5f0836
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-06-30 00:54:59 +00:00
Sunpoet Po-Chuan Hsieh
83ee7456c6 MFH: r505311 r505312
Update to 8.7.27

Changes:	https://get.typo3.org/release-notes/8.7.27
		https://typo3.org/article/typo3-958-and-8727-security-releases-published/
PR:		238862
Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Security:	5e35cfba-9994-11e9-b07f-df5abf8b84d6

Update to 9.5.8

Changes:	https://get.typo3.org/release-notes/9.5.8
		https://typo3.org/article/typo3-958-and-8727-security-releases-published/
PR:		238863
Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Security:	5e35cfba-9994-11e9-b07f-df5abf8b84d6

Approved by:	ports-secteam (miwi)
2019-06-29 16:23:37 +00:00
Glen Barber
788c5dc623 MFH: r505293
Add 11.3-RC3 MANIFEST files.
Remove 11.3-RC2 MANIFEST files.

Approved by:	portmgr (implicit, re blanket)
Approved by:	bdrewery (maintainer, implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-06-28 18:21:17 +00:00
Jan Beich
934761a7f4 MFH: r505059
security/nss: update to 3.44.1

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.44.1_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_44_1_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Approved by:	ports-secteam blanket (required by Firefox 68)
2019-06-24 21:45:23 +00:00
Niclas Zeising
3133eeee86 MFH: r505057
graphics/drm-fbsd12.0-kmod: Update snapshot

Update graphics/drm-fbsd12.0-kmod to latest snapshot.  This fixes issues
with sysctl name clashes.

Approved by:	jmd (maintainer, implicit)
Sponsored by:	B3 Init

Approved by:	ports-secteam (implicit, drm-drivers blanket)
2019-06-24 21:39:28 +00:00
Sunpoet Po-Chuan Hsieh
b0d3c3519f MFH: r504299
Update to 1.3.32

Changes:	http://www.graphicsmagick.org/NEWS.html
Security:	82c07dfa-9016-11e9-af2f-712c38aa3e4c

Approved by:	ports-secteam (miwi)
2019-06-24 20:03:56 +00:00
Kai Knoblich
bd20cbacf2 MFH: r504995
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)
2019-06-23 22:38:05 +00:00
Kirill Ponomarev
961b4cbed7 MFH: r504846
Update to 12.0.12

Changes: https://github.com/cbsd/cbsd/releases/tag/v12.0.12

Submitted by:	maintainer

Approved by:	portmgr (blanket fixes)
2019-06-22 06:51:26 +00:00
Glen Barber
248fc3cb2e MFH: r504809
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
2019-06-21 19:54:58 +00:00
Christoph Moench-Tegeder
95e6f502d1 MFH: r504791
mail/thunderbird: update to 60.7.2 (release)

Release notes: https://www.thunderbird.net/en-US/thunderbird/60.7.2/releasenotes/

Approved by:	gecko@ (jbeich@, implicit)
Security:	49beb00f-a6e1-4a42-93df-9cb14b4c2bee

Approved by:	portmgr (blanket: web browser alike)
2019-06-21 12:01:47 +00:00
Thomas Zander
ccc5d2337c MFH: r504636
Update to upstream release 3.0.7.1; Makefile fixes

Details:
- Update to newest upstream release 3.0.7.1
- Fix drive-by dependencies, reported in [1]
- Introduce new options for JPEG and OGGSPOTS [1]

PR:		238261 [1]
Reported by:	phascolarctos@protonmail.ch [1]

Approved by:	ports-secteam (riggs)
2019-06-20 16:29:09 +00:00
Christoph Moench-Tegeder
d3eaa5435e MFH: r504642
mail/thunderbird: update to 60.7.2 (rc1)

Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/60.7.2/releasenotes/

Approved by:	gecko@ (jbeich@, implicit)

Approved by:	portmgr (blanket: web browser alike)
2019-06-20 16:21:13 +00:00
Christoph Moench-Tegeder
6e5182fca2 MFH: r504640
www/firefox-esr: update to 60.7.2

Release Notes: https://www.mozilla.org/en-US/firefox/60.7.2/releasenotes/

Approved by:	gecko@ (jbeich@, implicit)

Approved by:	portmgr (blanket: web browser)
2019-06-20 16:18:16 +00:00
Christoph Moench-Tegeder
7e8391374f MFH: r504638
www/firefox: update to 67.0.4

Release Notes: https://www.mozilla.org/en-US/firefox/67.0.4/releasenotes/

PR:		236651
Approved by:	gecko@ (jbeich@, implicit)

Approved by:	portmgr (blanket: web browser)
2019-06-20 16:15:31 +00:00
Mathieu Arnold
f7c8eda317 MFH: r503380
Fix build with DNSTAP enabled.

PR:		238036
Reported by:	Artyom Davidov
Pointy hat:	mat, forgotten in the previous commit.
2019-06-19 22:58:48 +00:00
Mathieu Arnold
7831c2a97e Update to 9.11.8 and 9.14.3.
Security:	CVE-2019-6471
2019-06-19 22:46:46 +00:00
Brooks Davis
a155c6e389 MFH: r504435 r504436
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)
2019-06-18 17:46:41 +00:00
Dmitry Marakasov
e765f05a9e MFH: r504481
- Add missing depend for ancient python versions

PR:		238503
Submitted by:	john@saltant.com
Approved by:	ports-secteam (with hat)
2019-06-18 12:42:05 +00:00
Jan Beich
c346d88f1d MFH: r504472
www/firefox-esr: update to 60.7.1

Changes:	https://www.mozilla.org/firefox/60.7.1/releasenotes/
Approved by:	ports-secteam blanket
2019-06-18 10:14:08 +00:00
Jan Beich
5673fdd196 MFH: r504471
www/firefox: update to 67.0.3

Changes:	https://www.mozilla.org/firefox/67.0.3/releasenotes/
PR:		236651
Approved by:	ports-secteam blanket
2019-06-18 10:13:32 +00:00
Jan Beich
3e5caf5a86 MFH: r504455
games/openbor: update to 7056

Changes:	68a1c977...6de201a4
Approved by:	ports-secteam (feld, implicit for snapshots)
2019-06-18 00:56:28 +00:00
Tobias Kortkamp
c037d8bebe MFH: r504270
graphics/netpbm: Update to 10.86.04

Changes:	https://gitlab.com/tobiask/netpbm/raw/v10.86.04/doc/HISTORY

Approved by:	ports-secteam blanket
2019-06-15 22:25:44 +00:00
Jan Beich
cb13f14681 MFH: r504218
games/openbor: update to 7045

Changes:	0afa1f0d...68a1c977
Approved by:	ports-secteam (feld, implicit for snapshots)
2019-06-15 00:53:27 +00:00
Glen Barber
851eae18c0 MFH: r504215
Add 11.3-RC1 MANIFEST files.
Remove 11.3-BETA2 MANIFEST files.

Approved by:	portmgr (implicit, re blanket)
Approved by:	bdrewery (maintainer, implicit, re blanket)
Sponsored by:	The FreeBSD Foundation
2019-06-14 23:20:34 +00:00
Matthew Seaman
6cb0707f35 MFH: r504158
Security update to 4.9.0.1

Security:	a5681027-8e03-11e9-85f4-6805ca0b3d42

Approved by:	ports-secteam (joneum)
2019-06-14 12:49:07 +00:00
Tobias Kortkamp
bf6b7ec6c7 MFH: r504176
databases/mantis: Update to 2.21.1

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.21.1

Approved by:	ports-secteam blanket
2019-06-14 11:37:55 +00:00
Jan Beich
cde7c0f82b MFH: r504160
www/firefox: switch to system aom/dav1d

Obtained from:	upstream (via Gentoo)
Approved by:	ports-secteam blanket
2019-06-14 08:41:42 +00:00
Kai Knoblich
b9c8dd646a MFH: r504076
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)
2019-06-13 18:43:31 +00:00