From 7989a4fc8fb733987fdf080b4eae196833a1a94b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 21 Oct 2025 14:54:32 +0200 Subject: [PATCH] sysutils/git-backup: new version --- sysutils/git-backup/Makefile | 3 +-- sysutils/git-backup/pkg-descr | 14 +++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/sysutils/git-backup/Makefile b/sysutils/git-backup/Makefile index 17eb65ad5..1c7a356f8 100644 --- a/sysutils/git-backup/Makefile +++ b/sysutils/git-backup/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= git-backup -PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 4 +PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= Track config changes using git PLUGIN_DEPENDS= git PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/sysutils/git-backup/pkg-descr b/sysutils/git-backup/pkg-descr index 58fcb26dc..f8b99a6f0 100644 --- a/sysutils/git-backup/pkg-descr +++ b/sysutils/git-backup/pkg-descr @@ -1,3 +1,15 @@ This package adds a backup option using git version control. -Due to the sensitive nature of the data being send to the backup, we strongly advise to not use a public service to send backups to. +Due to the sensitive nature of the data being send to the backup, +we strongly advise to not use a public service to send backups to. + +Plugin Changelog +================ + +1.1 + +* Add a force-push option (contributed by Hleb Shauchenka) + +1.0 + +* Initial release