1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
Commit Graph

571368 Commits

Author SHA1 Message Date
Wen Heping
f1427426fc math/R-cran-carData: Update to 3.0.5 2022-01-12 15:41:48 +08:00
Alexey Dokuchaev
4176a5d6ab editors/xed: update the port to version 3.2.2. 2022-01-12 07:48:10 +00:00
Wen Heping
667ce596f0 www/py-fastapi: Take maintainership 2022-01-12 13:58:23 +08:00
Li-Wen Hsu
c814ba79da devel/jenkins: Update to 2.329
Sponsored by:	The FreeBSD Foundation
2022-01-12 13:57:33 +08:00
Timur I. Bakeyev
fb71a4b641 net/samba413: Update to the 4.13.16 release to address CVE-2021-43566
In addition an CVE-2021-20316 is issued, but can't be address in this
Samba release.

====================================================
Workaround and mitigating factors for CVE-2021-20316
====================================================

Do not enable SMB1 (please note SMB1 is disabled by default in Samba
from version 4.11.0 and onwards). This prevents the creation of
symbolic links via SMB1. If SMB1 must be enabled for backwards
compatibility then add the parameter:

unix extensions = no

to the [global] section of your smb.conf and restart smbd. This
prevents SMB1 clients from creating symlinks on the exported file
system.

However, if the same region of the file system is also exported using
NFS, NFS clients can create symlinks that potentially can also hit the
race condition. For non-patched versions of Samba we recommend only
exporting areas of the file system by either SMB2 or NFS, not both.

Security:	CVE-2021-43566
2022-01-12 06:35:52 +01:00
Wen Heping
16e4ec666f lang/yabasic: Update to 2.90.2 2022-01-12 11:09:40 +08:00
Diane Bruce
a9e3fd2a07 comms/hamlib: Update to 4.4
- Some patches not needed now due to adrian@ patches sent upstream.

- Additional changes by @takefu

The distribution tarball uses patch applied to the following master branch because the build is broken.

baea7e8c9a (diff-9df9e2c313e694cf242534e90c1187fe119fac8de7c304ae438de0736209953b.patch)

The error message in build is as follows.
hamlibpy_wrap.c:48824:80: error: use of undeclared identifier 'RIG_FUNCTION_SEND_VOICE_MEM'; did you mean 'RIG_FUNCTION_SEND_MORSE'?
  SWIG_Python_SetConstant(d, "RIG_FUNCTION_SEND_VOICE_MEM",SWIG_From_int((int)(RIG_FUNCTION_SEND_VOICE_MEM)));

For a complete log of changes to Hamlib, please visit:

http://sourceforge.net/p/hamlib/code/commit_browser

Major changes in 4.0 affecting usage
Most rig model numbers have changed
RIG_LEVEL_VOX has been deprecated and replaced by RIG_LEVEL_VOXDELAY
rigctl 'f' command now returns VFO argument too
rigctl 'y' and 'Y' command now take/show antenna argument and option.
range_list items are undergoing changes towards a different model TBD
RTS/DTR PTT sharing is off by default now -- use serial_share=1 option to
enable

PR:		ports/261105
Reported by:	takefu@airport.gm
2022-01-11 20:29:47 -05:00
Jan Beich
3ef0580b55 devel/gobject-introspection: unbreak build with Meson 0.61.0
giscanner/meson.build:58:0: ERROR: File doctemplates does not exist.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/1e5d7f212246
2022-01-12 01:24:59 +00:00
Jan Beich
bd1542622a security/p11-kit: unbreak build with Meson 0.61.0
doc/manual/meson.build:69:8: ERROR: gnome.gtkdoc keyword argument 'dependencies' was of type array[CustomTarget | PkgConfigDependency] but should have been array[Dependency | SharedLibrary | StaticLibrary]

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/566c2c9a9c98
2022-01-12 01:24:58 +00:00
Diane Bruce
763fc7004c comms/hamlib: Update to 4.4
- Some patches not needed now due to adrian@ patches sent upstream.

- Additional changes by @takefu added RIG_FUNC_SEND_VOICE_MEM from git

For a complete log of changes to Hamlib, please visit:

http://sourceforge.net/p/hamlib/code/commit_browser

Major changes in 4.0 affecting usage
Most rig model numbers have changed
RIG_LEVEL_VOX has been deprecated and replaced by RIG_LEVEL_VOXDELAY
rigctl 'f' command now returns VFO argument too
rigctl 'y' and 'Y' command now take/show antenna argument and option.
range_list items are undergoing changes towards a different model TBD
RTS/DTR PTT sharing is off by default now -- use serial_share=1 option to
enable

