aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lang/php81: Update version 8.1.1=>8.1.2Muhammad Moinur Rahman2022-01-212-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove references to defunct php72 - Change to CONFLICTS_INSTALL for regex pattern to avoid changing while updating/adding major versions. [1] - Core: * Fixed bug #81216 (Nullsafe operator leaks dynamic property name). * Fixed bug #81684 (Using null coalesce assignment with $GLOBALS["x"] produces opcode error). * Fixed bug #81656 (GCC-11 silently ignores -R). * Fixed bug #81683 (Misleading "access type ... must be public" error message on final or abstract interface methods). * Fixed bug #81585 (cached_chunks are not counted to real_size on shutdown). * Fixed bug #7757 (Multi-inherited final constant causes fatal error). * Fixed zend_fibers.c build with ZEND_FIBER_UCONTEXT. * Added riscv64 support for fibers. - Filter: * Fixed FILTER_FLAG_NO_RES_RANGE flag. - Hash: * Fixed bug #7759 (Incorrect return types for hash() and hash_hmac()). * Fixed bug #7826 (Inconsistent argument name in hash_hmac_file and hash_file). - MBString: * Fixed bug #81693 (mb_check_encoding(7bit) segfaults). - MySQLi: * Fixed bug #81658 (MYSQL_OPT_LOAD_DATA_LOCAL_DIR not available in MariaDB). * Introduced MYSQLI_IS_MARIADB. * Fixed bug #7746 (mysqli_sql_exception->getSqlState()). - MySQLnd: * Fixed bug where large bigints may be truncated. - OCI8: * Fixed bug #7765 (php_oci_cleanup_global_handles segfaults at second call). - OPcache: * Fixed bug #81679 (Tracing JIT crashes on reattaching). - Readline: * Fixed bug #81598 (Cannot input unicode characters in PHP 8 interactive shell). - Reflection: * Fixed bug #81681 (ReflectionEnum throwing exceptions). - PDO_PGSQL: * Fixed error message allocation of PDO PgSQL. - Sockets: * Avoid void* arithmetic in sockets/multicast.c on NetBSD. * Fixed ext/sockets build on Haiku. - Spl: * Fixed bug #75917 (SplFileObject::seek broken with CSV flags). * Fixed bug #7809 (Cloning a faked SplFileInfo object may segfault). - Standard: * Fixed bug #7748 (gethostbyaddr outputs binary string). * Fixed bug #7815 (php_uname doesn't recognise latest Windows versions). Reported by: se [1] Differential Revision: https://reviews.freebsd.org/D33983
* biology/bowtie2: Update to 2.4.5Jason W. Bacon2022-01-212-4/+6
| | | | | | | A few bug fixes Changes: https://github.com/BenLangmead/bowtie2/tags Reported by: portscout
* www/gitlab-ce: bugfix update to 14.6.3Matthias Fechner2022-01-216-12/+14
| | | | | Changelog: https://about.gitlab.com/releases/2022/01/17/gitlab-14-6-3-released/
* sysutils/bareos20-traymonitor: Fix buildJose Alonso Cardenas Marquez2022-01-212-3/+3
| | | | Reported by: pkg-fallout
* devel/py-types-futures: update 3.3.5 → 3.3.7Dmitry Marakasov2022-01-212-4/+4
|
* devel/py-types-protobuf: update 3.19.1 → 3.19.5Dmitry Marakasov2022-01-212-4/+4
|
* lang/cython-devel: update 3.0.0a9 → 3.0.0a10Dmitry Marakasov2022-01-212-6/+11
| | | | | Unfortunately this is still broken with python 3.11.0.a4 after the update.
* comms/telldus-core: reset maintainer per requestRene Ladan2022-01-211-1/+1
|
* science/py-hoomd-blue: New port: Molecular dynamics and Monte Carlo soft ↵Yuri Victorovich2022-01-217-0/+1061
| | | | matter simulation
* science/py-gsd: Update 2.5.0 -> 2.5.1Yuri Victorovich2022-01-212-4/+4
| | | | Reported by: portscout
* devel/py-sentry-sdk: Update to 1.5.3Mateusz Piotrowski2022-01-212-4/+4
| | | | Changes: https://github.com/getsentry/sentry-python/releases/tag/1.5.3
* graphics/birdfont: Update to 2.29.6Mateusz Piotrowski2022-01-212-7/+7
| | | | Changes: https://github.com/johanmattssonm/birdfont/releases/tag/v2.29.6
* www/tomcat85: update to 8.5.75VVD2022-01-212-4/+4
| | | | | | | Changelog: https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.75_(schultz) PR: 261365
* www/tomcat9: update to 9.0.58VVD2022-01-212-4/+4
| | | | | | | Changelog: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.58_(remm) PR: 261365
* www/tomcat10: update to 10.0.16VVD2022-01-212-4/+4
| | | | | | | Changelog: https://tomcat.apache.org/tomcat-10.0-doc/changelog.html#Tomcat_10.0.16_(markt) PR: 261365
* www/tomcat-devel: update to 10.1.0-M10VVD2022-01-213-5/+5
| | | | | | | Changelog: https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.0-M10_(markt) PR: 261365
* textproc/expat2: update to 2.4.3Tobias C. Berner2022-01-213-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1]: libexpat is a fast streaming XML parser. Alongside libxml2, Expat is one of the most widely used software libre XML parsers written in C, precisely C99. It is cross-platform and licensed under the MIT license. Expat 2.4.3 has been released earlier today. Besides two minor fixes to the build system, this release is about security fixes. There is a total of 8 CVEs fixed, all related to fixed-size integer math (integer overflow and invalid shifts) near memory allocation. Impact is denial of service, or more. * CVE-2021-45960 * CVE-2021-46143 * CVE-2022-22822 * CVE-2022-22823 * CVE-2022-22824 * CVE-2022-22825 * CVE-2022-22826 * CVE-2022-22827 For more details, please check out the change log [2]. [1] https://blog.hartwork.org/posts/expat-2-4-3-released/ [2] https://github.com/libexpat/libexpat/blob/R_2_4_3/expat/Changes Exp-run by: antoine PR: 261285
* print/miktex: Drop maintainership.Gleb Popov2022-01-211-1/+1
| | | | | | I've lost the battle against upstream. (cherry picked from commit 082f33b5f49ebdb7dae6396ff56f57cb81c0410f)
* x11-wm/icewm: update IceWM to version 2.9.5.Alexey Dokuchaev2022-01-212-4/+4
|
* security/softether{,-devel}: enable on riscv64Piotr Kubaj2022-01-212-2/+2
|
* converters/R-cran-jsonlite: Update to 1.7.3TAKATSU Tomonari2022-01-212-4/+4
|
* graphics/R-cran-DiagrammeR: Update to 1.0.7TAKATSU Tomonari2022-01-212-19/+19
|
* devel/pecl-grpc: add a patch to fix building @ 32bits platform.Vanilla I. Shu2022-01-211-0/+12
|
* www/lighttpd: update to 1.4.64Piotr Kubaj2022-01-203-22/+24
| | | | Changelog: https://www.lighttpd.net/2022/1/19/1.4.64/
* textproc/ibus-table: Update 1.14.1 -> 1.15.0Yuri Victorovich2022-01-202-7/+11
| | | | Reported by: portscout
* editors/cpeditor: Update 6.8.2 -> 6.10.1Yuri Victorovich2022-01-202-21/+22
| | | | Reported by: portscout
* science/jmol: Update 14.32.13 -> 14.32.14Yuri Victorovich2022-01-203-5/+5
| | | | Reported by: portscout
* science/shelxle: Update 1.0.1354 -> 1.0.1356Yuri Victorovich2022-01-202-4/+4
| | | | Reported by: portscout
* sysutils/py-zfs-autobackup: update to 3.1.1Serhii (Sergey) Kozlov2022-01-202-4/+4
| | | | Changelog: https://github.com/psy0rz/zfs_autobackup/releases/tag/v3.1.1
* x11/cde: Fix armv7 buildCy Schubert2022-01-203-11/+27
| | | | | | | | | In attempting to fix powerpc64le, c66a851d13783558a8fa17ffcf64759a0c1b5bab broke armv7. Fix it. PR: 261359 Reported by: Robert Clausecker <fuz@fuz.su> Fixes: c66a851d13783558a8fa17ffcf64759a0c1b5bab
* games/openage: games/openage: upgrade to v0.4.1Thierry Thomas2022-01-207-84/+120
| | | | | | | | | - release notes at <https://github.com/SFTtech/openage/releases/tag/v0.4.1> - also chase the upgrade of py-Pygments to 2.9, with a patch from upstream. PR: 257471 Approved by: freebsd (at) sysctl.cz (maintainer)
* devel/git-subrepo: Update to 0.4.3.John Baldwin2022-01-202-4/+4
| | | | | Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D33950
* cad/solvespace: Update to 3.0 and take maintainershipLoïc Bartoletti2022-01-204-18/+110
| | | | | | | | | | | | - Update to 3.0: - Update libdxfrw to 0b7b7b7 - Introduce microsoft/mimalloc at 38a0322 - Use gtmm 3.0 - pet portlint - WWW: use https Changes: - https://github.com/solvespace/solvespace/blob/master/CHANGELOG.md#30
* security/arti: Update to 0.0.3Carlo Strub2022-01-202-207/+242
|
* finance/electrum: Fix version requirement, unbreak buildEmanuel Haupt2022-01-201-1/+2
| | | | | | | | | This has been prompted by by the recent update of dns/py-dnspython. After analyzing the version requirements of electrum it turns out this has been a typo. Notified by: pkg-fallout
* devel/py-types-protobuf: update 3.19.0 → 3.19.1Dmitry Marakasov2022-01-202-4/+4
|
* devel/py-types-futures: update 3.3.3 → 3.3.5Dmitry Marakasov2022-01-202-4/+4
|
* www/flexget: update to 3.2.11Jan Beich2022-01-202-4/+4
| | | | | Changes: https://github.com/Flexget/Flexget/compare/v3.2.10...v3.2.11 Reported by: Repology
* x11/sway-audio-idle-inhibit: update to 0.1.1Jan Beich2022-01-202-10/+4
| | | | | Changes: https://github.com/ErikReider/SwayAudioIdleInhibit/releases/tag/v0.1.1 Reported by: GitHub (watch releases)
* net/rdist6: Revert previous commit and mark MAKE_JOBS_UNSAFECy Schubert2022-01-201-1/+1
| | | | | | | | This reverts commit f63ffd8c2f94fc3aefb3c07fb4c061c44f80a47e and marks the port MAKE_JOBS_UNSAFE, as leres@ reports it builds fine in his stable/12 pourdiere. Reported by: leres
* net/read_bbrlog: Update to 0.1.4Olivier Cochard2022-01-202-6/+6
| | | | Sponsored by: Netflix
* mail/pyzor: Update WWWDanilo G. Baio2022-01-201-1/+1
|
* mail/pyzor: Fix encoding issuesDanilo G. Baio2022-01-202-1/+11
| | | | | | | | | | | Add upstream patches to fix encoding issues: https://github.com/SpamExperts/pyzor/issues/38 https://github.com/SpamExperts/pyzor/issues/64 Take MAINTAINER'ship. PR: 261253 Approved by: chalpin@cs.wisc.edu (maintainer)
* math/cadabra2: Update 2.3.6.8 -> 2.3.8Yuri Victorovich2022-01-203-5/+14
| | | | Reported by: portscout
* dns/coredns: Update 1.8.6 -> 1.8.7Yuri Victorovich2022-01-202-7/+6
| | | | Reported by: portscout
* graphics/gifski: Update 1.5.0 -> 1.6.3Yuri Victorovich2022-01-203-99/+121
| | | | Reported by: portscout
* math/cppad: Update 20220000.0 -> 20220000.1Yuri Victorovich2022-01-203-6/+7
| | | | Reported by: portscout
* math/octave-forge-communications: Update to 1.2.4.Stephen Montgomery-Smith2022-01-202-5/+4
|
* security/vuxml: document www/chromium < 97.0.4692.99Rene Ladan2022-01-201-0/+108
| | | | Obtained from: https://chromereleases.googleblog.com/2022/01/stable-channel-update-for-desktop_19.html
* UIDs: add glewlywed user and groupStefan Eßer2022-01-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This does not unbreak the port, but brings it somemwhat nearer to building. The dependency devel/hoel still contains an incorrect USES line for the MARIADB option, which causes a build failure, if enabled. But the www/glewlywed port needs hoel with mariadb support, since it unconditionally calls mariadb functions. (It contains the unsupported USES=mariadb, while USES=mysql:105m would be a working albeit inconvenient definition, since it includes a fixed database version number, although any recent version would do.) I have informed the maintainer of the port a few days ago, but did not get any response back. Due to multiple issues with the glewlywed port (and its dependency devel/hoel), it cannot have been built from the committed files before these were added to the ports tree. Since the UID and GID additions will be required in any case and my local patches to add them have lead to conflicts with other ports taking the logically next ids, I'm taking liberty to commit those UID and GID entries, now.