Commit Graph

561181 Commits

Author SHA1 Message Date
Ashish SHUKLA
be4e95d516
www/element-web: Update to 1.9.5
Approved by:	maintainer (implicit, version bump, as per PR 258262)

(cherry picked from commit e4a6d525d2)
2021-12-13 17:15:20 +00:00
Ashish SHUKLA
031e6257ee
www/element-web: Update to 1.9.4
Approved by:	maintainer (implicit, version bump, as per PR 258262)

(cherry picked from commit 399a954253)
2021-12-13 17:15:15 +00:00
Ashish SHUKLA
e15036dcaf
www/element-web: Update to 1.9.3
Approved by:	maintainer (implicit, version bump, as per PR 258262)

(cherry picked from commit 8dcfe73b5b)
2021-12-13 17:15:11 +00:00
Ashish SHUKLA
c89d55abd3
www/element-web: Update to 1.9.2
(cherry picked from commit 9e8b1a213d)
2021-12-13 17:15:06 +00:00
Ashish SHUKLA
0da3f83e71
www/element-web: Update to 1.9.1
Approved by:	maintainer (implicit, version bump, as per PR 258262)

(cherry picked from commit 11f7005347)
2021-12-13 17:14:37 +00:00
Matthias Fechner
c0f35eb181 textproc/apache-solr: disable format lookup for log4j
As recommended here:
https://solr.apache.org/news.html#apache-solr-affected-by-apache-log4j-cve-2021-44228
disable lookup that opens a security vulnerability with log4j < 2.15.0.
This is a mitigation for CVE-2021-44228.

PR:		260373
(cherry picked from commit 7604d31e30)
2021-12-13 16:11:42 +01:00
Matthias Fechner
d709612f9c textproc/apache-solr: Security update to 8.11.0
Changelog:
https://solr.apache.org/security.html
https://solr.apache.org/docs/8_11_0/changes/Changes.html

PR:		260373
Reported by:	ari@ish.com.au
Security:	66cf7c43-5be3-11ec-a587-001b217b3468

(cherry picked from commit 1b3a85f97e)
2021-12-13 08:27:19 +01:00
Christoph Moench-Tegeder
96f4c70e70 mail/thunderbird: use libc for res_* functions
thunderbird's javascript code needs more than basic DNS resolution
(e.g. SRV, TXT, MX lookups) - more than javascript natively has
(welcome to the web) and builds it's own bindings for libc to use
the resolver(3) interface. Unlike linux, where the resolver routines
live in libresolv, FreeBSD has these routines in libc.
I'm referencing libc.so.7 directly, as this is enough to make this
code work on 13/amd64 (others should work too) - the official way
of using libc.so would be much more work (and reimplementing parts
of the dynamic linker in javascript takes the cake, or something).

This is enough to make adding and using new CalDAV calendars possible;
other problems might linger and possibly require a better solution.

(cherry picked from commit 9a2174d4e0)
2021-12-12 23:20:46 +01:00
Yuri Victorovich
d885cb58c8 audio/calf-lv2: Unbreak by updating to the intermediate commit fixing clang compilation: 0.90.3 -> 0.90.3.20210427
gcc-compiled libcalf.so was crashing due to mix of gcc- and base-provided libc++.so and libstdc++.so

PR:		258051
Original patch submitted by:	 Florian Walpen <dev@submerge.ch>

(cherry picked from commit 866b394fc6)
2021-12-12 14:06:09 -08:00
Yuri Victorovich
f2b9853a5e audio/calf-lv2: Broken.
(cherry picked from commit da7c8ee010)
2021-12-12 14:06:09 -08:00
Benjamin Takacs
ce8e04db8b java/openjfx14: fix build with non-default CCACHE_DIR
In the build of openjfx14 CCACHE_DIR gets lost leading to build failures e.g.
when building as nobody, so add it into ccwrapper and cxxwrapper.

While here remove redundant ${SETENV} in do-build (${_GRADLE_RUN}
already contains ${SETENV})

PR:		260215
(cherry picked from commit 4ddd25225a)
2021-12-12 19:29:40 +01:00
Charlie Li
a7a31a598c
deskutils/gucharmap: update to 14.0.1
Chase textproc/UCD update.

Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32928

