maint: update APR patching CVE-2023-49582

This commit is contained in:
Lance R. Vick 2024-08-30 11:35:55 -07:00
parent 2fb15c2d9f
commit a30830250d
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=1.7.4
ENV SRC_HASH=fc648de983f3a2a6c9e78dea1f180639bd2fad6c06d556d4367a701fe5c35577
ENV VERSION=1.7.5
ENV SRC_HASH=cd0f5d52b9ab1704c72160c5ee3ed5d3d4ca2df4a7f8ab564e3cb352b67232f2
ENV SRC_FILE=apr-${VERSION}.tar.bz2
ENV SRC_SITE=https://www.apache.org/dist/apr/${SRC_FILE}