diff options
author | Michael Heimpold <mhei@heimpold.de> | 2017-04-15 14:33:00 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2017-04-15 14:33:05 +0200 |
commit | cbf83cb171ef704bb46e7cff2a9eb93aa626dcbd (patch) | |
tree | 0d8d3f2a5cc59fa4dc777945aac068fb15060d2c /net/ser2net/Makefile | |
parent | 0dbb306e47c4f8788afe2c500fae0d97eb3bb1ad (diff) |
ser2net: add some upstream patches (fixes #4249)
As reported by @thornley-touchstar, there are some issues in the
showshortport and showport commands on the monitoring channel.
After short dicussion with upstream, the following patches were merged
upstream to fix the issue(s).
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'net/ser2net/Makefile')
-rw-r--r-- | net/ser2net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ser2net/Makefile b/net/ser2net/Makefile index 793ff13f3..a433fbe98 100644 --- a/net/ser2net/Makefile +++ b/net/ser2net/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ser2net PKG_VERSION:=3.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/ser2net |