summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-22 20:29:56 +0200
committerGitHub <noreply@github.com>2024-07-22 20:29:56 +0200
commitedda69d4dc008a93928902b8dc4d32672fadc8b8 (patch)
tree95bcddc98711165710c0fd50f6e7371229a8ddbe
parentf649ce54d60639ff4bce04808a0e306aab853262 (diff)
parent15d69b51e516b5354a7cd9057ecd35f68a4092b8 (diff)
downloadvyos-build-edda69d4dc008a93928902b8dc4d32672fadc8b8.tar.gz
vyos-build-edda69d4dc008a93928902b8dc4d32672fadc8b8.zip
Merge pull request #705 from vyos/mergify/bp/circinus/pr-702
hostapd: T6597: update hostapd version (backport #702)
-rw-r--r--packages/hostap/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hostap/Jenkinsfile b/packages/hostap/Jenkinsfile
index 91465cf6..7eeff1bb 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'],
]