Commit graph

628665 commits

Author SHA1 Message Date
Bernard Spil
f144c0373f security/openssl30: Security update for CVE-2023-3187 (Low)
Security:	bad6588e-2fe0-11ee-a0d1-84a93843eb75
2023-07-31 22:49:12 +02:00
Bernard Spil
cf313db52d security/openssl: Security update for CVE-2023-3817 (Low)
Security:	bad6588e-2fe0-11ee-a0d1-84a93843eb75
2023-07-31 22:47:29 +02:00
Po-Chuan Hsieh
2eb21c24dc
sysutils/rubygem-bundler: Update manpage location (003a571d1d, r523104)
- Use GEM_LIB_DIR
- Bump PORTREVISION for package change
2023-08-01 04:44:28 +08:00
Po-Chuan Hsieh
c68da46518
net/py-urllib3: Fix SetuptoolsDeprecationWarning and _DeprecatedConfig
/usr/local/lib/python3.9/site-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'provides-extra' will not be supported in future
        versions. Please use the underscore name 'provides_extra' instead.

        By 2023-Sep-26, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/local/lib/python3.9/site-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'requires-dist' will not be supported in future
        versions. Please use the underscore name 'requires_dist' instead.

        By 2023-Sep-26, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/local/lib/python3.9/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!

Reference:	https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
2023-08-01 04:44:28 +08:00
Po-Chuan Hsieh
97fbf80724
www/py-requests-toolbelt: Update to 1.0.0
Changes:	https://github.com/requests/toolbelt/blob/master/HISTORY.rst
2023-08-01 04:44:27 +08:00
Po-Chuan Hsieh
9f51f04896
security/py-python3-saml: Convert to USE_PYTHON=pytest 2023-08-01 04:44:27 +08:00
Po-Chuan Hsieh
9c2cfb7f2c
devel/py-livemark: Update WWW 2023-08-01 04:44:27 +08:00
Po-Chuan Hsieh
d7b05658e1
security/minisign: Update to 0.11
- Update MASTER_SITES: use upstream release tarball
- Update WWW
- Add LICENSE_FILE
- Take maintainership

Changes:	https://github.com/jedisct1/minisign/releases
2023-08-01 04:44:27 +08:00
Po-Chuan Hsieh
14c25c8fb3
misc/pciids: Update to 20230730
Changes:	https://github.com/pciutils/pciids/commits/master
2023-08-01 04:44:26 +08:00
Po-Chuan Hsieh
7054def60e
lang/v: Update to 0.4
- Update WWW and clean up pkg-descr
- Add maintainer section

Changs:		https://github.com/vlang/v/releases
2023-08-01 04:44:26 +08:00
Po-Chuan Hsieh
6583e2c766
ftp/curl: Update to 8.2.1
Changes:	https://curl.se/changes.html
2023-08-01 04:44:26 +08:00
Po-Chuan Hsieh
d8ea8a7b1c
dns/public_suffix_list: Update to 20230728
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2023-08-01 04:44:26 +08:00
Po-Chuan Hsieh
d143a78e6e
devel/xxhash: Update to 0.8.2
Changes:	https://github.com/Cyan4973/xxHash/releases
2023-08-01 04:44:25 +08:00
Po-Chuan Hsieh
3ea1cfe94e
devel/pylint: Update to 2.17.5
Changes:	https://github.com/pylint-dev/pylint/releases
2023-08-01 04:44:25 +08:00
Po-Chuan Hsieh
1b5d7c7f05
devel/phpunit10: Update to 10.2.6
Changes:	https://github.com/sebastianbergmann/phpunit/blob/10.2/ChangeLog-10.2.md
2023-08-01 04:44:25 +08:00
Po-Chuan Hsieh
2ca085524a
net/speedtest: Add speedtest 1.2.0
Speedtest CLI brings the trusted technology and global server network behind
Speedtest to the command line. Built for software developers, system
administrators and computer enthusiasts alike, Speedtest CLI is the first
official Linux-native Speedtest application backed by Ookla.

With Speedtest CLI, you can easily:
- Measure internet connection performance metrics like download, upload, latency
  and packet loss natively without relying on a web browser
- Test the internet connection of your Linux desktop, a remote server or even
  lower-powered devices such as the Raspberry Pi with the Speedtest Server
  Network
- Set up automated scripts to collect connection performance data, including
  trends over time
