From owner-svn-ports-head@freebsd.org Sat Feb 13 21:57:25 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 22B3F53CFA1; Sat, 13 Feb 2021 21:57:25 +0000 (UTC) (envelope-from samm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdPNj0YVRz3Ncd; Sat, 13 Feb 2021 21:57:25 +0000 (UTC) (envelope-from samm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05B181E377; Sat, 13 Feb 2021 21:57:25 +0000 (UTC) (envelope-from samm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11DLvOBU093848; Sat, 13 Feb 2021 21:57:24 GMT (envelope-from samm@FreeBSD.org) Received: (from samm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11DLvO5O093847; Sat, 13 Feb 2021 21:57:24 GMT (envelope-from samm@FreeBSD.org) Message-Id: <202102132157.11DLvO5O093847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: samm set sender to samm@FreeBSD.org using -f From: Oleksii Samorukov Date: Sat, 13 Feb 2021 21:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565180 - head/comms/ebusd X-SVN-Group: ports-head X-SVN-Commit-Author: samm X-SVN-Commit-Paths: head/comms/ebusd X-SVN-Commit-Revision: 565180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2021 21:57:25 -0000 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