(cherry picked from commit f2b7e61817)
2021-12-12 12:03:06 -05:00
Matthias Andree
8963d93509 security/openvpn: sort OPTIONS_{DEFAULT|DEFINE}
(cherry picked from commit 42d7350924)
2021-12-12 12:29:24 +01:00
Matthias Andree
0a512a27a1 security/openvpn: deprecate tunnelblick
While here, shorten LZO_DESC to fit 80x24 dialogs.

(cherry picked from commit bedfd042b9)
2021-12-12 12:29:23 +01:00
Alex
a34084d590 games/omega: Fix inventory display crash and take maintainership
PR:		259786
Reported by:	Alex <r7st.guru@gmail.com> (new maintainer)
Approved by:	portmgr (blanket: bugfix, unmaintained port)
MFH:		2021Q4

(cherry picked from commit dfc806ae70)
2021-12-12 16:57:45 +09:00
Boris Korzun
21dc151c4e www/grafana8: Update to 8.2.7 (Fixes high vulnerabilities)
PR:		ports/259638
(cherry picked from commit 9e29bc87e9)
2021-12-11 16:36:32 -08:00
Matthias Andree
687f7c6199 security/openvpn: re-enable mbedTLS build
...now that mbedTLS metadata was fixed to show the actual situation
for mbedTLS 2.x.y, that it's either Apache License 2.0, or
GNU General Public License 2.0 or any later version.

While here, also mark the main port with mbedTLS option enabled to
record it's going to lose the mbedTLS option end of March 2022.

(cherry picked from commit d02b0675d0)
2021-12-12 00:17:18 +01:00
Matthias Andree
bb52e25269 security/mbedtls: fix LICENSE (dual with GPLv2+)
"Unless specifically indicated otherwise in a file, Mbed TLS files are provided
under the Apache License 2.0, or the GNU General Public License v2.0 or later
(SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later)."

Approved by:	portmgr@ (blanket metadata change approval)

(cherry picked from commit cd08d6c7ed)
2021-12-12 00:17:17 +01:00
Juraj Lutter
013d6d30fb net-mgmt/unifi6: Update to 6.5.54
This is a security release, fixing a vulnerability in an embedded
log4j library.

Release notes: https://community.ui.com/releases/r/network/6.5.54

Security:       CVE-2021-44228
MFH:            2021Q4
(cherry picked from commit 4fa85ecd3e)
2021-12-11 21:26:48 +01:00
Matthias Andree
780726c8be mail/fetchmail: update 6.4.25, add WOLFSSL support
WOLFSSL is a GPLv2+ licensed SSL library with OpenSSL compatibility
layer. This is to permit shipping fetchmail under a clean GPLv2+
license with OpenSSL 1.1.1.

(cherry picked from commit a1be1173a3)
2021-12-11 13:46:37 +01:00
Matthias Andree
7cbf21ebf8 security/openvpn: license incompat mbedTLS, LZO+LibreSSL
After reviewing licenses again,
- mark mbedTLS broken for now, since it uses the Apache License 2.0,
  which is incompatible with the GPLv2 (OpenVPN does not employ the
  "or any later version" escape hatch). This will be handed to the
  OpenVPN-devel mailing list for review.

- block out the combination of LZO with LibreSSL, since OpenVPN
  only has a linking exception for OpenSSL itself. Remedy is
  to either forgo LibreSSL, or to disable the LZO option, which
  requires proper configuration on either end. The maintainer's
  recommendation is to compile with OpenSSL instead.

Bump PORTREVISION in spite of unchanged contents to flush out old
packages.

MFH:		2021Q4
(cherry picked from commit 5cc978dcfe)
2021-12-11 13:45:20 +01:00
Dave Cottlehuber
10bad1f47d sysutils/graylog: update to 4.2.3 with log4j CVE patch
MFH:		2021Q4
Security:	CVE-2021-44228
(cherry picked from commit 449f35caf8)
2021-12-11 12:04:54 +00:00
Jan Beich
76b297d7e4 devel/sdl12-compat: update to s20211209
Changes:	a6a965a...8743305
(cherry picked from commit adc6a8b516)
2021-12-11 00:45:57 +00:00
Jan Beich
0da42df4e9 emulators/rpcs3: update to 0.0.19.13101
Changes:	f48c53580...2f93df480
(cherry picked from commit 9c37cd3a80)
2021-12-11 00:31:39 +00:00
Gleb Smirnoff
a47843add9 net-im/telegram-desktop: update to 3.2.5
(cherry picked from commit 381a8f522f)
2021-12-10 22:20:36 +01:00
Gleb Smirnoff
7cd6ca8fca net-im/tg_owt: fix dependencies
- Don't depend on audio backends, as their build is not disabled
- Explicitly depend on libXtst

