1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

596134 Commits

Author SHA1 Message Date
Jan Beich
b1bc548aca emulators/rpcs3: update to 0.0.24.14175
Changes:	3dc7b64fa1...238298f695
2022-09-21 22:05:40 +00:00
Jan Beich
46185936c8 devel/vc-intrinsics: update to 0.7.0
Changes:	https://github.com/intel/vc-intrinsics/releases/tag/v0.7.0
Reported by:	GitHub (watch releases)
2022-09-21 22:05:40 +00:00
Cy Schubert
4f95a792a3 net/freebsd-telnetd: Update to 14.0p2
This update fixes a crash due to access to an uninitialized SLC table.

Upstream obtained from:	NetBSD
MFH:			2022Q3
2022-09-21 14:51:00 -07:00
Cy Schubert
fa27a8c7cf net/freebsd-telnetd: Update to 14.0p1
This incorporates the fix for CVE-2020-10188.

Ustream obtained from:	NetBSD.
MFH:		2022Q3
2022-09-21 14:41:48 -07:00
Brooks Davis
91c455fae1 devel/llvm-devel: update to a new version 2022-09-21 21:03:02 +00:00
Brooks Davis
70ba510bcb devel/llvm-devel: enable COMPILER_RT on aarch64 2022-09-21 21:03:01 +00:00
Gleb Smirnoff
862f4564bd x11-clocks/xdaliclock-classic: hint for portscout 2022-09-21 14:01:38 -07:00
Jake Freeland
db8cdd73dc
audio/spotify-player: [New port] Terminal music player
https://github.com/aome510/spotify-player

Reviewed by:	jrm
Differential Revision:	https://reviews.freebsd.org/D36645
2022-09-21 17:29:48 -03:00
Dimitry Andric
8c69fc20e6 lang/perl5*: alternative workaround for lld 15 and dtrace enabled
Modify the workaround committed in 4ae8ff941b by only adding
-Wl,--allow-multiple-definition to the two link command lines that
require it, instead of adding it to hints/freebsd.sh

Otherwise, that linker flag is emitted into perl's global configuration
(/usr/local/lib/perl5/5.xx/mach/Config_heavy.pl), and might be used by
other ports which link in libperl, such as www/mod_perl2, which cannot
correctly handle any unexpected linker flags, leading to errors.

PR:		265516
Reported by:	lev
Approved by:	maintainer timeout (1 month)
Fixes:		4ae8ff941b
MFH:		2022Q3
2022-09-21 22:26:53 +02:00
Nuno Teixeira
8db22477ca security/uacme: Adopt/Update to upstream/1.7.3
ChangeLog:	https://github.com/ndilieto/uacme/blob/master/ChangeLog
2022-09-21 20:17:43 +01:00
Nuno Teixeira
f20d83ac45 devel/argparse: Adopt/Update to 2.8
- Add TEST option

ChangeLog:	https://github.com/p-ranav/argparse/releases/tag/v2.8
2022-09-21 20:17:42 +01:00
Jan Beich
aacf18a3e3 multimedia/aom: update to 3.5.0
Changes:	https://aomedia.googlesource.com/aom/+log/v3.4.0..v3.5.0
2022-09-21 18:43:22 +00:00
Emanuel Haupt
5d22df2faa audio/fasttracker2: Update to 1.58 2022-09-21 19:57:42 +02:00
Jochen Neumeister
80960920ee www/nginx-*: Fix backwards warning
PORTREVISON was set directly with 1. Before that the line did not exist. This leads to a "Ports with version numbers going backwards" warning.
PORTREVISION now set one higher than the master port NGINX.

Discussed with:	tcberner
Sponsored by:	Netzkommune GmbH
2022-09-21 19:40:41 +02:00
Joe Marcus Clarke
cf0ff8e3b4 net-mgmt/mac-telnet: Don't use chown pre-install 2022-09-21 13:12:31 -04:00
Goran Mekić
533b717e53 databases/py-ormar: Bump pydantic version in RUN_DEPENDS
- Fix fallout by bumping pydantic version in RUN_DEPENDS
 - Bump PORTREVISION

