From 9222398d11931e59615225b5357770e8e57e6137 Mon Sep 17 00:00:00 2001 From: Venktesh Shivam Patel Date: Fri, 7 Jun 2024 17:33:17 +0100 Subject: [PATCH] add debian 12 sources for waf and dos (#9) --- files/nap-dos-debian-12.repo | 8 ++++++++ files/nap-waf-debian-12.repo | 15 +++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 files/nap-dos-debian-12.repo create mode 100644 files/nap-waf-debian-12.repo diff --git a/files/nap-dos-debian-12.repo b/files/nap-dos-debian-12.repo new file mode 100644 index 0000000..a20aac5 --- /dev/null +++ b/files/nap-dos-debian-12.repo @@ -0,0 +1,8 @@ +# NAP DoS repo for debian 12 (bookworm). +# The VERSION variable needs to be replaced with the version of NGINX Plus you want to install, i.e. R30, or removed. + +Types: deb +URIs: https://pkgs.nginx.com/app-protect-dos/%VERSION%/debian +Suites: bookworm +Components: nginx-plus +Signed-By: /usr/share/keyrings/nginx-archive-keyring.gpg diff --git a/files/nap-waf-debian-12.repo b/files/nap-waf-debian-12.repo new file mode 100644 index 0000000..136de6c --- /dev/null +++ b/files/nap-waf-debian-12.repo @@ -0,0 +1,15 @@ +# NAP WAF repos for debian 12 (bookworm). +# The VERSION variable needs to be replaced with the version of NGINX Plus you want to install, i.e. R30, or removed. + +Types: deb +URIs: https://pkgs.nginx.com/app-protect/%VERSION%/debian +Suites: bookworm +Components: nginx-plus +Signed-By: /usr/share/keyrings/nginx-archive-keyring.gpg + +# security updates +Types: deb +URIs: https://pkgs.nginx.com/app-protect-security-updates/debian +Suites: bookworm +Components: nginx-plus +Signed-By: /usr/share/keyrings/app-protect-archive-keyring.gpg