From af9f4ab28f5f45b9c5207a7b55120e3958a92863 Mon Sep 17 00:00:00 2001 From: "hasan.ucak" Date: Mon, 6 Nov 2023 15:58:04 +0300 Subject: [PATCH] Update Sensei words to zenarmor and use shadow keyword #3695 --- vendor/sunnyvalley/Makefile | 3 ++- vendor/sunnyvalley/pkg-descr | 2 -- .../repos/{SunnyValley.conf.in => SunnyValley.conf.shadow.in} | 0 3 files changed, 2 insertions(+), 3 deletions(-) rename vendor/sunnyvalley/src/etc/pkg/repos/{SunnyValley.conf.in => SunnyValley.conf.shadow.in} (100%) diff --git a/vendor/sunnyvalley/Makefile b/vendor/sunnyvalley/Makefile index 9bd1c0ce8..21e844e8e 100644 --- a/vendor/sunnyvalley/Makefile +++ b/vendor/sunnyvalley/Makefile @@ -1,7 +1,8 @@ PLUGIN_NAME= sunnyvalley PLUGIN_VERSION= 1.3 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Vendor Repository for Zenarmor (a.k.a Sensei, Next Generation Firewall Extensions) PLUGIN_MAINTAINER= opensource@sunnyvalley.io -PLUGIN_WWW= https://www.sunnyvalley.io +PLUGIN_WWW= https://www.zenarmor.com .include "../../Mk/plugins.mk" diff --git a/vendor/sunnyvalley/pkg-descr b/vendor/sunnyvalley/pkg-descr index 18686981a..76d286396 100644 --- a/vendor/sunnyvalley/pkg-descr +++ b/vendor/sunnyvalley/pkg-descr @@ -14,5 +14,3 @@ Zenarmor for OPNsense features: * User based filtering * Policy based filtering * Active Directory/LDAP Integration - -WWW: https://www.sunnyvalley.io/sensei diff --git a/vendor/sunnyvalley/src/etc/pkg/repos/SunnyValley.conf.in b/vendor/sunnyvalley/src/etc/pkg/repos/SunnyValley.conf.shadow.in similarity index 100% rename from vendor/sunnyvalley/src/etc/pkg/repos/SunnyValley.conf.in rename to vendor/sunnyvalley/src/etc/pkg/repos/SunnyValley.conf.shadow.in