summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-20 09:28:56 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-22 13:22:47 +0000
commitfec2aa099e1b930bddc06d4083c5245ab8758b04 (patch)
treeb5efb563344be10caf8324c2f6788ec55a9ea6a0
parent8e64f27ec35ee636ebbbf0ac1eb54387ef1eb5f5 (diff)
downloadvyos-build-fec2aa099e1b930bddc06d4083c5245ab8758b04.tar.gz
vyos-build-fec2aa099e1b930bddc06d4083c5245ab8758b04.zip
hostapd: T6597: update hostapd versionmergify/bp/sagitta/pr-702
Using a discrete commit ID as there has not been a release in a longer time. (cherry picked from commit 2a6e6878543f806f4c501ff5f9bd2bd03bfaa6f1)
-rw-r--r--packages/hostap/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hostap/Jenkinsfile b/packages/hostap/Jenkinsfile
index b22e2409..78bc46bc 100644
--- a/packages/hostap/Jenkinsfile
+++ b/packages/hostap/Jenkinsfile
@@ -25,7 +25,7 @@ def pkgList = [
'scmUrl': 'https://salsa.debian.org/debian/wpa',
'buildCmd': '/bin/true'],
['name': 'hostap',
- 'scmCommit': '6b9c86466',
+ 'scmCommit': 'e7172e26d',
'scmUrl': 'git://w1.fi/srv/git/hostap.git',
'buildCmd': 'cd ..; ./build.sh'],
]