Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 09:47:22 +0000 (UTC)
From:      Oleksii Samorukov <samm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561310 - head/comms/ebusd
Message-ID:  <202101120947.10C9lMSH063087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: samm
Date: Tue Jan 12 09:47:22 2021
New Revision: 561310
URL: https://svnweb.freebsd.org/changeset/ports/561310

Log:
  comms/ebusd: update to v21.1
  
  Bug Fixes
  - fix for publishing several MQTT updates at once
  - optimized keep alive option for net devices
  - fix for duplicate entry "minarbitrationmicros" in HTTP GET
  - fix for extra send retry
  - fix for newer compiler versions
  - fix for potential illegal string usages
  - fix for named net device not being resolvable during startup
  
  Features
  - added Raspberry Pi docker image
  - added support for Cygwin build
  - added option to use "\*" as trailing wildcard for circuit and name in MQTT /list topic
  - added "--mqttinsecure" option
  - updated to newest version of enhanced protocol
  - added adapter 3 PIC tool "ebuspicloader" for uploading new firmware and configuring fix IP address
  
  Approved by:	krion
  Differential Revision:	https://reviews.freebsd.org/D28112

Modified:
  head/comms/ebusd/Makefile
  head/comms/ebusd/distinfo
  head/comms/ebusd/pkg-plist

Modified: head/comms/ebusd/Makefile
==============================================================================
--- head/comms/ebusd/Makefile	Tue Jan 12 09:41:03 2021	(r561309)
+++ head/comms/ebusd/Makefile	Tue Jan 12 09:47:22 2021	(r561310)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ebusd
-PORTVERSION=	3.4
+PORTVERSION=	21.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	comms
 

Modified: head/comms/ebusd/distinfo
==============================================================================
--- head/comms/ebusd/distinfo	Tue Jan 12 09:41:03 2021	(r561309)
+++ head/comms/ebusd/distinfo	Tue Jan 12 09:47:22 2021	(r561310)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588504293
-SHA256 (john30-ebusd-v3.4_GH0.tar.gz) = 38d69e8687ab98cd6cfcadc6ca1b1949ce29a0efa51f82e3e38777a1f99b28ae
-SIZE (john30-ebusd-v3.4_GH0.tar.gz) = 462066
+TIMESTAMP = 1610442006
+SHA256 (john30-ebusd-v21.1_GH0.tar.gz) = fa880268999c5cd02eb34d9fa83c5c253daf62e3a15a94b6b25e3b8077590189
+SIZE (john30-ebusd-v21.1_GH0.tar.gz) = 492515

Modified: head/comms/ebusd/pkg-plist
==============================================================================
--- head/comms/ebusd/pkg-plist	Tue Jan 12 09:41:03 2021	(r561309)
+++ head/comms/ebusd/pkg-plist	Tue Jan 12 09:47:22 2021	(r561310)
@@ -1,6 +1,7 @@
 bin/ebusd
 bin/ebusctl
 bin/ebusfeed
+bin/ebuspicloader
 @dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%%
 @dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%%
 @dir %%ETCDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101120947.10C9lMSH063087>