PR:		266533
2022-09-21 17:59:42 +01:00
Jan Beich
eb0c3b8bdd graphics/vulkan-extension-layer: update to 1.3.228
Changes:	https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.3.225...v1.3.228
Reported by:	portscout
2022-09-21 16:52:59 +00:00
Jan Beich
53849a2edf www/flexget: update to 3.3.28
Changes:	https://github.com/Flexget/Flexget/compare/v3.3.26...v3.3.28
Reported by:	Repology, portscout
2022-09-21 16:52:49 +00:00
Jan Beich
3037c199e6 graphics/jpeg-xl: update to 0.7.0
Changes:	https://github.com/libjxl/libjxl/releases/tag/v0.7.0
Reported by:	GitHub (watch releases)
2022-09-21 16:46:38 +00:00
Jan Beich
a2fa7d1ee8 devel/opencl-clang: unbreak llvm15 flavor on FreeBSD 12.3
FAILED: opencl_clang_options.inc ../.build/opencl_clang_options.inc
cd ../.build && /usr/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/local/llvm15/include -I . opencl_clang_options.td --write-if-changed -o opencl_clang_options.inc -d opencl_clang_options.inc.d
Included from opencl_clang_options.td:8:
/usr/local/llvm15/include/llvm/Option/OptParser.td:16:66: error: Variable not defined: 'false'
class OptionKind<string name, int precedence = 0, bit sentinel = false> {
                                                                 ^
Included from opencl_clang_options.td:8:
/usr/local/llvm15/include/llvm/Option/OptParser.td:25:18: error: Value not specified for template argument #2 (OptionKind:sentinel) of subclass 'OptionKind'!
def KIND_GROUP : OptionKind<"Group">;
                 ^
2022-09-21 16:46:37 +00:00
Jan Beich
b2c34cfc6e devel/opencl-clang: update to 15.0.0
Changes:	https://github.com/intel/opencl-clang/releases/tag/v15.0.0
Reported by:	GitHub (watch releases)
2022-09-21 16:46:37 +00:00
Jan Beich
b379b64e77 devel/intel-graphics-compiler: update to 1.0.12149.1
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.12149.1
Reported by:	GitHub (watch releases)
2022-09-21 16:46:37 +00:00
Jan Beich
eb375ae3a9 devel/intel-graphics-compiler: lift BROKEN on i386 after 2a09e5b4da 2022-09-21 16:46:37 +00:00
Jason W. Bacon
001947d3e5 biology/vsearch: Update to 2.22.1
Add the derep_smallmem command for dereplication with less memory usage
Changes:    https://github.com/torognes/vsearch/releases

Reported by:    portscout
2022-09-21 11:24:14 -05:00
Goran Mekić
6960ce888e devel/serd: Update to 0.30.16
ChangeLog:	https://drobilla.net/2022/09/09/serd-0-30-16.html
PR:		266534
2022-09-21 17:22:38 +01:00
Bernard Spil
d162f2f913 www/nextcloud-contacts: Update to 4.2.1 2022-09-21 15:51:43 +00:00
Mathieu Arnold
15c63d0936
dns/bind918: update to 9.18.7
Changes:	https://downloads.isc.org/isc/bind9/9.18.7/doc/arm/html/notes.html#notes-for-bind-9-18-7
MFH:            yes
Security:       CVE-2022-2795 CVE-2022-2881 CVE-2022-2906 CVE-2022-3080 CVE-2022-38177 CVE-2022-38178
2022-09-21 17:13:57 +02:00
Mathieu Arnold
d6e108c34a
dns/bind916: update to 9.16.33
Changes:	https://downloads.isc.org/isc/bind9/9.16.33/doc/arm/html/notes.html#notes-for-bind-9-16-33
MFH:		yes
Security:	CVE-2022-2795 CVE-2022-2881 CVE-2022-2906 CVE-2022-3080 CVE-2022-38177 CVE-2022-38178
2022-09-21 17:13:56 +02:00
Jimmy Olgeni
3c68d55b78 lang/erlang-runtime25: update to version 25.1 2022-09-21 17:05:09 +02:00
Wen Heping
0581c545e5 devel/pycharm-ce: Update to 2022.2.2
PR:		266527
Reported by:	jonc@chen.org.nz(maintainer)
2022-09-21 23:02:48 +08:00
Boris Korzun
bc946e35d0 www/grafana{8,9}: Update to 8.5.13 and 9.1.6 (Fixes security vulnerability)
- CVE-2022-35957 - Auth proxy privilege escalation

ChangeLog:	https://grafana.com/blog/2022/09/20/grafana-security-releases-new-versions-with-moderate-severity-security-fixes-for-cve-2022-35957-and-cve-2022-36062/
PR:		266530
MFH:		2022Q3
Security:	95e6e6ca-3986-11ed-8e0c-6c3be5272acd
2022-09-21 15:25:34 +01:00
Boris Korzun
4247712f26 security/vuxml: Document Grafana vulnerabilies
PR:		266530
2022-09-21 15:25:34 +01:00
Babak Farrokhi
ce5fc1965b devel/py-uvloop: Update to 0.17.0 2022-09-21 15:27:48 +02:00
Loïc Bartoletti
3ab14fed94 archives/minizip-ng: Update to 3.0.6 2022-09-21 13:46:58 +02:00
Stefan Eßer
45530097ae Mk/bsd.port.mk: support multiple URLs in WWW
The WWW macro was supposewd to hold only one URL pointing to the most
useful starting point for a user searching for additional information,
configuration examples, etc.

Some port maintainers have set the WWW macro to a list of URLs,
breaking assumptions by scripts and tools in the ports system and of
external users of the ports system.

This change allows WWW to hold a list of URLs by only considering the
first list element in places where only a single URL is supported.

This mirrors the previous behavior of only using the first line tagged
with "WWW: " in the pkg-descr file.

Approved by:	portmgr (tcberner)
Differential Revision:	https://reviews.freebsd.org/D36558
2022-09-21 13:23:44 +02:00
Stefan Eßer
5dccc48cd7 Mk/bsd.sites.mk: fall back to default WWW URLs for specific ports
This change has been accepted as part of review D36558. A follow-up
commit will apply the reminder of the patches in that review.

A separate commit is used since providing default values for certain
ports is logically different than support for multiple URLs in WWW.

This commit adds default WWW values if the following conditions are
met:

1) no value assigned to the WWW macro by the port

