Commit Graph

522862 Commits

Author SHA1 Message Date
Piotr Kubaj
789ec24a7a MFH: r552777
graphics/dilay: fix signedness build problems on powerpc*, aarch64 and armv*

Approved by:	portmgr (fix build blanket)
2020-10-19 23:56:38 +00:00
Dave Cottlehuber
eddf1083ca MFH: r552721
dns/powerdns-recursor: update to 4.3.5

PR:		250318
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Reported by:	michael.glaus@hostpoint.ch
Security:	https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html
Security:	CVE-2020-25829
Sponsored by:	SkunkWerks, GmbH

Approved by:	ports-secteam
2020-10-19 15:33:15 +00:00
Christoph Moench-Tegeder
e4a1f889b3 MFH: r552731
mail/thunderbird: update to 78.4.0 (rc1)

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

Approved by:	portmgr (blanket: web browser alike)
2020-10-19 11:09:34 +00:00
Matthias Andree
da190b67ab MFH: r551537 r551607
mail/fetchmail: avoid rc.conf overriding daemon interval, many other fixes

Authors: CH = Corey Halpin, MA = Matthias Andree

- fetchmail's rc script now queries the daemon interval from the
  configuration, and falls back to the rc.conf value if given. [CH]
- Similarly, the logging facility will be taken from the configuration [MA]
- Add documentation to the rcfile's header comments. [MA]
- Drop support for fetchmail_home_prefix in rc.conf, and query the
  respective users' home directories with getent instead. [MA]
- In the rc scripts, redirect input from /dev/null so it will not ask
  for passwords. [MA]
- Add support for the typical 12.1 rc.conf ${name}_... keywords. [MA]
- Make script execution easier to follow by simplifying if...else logic. [CH]
- Fix rcscript's exit code to be 1 if one of the per-user calls fails. [CH]
- Add relevant notes to UPDATING. [MA]

PR:		249860
Submitted by:	Corey Halpin (maintainer)
Reported by:	Chris James (on fetchmail-users mailing list)
Approved by:	Corey Halpin (maintainer)

mail/fetchmail: fix rcscript regression from _1 that broke global mode

In a situation where fetchmail is to be started globally with the
configuration in $LOCALBASE/etc, the rc.d file would try to run
fetchmail for the wrong user.

Simplify script more, avoiding recursive call in single-user mode.

Submitted by:	Corey Halpin (maintainer, direct mail to mandree@)
Reported by:	Armin Tüting

Approved by:	Corey Halpin (maintainer on MFH, direct mail to mandree@)
Approved by:	ports-secteam@ (fluffy@)
2020-10-19 10:55:08 +00:00
Fernando Apesteguía
fe2ce6d5e3 MFH: r552722
graphics/minder: update to 1.11.3

ChangeLog: https://github.com/phase1geo/Minder/releases

1.11.0 to 1.11.3 are bug fix releases.

Reported by:	portscout

Approved by:	ports-secteam (blanket, bug fix)
2020-10-19 08:37:00 +00:00
Fernando Apesteguía
cac3f37e28 MFH: r552675
net/iplog: DEPRECATE Unmaintained and dead upstream

This port only build in 12 because for some reason uses clang 8 to build. It
does not build in 11 or 13-CURRENT. Even in 12 it shows tons of dangerous
warnigns due to bad formed castings[1].

The project is also abandoned upstream so we better mark this for removal.

[1] https://docs.freebsd.org/cgi/getmsg.cgi?fetch=46148465+0+current/freebsd-pkg-fallout

Submitted by:   udo@schweigert-muc.de (maintainer)

Approved by:	ports-secteam (fluffy@)
2020-10-19 05:34:20 +00:00
Fernando Apesteguía
264ab828f9 MFH: r552673
sysutils/restic: Update to 0.10.0

ChangeLog:
https://github.com/restic/restic/releases/download/v0.10.0/restic-0.10.0.tar.gz