- Use Speedtest in your programs by wrapping it in the programming language of
  your choice
- View test results via CSV, JSONL or JSON
2023-08-01 04:44:25 +08:00
Bernard Spil
11cb88e30b security/vuxml: Fix versions in previous commit 2023-07-31 22:41:03 +02:00
Bernard Spil
cfe8866fbe security/vuxml: Document OpenSSL vulnerability (Low)
Security:	CVE-2023-3817
2023-07-31 22:37:03 +02:00
Rainer Hurling
5a423f9e86 devel/py-qt5-qscintilla2: Fix pkg-plist
pkg-plist wasn't updated with 5bcefb9d57 causing dependent ports
to break.

PR:		272817
Pointy hat:	jhale
2023-07-31 16:13:46 -04:00
Yuri Victorovich
71d9f039db devel/py-scikit-build-core: Update 0.4.7 → 0.4.8
Reported by:	portscout
2023-07-31 12:58:25 -07:00
Yuri Victorovich
3577033cc6 shells/nushell: Update 0.83.0 → 0.83.1
Reported by:	portscout
2023-07-31 12:58:24 -07:00
Yuri Victorovich
2db57b4a93 sysutils/rtx: Update 1.35.2 → 1.35.7
Reported by:	portscout
2023-07-31 12:58:24 -07:00
Yuri Victorovich
f7ec65391b textproc/vacuum: Update 0.3.0 → 0.3.1
Reported by:	portscout
2023-07-31 12:58:24 -07:00
Cy Schubert
4ca9e23c83 mail/spamassassin-devel: Fix syntax error 2023-07-31 12:32:20 -07:00
Po-Chuan Hsieh
d8e79d461a
Mk/bsd.default-versions.mk: Sort lang (should be part of b98f62b5ec) 2023-08-01 03:17:57 +08:00
Cy Schubert
888550be03 mail/spamassassin-devel: Fix a typo 2023-07-31 11:50:17 -07:00
Eric Devolder
63de22df71
security/pkcs11-tools: Update to 2.6.0
ChangeLog: https://github.com/Mastercard/pkcs11-tools/blob/v2.6.0/CHANGELOG.md

PR:		272848
2023-08-01 02:47:40 +08:00
Guido Falsi
fca3191d5a mail/spamassassin: Fix build (due to a syntax error)
Approved by:	portmgr (blanket)
2023-07-31 20:46:10 +02:00
Jan Beich
b60d9d75a1 x11-wm/sway-devel: update to 1.8.1.181
Changes:	6bd11ad0d...f8ddd97e0
2023-07-31 18:40:16 +00:00
Jan Beich
8255505ca1 emulators/rpcs3: update to 0.0.29
Changes:	9b3a878c18...6cd5a7eab9
2023-07-31 18:36:13 +00:00
Jan Beich
2242386ecf emulators/rpcs3: update to 0.0.28.15417
Changes:	dabb2cc9a0...9b3a878c18
2023-07-31 18:36:13 +00:00
Dmitry Marakasov
fabbc622c6 graphics/py-pyglet: update 2.0.8 → 2.0.9 2023-07-31 21:03:18 +03:00
Dag-Erling Smørgrav
67d9ad119c www/p5-Catalyst-Model-DBIC-Schema: Update to 0.66 2023-07-31 20:02:47 +02:00
Li-Wen Hsu
7f7df57fd6
sysutils/rpi-firmware: Switch rpi3-psci-monitor upstream to a clone repository 2023-08-01 01:35:30 +08:00
Emanuel Haupt
9b44599041 audio/ocp: Update to 0.2.106 2023-07-31 18:58:30 +02:00
Po-Chuan Hsieh
ae49c5155a
www/py-adblock: Fix build with py-maturin 0.14.0+
===>  Building for py39-adblock-0.5.0_44
💥 maturin failed
  Caused by: The following metadata fields in `package.metadata.maturin` section of Cargo.toml are removed since maturin 0.14.0: classifier, requires-python, please set them in pyproject.toml as PEP 621 specifies.
*** Error code 1

Stop.
make: stopped in /usr/ports/www/py-adblock

