summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-30security/arti: Update to 1.1.6Carlo Strub
2023-07-01security/vuxml: Document security/softether{,-devel} vulnerabilityKoichiro Iwao
Security: https://www.softether.org/9-about/News/904-SEVPN202301
2023-06-30textproc/libkolabxml: explicitely use c++11Tobias C. Berner
this fixes the build on current
2023-06-30net-im/libquotient: work around compiler bug present on currentTobias C. Berner
PR: 272285
2023-06-30www/node20: Rename and regenerate patch filesPo-Chuan Hsieh
2023-06-30www/node18: Rename and regenerate patch filesPo-Chuan Hsieh
2023-06-30devel/yder: Mark PIE_UNSAFEPo-Chuan Hsieh
cc: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument] ninja: build stopped: subcommand failed. Approved by: portmgr (blanket)
2023-06-30devel/orcania: Mark PIE_UNSAFEPo-Chuan Hsieh
cc: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument] ninja: build stopped: subcommand failed. Approved by: portmgr (blanket)
2023-06-30lang/python311: Sort PLISTPo-Chuan Hsieh
2023-06-30net/rubygem-ovirt-engine-sdk: Update WWWPo-Chuan Hsieh
2023-06-30www/pecl-yaf: Fix build with PHP 8.3Po-Chuan Hsieh
PHP 8.3 removes ZEND_HOT in [1]. This fix basically reverts [2]. --- src/php_couchbase.lo --- In file included from /wrkdirs/usr/ports/databases/pecl-couchbase/work-php83/couchbase-4.1.4/src/php_couchbase.cxx:17: /wrkdirs/usr/ports/databases/pecl-couchbase/work-php83/couchbase-4.1.4/src/wrapper/common.hxx:34:1: error: unknown type name 'zend_bool' zend_bool log_php_log_err{ 1 }; ^ /wrkdirs/usr/ports/databases/pecl-couchbase/work-php83/couchbase-4.1.4/src/wrapper/common.hxx:35:1: error: unknown type name 'zend_bool' zend_bool log_stderr{ 0 }; ^ /wrkdirs/usr/ports/databases/pecl-couchbase/work-php83/couchbase-4.1.4/src/wrapper/common.hxx:39:1: error: unknown type name 'zend_bool' zend_bool initialized{ 0 }; ^ 3 errors generated. *** [src/php_couchbase.lo] Error code 1 make[1]: stopped in /wrkdirs/usr/ports/databases/pecl-couchbase/work-php83/couchbase-4.1.4 Reference: https://github.com/php/php-src/commit/90b0e779213de6aa6a500030f6da93d8d91cffbf [1] https://github.com/laruence/yaf/commit/08894ab3ed44adb809f040707a5732ce65b771e7 [2]
2023-06-30www/npm: Update to 9.7.2Po-Chuan Hsieh
Changes: https://github.com/npm/cli/releases
2023-06-30textproc/discount: Update to 2.2.7cPo-Chuan Hsieh
- Update WWW - Use USES=pathfix to fix .pc installation - Remove MAKE_JOBS_UNSAFE: it is no longer an issue Changes: https://github.com/Orc/discount/commits/main
2023-06-30databases/libmemcached: Update to 1.1.4Po-Chuan Hsieh
Changes: https://github.com/awesomized/libmemcached/releases
2023-06-30devel/cpu_rec_rs: fetch release and patch instead of latest commitDaniel Engberg
PR: 272272
2023-06-30textproc/crow-translate: Update to 2.10.6Emanuel Haupt
2023-06-30net-im/dendrite: Update to 0.13.0Ashish SHUKLA
2023-06-30security/py-pycryptodome-test-vectors: update to 1.0.12John W. O'Brien
PR: 272252
2023-06-30security/py-pycryptodome{,x}: update to 3.18.0John W. O'Brien
Changelog: https://github.com/Legrandin/pycryptodome/blob/v3.18.0/Changelog.rst PR: 272253
2023-06-30security/p5-openxpki{-i18n}: Update to 3.24.2Sergei Vyshenski
- Update two ports sharing the same distribution to 3.24.2 - Add a new file: files/patch-Makefile.PL - Fix build for openssl 3+ - Fix pkg-plist to make portlint happy - Fix pkg-message about MariaDB and about new OpenSSL versions ChangeLog: https://github.com/openxpki/openxpki/compare/v3.22.1...v3.24.2 PR: 272248
2023-06-30graphics/p5-Image-ExifTool-devel: Update to 12.64Sergei Vyshenski
ChangeLog: https://exiftool.org/history.html PR: 272278
2023-06-30devel/goreleaser: update to 1.19.0Robert Clausecker
Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v1.19.0
2023-06-30biology/hyphy: fix build on armv7Robert Clausecker
With OpenMP not present, the code had a duplicate function definition. Get rid of one of the two to enable a build on armv7. Approved by: portmgr (build fix blanket)
2023-06-30devel/delta: fetch from GitHubStefan Eßer
Make port more compliant with style, fetch from GitHub instead of a local copy, respect port system CFLAGS, support installation of README files depending on DOCS, support testing of the compiled port, take maintainership from ports@. The installed programs are identical to those of the previous port version, except for CFLAGS from the ports system that are no longer ignored.
2023-06-30irc/irssi: Drop nop TRUECOLOR_DESCTobias Kortkamp
Reported by: portfmt scan
2023-06-30graphics/svgbob: Drop nop CARGO_ARGSTobias Kortkamp
The port could be changed to build the svgbob_cli package from the workspace by removing WRKSRC_SUBDIR and adding CARGO_BUILD_ARGS= --package=svgbob_cli CARGO_INSTALL_PATH= packages/svgbob_cli Reported by: portfmt scan
2023-06-30graphics/epix: Spell PORTREVISION correctlyTobias Kortkamp
Reported by: portfmt scan
2023-06-30lang/rust: Fix build with LibreSSL 3.7.xTobias Kortkamp
PR: 266670 Obtained from: OpenBSD Ports
2023-06-30devel/stack: Remove double CABAL_PROJECTTobias Kortkamp
Reported by: portfmt scan
2023-06-30devel/{pyside6*,shiboken6}: Fix WWW node typeTobias Kortkamp
Should be a variable not a target. Reported by: portfmt scan
2023-06-30devel/py-pyTooling: Spell PKGNAMEPREFIX correctlyTobias Kortkamp
Reported by: portfmt scan
2023-06-30devel/py-openapi-spec-validator: Hook up optionTobias Kortkamp
Spell OPTIONS_DEFINE correctly. Reported by: portfmt scan
2023-06-30security/krb5-119: Spell DEPRECATED correctlyTobias Kortkamp
Reported by: portfmt scan
2023-06-30devel/py-botocore: Hook up option (spell OPTIONS_DEFINE correctly)Tobias Kortkamp
Reported by: portfmt scan
2023-06-30devel/log4cxx: Drop CMAKE_TESTING_OTobias Kortkamp
The correct spelling would have been CMAKE_TESTING_ON but that defaults to BUILD_TESTING anyway. Reported by: portmt scan
2023-06-30devel/libddwaf: Spell CMAKE_ON correctlyTobias Kortkamp
LIBDDWAF_BUILD_SHARED and LIBDDWAF_BUILD_STATIC are already on by default. Reported by: portfmt scan
2023-06-30cad/uranium: Fix double PORTREVISIONTobias Kortkamp
Reported by: portfmt scan
2023-06-30ports-mgmt/parfetch-overlay: DeprecateTobias Kortkamp
2023-06-30www/threejs: upgrade to r154Thierry Thomas
Release notes at <https://github.com/mrdoob/three.js/releases/tag/r154>.
2023-06-30textproc/ibus-typing-booster: upgrade to 2.23.0Thierry Thomas
Release notes at <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.23.0>
2023-06-30security/john: backport upstream patch to fix the build against Clang 16Alexey Dokuchaev
Reported by: pkg-fallout
2023-06-30science/gramps: Update to 5.1.6Nuno Teixeira
- Switch to DISTVERSION - Remove erroneous CONFIGURE_ARGS - Regen patches (pet portlint) - Reformat Makefile (pet portfmt) - Take maintainership ChangeLog: https://github.com/gramps-project/gramps/releases/tag/v5.1.6
2023-06-30games/tome4: update to 1.7.6Piotr Kubaj
2023-06-30devel/py-strenum: update to 0.4.13Jan Beich
Changes: https://github.com/irgeek/StrEnum/compare/v0.4.12...v0.4.13 Reported by: portscout
2023-06-30science/openbabel: Update 3.1.1 → 3-1-1-178; Add testsYuri Victorovich
2023-06-30devel/electron24: update to 24.6.1Hiroki Tagato
Changelog: https://github.com/electron/electron/releases/tag/v24.6.1 Reported by: GitHub (watch releases)
2023-06-30security/softether: Update to 4.42.9798Koichiro Iwao
Changes: https://www.softether.org/5-download/history Security: https://www.softether.org/9-about/News/904-SEVPN202301 Security: CVE-2023-27395 Security: CVE-2023-22325 Security: CVE-2023-32275 Security: CVE-2023-27516 Security: CVE-2023-32634 Security: CVE-2023-31192
2023-06-30www/py-lektor: Allow build with py-mistune installedPo-Chuan Hsieh
- Bump PORTREVISION for package change PR: 263956
2023-06-30www/py-cachecontrol: Update WWWPo-Chuan Hsieh
- While I'm here, remove no-op REINPLACE_ARGS Approved by: portmgr (blanket)
2023-06-30textproc/sdom: Add NO_ARCHPo-Chuan Hsieh