* Fix: Report correct number of directories processed by backup
* Fix: Fix tar issues when dumping /
* Fix: Handle format verbs like '%' properly in find output
* Fix: Do not hang when run as a background job
* Fix: Fix mangled json output of backup command
* Fix: Refresh lock timestamp
* Fix: Backup --json reports total_bytes_processed as 0
* Fix: Fix incorrect bytes stats in diff command
* Fix: Do not crash with Synology NAS sftp server
* Fix: Fix incorrect size calculation in stats --mode restore-size
* Fix: Fix incorrect file counts in stats --mode restore-size
* Fix: SFTP backend supports IPv6 addresses
* Fix: Honor RESTIC_CACHE_DIR environment variable on Mac and Windows
* Fix: Don't abort the stats command when data blobs are missing
* Fix: Add stricter prune error checks
* Fix: Fix possible crash in the progress bar of check --read-data
* Chg: Remove vendored dependencies
* Chg: Return exit code 3 when failing to backup all source data
* Chg: Update dependencies, require Go >= 1.13
* Chg: Honor the --no-lock flag in the mount command
* Enh: Support specifying multiple host flags for various commands
* Enh: Optimize restic mount
* Enh: Display snapshot date when using restic find
* Enh: Allow specifying user and host when creating keys

PR:	249485
Submitted by:	massimo@datacode.it
Approved by:	gregf@hugops.pw (maintainer, timeout > 1 month)

Approved by:	ports-secteam (blanket, bug fixes)
2020-10-18 17:26:41 +00:00
Jason E. Hale
4e7903be46 MFH: r552610
audio/picard: Add missing runtime dependency devel/py-dateutil

Reported by:	arved (via private mail)

Approved by:	ports-secteam (fluffy)
2020-10-18 00:57:17 +00:00
Dave Cottlehuber
6637dd6cc0 MFH: r552570
sysutils/rest-server: update to 0.10.0

PR:		249486
Submitted by:	Massimo Lusetti <massimo@datacode.it>
Security:	sanitize path to prevent path traversal vulnerabilities
Sponsored by:	SkunkWerks, GmbH

Approved by:	ports-secteam
2020-10-17 22:38:26 +00:00
Danilo G. Baio
57dce83155 MFH: r552582
net-im/py-matrix-synapse: Update to 1.21.2, Fix security issue

Changelog:	https://github.com/matrix-org/synapse/blob/v1.21.2/CHANGES.md

PR:		249948
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
Security:	5f39d80f-107c-11eb-8b47-641c67a117d8

Approved by:	ports-secteam (joneum)
2020-10-17 17:29:04 +00:00
Jan Beich
90f311ca04 MFH: r552572
security/py-python-nss: unbreak after r552532

In file included from src/py_nss.c:341:
src/py_nss.h:126:3: error: typedef redefinition with different types ('struct RSAPublicKey' vs 'struct RSAPublicKeyStr')
} RSAPublicKey;
  ^
/usr/local/include/nss/blapit.h:281:32: note: previous definition is here
typedef struct RSAPublicKeyStr RSAPublicKey;
                               ^
In file included from src/py_nss.c:341:
src/py_nss.h:136:3: error: typedef redefinition with different types ('struct DSAPublicKey' vs 'struct DSAPublicKeyStr')
} DSAPublicKey;
  ^
/usr/local/include/nss/blapit.h:323:32: note: previous definition is here
typedef struct DSAPublicKeyStr DSAPublicKey;
                               ^

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2020-10-17 13:49:58 +00:00
Jochen Neumeister
99f60e3c4b MFH: r552567
Update to 7.73

Changelog: https://www.drupal.org/project/drupal/releases/7.73

Security:	95d9d986-1078-11eb-ab74-4c72b94353b5
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-10-17 13:10:56 +00:00
Jan Beich
d7856e9c80 MFH: r552564
emulators/{citra,yuzu}: update OSS patches

No actual changes this time. Only switching away from a deleted fork
merge commit to upstream master branch. The former may become invalid
in future (e.g., due to "git gc") and break build.

Changes:	40865a6..a7e83aa
Approved by:	ports-secteam blanket (reliability fix)
2020-10-17 13:05:35 +00:00
Jochen Neumeister
5a91d5bf63 MFH: r552549
Updatte to 21.1

