From ccfd13a63afaadd0d205a0fe719c4da1627b48bc Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Fri, 28 Oct 2022 10:41:37 +0800 Subject: [PATCH] update to 8.7.0 Signed-off-by: Zhao Hang --- httpd.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/httpd.yaml b/httpd.yaml index 0fcc2e2..c1ddbb7 100644 --- a/httpd.yaml +++ b/httpd.yaml @@ -13,7 +13,7 @@ data: - ASL 2.0 dependencies: - buildrequires: - platform: [an8.6.0] + platform: [an8.7.0] requires: platform: [an8] references: @@ -48,14 +48,14 @@ data: rationale: Apache httpd ref: a8-httpd-stream-2.4 buildorder: 10 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] mod_http2: rationale: HTTP/2 support for Apache httpd ref: a8-httpd-stream-2.4 buildorder: 20 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] mod_md: rationale: Certificate provisioning using ACME for Apache httpd ref: a8-httpd-stream-2.4 buildorder: 20 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] -- Gitee