Systemd Patches + CVE Patch
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
||||
cp -R /hostdata/default "${PKG_DIR}/hostdata/" || true
|
||||
cp -R /usr/nginx_lua "${PKG_DIR}/usr/" || true
|
||||
|
||||
for d in /usr/local/aws-lc /usr/local/LuaJIT /usr/local/modsecurity; do
|
||||
for d in /usr/local/aws-lc /usr/local/LuaJIT /usr/local/modsecurity /usr/local/zlib-ng; do
|
||||
[ -d "$d" ] && cp -R "$d" "${PKG_DIR}/usr/local/" || true
|
||||
done
|
||||
mkdir -p "${PKG_DIR}/usr/local/lib"
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: ${ARCH}
|
||||
Depends: libjemalloc2
|
||||
Depends: libjemalloc2, libsystemd0
|
||||
Maintainer: Julio <me@julio.al>
|
||||
Description: Nginx L7 DDoS Protection (The-World-Is-Yours), built by RAWeb CI for ${TARGET}.
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user