- 25 Mar, 2021 40 commits
-
-
yuri authored
-
gerald authored
This brings a fix how man pages are generated, a back port for the i386 back end, three for aarch64, one for powerpc, and 13 for the middle end and tree optimizers, and twelve for the C++ front end, two for libstdc++, four for the C front end, and three for Fortran.
-
leres authored
Add PORTEPOCH. Changes since 199.1: - Added ability to delete nodes, messages, signals within tree. - Add tracking of DBC editing in order to warn when exiting without saving, add sorting to DBC routines, add a new screen that allows one to compare two DBC files for changes/differences. - Now the DBC Message editor can change the parent node of a message and you can create new nodes simply by typing something new into the sender field. - Changes to MQTT interface to make it work properly with current python - Fix UDS interpretation of read by ID, Fix up display issues with interpreted messages on main screen. - Use integer formatting where possible when interpreting signal. - Add CARBUS Analyzer file load. - Fix timestamp loading for CARBusAnalyzer files - Save CARBUS Analyzer format - Changes to hopefully handle error frames better over the socketcan - Modify the parsing of the 'id' trigger to match help - Fix PCAN loading issues - Support for Tx when logging via QCanBus - Fixed several seg faults and other errors in DBC code - Added many additional graphing modes. They are loaded/saved in graph definitions as well. - Add support for detecting and reading CLX000 files. - CLX000: Allow for shorter IDs, flip direction - Feature/connection reordering - Feature/busfilter - Feature/continuous logging - Feature/socketcand - fixing opengl32 lib for g++ and msvc in windows - Bugfix/bigoulours1 - GraphWindow: support rescaling the view or each axis to the data Reported by: portscout, pkg-fallout
-
rhurlin authored
Changelog: https://metacpan.org/changes/distribution/Text-CSV_XS PR: 254555 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
-
pizzamig authored
-
rhurlin authored
PR: 254525 Submitted by: Emil Engler <emilstud2015@gmail.com> (new maintainer)
-
pkubaj authored
1. fexcept_t is available on FreeBSD via fenv.h. 2. new_g and new_rad in core_commands6.cc actually need signed char. 3. Add FreeBSD's names for ARM and POWER to build-intel-lib.sh. PR: 254556 Approved by: yuri (maintainer)
-
jbeich authored
Nowadays, kde5 depends on both xorg-server and xwayland-devel. Once upstream of both switches to libxcvt and xwayland-devel is updated it'd make kde5 uninstallable. Backporting to xorg-server is complicated by numerious patch conflicts and autotools. Stop installing cvt(1) as Xwayland doesn't use xorg.conf(5).
-
demon authored
-
jbeich authored
libxcvt is a library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator. libxcvt also provides a standalone version of the command line tool cvt copied from the Xorg implementation and is meant to be a direct replacement to the version provided by the Xorg server. https://gitlab.freedesktop.org/ofourdan/libxcvt
-
jbeich authored
Changes: https://github.com/xkbcommon/libxkbcommon/compare/xkbcommon-1.0.3...xkbcommon-1.1.0 Reported by: portscout Approved by: manu Differential Revision: https://reviews.freebsd.org/D29422
-
osa authored
<ChangeLog> *) Feature: support for multiple certificate bundles on a listener via the Server Name Indication (SNI) TLS extension. *) Feature: "--mandir" ./configure option to specify the directory for man page installation. *) Bugfix: the router process could crash on premature TLS connection close; the bug had appeared in 1.17.0. *) Bugfix: a connection leak occurred on premature TLS connection close; the bug had appeared in 1.6. *) Bugfix: a descriptor and memory leak occurred in the router process when processing small WebSocket frames from a client; the bug had appeared in 1.19.0. *) Bugfix: a descriptor leak occurred in the router process when removing or reconfiguring an application; the bug had appeared in 1.19.0. *) Bugfix: persistent storage of certificates might've not worked with some filesystems in Linux, and all uploaded certificate bundles were forgotten after restart. *) Bugfix: the controller process could crash while requesting information about a certificate with a non-DNS SAN entry. *) Bugfix: the controller process could crash on manipulations with a certificate containing a SAN and no standard name attributes in subject or issuer. *) Bugfix: the Ruby module didn't respect the user locale for defaults in the Encoding class. *) Bugfix: the PHP 5 module failed to build with thread safety enabled; the bug had appeared in 1.22.0. </ChangeLog>
-
nc authored
PR: 254544 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
-
brnrd authored
-
hselasky authored
- Improve RX jitter buffer. - Some minor fixes. - Added support for multiple profiles. Approved by: pi (implicit)
-
jbeich authored
-
bapt authored
-
bapt authored
-
jbeich authored
Even if qt5-webengine is removed it may re-appear at a later date. Keep web applet until the last minute but don't sacrifice yuzu-qt5.
-
nc authored
Changes: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.3.0 PR: 254550 Submitted by: Naram Qashat <cyberbotx AT cyberbotx DOT com> (maintainer)
-
bapt authored
-
nc authored
Changes: https://sourceforge.net/projects/diskinfo-di/files/ PR: 254549 Submitted by: Naram Qashat <cyberbotx AT cyberbotx DOT com> (maintainer)
-
nc authored
Changes: https://www.knot-dns.cz/2021-03-25-version-305.html PR: 254547 Submitted by: Leo Vandewoestijne <freebsd AT dns DOT company> (maintainer)
-
vanilla authored
-
vanilla authored
PR: 254540 Submitted by: daniel.engberg.lists@pyret.net
-
mfechner authored
if I later commit an upgrade to rubygem-bcrypt_pbkdf. Approved by: blancket
-
rm authored
Last update (now reverted) broke many consumers in the tree, so I feel it would be more responsible to pass this significant port under python@ wing. PR: 254536
-
mfechner authored
-
lcook authored
Changes: https://github.com/loadimpact/k6/releases/tag/v0.31.1 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29409
-
garga authored
- Update to 11.2.5 [1] - Make fuse dependency optional adding new FUSE option, enabled by default [2] - Remove CONFLICTS with packages that were removed years ago - Remove DOCS items from pkg-plist and use PORTDOCS instead - Install default tools.conf [1] - Do not mkdir directories not covered by pkg-plist - Rework patch-lib_guestApp_guestApp.c to respect ${PREFIX} - vmware-kmod.in: - Simplify logic - Use kldstat -q instead of redirect stdout/stderr [2] - Partially restore @preunexec removed in r473438. Set tools.set.version as 0 is important to let hypervisor to be notified package is removed. Otherwise vCenter console shows tools status as "installed" but "not-running". [3] PR: 252699 [1] 226204 [2] 246440 [3] Submitted by: John Wolfe <jwolfe@vmware.com> [1] [3] ohauer [2] Sponsored by: Rubicon Communications, LLC ("Netgate")
-
adridg authored
There's no notes for this release, but a handful of bugfix commits in the repository and an announcement can be found on the kde-announce-apps mailing list. Our local patches have been submitted upstream as a MR, hopefully they will become unnecessary in a future release.
-
yuri authored
Reported by: portscout
-
yuri authored
Reported by: portscout
-
yuri authored
PR: 254376 Submitted by: daniel.engberg.lists@pyret.net
-
decke authored
independent if we are using the wg-quick or lite version because it is what users expect and are used to.
-
decke authored
-
mikael authored
Changes: https://github.com/tailscale/tailscale/releases/tag/v1.6.0
-
antoine authored
-