PR:	257889
PR:	259182
(cherry picked from commit e4f31ebae4)
2021-12-10 22:20:36 +01:00
Olivier Cochard
4f2cbc20d9 net-im/telegram-desktop: Cleanup and set new maintainer
Reported by:	glebius

(cherry picked from commit 50119a0b43)
2021-12-10 22:20:35 +01:00
Olivier Cochard
137f9da62a net-im/tg_owt: Update to 20 October 2021 snapshot and set new maintainer
Reported by:	glebius

(cherry picked from commit 618f787685)
2021-12-10 22:20:32 +01:00
Dima Panov
8dea5aa1e0 net-im/telegram-desktop: convert webkit-gtk dependency to OPTIONS (+)
- Add WEBKIT option, disabled by default
- Bump PORTREVISION, default dependencies was changed

Previously dropped GTK option was used to enable gtk native dialogs
and render rich window content.
With last releases WebKit-gtk used only for in-app payments system.
While internal payments still experimental and not wide used,
there is no reason to hook this burden to the build as default yet.

Discussed with:	osa, danfe, maintainer via ML
Approved by:	maintainer

(cherry picked from commit ece7e7d92c)
2021-12-10 22:19:12 +01:00
Henry Hu
ee27523054 net-im/telegram-desktop: Update to 3.1.9
Thanks to the work done by Gleb (glebius@), we are able to remove most
of the patches. 11 patches are upstreamed, and 2 seem to be obsolete.

Changelog: https://github.com/telegramdesktop/tdesktop/blob/dev/changelog.txt

PR:		259014
(cherry picked from commit 2bc3e6229f)
2021-12-10 22:18:35 +01:00
Rainer Hurling
f19635dc35 math/nlopt: Update to 2.7.1
Changelog: https://github.com/stevengj/nlopt/blob/master/NEWS.md#nlopt-271

Reported by:	portscout, Repology
MFH:		2021Q4

(cherry picked from commit 82a75635e9)
2021-12-10 20:46:51 +01:00
Cy Schubert
cd1015b4d9 lang/mono6.8: Invoke CPU_COUNT properly
9e02e52115 did not include a patch to
configure.ac that allowed it to properly detect CPU_COUNT.

Fixes:		2e52115e43c5c5ec3d971c9100c3cf322b726

(cherry picked from commit ed11420d6b)
2021-12-09 20:41:05 -08:00
Cy Schubert
34d37f1862 lang/mono5.20: Invoke CPU_COUNT properly
6017a183af did not include a patch to
configure.ac that allowed it to properly detect CPU_COUNT.

Fixes:		6017a183af

(cherry picked from commit 6e22c3c3fd)
2021-12-09 20:40:46 -08:00
Cy Schubert
a67d313aca lang/mono5.10: Invoke CPU_COUNT properly
3a278c7add did not include a patch to
configure.ac that allowed it to properly detect CPU_COUNT.

Fixes:		3a278c7add

(cherry picked from commit 0435eab9f0)
2021-12-09 20:40:04 -08:00
Cy Schubert
ffa043014e lang/mono: Invoke CPU_COUNT properly
83c19a7238 did not include a patch to
configure.ac that allowed it to properly detect CPU_COUNT.

Fixes:		83c19a7238
MFH:		2021Q4
(cherry picked from commit a8176108d5)
2021-12-09 20:38:53 -08:00
Cy Schubert
3fe2fa6e20 security/nmap: Make PCAP option non-default
All supported versions of FreeBSD provide pcap support. Disable the
PCAP option by default.

(cherry picked from commit cb950ffff2)
2021-12-09 20:35:39 -08:00
Cy Schubert
566fd26197 security/nmap: PCAP option conflicts with pcap in 14-CURRENT base
PCAP option conflicts with pcap in 14-CURRENT base. Mark the option
BROKEN.

(cherry picked from commit b1dcaf64da)
2021-12-09 20:35:21 -08:00
Cy Schubert
9de71f358b sysutils/reptyr: Fix buld under LLVM 13 on FreeBSD
Fix the following error under LLVM 13 on FreeBSD.

