svn commit: r553740 - head/net/py-wsdd
Rainer Hurling
rhurlin at FreeBSD.org
Sat Oct 31 07:41:03 UTC 2020
Author: rhurlin
Date: Sat Oct 31 07:41:02 2020
New Revision: 553740
URL: https://svnweb.freebsd.org/changeset/ports/553740
Log:
net/py-wsdd: Update to 0.6.2
Changelog[1]:
- Lowered priority of non-essential, protocol-related and
internal log messages
- Do not use PID in Netlink sockets in order to avoid issues
with duplicated PIDs, e.g., when Docker is used
- Prevent exceptions due to invalid incoming messages
- HTTP server address family wrong when interface address is added
- Error when interface address is removed
[1] https://github.com/christgau/wsdd/blob/v0.6.2/CHANGELOG.md
PR: 250585
Submitted by: Yasuhiro KIMURA <yasu at utahime.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27030
Modified:
head/net/py-wsdd/Makefile
head/net/py-wsdd/distinfo
Modified: head/net/py-wsdd/Makefile
==============================================================================
--- head/net/py-wsdd/Makefile Sat Oct 31 07:37:19 2020 (r553739)
+++ head/net/py-wsdd/Makefile Sat Oct 31 07:41:02 2020 (r553740)
@@ -2,8 +2,7 @@
PORTNAME= wsdd
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.1
-PORTREVISION= 2
+DISTVERSION= 0.6.2
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/net/py-wsdd/distinfo
==============================================================================
--- head/net/py-wsdd/distinfo Sat Oct 31 07:37:19 2020 (r553739)
+++ head/net/py-wsdd/distinfo Sat Oct 31 07:41:02 2020 (r553740)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593428212
-SHA256 (christgau-wsdd-v0.6.1_GH0.tar.gz) = 930dbe2059db29b422a1d433cd4984056064b29fc768ef80cd17dfa69a35c50e
-SIZE (christgau-wsdd-v0.6.1_GH0.tar.gz) = 27254
+TIMESTAMP = 1603576360
+SHA256 (christgau-wsdd-v0.6.2_GH0.tar.gz) = 4da5050a0bb8b117fcf2e7bf9fd6fe4d834cfb85f77566d6b7a504540787f4dd
+SIZE (christgau-wsdd-v0.6.2_GH0.tar.gz) = 27654
More information about the svn-ports-head
mailing list