svn commit: r565180 - head/comms/ebusd

Oleksii Samorukov samm at FreeBSD.org
Sat Feb 13 21:57:25 UTC 2021


Author: samm
Date: Sat Feb 13 21:57:24 2021
New Revision: 565180
URL: https://svnweb.freebsd.org/changeset/ports/565180

Log:
  cooms/ebusd: update to the v21.2 (Plum) Release
  
  - added trailing wildcard to "ebuspicloader" port
  - added more startup logging
  - added colon as additional separator for "--log" option
  - 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

Modified:
  head/comms/ebusd/Makefile
  head/comms/ebusd/distinfo

Modified: head/comms/ebusd/Makefile
==============================================================================
--- head/comms/ebusd/Makefile	Sat Feb 13 21:22:05 2021	(r565179)
+++ head/comms/ebusd/Makefile	Sat Feb 13 21:57:24 2021	(r565180)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ebusd
-PORTVERSION=	21.1
+PORTVERSION=	21.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	comms
 

Modified: head/comms/ebusd/distinfo
==============================================================================
--- head/comms/ebusd/distinfo	Sat Feb 13 21:22:05 2021	(r565179)
+++ head/comms/ebusd/distinfo	Sat Feb 13 21:57:24 2021	(r565180)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610442006
-SHA256 (john30-ebusd-v21.1_GH0.tar.gz) = fa880268999c5cd02eb34d9fa83c5c253daf62e3a15a94b6b25e3b8077590189
-SIZE (john30-ebusd-v21.1_GH0.tar.gz) = 492515
+TIMESTAMP = 1613252512
+SHA256 (john30-ebusd-v21.2_GH0.tar.gz) = 5846a4b3ded8b6f4ac7ce1e602b4b3a1c81761f8faa02bf826705164e9d56821
+SIZE (john30-ebusd-v21.2_GH0.tar.gz) = 494696


More information about the svn-ports-all mailing list