Changelog: https://info.tiki.org/article473-Security-Releases-of-all-Tiki-versions-since-16-3

Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-10-17 09:21:02 +00:00
Jan Beich
66d7028601 MFH: r552366
www/firefox: update to 82.0

Changes:	https://www.mozilla.org/firefox/82.0/releasenotes/
Approved by:	ports-secteam blanket
2020-10-17 01:08:51 +00:00
Glen Barber
d89bc22b5b MFH: r552535
Add MANIFESTs for 12.2-RC3.
Prune MANIFESTs for 12.2-RC2.

Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-10-17 00:55:17 +00:00
Jan Beich
2e6f2ba633 MFH: r552532
security/nss: update to 3.58

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.58_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_58_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Approved by:	ports-secteam blanket
2020-10-17 00:53:07 +00:00
Jan Beich
e01dde367b MFH: r552365
www/firefox-esr: update to 78.4.0

Changes:	https://www.mozilla.org/firefox/78.4.0/releasenotes/
Approved by:	ports-secteam blanket
2020-10-17 00:50:35 +00:00
Jan Beich
8025600add MFH: r552511
lang/intel-compute-runtime: use RTLD_DEEPBIND on FreeBSD >= 12.2

https://svnweb.freebsd.org/changeset/base/361380
https://github.com/intel/compute-runtime/issues/122

Approved by:	ports-secteam blanket (reliability fix)
2020-10-16 14:05:26 +00:00
Tobias C. Berner
b1c9d40132 MFH: r551930
KDE Release Service 20.08.2 update

Dozens of KDE apps are getting new releases from KDE’s release service. New
features, usability improvements, re-designs and bug fixes all contribute to
helping boost your productivity and making this new batch of applications more
efficient and pleasant to use.

Approved by:	ports-secteam (joneum)
2020-10-15 18:14:25 +00:00
Fernando Apesteguía
a2db80db39 MFH: r552428
emulators/mgba: Update to 0.8.3

ChangeLog: https://mgba.io/2020/08/03/mgba-0.8.3/

PR:	250353
Submitted by:	james.wright@digital-chaos.com
Reviewed by:	greg@unrelenting.technology (maintainer)

Approved by:	ports-secteam (blanket, runtime fix)
2020-10-15 17:22:38 +00:00
Mateusz Piotrowski
e9aa5d383a MFH: r552293
Get the patch for handling recipients with only UUIDs

a54fc92c05

Approved by:	ports-secteam (fluffy)
2020-10-15 13:36:47 +00:00
Jan Beich
2698646c33 MFH: r552412
multimedia/libvpx: unbreak armv6/armv7 on -CURRENT

as -I./ -I"/wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.9.0"/ -march=armv7-a -meabi=5 -mfpu=neon -o vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm.S.o vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm.S
/bin/sh: as: not found

PR:		250045
Submitted by:	mikael (based on)
Approved by:	ports-secteam blanket
2020-10-15 13:27:20 +00:00
Jochen Neumeister
cf15ae519e MFH: r552407
Update to 1.26.0

Changelog: https://github.com/netdata/netdata/releases/tag/v1.26.0

PR:	250352
Submitted by:	maintainer
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-10-15 11:29:50 +00:00
Mateusz Piotrowski
1708014e63 MFH: r552394
Update to 0.9.6.12

This release fixes some bugs in translation of words with non-ASCII
characters.

Release notes:
- https://github.com/soimort/translate-shell/releases/tag/v0.9.6.11
- https://github.com/soimort/translate-shell/releases/tag/v0.9.6.12

Also, update LICENSE.

PR:		250004
Approved by:	maintainer timeout
Approved by:	portmgr (blanket: runtime fix)
2020-10-15 10:36:53 +00:00
Christoph Moench-Tegeder
354ef7b5cf MFH: r552391
update thunderbird to 78.3.3 (rc1)

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

Approved by:	portmgr (blanket: web browser alike)
2020-10-15 07:59:48 +00:00
Jan Beich
264473ba39 MFH: r552367
emulators/citra: update to s20201014