2) at least one of USE_GITHUB, USE_GITLAB, or USES=pear is used in
   the port

Further defaults for USES cases could be added at a later time.

The following values are used as default URLs:

USES=pear:	https://pear.php.net/package/${PORTNAME}/
USE_GITHUB:	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/
USE_GITLAB:	https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/

If both a USES case and USE_GITHUB or USE_GITLAB apply, the default
URL of the USES case takes precedence.

Approved by:	portmgr (tcberner)
2022-09-21 13:23:44 +02:00
Gleb Popov
1a95458265 devel/stack: Update to 2.9.1 and switch to the newest GHC. 2022-09-21 14:08:16 +03:00
Fernando Apesteguía
4f4956d9ff */*: Mk/Uses/qt.mk: Adapt comments
We now support Qt6.

PR:	266529
Approved by:	tcberner@
2022-09-21 12:33:12 +02:00
Fernando Apesteguía
a1ac01da30 */*: Mk/Uses/qt-dist.mk: Fix small typos.
PR:	266528
Approved by:	tcberner@
2022-09-21 12:32:26 +02:00
Loïc Bartoletti
a017955b87 databases/pg_tileserv: Update to 1.0.9 2022-09-21 12:15:25 +02:00
Alexander Leidinger
557ead68a4 www/piwigo: flavorize
Not tested with all php versions. 74 and 80 seem to be ok, 81 and 82
unknown.
2022-09-21 10:43:57 +02:00
Alexey Dokuchaev
736806fd2a games/vcmi: new port had been added (+)
VCMI is an open-source project aiming to reimplement HoMM3:WoG
and SoD game engines, giving it new and extended possibilities.

WWW: https://vcmi.eu/
2022-09-21 07:55:44 +00:00
Yuri Victorovich
a08809d20e science/{,py-}phonopy: Update 2.16.1 -> 2.16.2
Reported by:	portscout
2022-09-21 00:51:18 -07:00
Yasuhiro Kimura
164249e867 editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
2022-09-21 16:48:19 +09:00
Piotr Kubaj
1fd63cc34a sysutils/UEFITool: fix build on aarch64 2022-09-21 09:42:30 +02:00
Yuri Victorovich
e68b75ee08 misc/py-boost-histogram: Update 1.3.1 -> 1.3.2
Reported by:	portscout
2022-09-20 23:42:19 -07:00
Yuri Victorovich
776129dbb3 math/{,py-}heyoka: Update 0.18.0 -> 0.19.0
Reported by:	portscout
2022-09-20 23:42:19 -07:00
Yuri Victorovich
626ef0513f dns/coredns: Update 1.9.4 -> 1.10.0
Reported by:	portscout
2022-09-20 23:42:18 -07:00
Yuri Victorovich
e11131c838 databases/{,py-}duckdb: Update 0.5.0 -> 0.5.1
Reported by:	portscout
2022-09-20 23:42:18 -07:00
Yuri Victorovich
769145c157 cad/openfpgaloader: Update 0.9.0 -> 0.9.1
Reported by:	portscout
2022-09-20 23:42:18 -07:00