[hsflowd]: Update hsflowd to 2.0.25-4 to take care of admin_state changes (#3683)

This commit is contained in:
padmanarayana 2019-10-31 09:15:30 -07:00 committed by lguohan
parent f3c92e7779
commit 841949f099
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# host-sflow package # host-sflow package
HSFLOWD_VERSION = 2.0.21 HSFLOWD_VERSION = 2.0.25
HSFLOWD_SUBVERSION = 8 HSFLOWD_SUBVERSION = 4
export HSFLOWD_VERSION HSFLOWD_SUBVERSION export HSFLOWD_VERSION HSFLOWD_SUBVERSION
HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb

View File

@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
git clone https://github.com/sflow/host-sflow git clone https://github.com/sflow/host-sflow
pushd ./host-sflow pushd ./host-sflow
git checkout -b sflow -f 996f5ec git checkout -b sflow tags/v2.0.25-4
# Apply patch series # Apply patch series
stg init stg init