diff options
author | Craig Leres <leres@FreeBSD.org> | 2025-05-09 08:20:48 -0700 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2025-05-09 08:20:48 -0700 |
commit | f1af7ad53755e0c8fe9993e4b5e340810af3d601 (patch) | |
tree | 9f50ebacebcb080c6785a069bfd6f19e7308cb8b | |
parent | graphics/spirv-cross: Update 1.4.309.0 => 1.4.313.0 (diff) |
net/savvycan: Update to V220
Changes since v213
- Fix a variety of DBC related issues
- Add Extended CAN Bus Frame to SLCAN/LAWICEL
- Fixed 2 DBC file format errors
- Improved graph signal editor and signal viewer message filtering
- Added canlogserver CAN remote capture
- Add support ListenOnly feature for Qt SerialBus plugins
- Add comma check to TRC CanHacker loader
- Add 3000000 baudrate mode for Lawicel device
- LAWICEL CAN-FD support, CAN-FD data rate selection
- Support higher time resolution CANserver format
- Calculate the default row height correctly
- Scripting Interface Enhancements
- Do not add extra trailing newline on the decoded message texts
- Update required C++ standard to C++17
- Fix FirmwareUpdater
- ConnectionWindow: fix Device Console duplicates
- add support for SIG_VALTYPE_ to specify floating point signals
- make qmake check Qt version
- signal makePrettyOutput: add a space between value and unit
- Add support for reading Wireshark SocketCAN log format
- Added/corrected timestamps for LAWICEL protocol
- Support for ext CAN IDs in wireshark
- Fix dbc handling of comments and attributes
- Fix icons output dir
- Fix device deselection after connecting
- Add support for > 8
- FIX Issues 878 and 834 - usec overflow (using system clock)
- Implemented connection save with speeds and can fd at least for
- bus 0.
- Corrected extended CAN ID read for IDs < 0x800
- chore: add installer script for linux
- FuzzingWindow: Add buttons to set all high/low/auto
- [DBC]Add support for multiple signal multiplexor values
Reported by: portscout
-rw-r--r-- | net/savvycan/Makefile | 2 | ||||
-rw-r--r-- | net/savvycan/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/savvycan/Makefile b/net/savvycan/Makefile index 80b349f0c1ca..34892a857bb8 100644 --- a/net/savvycan/Makefile +++ b/net/savvycan/Makefile @@ -1,5 +1,5 @@ PORTNAME= savvycan -PORTVERSION= 213 +PORTVERSION= 220 PORTEPOCH= 2 CATEGORIES= net diff --git a/net/savvycan/distinfo b/net/savvycan/distinfo index 7f55c034b6ba..626b51e1dc71 100644 --- a/net/savvycan/distinfo +++ b/net/savvycan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682127718 -SHA256 (collin80-SavvyCAN-213-V213_GH0.tar.gz) = 1c60055a05dacfd9b00b5416e728735dc7d507f9692c52bf2e4eed74f56f84cd -SIZE (collin80-SavvyCAN-213-V213_GH0.tar.gz) = 3750379 +TIMESTAMP = 1746800574 +SHA256 (collin80-SavvyCAN-220-V220_GH0.tar.gz) = 1fd00dd3d685810484e87999be65e9e81e5922a6da7f17f3d6d756452b5847bf +SIZE (collin80-SavvyCAN-220-V220_GH0.tar.gz) = 3830017 |