Commit Graph

531832 Commits

Author SHA1 Message Date
Matthias Andree
15ab1c611b MFH: r560002 r560022 r565123
graphics/openexr: graphics/ilmbase: v2.5.4 update

"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>

Cherry-pick upstream commit for GCC 11 compatibility:
<a40a6151c4>

Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)

graphics/openexr: really commit v2.5.4 update.

Unfortunately, this was missed with the ilmbase update, and
causes yet another PORTREVISION bump on all dependent ports.

repeating ilmbase's commit log here:

"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>

Cherry-pick upstream commit for GCC 11 compatibility:
<a40a6151c4>

Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)

Reported by:	VVD (IRC, #bsdports)

graphics/openexr, ilmbase: security update to v2.5.5

https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5

"Specific OSS-fuzz issues include:

    OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
    OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
    OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
    OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers
    OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"

Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.

Security:	98044aba-6d72-11eb-aed7-1b1b8a70cc8b
2021-02-13 11:36:52 +00:00
Tobias C. Berner
1a667313d4 MFH: r565113 r565115
New port: www/tomcat10

The Apache Tomcat Project is proud to announce the release of version 10.0.2 of Apache Tomcat.
This release is the first stable release in the 10.0.x series and is targeted at Jakarta EE 9.

Changelog:
https://tomcat.apache.org/tomcat-10.0-doc/changelog.html#Tomcat_10.0.2_(markt

- Copied from www/tomcat-devel

PR:		253404
Submitted by:	VVD <vvd@unislabs.com>  (maintainer)

Update www/tomcat*

www/tomcat7:
	https://tomcat.apache.org/tomcat-7.0-doc/changelog.html#Tomcat_7.0.108_(violetagg)

www/tomcat85:
	https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.63_(markt)

www/tomcat9:
	https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.43_(markt)

www/tomcat-devel:
	https://tomcat.apache.org/tomcat-10.0-doc/changelog.html#Tomcat_10.0.2_(markt)
	- At the moment this one is on par with the newly added www/tomcat10, but
	  will be used for the upcoming 11 version soon.

PR:		253404
Submitted by:	VVD <vvd@unislabs.com>  (maintainer)
Approved by:	ale (maintainer of www/tomcat7)
2021-02-13 09:43:12 +00:00
Tobias C. Berner
6676f07c4c MFH: r565110
multimedia/smplayer: Update to 21.1.0

Changelog:
	https://www.smplayer.info/en/changes

PR:		253400
Submitted by:	VVD <vvd@unislabs.com>  (maintainer)
2021-02-13 09:17:37 +00:00
Jan Beich
43fd60e2ff MFH: r565091
x11/foot: update to 1.6.4

Changes:	https://codeberg.org/dnkl/foot/releases/tag/1.6.4
2021-02-13 00:28:28 +00:00
Jan Beich
caf1659912 MFH: r565088
graphics/mesa-devel: update to 21.0.b.1635

Changes:	8ed874d73f...3fc8da13f6
2021-02-13 00:22:27 +00:00
Jan Beich
4583ab9c79 MFH: r565087
emulators/citra: update to s20210211

Changes:	2ddecf35d...e6c479f49
2021-02-13 00:21:19 +00:00
Glen Barber
0b3dacc4d7 MFH: r565077
Add 13.0-BETA2 checksums.

Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-12 22:49:35 +00:00
Juraj Lutter
a797e0e51c MFH: r565070
textproc/elasticsearch6: Fix rc order

It has been found that elasticsearch is being started in wrong phase of rc
sequence.

This should bring it to more apropriate place where all services, including
cleartmp, are started.

PR:		236840
Reported by:	Nemesis11 <felix@zwame.pt>
Reviewed by:	osa (mentor), swills
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27874
2021-02-12 22:06:59 +00:00
Glen Barber
facab27301 MFH: r565048
Belatedly add 13.0-BETA1 MANIFEST files.

Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-12 18:50:04 +00:00
Fernando Apesteguía
6cf1e6b365 MFH: r565009
lang/crystal: Update to 0.36.1

ChangeLog: https://github.com/crystal-lang/crystal/blob/0.36.1/CHANGELOG.md

Should fix this issue: https://github.com/crystal-lang/crystal/pull/10259

PR:	253111
Submitted by:	rlwestlund@gmail.com
Approved by:	greg@unrelenting.technology (maintainer)
2021-02-12 11:19:36 +00:00
Fernando Apesteguía
ca38baf9a9 MFH: r565005
x11-fm/doublecmd: multiple instances fix

 * Fix fatal error when multiple instances of the app are executed

PR:	253432
Submitted by:	bbtruk@users.sourceforge.net (maintainer)
2021-02-12 11:05:35 +00:00
Juraj Lutter
d514664edd MFH: r564962
devel/rlwrap: Update to 0.44

And while here, also:
- Switch to versioned release download
- Reformat Makefile according to portclippy/portfmt
- Fix pkg-plist

Reviewed by:	osa (mentor), swills (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D28429
2021-02-11 17:41:41 +00:00
Fernando Apesteguía
9c6c8c8802 MFH: r564954
shells/v7sh: pet pkg-fallout

Unbreak build in FreeBSD < 13

PR:     253241
Submitted by:   portmaster@bsdforge.com (maintainer)
2021-02-11 14:21:27 +00:00
Jan Beich
eaafd80448 MFH: r564934
multimedia/aom: update to 2.0.2

Changes:	https://aomedia.googlesource.com/aom/+log/v2.0.1..v2.0.2
Reported by:	portscout
2021-02-11 11:08:07 +00:00
Neel Chauhan
6f2d7d7981 MFH: r564926
www/squid-devel: Update to 5.0.5

Changes: https://github.com/squid-cache/squid/blob/v5/ChangeLog

PR:		253416
Submitted by:	timp87 AT gmail DOT com (maintainer)
Approved by:	portmgr (bugfix blanket)
2021-02-11 02:17:46 +00:00
Jan Beich
cd5a2f7c53 MFH: r564917
graphics/mesa-devel: update to 21.0.b.1438

Changes:	5088caa119...8ed874d73f
2021-02-11 00:53:37 +00:00
Jan Beich
90a53562ca MFH: r564915
emulators/citra: update to s20210209

Changes:	5776bdda8...2ddecf35d
2021-02-11 00:52:12 +00:00
Jan Beich
29e43d7aff MFH: r564914
graphics/jpeg-xl: update to 0.3.1

Changes:	https://gitlab.com/wg1/jpeg-xl/-/tags/v0.3.1
Changes:	https://gitlab.com/wg1/jpeg-xl/-/compare/v0.3...v0.3.1
2021-02-11 00:50:17 +00:00
Bradley T. Hughes
a1d373df4b MFH: r564900
www/node10: Update 10.23.2 -> 10.23.3

https://nodejs.org/en/blog/release/v10.23.3/

Sponsored by:	Miles AS
2021-02-10 19:28:22 +00:00
Bradley T. Hughes
a91b16bae6 MFH: r564898
www/node14: Update 14.15.4 -> 14.15.5

https://nodejs.org/en/blog/release/v14.15.5/

Sponsored by:	Miles AS
2021-02-10 19:22:43 +00:00
Lev A. Serebryakov
87e40f4a52 MFH: r564877
Updatye to 1.10.7.
 It is securoty update.
 It fixes https://subversion.apache.org/security/CVE-2020-17525-advisory.txt

Security:	CVE-2020-17525

Approved by:	portmgr (blanket, FAQ 20.6.2)
2021-02-10 17:19:43 +00:00
Lev A. Serebryakov
3917942e05 MFH: r564876
Update to 1.14.1.
 It is security uipdate, fixing CVE-2020-17525.

Security:	CVE-2020-17525

Approved by:	portmgr (blanket, FAQ 20.6.2)
2021-02-10 17:18:24 +00:00
Jan Beich
775cfce7f7 MFH: r564872
www/youtube_dl: update to 2021.02.10

Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10
Reported by:	GitHub (watch releases)
2021-02-10 16:29:42 +00:00
Neel Chauhan
3d2690beb0 MFH: r564759
net/3proxy: Update to 0.9.3

Changes: https://github.com/z3APA3A/3proxy/releases/tag/0.9.3

PR:		253357
Submitted by:	timp87 AT gmail DOT com (maintainer)
Approved by:	portmgr (blanket, bugfix)
2021-02-10 02:12:07 +00:00
Neel Chauhan
6d8f2d7170 MFH: r564834
databases/cassandra3: Update to 3.11.10

Changes: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-3.11.10

PR:		253312
Submitted by:	Angelo Polo <language.devel AT gmail DOT com> (maintainer)
Approved by:	portmgr blanket
2021-02-10 02:10:59 +00:00
Jan Beich
0a52aa5122 MFH: r564820
x11/foot: unbreak if devel/ncurses is installed

In-base ncurses uses termcap, so ports/ don't support populating
terminfo yet. For example, devel/ncurses has --with-hashed-db
which confuses Meson.

[2/3] /usr/local/bin/meson install --no-rebuild
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 140, in run
    return options.run_func(options)
  File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 554, in run
    installer.do_install(datafilename)
  File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 372, in do_install
    self.install_targets(d)
  File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 468, in install_targets
    raise RuntimeError('File {!r} could not be found'.format(t.fname))
RuntimeError: File 'f' could not be found
2021-02-09 21:07:10 +00:00
Ryan Moeller
ee139cf191 MFH: r564796
sysutils/openzfs*: Bump to fix mode issue in zfs_write

See https://github.com/openzfs/zfs/pull/11576 for details.

Approved by:	portmgr (blanket, security/stability)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D28554
2021-02-09 17:22:11 +00:00
Jason E. Hale
0f5950b10a MFH: r564788
audio/liblastfm-qt5: Restore the patches that were originally part of
audio/liblastfm (R.I.P.) to make the library function again. It seems they
were forgotten when this was converted to a free-standing port in r495869.
2021-02-09 15:27:17 +00:00
Jan Beich
0a0e46e910 MFH: r564786
devel/git-cinnabar: rebuild after r564784
2021-02-09 13:50:16 +00:00
Renato Botelho
e5dfc7582c MFH: r564784
devel/git: Update to 2.30.1

PR:		253365
Submitted by:	Yasuhiro Kimura <yasu@utahime.org>
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-09 13:10:53 +00:00
Jan Beich
b2fbafb083 MFH: r564752
www/firefox: update to 85.0.2

Changes:	https://www.mozilla.org/firefox/85.0.2/releasenotes/
2021-02-09 00:55:38 +00:00
Jan Beich
f568457c1c MFH: r564582 r564750 r564750
graphics/mesa-devel: update to 21.0.b.1306

Changes:	1e59cdbf77...5088caa119
2021-02-09 00:54:17 +00:00
Jan Beich
58128824eb MFH: r564749
emulators/citra: update to s20210208

Changes:	2461f67a9...5776bdda8
2021-02-09 00:52:19 +00:00
Rene Ladan
1c7bdc3c26 MFH: r564732
x11/cinnamon: update to 4.8.6

This fixes bug https://github.com/linuxmint/mint20.1-beta/issues/40

PR:		253205
Submitted by:	Charlie Li
2021-02-08 19:28:51 +00:00
Mateusz Piotrowski
78537a124b MFH: r560702 r564693
Update to 2.3.10

PR:		251897
Submitted by:	nc
Differential Revision:	https://reviews.freebsd.org/D27996

Fix a runtime issue causing Nix to die when it builds packages

Related upstream PR:
https://github.com/NixOS/nix/pull/4530

PR:		253322
Submitted by:	hi@alyssa.is
2021-02-08 17:54:36 +00:00
Lewis Cook
f79d43ab5d MFH: r564725
devel/revive: Update to 1.0.3

Changes:		https://github.com/mgechev/revive/releases/tag/v1.0.3
Differential Revision:	https://reviews.freebsd.org/D28511
2021-02-08 16:52:01 +00:00
Emmanuel Vadot
33d4a69192 MFH: r564719
sysutils/rpi-firmware: Update to 1.20210111

While here also:
Replace the deprecated arm_control by arm_64bit for 64bits configuration
Add hdmi_safe for rpi4, recent updates of rpi-firmware break something related
to hdmi. Version 1.20201201 will reset if hdmi monitor is connected while later
version will only work if an hdmi monitor is connected. [1]

PR:		252971 [1]
2021-02-08 16:35:34 +00:00
Gleb Popov
0868e89d82 MFH: r560846
games/hedgewars-server: Use USES=cabal:nodefault to fix the build.
2021-02-08 08:40:46 +00:00
Thomas Zander
859dce1b13 MFH: r564631
Introduce MANPAGES option; cleanup port (typo, remove unused gnome bit).

PR:		253095
Reported by:	moonlapse81@gmail.com
2021-02-07 17:33:24 +00:00
Gleb Popov
c45eeed391 MFH: r560705
lang/elm: Unbreak build after changes to Uses/cabal.mk
2021-02-07 15:16:47 +00:00
Adam Weinberger
342a7a108f MFH: r564594
www/gitea: Update to 1.13.2

PR:		253295
Submitted by:	maintainer
Security:	https://blog.gitea.io/2021/02/gitea-1.13.2-is-released/
2021-02-07 04:53:35 +00:00
Jan Beich
9ebd800d9e MFH: r564236
x11/wob: update to 0.11

Changes:	https://github.com/francma/wob/releases/tag/0.11
Reported by:	GitHub (watch releases)
2021-02-06 18:54:09 +00:00
Thomas Zander
7c339b940a MFH: r564222
Update to upstream version 0.4.2
2021-02-06 14:38:51 +00:00
Mikael Urankar
0c61a98eb8 MFH: r564213
www/rt50: Update to v5.0.1

    https://github.com/bestpractical/rt/releases/tag/rt-5.0.1
2021-02-06 09:58:12 +00:00
Rene Ladan
3c887032ce MFH: r564211
www/chromium: update to 88.0.4324.150

Security:	http://vuxml.freebsd.org/freebsd/3e01aad2-680e-11eb-83e2-e09467587c17.html
Security:	http://vuxml.freebsd.org/freebsd/479fdfda-6659-11eb-83e2-e09467587c17.html
2021-02-06 09:48:22 +00:00
Dima Panov
7fe46d924e MFH: r564180
editors/libreoffice: Fix build on aarch64

Submitted by:	Michael Urankar via github
2021-02-06 02:16:14 +00:00
Dima Panov
546f1a4902 MFH: r564177
dns/powerdns-recursor: unbreak build with lua54

Switch to autoreconf to avoid heavy multilina patching of configure script

PR:		253078
Submitted by:	fluffy
Approved by:	maintainer
2021-02-06 02:10:45 +00:00
Dima Panov
7bddd6aa83 MFH: r564175
dns/powerdns: unbreak build with lua54

Switch to autoreconf to avoid heavy multiline patching of configure script

PR:		253077
Submitted by:	fluffy
Approved by:	maintainer
2021-02-06 02:07:47 +00:00
Jung-uk Kim
2164868d0c MFH: r564085
Fix build with Clang 11.

11c638e62d
a01e80aa36
0874ad9af5

PR:		250270
2021-02-06 01:26:01 +00:00
Jung-uk Kim
99af1c2328 MFH: r564084
Fix build with Clang 11.

9e8e504992
c525150ace
dc2d99a20d

PR:		250270
2021-02-06 01:24:45 +00:00