From 702d8a99a2cd4a1ba7bf119233a378edcfe95eaf Mon Sep 17 00:00:00 2001 From: Erik Conijn Date: Fri, 14 Aug 2026 09:29:24 +0200 Subject: [PATCH] pbr-1.2.2: bump PKG_RELEASE from 20 to 22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lockstep release bump with luci-app-pbr. Covers the /etc/pbr/ path rewrite fix (#131, fixes #130), xfrm/IPsec interface support (#140) and the fw4 chain flush fix (#145). Compat is unchanged at 27 — nothing since release 20 touched the message catalog. Co-Authored-By: Claude Opus 5 Signed-off-by: Erik Conijn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d730a7b..e7e888c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pbr PKG_VERSION:=1.2.2 -PKG_RELEASE:=20 +PKG_RELEASE:=22 PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin , Erik Conijn