summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-03-29 11:42:18 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2024-03-29 11:42:18 +0000
commiteb05b77bac542dca906b25f647117c7566380cf2 (patch)
tree7481a2a2f297ba761f1ba7e6c3678673ca7ace09 /packages
parent7fe033b20c23a74028fa088844f4bb993dea83ab (diff)
downloadvyos-build-eb05b77bac542dca906b25f647117c7566380cf2.tar.gz
vyos-build-eb05b77bac542dca906b25f647117c7566380cf2.zip
T6033: bump hsflowd version v2.0.55-1 extended PCAP capabilities
Bump the `hsflowd` version to `v2.0.55-1` Fixed and extended PCAP capabilities for not hardware/bridge interfaces (like GRE tunnel interface). It fixes crashes the daemon if you use tunnel interfaces ``` hsflowd[9160]: PCAP: tun0 has no supported datalink encapsulaton hsflowd[9160]: Received signal 11 hsflowd[9160]: SIGSEGV, faulty address is (nil) ``` The correct commit fix in https://github.com/sflow/host-sflow/commit/62346aa67240ced0fb16b6725f16d8fa40eaea60 Updated version starts the hsflowd without issues
Diffstat (limited to 'packages')
-rw-r--r--packages/hsflowd/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hsflowd/Jenkinsfile b/packages/hsflowd/Jenkinsfile
index a0e4ecd9..bb9dd68d 100644
--- a/packages/hsflowd/Jenkinsfile
+++ b/packages/hsflowd/Jenkinsfile
@@ -23,7 +23,7 @@
// and not via a DEB package
def pkgList = [
['name': 'host-sflow',
- 'scmCommit': 'v2.0.52-1',
+ 'scmCommit': 'v2.0.55-1',
'scmUrl': 'https://github.com/sflow/host-sflow.git',
'buildCmd': 'cd ..; ./build.sh'],
]