PR:		ports/261105
Reported by:	takefu@airport.gm
2022-01-11 20:06:38 -05:00
TAKATSU Tomonari
1472128ffc devel/R-cran-fansi: Update to 1.0.0 2022-01-12 00:50:15 +00:00
Piotr Kubaj
89ba74caea devel/llvm90: enable COMPILER_RT on riscv64
1. COMPILER_RT builds libclang_rt.builtins-riscv64.a library, but not cfi_blacklist.txt, so _COMPILER_RT_BLACKLISTS needs to be put into amd64 and i386 cases.
2. Instead of:
.if ${ARCH}
.endif
.if {ARCH}
Do:
.if ${ARCH}
.elseif ${ARCH}
3. Remove whitespace at the end of line.

PR:	261106
Approved by:	brooks (maintainer)
2022-01-11 23:07:43 +00:00
Christoph Moench-Tegeder
9efb3c81b2 www/firefox-esr: update to 91.5.0
Release Notes:
  https://www.mozilla.org/en-US/firefox/91.5.0/releasenotes/
2022-01-12 00:03:19 +01:00
Christoph Moench-Tegeder
7d188b8bad mail/thunderbird: update to 91.5.0
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/91.5.0/releasenotes/
2022-01-12 00:02:00 +01:00
Richard Gallamore
4cdf3803fc www/py-django_compressor: Update to 3.1
Changes: https://django-compressor.readthedocs.io/en/stable/changelog.html
2022-01-11 14:25:11 -08:00
Stefan Bethke
ab4f1a6fb5 www/gitea: Re-release 1.15.9
The Gitea project updated the release reusing the same version/tag.
Update the distinfo to the new values. Information provided through
their Discord.

PR:		261085
MFH:		2022Q1
2022-01-11 17:24:27 -05:00
Yuri Victorovich
6f8a947161 misc/quantum++: Fix fetch
More commits were squashed into 3.1

Reported by:	Vlad Gheorghiu <vlad@softwareq.ca> (upstream owner)
2022-01-11 13:19:04 -08:00
Yuri Victorovich
1065f04159 misc/quantum++: Update 3.0 -> 3.1 2022-01-11 12:54:06 -08:00
Yuri Victorovich
68ccdb1292 misc/quantum++: Correction in pkg-descr
Reported by:	Vlad Gheorghiu <vlad@softwareq.ca>
2022-01-11 12:46:51 -08:00
Kirill Ponomarev
0bd2e7e35f sysutils/cbsd: Update to 13.0.21
Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.21

Reported by:	maintainer
2022-01-11 20:38:45 +01:00
Diane Bruce
e045eef41a comms/nanovna-saver: Update to 3.10
- Fixed FreeBSD specifc Sysctl.py code so it will no longer core
  if no USB device plugged in
- changed delay in NanoVNA__V2.py since too fast for some devices
  see https://github.com/NanoVNA-Saver/nanovna-saver/issues/441

Changelog
=========

v0.3.10
------

- Default Band ranges for 5 and 9cm
- Layout should fit on smaller screens
- Fixed fixed axis settings
- Show VNA type in port selector
- Recognise tinySA (screenshot only)
- Some more cables in TDR
- Reference plane applied after calibration
- Calibration fixes by DiSlord

v0.3.9
------

- TX Power on V2
- New analysis
- Magnitude Z Chart
- VSWR Chart improvements

Reported by:	portscout
2022-01-11 14:10:45 -05:00
Max Brazhnikov
800703e701 science/py-scipy: fix dependency
Fix dependence on devel/py-pythran

PR:		259777
Submitted by:	Michael Glaus
2022-01-11 22:01:05 +03:00
Jan Beich
b4ce512316 multimedia/onevpl: update to 2022.0.2
Changes:	https://github.com/oneapi-src/oneVPL/compare/v2022.0.1...v2022.0.2
Reported by:	Repology
2022-01-11 18:55:39 +00:00
Po-Chuan Hsieh
d39f84e8e3
devel/py-importlib-resources: Partially revert BUILD_DEPENDS change in 9698ad19e0
- Bump PORTREVISION for package change

