nginx-util: bump uci conf template version
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 11 Jun 2023 01:53:41 +0000 (03:53 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 11 Jun 2023 02:36:12 +0000 (04:36 +0200)
Bump uci conf template version to 1.2 to sync with nginx version
handling some migration problem.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
net/nginx-util/Makefile
net/nginx-util/files/uci.conf.template

index ce08d66289d8528713fbb18cb01a2c38b3c5753a..5d7070eb9808184dd457e7488e15d8253c11e7bf 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nginx-util
 PKG_VERSION:=1.6
-PKG_RELEASE:=17
+PKG_RELEASE:=18
 PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at>
 
 include $(INCLUDE_DIR)/package.mk
index b56b1119eb64baabf9fe15f0eb15da5da3bab4fa..a9532576ce8f59a2250ec9a515a22e945977541b 100644 (file)
@@ -1,7 +1,7 @@
 # Consider using UCI or creating files in /etc/nginx/conf.d/ for configuration.
 # Parsing UCI configuration is skipped if uci set nginx.global.uci_enable=false
 # For details see: https://openwrt.org/docs/guide-user/services/webserver/nginx
-# UCI_CONF_VERSION=1.1
+# UCI_CONF_VERSION=1.2
 
 worker_processes auto;