| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
cfengine 3.25 and 3.26 expire this year.
Reference: https://cfengine.com/supported-versions/
|
| | |
|
| |
|
|
|
|
|
| |
Add the latest cfengine to the ports collection.
Update the sysutils/cfengine-masterfiles metaport to point to the new
port. It becomes default.
|
| |
|
|
|
|
|
| |
Add the latest cfengine to the ports collection.
Update the sysutils/cfengine metaport to point to the new port. It
becomes default.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
throughput
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Build with USE_SYSTEM_DEPENDENCIES so the port links against the system
abseil, curl, mbedtls, libpng, libwebm, libxml2, nlohmann-json and
protobuf instead of the bundled copies.
Only the packager and mpd_generator tools are built; the unit test suite
(which requires a bundled mongoose and googletest) is skipped. A couple
of source patches adjust for the system abseil, whose MutexLock API is
older than the copy vendored by upstream.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
As QT5 will be deprecated soon, drop the QT5 flavor.
Reviewed by: kde (arrowd)
Differential Revision: https://reviews.freebsd.org/D58170
|
| |
|
|
|
| |
libcdr 0.1.9
* Memory safety fixes
|
| |
|
|
|
|
| |
libfreehand 0.1.3
* Memory safety fixes
* Minor cleanups
|
| |
|
|
|
|
|
|
|
|
|
|
| |
libcmis 0.6.3
* More robust handling of server responses: added bounds and
missing-value checks across the XML, SOAP, JSON, multipart and
base64 parsing paths
* Reject stray control characters in URLs, headers, credentials and
proxy settings, and bound the size and duration of a response
* Run curl_global_init once via std::call_once
* Build fixes for boost 1.86, libxml2 2.12 and clang
* Switched continuous integration to GitHub Actions
|
| |
|
|
|
|
| |
libmspub 0.1.5
* Memory safety fixes
* Minor cleanups
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release to 3.4.8
+ respect bufsize in prepbuffer
+ widen fp_Create bufsize from uint4 to size_t (ABI break;
SONAME bumped libexttextcat-2.0.so.0 -> libexttextcat-2.0.so.1
via -version-info 1:0:0)
+ fix leak in textcat_Init bailout path
+ avoid forming &dest[-1] in wg_trim (undefined behavior)
+ update README for current UDHR source location (efele.net,
after unicode.org/udhr retired in January 2024)
+ add Telugu, Kabyle, Nenets, Karakalpak, Morisyen, Arpitan,
Sidamo, Quechua (North Bolivian), Inari Saami and Skolt Saami
+ rename ha-NG to ha-Latn-NG to match BCP-47/LibreOffice
release to 3.4.7
+ add Saraiki and Ilocano
|
| |
|
|
|
| |
libabw 0.1.4
* Memory safety fixes
|
| |
|
|
|
| |
libstaroffice 0.0.8:
* fix some errors detected by LLM
|
| |
|
|
|
|
|
| |
librevenge 0.0.6:
* Improve robustness when reading damaged or malformed OLE2 and Zip streams.
* Improve performance (tdf#63130).
* Replace the deprecated std::shared_ptr::unique() with use_count() == 1.
|
| |
|
|
|
| |
PR: 296673
Reported by: Joel Bodenmann <jbo@FreeBSD.org>
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
PR: 296741
Approved by: x11 (arrowd, maintainer)
Sponsored by: tipi.work
|
| |
|
|
|
|
|
| |
The evolving clang is more picky and the new warnings
began preventing the build from succeeding.
PR: 296302
|
| |
|
|
|
|
|
|
| |
The older versions don't actually work with the current WhatsApp servers.
While here, update all dependencies to their latest versions too.
PR: 296740
|
| |
|
|
|
|
|
|
| |
Add install rules for a webmConfig.cmake so that consumers can locate the
library with find_package(webm) and link against the webm::webm target.
Reviewed by: yuri
Differential Revision: https://reviews.freebsd.org/D58193
|
| | |
|
| |
|
|
| |
The project is abandoned, no plans for Qt6 support.
|
| |
|
|
|
|
|
| |
re: https://github.com/mqtt-tools/mqttwarn/releases/tag/0.36.1
* add new dep: simple json
* while here, portfmt
|
| |
|
|
| |
Remove stale dependencies
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Immanent Checker validates project structure and source-code expectations
through configurable check suites. It can inspect full projects, filtered
project trees, directories, and files, and can report findings in gcc-style or
JSON output.
This port installs the released PHAR executables for immanent-checker and
immanent-parser.
Sponsored by: P. Variablis
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The DOCS option were installing both HTML documentation
and manpages but these manpages weren't covered in the
plist with the DOCS substition, so we're both fixing it
and seperating them now with the new MANPAGES option.
PR: 296718
Reported by: René Thümmler <beastie@tsukaisute.de>
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
|
| |
|
|
|
|
| |
Add missing #include <QQmlEngine>
Reported by: bulk -t
|