summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-03-29 11:42:18 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-03-29 12:26:28 +0000
commitfa1cc548525b01361c687acedd6b903fe70743b9 (patch)
treef09fd82f9a16845be4b8369db9ae9a954a9e4c84
parent82bb9998bf21df6cad9a0684740e07890bb665fc (diff)
downloadvyos-build-fa1cc548525b01361c687acedd6b903fe70743b9.tar.gz
vyos-build-fa1cc548525b01361c687acedd6b903fe70743b9.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 (cherry picked from commit eb05b77bac542dca906b25f647117c7566380cf2)
-rw-r--r--packages/hsflowd/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hsflowd/Jenkinsfile b/packages/hsflowd/Jenkinsfile
index 39b6cfc2..285601d6 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'],
]