Andreas Wacknitz
2024-03-02 bf83b552ca5074d86ddf2966ddc70835868d35ba
nginx: update to 1.25.4

3 files modified
10 ■■■■■ changed files
components/web/nginx/Makefile 6 ●●●●● patch | view | raw | blame | history
components/web/nginx/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/web/nginx/pkg5 2 ●●● patch | view | raw | blame | history
components/web/nginx/Makefile
@@ -13,16 +13,18 @@
#
BUILD_BITS= 64
# Alas nginx ignores the openssl settings
OPENSSL_VERSION= 3.1
USE_PARALLEL_BUILD= yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        nginx
COMPONENT_VERSION=    1.25.3
COMPONENT_VERSION=    1.25.4
COMPONENT_SUMMARY=    Nginx Webserver
COMPONENT_PROJECT_URL=    https://nginx.net/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86
COMPONENT_ARCHIVE_HASH=    sha256:760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9
COMPONENT_ARCHIVE_URL=    https://nginx.org/download/$(COMPONENT_ARCHIVE)
COMPONENT_SIG_URL=    $(COMPONENT_ARCHIVE_URL).asc
COMPONENT_FMRI=    web/server/nginx
components/web/nginx/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/web/nginx/pkg5
@@ -14,4 +14,4 @@
        "web/server/nginx"
    ],
    "name": "nginx"
}
}