PR:		260670
Reported by:	<hartzell@alerce.com>
2022-01-12 02:47:52 +08:00
Po-Chuan Hsieh
d67698f62a
x11/xtrans: Add NO_ARCH
Approved by:	portmgr (blanket)
2022-01-12 02:47:51 +08:00
Po-Chuan Hsieh
2eeac29355
sysutils/bpytop: Simplify SHEBANG_FILES
Approved by:	lwhsu (maintainer, implicit)
2022-01-12 02:47:51 +08:00
Po-Chuan Hsieh
38c71586d3
devel/pydbus-common: Add NO_ARCH
Approved by:	portmgr (blanket)
2022-01-12 02:47:51 +08:00
Po-Chuan Hsieh
255db79eef
devel/py-cppy: Add NO_ARCH
Approved by:	portmgr (blanket)
2022-01-12 02:47:50 +08:00
Po-Chuan Hsieh
1c075990af
www/gitlab-ce: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge326
- Bump PORTREVISION for dependency change
2022-01-12 02:47:50 +08:00
Po-Chuan Hsieh
bb09348955
www/gitlab-ce: Fix build with rubygem-rails61 6.1.4.4 update
- Fix version requirement of RUN_DEPENDS

from Gemfile:
gem 'rails', '~> 6.1.4.1'

Reference:	https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v14.6.0/Gemfile#L5
2022-01-12 02:47:50 +08:00
Po-Chuan Hsieh
2e5663c777
devel/gitaly: Fix build with rubygem-activesupport61 6.1.4.4 update
- Fix version requirement of RUN_DEPENDS

from ruby/Gemfile:
gem 'activesupport', '~> 6.1.4.1'

Reference:	https://gitlab.com/gitlab-org/gitaly/-/blob/v14.6.0/ruby/Gemfile#L6
2022-01-12 02:47:49 +08:00
Po-Chuan Hsieh
1df2642a67
www/rubygem-unicorn: Update to 6.1.0
Changes:	https://yhbt.net/unicorn/NEWS
2022-01-12 02:47:49 +08:00
Po-Chuan Hsieh
f8609d9032
www/rubygem-roda: Update to 3.51.0
- Update version requirement of RUN_DEPENDS
- Update WWW

Changes:	https://github.com/jeremyevans/roda/blob/master/CHANGELOG
		https://roda.jeremyevans.net/rdoc/files/CHANGELOG.html
2022-01-12 02:47:49 +08:00
Po-Chuan Hsieh
475b3e8427
www/rubygem-rdf-normalize: Update to 0.5.0
Changes:	https://github.com/ruby-rdf/rdf-normalize/releases
2022-01-12 02:47:48 +08:00
Po-Chuan Hsieh
440f5b7f62
www/rubygem-raindrops: Update to 0.20.0
Changes:	https://yhbt.net/raindrops/NEWS
2022-01-12 02:47:48 +08:00
Po-Chuan Hsieh
858525185b
www/rubygem-mechanize: Update to 2.8.3
Changes:	https://github.com/sparklemotion/mechanize/releases
2022-01-12 02:47:48 +08:00
Po-Chuan Hsieh
59ac49c68c
www/rubygem-kaminari-rails61: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:47 +08:00
Po-Chuan Hsieh
07302cd9af
www/rubygem-kaminari-rails60: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:47 +08:00
Po-Chuan Hsieh
d5c0757ddb
www/rubygem-kaminari-rails52: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:47 +08:00
Po-Chuan Hsieh
9923ce139f
www/rubygem-kaminari-rails50: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:46 +08:00
Po-Chuan Hsieh
44502d7e71
www/rubygem-kaminari-rails5: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:46 +08:00
Po-Chuan Hsieh
af6b1cc580
www/rubygem-kaminari-rails4: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:46 +08:00
Po-Chuan Hsieh
85ffcf0607
www/rubygem-kaminari-activerecord-rails61: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:45 +08:00
Po-Chuan Hsieh
5e3e4125a6
www/rubygem-kaminari-activerecord-rails60: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:45 +08:00
Po-Chuan Hsieh
dbdc64a916
www/rubygem-kaminari-activerecord-rails52: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:45 +08:00
Po-Chuan Hsieh
ef4e38e2f6
www/rubygem-kaminari-activerecord-rails50: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:44 +08:00
Po-Chuan Hsieh
23dbd6f244
www/rubygem-kaminari-activerecord-rails5: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:44 +08:00
Po-Chuan Hsieh
7f343b75b8
www/rubygem-kaminari-actionview-rails61: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:44 +08:00
Po-Chuan Hsieh
d4ad43474c
www/rubygem-kaminari-actionview-rails60: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:43 +08:00
Po-Chuan Hsieh
f6cde25436
www/rubygem-kaminari-actionview-rails52: Update to 1.2.2
Changes:	https://github.com/kaminari/kaminari/releases
2022-01-12 02:47:43 +08:00