From: Nick Porter Date: Mon, 16 Jan 2023 18:03:04 +0000 (+0000) Subject: Bump hostap to latest released version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d204756ba900b84f104387b2ec3a4259a0960b;p=thirdparty%2Ffreeradius-server.git Bump hostap to latest released version --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index fd97c14931e..18a9e911207 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -72,7 +72,7 @@ jobs: env: HOSTAPD_BUILD_DIR: /tmp/eapol_test.ci - HOSTAPD_GIT_TAG: hostap_2_8 + HOSTAPD_GIT_TAG: hostap_2_10 name: "DEB build" diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index 81c55a36d5b..beced57d5c3 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -10,7 +10,7 @@ on: env: HOSTAPD_BUILD_DIR: eapol_test.ci - HOSTAPD_GIT_TAG: hostap_2_9 + HOSTAPD_GIT_TAG: hostap_2_10 jobs: freebsd-build: diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 1886b897744..7c20ebcdce7 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -21,7 +21,7 @@ env: NO_PERFORMANCE_TESTS: yes DO_BUILD: yes HOSTAPD_BUILD_DIR: eapol_test.ci - HOSTAPD_GIT_TAG: hostap_2_9 + HOSTAPD_GIT_TAG: hostap_2_10 ALT_OPENSSL: "3.0.2" DEBIAN_FRONTEND: noninteractive CI: 1 diff --git a/.github/workflows/ci-rpm.yml b/.github/workflows/ci-rpm.yml index 18158f06f0d..bfe860c3134 100644 --- a/.github/workflows/ci-rpm.yml +++ b/.github/workflows/ci-rpm.yml @@ -69,7 +69,7 @@ jobs: env: HOSTAPD_BUILD_DIR: /tmp/eapol_test.ci - HOSTAPD_GIT_TAG: hostap_2_8 + HOSTAPD_GIT_TAG: hostap_2_10 name: "RPM build" diff --git a/.github/workflows/ci-sanitizers.yml b/.github/workflows/ci-sanitizers.yml index d080e482c0b..6d5ab6d6c52 100644 --- a/.github/workflows/ci-sanitizers.yml +++ b/.github/workflows/ci-sanitizers.yml @@ -23,7 +23,7 @@ env: NO_PERFORMANCE_TESTS: yes DO_BUILD: yes HOSTAPD_BUILD_DIR: eapol_test.ci - HOSTAPD_GIT_TAG: hostap_2_9 + HOSTAPD_GIT_TAG: hostap_2_10 ALT_OPENSSL: "3.0.2" DEBIAN_FRONTEND: noninteractive CI: 1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99a80a65577..1197afe585f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ env: NO_PERFORMANCE_TESTS: yes DO_BUILD: yes HOSTAPD_BUILD_DIR: eapol_test.ci - HOSTAPD_GIT_TAG: hostap_2_9 + HOSTAPD_GIT_TAG: hostap_2_10 ALT_OPENSSL: "3.0.2" DEBIAN_FRONTEND: noninteractive CI: 1 diff --git a/scripts/ci/eapol_test-build.sh b/scripts/ci/eapol_test-build.sh index 2018bd7b290..3f6c823a581 100755 --- a/scripts/ci/eapol_test-build.sh +++ b/scripts/ci/eapol_test-build.sh @@ -36,7 +36,7 @@ TMP_BUILD_DIR="${BUILD_DIR}" : ${TMP_BUILD_DIR:="$(mktemp -d -t eapol_test.XXXXX)"} : ${HOSTAPD_DIR:="${TMP_BUILD_DIR}/hostapd"} : ${HOSTAPD_REPO:="http://w1.fi/hostap.git"} -: ${HOSTAPD_GIT_TAG:="hostap_2_8"} +: ${HOSTAPD_GIT_TAG:="hostap_2_10"} : ${WPA_SUPPLICANT_DIR:="${HOSTAPD_DIR}/wpa_supplicant"} : ${MAKE:=make}