Changes:	1c8461fde...1bb20571b
Approved by:	ports-secteam (fluffy, implicit for snapshots)
2020-10-15 01:00:42 +00:00
Dima Panov
a850a3d759 MFH: r552344
devel/libvirt: use flavored py-docutils in right way

PR:		250344
Submitted by:	fluffy
Approved by:	maintainer (novel)

Approved by:	ports-secteam (fluffy)
2020-10-14 16:56:08 +00:00
Guido Falsi
d2c45d4fd9 MFH: r552342
Revert meld update to 3.21.0. This version requires pygobject 3.30
which is not present in the ports tree and fails to start at runtime.

Bump PORTEPOCH.

Reviewed by:		bapt
Approved by:		bapt, portmgr (fixit)
Differential Revision:	https://reviews.freebsd.org/D26775

Approved by:		portmgr (implicit, runtime fix)
2020-10-14 16:43:41 +00:00
Piotr Kubaj
1e13856a5c MFH: r552314
sysutils/lsof: replace architecture check with compiler check

This issue happens only when GCC is in use, it doesn't happen with clang. Since the package changes, bump PORTREVISION.

This also fixes build on e.g. mips64 stable/12.

Approved by:	portmgr (fix build blanket)
2020-10-14 08:18:02 +00:00
Yuri Victorovich
6629e1fbc2 MFH: r552298
audio/sorcer-lv2: Fix build

Also udpate WWW.

Approved by:	ports-secteam (fluffy)
2020-10-14 07:58:50 +00:00
Yuri Victorovich
910a4811bc MFH: r552297
audio/fabla2-lv2: Unbreak

Approved by:	ports-secteam (fluffy)
2020-10-14 07:57:40 +00:00
Piotr Kubaj
895771cafb MFH: r552304
sysutils/lsof: fix build on 12.2-RC2 on powerpc(64)