In file included from platform/freebsd/freebsd_ptrace.c:69:
In file included from platform/freebsd/arch/amd64.h:23:
platform/freebsd/arch/x86_common.h:45:6: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable]
        int ret;
            ^
platform/freebsd/arch/x86_common.h:54:6: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable]
        int ret;
            ^
2 errors generated.

This patch has been submitted to upstream in pull request
https://github.com/nelhage/reptyr/pull/134.

(cherry picked from commit db939cf001)
2021-12-09 20:35:03 -08:00
Cy Schubert
cefbc2d94f sysutils/reptyr: Revert "sysutils/reptyr: Address LLVM 13 build failure"
This reverts commit b8c4bfe660.

A proper patch will be created and submitted upstream.

(cherry picked from commit 2778a12ebb)
2021-12-09 20:34:47 -08:00
Cy Schubert
c59e611e79 sysutils/reptyr: Revert "sysutils/reptyr: Use -Wno-error instead"
This reverts commit 437487b2bc.

A proper patch will be created and submitted upstream.

(cherry picked from commit be86ad273d)
2021-12-09 20:34:22 -08:00
Cy Schubert
bdd7763543 sysutils/reptyr: Use -Wno-error instead
Ports really shouldn't use -Werror anyway.

Suggested by:	koobs

(cherry picked from commit 437487b2bc)
2021-12-09 20:33:56 -08:00
Cy Schubert
b8efb55740 sysutils/reptyr: Address LLVM 13 build failure
Rather than create a patch, simply add -Wno-unused-but-set-variable,
avoiding a maintainer to backport patches any time the port is updated.

In file included from platform/freebsd/freebsd_ptrace.c:69:
In file included from platform/freebsd/arch/amd64.h:23:
platform/freebsd/arch/x86_common.h:45:6: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable]
        int ret;
            ^
platform/freebsd/arch/x86_common.h:54:6: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable]
        int ret;
            ^
2 errors generated.

(cherry picked from commit b8c4bfe660)
2021-12-09 20:33:38 -08:00
Cy Schubert
71f9cd469f www/squid-devel: Fix build on current with _WITH_CPU_SET_T
(cherry picked from commit fa91f5445b)
2021-12-09 20:32:39 -08:00
Cy Schubert
dea0931f9b www/squid: Fix build on current with _WITH_CPU_SET_T
(cherry picked from commit 9be82b2f41)
2021-12-09 20:32:24 -08:00
Cy Schubert
11bcbd0ddf lang/mono6.8: Fix build on current with _WITH_CPU_SET_T
Fix the same error as lang/mono.

(cherry picked from commit 9e02e52115)
2021-12-09 20:31:53 -08:00
Cy Schubert
fb5e4b0e96 lang/mono5.20: Fix build on current with _WITH_CPU_SET_T
Fix the same error as lang/mono.

(cherry picked from commit 6017a183af)
2021-12-09 20:31:37 -08:00
Cy Schubert
7a72988488 lang/mono5.10: Fix build on current with _WITH_CPU_SET_T
Fix the same error as lang/mono.

(cherry picked from commit 3a278c7add)
2021-12-09 20:31:24 -08:00
Cy Schubert
37eafb5a80 lang/mono: Fix build on current with _WITH_CPU_SET_T
mono-proclib.c:776:3: error: unknown type name 'cpu_set_t'; did you mean 'cpuset_t'?
                cpu_set_t set;
                ^~~~~~~~~
                cpuset_t
/usr/include/sys/_cpuset.h:50:24: note: 'cpuset_t' declared here
typedef struct _cpuset cpuset_t;
                       ^
mono-proclib.c:777:7: error: implicit declaration of function 'sched_getaffinity' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                if (sched_getaffinity (mono_process_current_pid (), sizeof (set), &set) == 0)
                    ^
mono-proclib.c:778:11: error: implicit declaration of function 'CPU_COUNT' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                        return CPU_COUNT (&set);
                               ^
3 errors generated.

(cherry picked from commit 83c19a7238)
2021-12-09 20:31:03 -08:00
Wen Heping
c16f0c5987 www/py-django32: Update to 3.2.10
(cherry picked from commit c331737cdb)
2021-12-09 10:00:40 +08:00
Wen Heping
71c2dd505f www/py-django31: Update to 3.1.14
(cherry picked from commit 861e390e25)
2021-12-09 10:00:21 +08:00