Approved by:	portmgr (blanket)
Obtained from:	7597cd0b84
2023-08-01 00:42:10 +08:00
Po-Chuan Hsieh
f7f8949f7d
textproc/fcitx5-qt-common: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-08-01 00:42:09 +08:00
Po-Chuan Hsieh
ad88f4a00c
science/p5-Mcstas-Tools: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-08-01 00:42:09 +08:00
Po-Chuan Hsieh
99db9d6ed7
math/py-timple: Allow build with newer py-setuptools
/usr/local/lib/python3.9/site-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' instead.

        By 2023-Sep-26, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/local/lib/python3.9/site-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'long-description' will not be supported in future
        versions. Please use the underscore name 'long_description' instead.

        By 2023-Sep-26, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 3, in <module>
    setuptools.setup()
  File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 107, in setup
    return distutils.core.setup(**attrs)
  File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 159, in setup
    dist.parse_config_files()
  File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 894, in parse_config_files
    setupcfg.parse_configuration(
  File "/usr/local/lib/python3.9/site-packages/setuptools/config/setupcfg.py", line 177, in parse_configuration
    options.parse()
  File "/usr/local/lib/python3.9/site-packages/setuptools/config/setupcfg.py", line 500, in parse
    section_parser_method(section_options)
  File "/usr/local/lib/python3.9/site-packages/setuptools/config/setupcfg.py", line 475, in parse_section
    self[name] = value
  File "/usr/local/lib/python3.9/site-packages/setuptools/config/setupcfg.py", line 293, in __setitem__
    parsed = self.parsers.get(option_name, lambda x: x)(value)
  File "/usr/local/lib/python3.9/site-packages/setuptools/_vendor/packaging/specifiers.py", line 714, in __init__
    parsed.add(Specifier(specifier))
  File "/usr/local/lib/python3.9/site-packages/setuptools/_vendor/packaging/specifiers.py", line 245, in __init__
    raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
setuptools.extern.packaging.specifiers.InvalidSpecifier: Invalid specifier: '>= 3.*'
*** Error code 1

Approved by:	portmgr (blanket)
With hat:	python
2023-08-01 00:42:09 +08:00
Po-Chuan Hsieh
e1479964ed
games/py-pysol-cards: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-08-01 00:42:09 +08:00
Po-Chuan Hsieh
0dd25d1be6
devel/tclap12: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-08-01 00:42:08 +08:00
Po-Chuan Hsieh
1f9663f6a9
devel/robin-map: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-08-01 00:42:08 +08:00
Po-Chuan Hsieh
b498f23375
devel/qscintilla2-qt5: Fix 5bcefb9d57
- Remove duplicate PLIST entry which is already added by USE_LDCONFIG

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: libdata/ldconfig/qscintilla2-qt5
===> Error: Plist issues found.
*** Error code 1

Approved by:	portmgr (blanket)
2023-08-01 00:42:08 +08:00
Po-Chuan Hsieh
2c745be67d
devel/py-importlib-resources: Fix BUILD_DEPENDS
- While I'm here, use += instead of = for conditional RUN_DEPENDS

Approved by:	portmgr (blanket)
Reference:	https://github.com/python/importlib_resources/blob/v6.0.0/pyproject.toml#L2
2023-08-01 00:42:08 +08:00
Po-Chuan Hsieh
57c7142b20
biology/py-orange3-single-cell: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-08-01 00:42:07 +08:00
Po-Chuan Hsieh
2724b9eb68
biology/py-orange3-bioinformatics: Change RUN_DEPENDS from py-requests-cache to py-requests-cache0
- Bump PORTREVISION for dependency change
2023-08-01 00:42:07 +08:00
Po-Chuan Hsieh
5f9d0b46b9
biology/py-Genesis-PyAPI: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-08-01 00:42:07 +08:00
Po-Chuan Hsieh
b98f62b5ec
Mk/bsd.default-versions.mk: Sort lang 2023-08-01 00:42:07 +08:00
Po-Chuan Hsieh
a9807b00ad
www/rubygem-roda: Update to 3.70.0
Changes:	https://github.com/jeremyevans/roda/blob/master/CHANGELOG
		https://roda.jeremyevans.net/rdoc/files/CHANGELOG.html
2023-08-01 00:42:06 +08:00
Po-Chuan Hsieh
641b897bf9
textproc/rubygem-ox: Update to 2.14.17
Changes:	https://github.com/ohler55/ox/blob/develop/CHANGELOG.md
2023-08-01 00:42:06 +08:00