Commit graph

586167 commits

Author SHA1 Message Date
Neel Chauhan
4017a5fe8b comms/scrcpy: Depend on new devel/android-tools port 2022-06-09 15:52:30 -07:00
Norikatsu Shigemura
69648f91bf devel/py-sarif-om: New Port: Python classes for the SARIF 2.1.0 object model
Add a new port, py-sarif-om is python classes for the SARIF 2.1.0
object model.

 - Author becomes maintainer

PR:		264373
2022-06-09 23:51:05 +01:00
Neel Chauhan
70cd49992b devel/android-tools: New port: Android debugging tools
While I'm here, remove the old devel/android-tools-adb and
devel/android-tools-fastboot ports. These ports are long out-of-date
and the adb port especially had issues with certain devices.

This port was tested from a FreeBSD 14.0 system to flash both
LineageOS and GrapheneOS on a Google Pixel 3 using both `adb` and
`fastboot`.
2022-06-09 15:45:02 -07:00
Norikatsu Shigemura
cdc4f39401 devel/py-jschema-to-python: New Port: Generate Python classes from a JSON schema
Add a new port, py-jschema-to-python is to generate Python classes from
a JSON schema.

 - Author becomes maintainer

PR:		264362
2022-06-09 23:13:51 +01:00
Cy Schubert
c86f32d652 */*: Restore non-IBSS part of wpa patches
b8477825c2 removed some non-IBSS patches.
Restore them. We only want to remove the patches that make IBSS use
ADHOC mode.

Fixes:		b8477825c2
2022-06-09 14:58:23 -07:00
Cy Schubert
adcec87925 security/sssd: Fix patch
Fix asimple off-by-one arthmetic error.

PR:		264526
Reported by:	John Hein <jcfyecrayz@liamekaens.com>
Fixes:		d48f9f56ae
2022-06-09 14:58:22 -07:00
Dima Panov
4821e83c2e */libreoffice*: update to 7.3.4 release (+)
Stay fresh! LibreOffice 7.3.4 Community edition is now available,
with over 80 bugfixes and compatibility improvements.

Read more:	https://blog.documentfoundation.org/blog/2022/06/09/libreoffice-7-3-4-community/
2022-06-10 00:36:21 +03:00
Dima Panov
6692186518 devel/mdds: update to 2.0.3 release 2022-06-10 00:36:21 +03:00
Robert Clausecker
8f513bd478 net-im/gotktrix: Add new port
Matrix client in Go and GTK4 implementing a large part of the feature
set the Matrix protocol supports.

WWW: https://github.com/diamondburned/gotktrix

PR:		264541
2022-06-09 16:27:49 -05:00
John Hixson
dbcdb9d2e4 www/minio-client: update to RELEASE.2022-05-09T04-08-26Z 2022-06-09 14:20:16 -07:00
Fernando Apesteguía
b87375e53c science/afni: update to 22.1.13 2022-06-09 22:50:29 +02:00
Fernando Apesteguía
668b46a45c dns/blocky: update to 0.19
ChangeLog: https://github.com/0xERR0R/blocky/releases/tag/v0.19

Features:

 * Add rewrite support to custom DNS
 * CustomDNS: parameter "filterUnmappedTypes" to allow/disable forwarding to
 * the upstream resolver
 * filtering of queries
 * Support of DoH/DoT as bootstrap DNS
 * Memory optimization internal blacklist/whitelist cache
 * Cache refresh memory consumption optimization
 * Enable "ForceAttemptHTTP2" for DoH upstreamClient
 * Improve DoT server TLS cipher suites
 * Hide DoH client http header "User-Agent"
 * Add HTTP Secure Headers on HTTPS server response
 * Make DoH/DoT server mininum TLS version configurable
 * Adds user customizable DoH upstream user agent
 * Support for multiple configuration files
 * Self-signed certificate generation

Misc

 * Updated dependencies and documentation
 * Environment variable for configurable config file location

Reported by:	portscout
2022-06-09 22:49:54 +02:00
punkt.de Hosting Team
e5a281755d net-mgmt/lldpd: update to 1.0.14
ChangeLog: https://github.com/lldpd/lldpd/releases/tag/1.0.14

