From eaab24a3c0225fe58e05bc95fa2ac0ac29f0aa8a Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Mon, 8 Apr 2024 23:21:31 +0200 Subject: [PATCH 1/2] Update postinst --- debian/postinst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index f764177..d35a673 100644 --- a/debian/postinst +++ b/debian/postinst @@ -24,8 +24,7 @@ if [ "$1" = configure ]; then adduser linbpq dialout chown :linbpq /opt/oarc/bpq chmod 775 /opt/oarc/bpq - chown :linbpq /etc/bpq32.cfg - chmod 664 /etc/bpq32.cfg + # If we have setcap is installed, set the requirements # which allows us to install our binaries without the setuid # bit. From 75eadc6bbe63e9b5b6a842ed75f95e65c9770ffd Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Mon, 8 Apr 2024 22:27:43 +0100 Subject: [PATCH 2/2] Release -2 update --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 47e5100..de572a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linbpq (6.0.24.34-2) unstable; urgency=medium + + * Fix config permissions bug as reported by Alex 2E1PKY + + -- Dave Hibberd Mon, 08 Apr 2024 22:27:02 +0100 + linbpq (6.0.24.34-1) unstable; urgency=medium * Upstream bump