Link also to libzfs:
/usr/lib/libzpool.so: undefined reference to `get_system_hostid'

Approved by:	portmgr (fix build blanket)
2020-10-14 07:50:22 +00:00
Colin Percival
f986122c7e MFH: r551555
Update ebsnvme-id to 1.0.1.

This adds a missing #include and should fix the build on FreeBSD 11.4.

Approved by:	ports-secteam (blanket, build fix)
2020-10-14 04:29:04 +00:00
Jung-uk Kim
2832766be8 MFH: r552288
Update to 32.0.0.445.

https://helpx.adobe.com/security/products/flash-player/apsb20-58.html

Approved by:	ports-secteam (blanket, fetch failure)
2020-10-13 22:26:45 +00:00
Yuri Victorovich
eeea224ec4 MFH: r552245
audio/abgate-lv2: Unbreak

It got broken when audio/lv2 was upgraded to 1.18.0.

Approved by:	ports-secteam (joneum)
2020-10-13 20:16:59 +00:00
Yuri Victorovich
3219e6595a MFH: r552214
audio/eq10q-lv2: Fix build

It was broken when audio/lv2 was upgraded to 1.18.0.

Approved by:	ports-secteam (joneum)
2020-10-13 09:18:44 +00:00
Yuri Victorovich
f15860a6bc MFH: r552194
audio/infamous-plugins-lv2: Update 0.3.0 -> 0.3.0-7; Unbreak build that was broken when audio/lv2 was upgraded to 1.18.0.

Approved by:	ports-secteam (fluffy)
2020-10-13 08:16:26 +00:00
Yuri Victorovich
ecb10e3250 MFH: r552188
audio/artyfx-lv2: Update 1.3-14 -> 1.3-24; This unbreaks the build

Approved by:	ports-secteam (fluffy)
2020-10-13 08:15:42 +00:00
Yuri Victorovich
9c2ff5eb46 MFH: r552185
audio/ir-lv2: Unbreak by backporting the PR patch.

It got broken when audio/lv2 was upgraded to 1.18.0.

Approved by:	ports-secteam (fluffy)
2020-10-13 08:14:48 +00:00
Yuri Victorovich
270af53a78 MFH: r552183
science/libgridxc: Unbreak build by disabling the option that breaks

Approved by:	ports-secteam (fluffy)
2020-10-13 08:13:39 +00:00
Fernando Apesteguía
e29acce4f5 MFH: r552197
devel/jetbrains-clion: Update to 2020.2.4

ChangeLog:
https://blog.jetbrains.com/clion/2020/10/clion-2020-2-4-bug-fix-update/

PR:	250221
Submitted by:	dmitry.wagin@ya.ru (maintainer)

Approved by:	ports-secteam (blanket, bug fix release)
2020-10-13 06:33:54 +00:00
Fernando Apesteguía
925546388a MFH: r552187
sysutils/fselect: Update to 0.7.1

ChangeLog: https://github.com/jhspetersson/fselect/releases/0.7.1

PR:	250291
Submitted by:	vulcan@wired.sh (maintainer)

Approved by:	ports-secteam (blanket, runtime fix)
2020-10-13 06:19:51 +00:00
Christoph Moench-Tegeder
ea378d403d MFH: r552152
update firefox to 81.0.2

Release notes (soon):
  https://www.mozilla.org/en-US/firefox/81.0.2/releasenotes/

Approved by:	portmgr (blanket: web browser)
2020-10-12 21:50:14 +00:00
Jan Beich
41327a55d9 MFH: r552074
www/gallery-dl: update to 1.15.1

Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.15.1
Reported by:	GitHub (watch releases)
Approved by:	ports-secteam (fluffy)
2020-10-12 14:14:08 +00:00
Jan Beich
d3e23532e4 MFH: r552056
multimedia/libmtp: update to 1.1.18

Changes:	https://github.com/libmtp/libmtp/releases/tag/libmtp-1-1-18
ABI:		https://abi-laboratory.pro/tracker/timeline/libmtp/
Reported by:	GitHub (watch releases)
Approved by:	ports-secteam (fluffy)
2020-10-12 14:13:49 +00:00
Baptiste Daroussin
80e5336083 MFH: r552116
incorporate a side fix from upstream

PR:		250097
Submitted by:	Michael Bueker <m.bueker@berlin.de>
2020-10-12 10:30:19 +00:00
Piotr Kubaj
e3e4f690c4 MFH: r552103
security/heaan: fix build on GCC architectures

Patch created manually, because WRKSRC differs.
Add include sys/time.h:
In file included from ../src/TestScheme.cpp:20:
../src/TimeUtils.h:20:17: error: field 'startTime' has incomplete type 'timeval'
   20 |  struct timeval startTime, stopTime;
      |                 ^~~~~~~~~

Approved by:	portmgr (fix build blanket)
2020-10-12 07:27:15 +00:00
Baptiste Daroussin
a9f497b53b MFH: r551167 r551211 r551416 r552059
ports-mgmt/pkg: Update to 1.15.7

Changes from 1.15.6 to 1.15.7:
 - Fix %# expand in script

Approved by:	bapt (implicit)

Update to 1.15.8

Fixes a typo which results in pkg ignoring some lua script in some particular
circumpstancies: shell script also available in certain types

ports-mgmt/pkg: Update to 1.15.9

Changes from 1.15.8 to 1.15.9:
- lua_pkg_copy when copying a symlink

PR:		248314
Approved by:	bapt (implicit)

ports-mgmt/pkg: Update to 1.15.10

Add a workaround for https://bugs.freebsd.org/250271

PR:		250059
Approved by:	bapt (implicit)
2020-10-12 06:51:54 +00:00
Piotr Kubaj
8614949e63 MFH: r551632
security/tpm2-tools: fix build on GCC architectures

Use C11 compiler:
tools/tpm2_tool.c:92: error: 'tpm2_option_flags' has no member named 'verbose'
tools/tpm2_tool.c:103: error: 'tpm2_option_flags' has no member named 'quiet'
tools/tpm2_tool.c:116: error: 'tpm2_option_flags' has no member named 'enable_errata'

Approved by:	portmgr (fix build blanket)
2020-10-11 19:02:18 +00:00