aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* devel/py-pyparsing: Update to 3.0.9Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/pyparsing/pyparsing/releases
* devel/py-oslo.messaging: Update to 12.14.0Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://docs.openstack.org/oslo.messaging/latest/user/history.html
* devel/py-moto: Update to 3.1.8Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/spulec/moto/blob/master/CHANGELOG.md
* devel/py-invoke: Update to 1.7.1Po-Chuan Hsieh2022-05-132-4/+4
| | | | | Changes: https://www.pyinvoke.org/changelog.html https://github.com/pyinvoke/invoke/blob/1.7/sites/www/changelog.rst
* devel/py-hypothesis: Update to 6.46.3Po-Chuan Hsieh2022-05-132-4/+4
| | | | | Changes: https://github.com/HypothesisWorks/hypothesis/releases https://hypothesis.readthedocs.io/en/latest/changes.html
* devel/py-googleapis-common-protos: Update to 1.56.1Po-Chuan Hsieh2022-05-132-5/+5
| | | | Changes: https://github.com/googleapis/python-api-common-protos/releases
* devel/py-ddtrace: Update to 1.1.2Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/DataDog/dd-trace-py/releases
* devel/py-astroid: Update to 2.11.5Po-Chuan Hsieh2022-05-132-4/+4
| | | | | Changes: https://github.com/PyCQA/astroid/releases https://github.com/PyCQA/astroid/blob/main/ChangeLog
* databases/py-tiledb: Update to 0.14.5Po-Chuan Hsieh2022-05-132-5/+5
| | | | Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
* databases/py-psycopg-c: Update to 3.0.13Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
* databases/py-psycopg: Update to 3.0.13Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
* www/p5-libwww: Update to 6.65Po-Chuan Hsieh2022-05-133-8/+8
| | | | Changes: https://metacpan.org/dist/libwww-perl/changes
* devel/p5-Term-Choose: Update to 1.751Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://metacpan.org/dist/Term-Choose/changes
* devel/p5-Object-Pad: Update to 0.65Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://metacpan.org/dist/Object-Pad/changes
* textproc/luaexpat: Update MASTER_SITES and WWWPo-Chuan Hsieh2022-05-133-12/+10
| | | | | - Regenerate patch file - Take maintainership
* net/luasocket: Update to 3.0.0Po-Chuan Hsieh2022-05-135-344/+27
| | | | | | | | | | - Update MASTER_SITES - Clean up Makefile - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/lunarmodules/luasocket/releases
* x11-fonts/afdko: Update to 3.8.3Po-Chuan Hsieh2022-05-132-4/+4
| | | | | Changes: https://github.com/adobe-type-tools/afdko/releases https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md
* textproc/translate-toolkit: Update to 3.6.2Po-Chuan Hsieh2022-05-132-4/+4
| | | | | Changes: https://github.com/translate/translate/releases https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/
* lang/v8-beta: Update to 10.2.154.4Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.2-lkgr
* lang/v8: Update to 10.1.124.12Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.1-lkgr
* graphics/GraphicsMagick: Fix FreeType detectionPo-Chuan Hsieh2022-05-131-3/+3
| | | | | | - Bump PORTREVISION for package change Reported by: Bob Carr <carr.bob@gmail.com>
* ftp/curl: Update to 7.83.1Po-Chuan Hsieh2022-05-132-4/+4
| | | | | Changes: https://curl.se/changes.html Security: CVE-2022-27778, CVE-2022-27779, CVE-2022-27780, CVE-2022-27781, CVE-2022-27782, CVE-2022-30115
* devel/grpc: Update to 1.46.1Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/grpc/grpc/releases
* databases/tiledb: Update to 2.8.3Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* math/armadillo: upgrade 10.8.2 -> 11.1.0Kurt Jaeger2022-05-134-21/+15
| | | | Reported by: portscout
* lang/php80: Update version 8.0.18=>8.0.19Muhammad Moinur Rahman2022-05-135-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Core: Fixed bug #8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator). * Date: Fixed bug #7979 (DatePeriod iterator advances when checking if valid). * FFI: Fixed bug #8433 (Assigning function pointers to structs in FFI leaks). * FPM: Fixed bug #76003 (FPM /status reports wrong number of active processe) Fixed bug #77023 (FPM cannot shutdown processes). Fixed comment in kqueue remove callback log message. * Iconv: Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header). * Intl: Fixed bug #8364 (msgfmt_format $values may not support references). * MySQLi: Fixed bug #8267 (MySQLi uses unsupported format specifier on Windows). * SPL: Fixed bug #8366 (ArrayIterator may leak when calling __construct()). Fixed bug #8273 (SplFileObject: key() returns wrong value). * Streams: Fixed php://temp does not preserve file-position when switched to temporary file. * zlib: Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header). Approved by: tz (private email) Sponsored by: Bounce Experts
* lang/php81: Update version 8.1.5=>8.1.6Muhammad Moinur Rahman2022-05-135-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Core: Fixed bug #8310 (Registry settings are no longer recognized). Fixed potential race condition during resource ID allocation. Fixed bug #8133 (Preloading of constants containing arrays with enums segfaults). Fixed Haiku ZTS builds. * Date: Fixed bug #7752 (DateTimeZone::getTransitions() returns insufficient data). Fixed bug #8108 (Timezone doesn't work as intended). Fixed bug #81660 (DateTimeZone::getTransitions() returns invalid data) Fixed bug #8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator). * FFI: Fixed bug #8433 (Assigning function pointers to structs in FFI leaks). * FPM: Fixed bug #76003 (FPM /status reports wrong number of active processe) Fixed bug #77023 (FPM cannot shutdown processes). Fixed comment in kqueue remove callback log message. * Hash: Fixed bug #81714 (segfault when serializing finalized HashContext). * Iconv: Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header). * Intl: Fixed bug #8364 (msgfmt_format $values may not support references). * MBString: Number of error markers emitted for invalid UTF-8 text matches WHATWG specification. This is a return to the behavior of PHP 8.0 and earlier. * MySQLi: Fixed bug #8267 (MySQLi uses unsupported format specifier on Windows). * SPL: Fixed bug #8366 (ArrayIterator may leak when calling __construct()). Fixed bug #8273 (SplFileObject: key() returns wrong value). * Streams: Fixed php://temp does not preserve file-position when switched to temporary file. * zlib: Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header). Sponsored by: Bounce Experts
* graphics/py-pyglet: update 1.5.23 → 1.5.24Dmitry Marakasov2022-05-132-7/+6
| | | | Add missing opengl depends, enable testing and remove obsolete conflict
* textproc/py-elasticsearch: restore testsDmitry Marakasov2022-05-131-0/+3
| | | | | | | Test target was erroneously removed along with adding incorrect USE_PYTHON=nose Approved by: portmgr blanket
* devel/py-types-protobuf: update 3.19.19 → 3.19.20Dmitry Marakasov2022-05-132-4/+4
|
* Mk/Uses/go.mk: Block modules download when CLEAN_FETCH_ENV is definedDmitri Goutnik2022-05-131-8/+21
| | | | | | | Additionally, stop overriding post-fetch and post-extract targets. PR: 258474 Differential Revision: https://reviews.freebsd.org/D35145
* sysutils/automount: Update to 1.7.8Slawomir Wojciech Wojtczak2022-05-134-10/+12
| | | | | | | While here, also add note to pkg-descr about conflicts. PR: 263763 PR: 259844
* lang/intel-compute-runtime: update to 22.19.23136Jan Beich2022-05-132-4/+4
| | | | | Changes: https://github.com/intel/compute-runtime/compare/22.18.23063...22.19.23136 Reported by: GitHub (watch releases)
* devel/freebsd-git-devtools: Simple Git tools from src/tools/tools/gitJoseph Mingrone2022-05-137-44/+51
| | | | | | | | | | | | Rename from devel/git-arc to indicate that more tools from src/tools/tools/git/ may be included. The only additional tool for now is mfc-candidates, which, as the name suggests, is a tool to find MFC candidates. Under a ports tree, mfc-candidates finds commits to merge to quarterly. Approved by: emaste, markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35165
* net/isboot-kmod: Fix set but unused warnings.John Baldwin2022-05-133-0/+317
| | | | | | | | | | - Remove unused variables. - Add a __trace_unused helper macro to mark variables only used in ISBOOT_TRACE. Reviewed by: john@jnielsen.net (maintainer) Differential Revision: https://reviews.freebsd.org/D35176
* sysutils/rtsx-kmod: Update to 2.0nGleb Popov2022-05-132-4/+4
|
* science/getdp: Update to 3.5.0.Stephen Montgomery-Smith2022-05-133-9/+8
|
* net-im/dendrite: Update to 0.8.5Ashish SHUKLA2022-05-133-19/+11
| | | | | - Sample monolith configuration is renamed at upstream so follow that - Update pkg-plist
* net/haproxy: update to version 2.5.7.Dmitry Sivachenko2022-05-132-4/+4
|
* net-mgmt/net-snmp: Update to 5.9.1Dan Langille2022-05-134-43/+6
| | | | | | | | | | | | | | | | | | | | re https://net-snmp.sourceforge.io/about/ChangeLog.html libnetsnmp: - Fixed the mib-parsing-bug introduced shortly before 5.7 agent: - fixed rounding errors for disk percentage calculations openbsd: - better support for recent openbsd releases features: - bug fixes with minimalist support after additional user feedback Many other miscellaneous minor bug fixes Approved by: maintainer (via private communication)
* textproc/minixmlto: update to 0.0.6Baptiste Daroussin2022-05-132-4/+4
| | | | Unbreak by not using GNU getop by accident
* devel/aarch64-none-elf-gcc: fix build on powerpc64*Piotr Kubaj2022-05-131-0/+21
| | | | Add the patch used in other GCC ports to fix build.
* KDE: Update KDE Gear to 22.04.1 (bug fix & translation release)Tobias C. Berner2022-05-13266-721/+687
| | | | | | | | | | | | | | | | | Thursday, 12 May 2022. Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * dolphin: The terminal panel will keep in sync with quick folder changes now * kate: Fix crash on session restore * kalendar: Fix ’next week’ button in the week’s view The full changelog can be found at https://kde.org/announcements/changelogs/gear/22.04.1/
* mail/libspf2: Update to 1.2.11Po-Chuan Hsieh2022-05-132-7/+9
| | | | | | | | | - Update MASTER_SITES Changes: https://github.com/shevek/libspf2/commits/master Security: CVE-2021-20314 PR: 259938 Reported by: Dmitriy <supportme@ukr.net>
* www/py-lektor: Change RUN_DEPENDS from py-mistune to py-mistune0Po-Chuan Hsieh2022-05-131-2/+2
| | | | | | | | | - While I'm here, update version requirement of RUN_DEPENDS - Bump PORTREVISION for dependency change This port is not ready for mistune 2.0.0+ which has different API. Reference: https://github.com/lektor/lektor/blob/v3.2.2/setup.py#L42
* www/gitlab-ce: Change RUN_DEPENDS from rubygem-json to rubygem-json25Po-Chuan Hsieh2022-05-131-2/+2
| | | | - Bump PORTREVISION for dependency change
* textproc/py-m2r: Change RUN_DEPENDS from py-mistune to py-mistune0Po-Chuan Hsieh2022-05-131-2/+2
| | | | | | - Bump PORTREVISION for dependency change This port is not ready for mistune 2.0.0+ which has different API.
* textproc/lookatme: Change RUN_DEPENDS from py-mistune to py-mistune0Po-Chuan Hsieh2022-05-131-2/+2
| | | | | | | | | - While I'm here, update version requirement of RUN_DEPENDS - Bump PORTREVISION for dependency change This port is not ready for mistune 2.0.0+ which has different API. Reference: https://github.com/d0c-s4vage/lookatme/blob/v2.3.2/requirements.txt#L4
* net/py-ifaddr: Add NO_ARCHPo-Chuan Hsieh2022-05-131-0/+2
| | | | Approved by: portmgr (blanket)
* math/sage: Change RUN_DEPENDS from py-mistune to py-mistune0Po-Chuan Hsieh2022-05-131-1/+1
| | | | | This port is not ready for mistune 2.0.0+ which has different API. Do not bump PORTREVISION since this port is marked BROKEN.