Changes
 * Add configure commands to alter inventory TLVs (#508)
Fix:
 * Update seccomp rules for newer kernel/libc (#488)
 * Correctly handle an interface whose index has changed (#490)
 * Don't send VLANs when there are too many (#501)

PR:	264355
Reported by:	mops@punkt.de
Approved by:	freebsd@simweb.ch (maintainer)
2022-06-09 22:49:10 +02:00
Ryan Moeller
5903d48303 devel/py-libzfs: Bump to fix the build
- Fix build with master branch of OpenZFS
- Fix transfering clones from FreeBSD 12
- Fix scrub/resilver percentage and time remaining
- Allow validating zfs resource names
- Store cython-generated libzfs file for debugging
- Add information about where properties are inherited from
- Allow listing snapshots for ZFS volumes
- Return ZFS vdev name
- Add option to enable shares on pool import
- Remove HAVE_ZFS_ITER_SNAPSHOTS usages as we don't support old zfs versions anymore
- Allow using min/max txg for listing down snapshots

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
2022-06-09 16:47:30 -04:00
Juraj Lutter
f5e835d648 net-mgmt/zabbix6-server: Update to 6.0.5
Release notes: https://www.zabbix.com/rn/rn6.0.5

Approved by:    cy
2022-06-09 22:43:27 +02:00
Cy Schubert
b8477825c2 */*: FreeBSD's WPA does support IBSS mode
FreeBSD's WPA does support IBSS mode. Remove the hack that forces ADHOC
mode when IBSS is requested.
2022-06-09 13:41:39 -07:00
Cy Schubert
7e42695954 security/sudo: Update to 1.9.11p1
Major changes between sudo 1.9.11p1 and 1.9.11:

 * Correctly handle EAGAIN in the I/O read/right events.  This fixes
   a hang seen on some systems when piping a large amount of data
   through sudo, such as via rsync.  Bug #963.

 * Changes to avoid implementation or unspecified behavior when
   bit shifting signed values in the protobuf library.

 * Fixed a compilation error on Linux/aarch64.

 * Fixed the configure check for seccomp(2) support on Linux.

 * Corrected the EBNF specification for tags in the sudoers manual
   page.  GitHub issue #153.

Major changes between sudo 1.9.11 and 1.9.10:

 * Fixed a crash in the Python module with Python 3.9.10 on some
   systems.  Additionally, "make check" now passes for Python 3.9.10.

 * Error messages sent via email now include more details, including
   the file name and the line number and column of the error.
   Multiple errors are sent in a single message.  Previously, only
   the first error was included.

 * Fixed logging of parse errors in JSON format.  Previously,
   the JSON logger would not write entries unless the command and
   runuser were set.  These may not be known at the time a parse
   error is encountered.

 * Fixed a potential crash parsing sudoers lines larger than twice
   the value of LINE_MAX on systems that lack the getdelim() function.

 * The tests run by "make check" now unset the LANGUAGE environment
   variable.  Otherwise, localization strings will not match if
   LANGUAGE is set to a non-English locale.  Bug #1025.

 * The "starttime" test now passed when run under Debian faketime.
   Bug #1026.

 * The Kerberos authentication module now honors the custom password
   prompt if one has been specified.

 * The embedded copy of zlib has been updated to version 1.2.12.

 * Updated the version of libtool used by sudo to version 2.4.7.

 * Sudo now defines _TIME_BITS to 64 on systems that define __TIMESIZE
   in the header files (currently only GNU libc).  This is required
   to allow the use of 64-bit time values on some 32-bit systems.

 * Sudo's "intercept" and "log_subcmds" options no longer force the
   command to run in its own pseudo-terminal.  It is now also
   possible to intercept the system(3) function.

 * Fixed a bug in sudo_logsrvd when run in store-first relay mode
   where the commit point messages sent by the server were incorrect
   if the command was suspended or received a window size change
   event.

 * Fixed a potential crash in sudo_logsrvd when the "tls_dhparams"
   configuration setting was used.

 * The "intercept" and "log_subcmds" functionality can now use
   ptrace(2) on Linux systems that support seccomp(2) filtering.
   This has the advantage of working for both static and dynamic
   binaries and can work with sudo's SELinux RBAC mode.  The following
   architectures are currently supported: i386, x86_64, aarch64,
   arm, mips (log_subcmds only), powerpc, riscv, and s390x.  The
   default is to use ptrace(2) where possible; the new "intercept_type"
   sudoers setting can be used to explicitly set the type.

 * New Georgian translation from translationproject.org.

 * Fixed creating packages on CentOS Stream.

 * Fixed a bug in the intercept and log_subcmds support where
   the execve(2) wrapper was using the current environment instead
   of the passed environment pointer.  Bug #1030.

 * Added AppArmor integration for Linux.  A sudoers rule can now
   specify an APPARMOR_PROFILE option to run a command confined by
   the named AppArmor profile.

 * Fixed parsing of the "server_log" setting in sudo_logsrvd.conf.
   Non-paths were being treated as paths and an actual path was
   treated as an error.

PR:		264554
Approved by:	garga (maintainer)
2022-06-09 13:41:24 -07:00
Muhammad Moinur Rahman
8a0803f5ab textproc/py-pysrt: Update version 1.1.1=>1.1.2
Relnotes: https://github.com/byroot/pysrt/releases/tag/v1.1.2
2022-06-09 15:38:49 -05:00
Muhammad Moinur Rahman
e727cb0008 textproc/py-sphinxcontrib-httpdomain: Update version 1.2.1=>1.8.0
Relnotes:
https://github.com/sphinx-contrib/httpdomain/releases/tag/1.8.0
2022-06-09 15:38:48 -05:00
Rene Ladan
b400a2257b security/vuxml: add www/chromium < 102.0.5005.115
Obtained from:	https://chromereleases.googleblog.com/2022/06/stable-channel-update-for-desktop.html
2022-06-09 22:26:21 +02:00
Tijl Coosemans
ce183ffe23 Limit portscout in a few ports
devel/autoconf2.*: fix PORTSCOUT variable.

print/hplip-plugin: portscout cannot find new versions and the version
is always the same as print/hplip.

security/mbedtls: limit portscout to stable versions.
(also switch to new github account)
2022-06-09 22:22:32 +02:00
Jan Beich
c46441f018 graphics/vulkan-headers: update to 1.3.217
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.216...v1.3.217
Reported by:	Repology, portscout
2022-06-09 20:19:50 +00:00
Jan Beich
2dc7cb05a3 x11/xdg-desktop-portal-wlr: update to 0.6.0
Changes:	https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.6.0
Reported by:	GitHub (watch releases)
2022-06-09 20:19:50 +00:00
Dmitry Marakasov
136ac3adb0 devel/py-types-xxhash: update 2.0.5 → 3.0.0 2022-06-09 22:25:02 +03:00
Muhammad Moinur Rahman
cd029254ec www/py-aiohttp-wsgi: Update version 0.8.2=>0.10.0
- Set NO_ARCH
- Add TEST framework

Relnotes: https://github.com/etianen/aiohttp-wsgi/releases/tag/v0.10.0
2022-06-09 13:57:44 -05:00
Muhammad Moinur Rahman
a7bbae7c5d www/py-splinter: Update version 0.13.0=>0.17.0
Relnotes: https://github.com/cobrateam/splinter/releases/tag/0.17.0
2022-06-09 13:57:43 -05:00
Goran Mekić
893867931a www/py-freenit: Update to 0.2.24
ChangeLog: https://github.com/freenit-framework/backend/releases/tag/0.2.24

PR:		264201
2022-06-09 19:42:41 +01:00
Muhammad Moinur Rahman
e0a4d2a89c devel/py-docker-py: Mark DEPRECATED
- User devel/py-docker
- Upstream has shifted to py-docker
- Set EXPIRATION_DATE to 2022-06-30
2022-06-09 12:59:23 -05:00
Muhammad Moinur Rahman
0a14529d32 devel/py-defusedxml: Update version 0.6.0=>0.7.1
- Update WWW
- Add TEST framework

Relnotes: https://github.com/tiran/defusedxml/releases/tag/v0.7.1
2022-06-09 12:47:46 -05:00
TAKATSU Tomonari
7b2496ae96 devel/R-cran-Rdpack: Update to 2.3.1 2022-06-09 15:05:56 +00:00
Dmitry Marakasov
a83ab6b79a textproc/difftastic: update 0.28.0 → 0.29.0 2022-06-09 18:00:39 +03:00
Mikael Urankar
347e35c1c5 www/onlyoffice-documentserver: Fix build after node16 update
While here remove useless code
2022-06-09 15:58:34 +02:00
Ashish SHUKLA
5a461a2acc
net-im/dendrite: Update to 0.8.8 2022-06-09 13:28:46 +00:00
Alexey Dokuchaev
eed17095ea benchmarks/linux-unigine-superposition: new port had been added (+)
Extreme performance and stability test for PC hardware: video card,
power supply, cooling system.  Also includes interactive experience
in a beautiful, detailed environment.

This is the fifth and the latest Unigine benchmark featured in our
Ports Collection.

PR:	240041
2022-06-09 12:54:34 +00:00
TAKATSU Tomonari
8c340b3046 science/R-cran-DCluster: Update to 0.2-8
- Fix LICENSE section
2022-06-09 12:51:21 +00:00
Ben Lavery-Griffiths
de79193e53 www/gohugo: Update to 0.100.2
Changes:	https://github.com/gohugoio/hugo/releases/tag/v0.100.2

PR:		264571
2022-06-09 07:19:25 -05:00
Li-Wen Hsu
1dbd6ea107
devel/jenkins: Update to 2.354
Sponsored by:	The FreeBSD Foundation
2022-06-09 19:52:47 +08:00
Po-Chuan Hsieh
382e3b1d0d
www/py-aiohttp: Bump PORTREVISION to fix ca76312d7f
ca76312d7f is incorrect and incomplete, therefore bump PORTREVISION.
2022-06-09 19:23:34 +08:00
Goran Mekić
1f14939d12 www/py-freenit: Update to 0.2.23
- use DISTVERSION instead of PORTVERSION
 - pet portclippy

ChangeLog: https://github.com/freenit-framework/backend/releases/tag/0.2.23

PR:		264201
2022-06-09 12:07:39 +01:00
Bernard Spil
096bce036f www/apache24: Security update to 2.5.54
With hat:	apache
Security:	49adfbe5-e7d1-11ec-8fbd-d4c9ef517024
MFH:		2022Q2
2022-06-09 11:06:23 +00:00
Pavel Balaev
9ba704d1c2
devel/msgpuck: Update to newer snapshot (234f305)
- Pass maintainership to upstream developer

Changes:	https://github.com/tarantool/msgpuck/commits/master
PR:		264494
2022-06-09 19:00:42 +08:00
Pavel Balaev
345ae501c4
databases/tarantool: Update to 2.10.0
- Update MASTER_SITES: use upstream release tarball
  - Pass maintainership to upstream developer

Changes:	https://github.com/tarantool/tarantool/releases
		https://www.tarantool.io/en/doc/latest/release/notes/
PR:		264223
2022-06-09 19:00:42 +08:00
Po-Chuan Hsieh
73d0476c90
www/py-pyjwt*: Mark CONFLICTS_INSTALL
PR:		264146
Reported by:	Goran Mekic <meka@tilda.center>
2022-06-09 19:00:41 +08:00
Po-Chuan Hsieh
1dc3b74221
www/node16: Update USES=python
from configure:
acceptable_pythons = ((3, 10), (3, 9), (3, 8), (3, 7), (3, 6))

Approved by:	portmgr (blanket)
2022-06-09 19:00:39 +08:00
Po-Chuan Hsieh
84fb284eba
devel/py-async_timeout: Add missing RUN_DEPENDS
from setup.cfg:
install_requires =
	typing_extensions>=3.6.5; python_version < "3.8"

Approved by:	portmgr (blanket)
With hat:	python
2022-06-09 19:00:37 +08:00
Po-Chuan Hsieh
6ea497446d
devel/libsoup3: Fix PLIST
- Bump PORTREVISION for package change

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: share/locale/ab/LC_MESSAGES/libsoup-3.0.mo
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/libsoup3

Approved by:	portmgr (blanket)
2022-06-09 19:00:37 +08:00
Po-Chuan Hsieh
91b33e330a
textproc/rubygem-escape_utils: Update to 1.2.2
Changes:	https://github.com/brianmario/escape_utils/blob/master/CHANGELOG.md
2022-06-09 19:00:36 +08:00
Po-Chuan Hsieh
2aaf09d371
sysutils/rubygem-tmuxinator: Update to 3.0.4
Changes:	https://github.com/tmuxinator/tmuxinator/releases
2022-06-09 19:00:34 +08:00
Po-Chuan Hsieh
e58ee0e02d
net/rubygem-octokit: Update to 4.24.0
Changes:	https://github.com/octokit/octokit.rb/releases
2022-06-09 19:00:31 +08:00
Po-Chuan Hsieh
446a1c1aff
net/rubygem-net-ldap: Update to 0.17.1
Changes:	https://github.com/ruby-ldap/ruby-net-ldap/releases
2022-06-09 19:00:27 +08:00