From 4766ba3e9bf9843da73f1db230e0139eca80ce27 Mon Sep 17 00:00:00 2001 From: pyama Date: Fri, 3 Nov 2023 22:14:05 +0900 Subject: [PATCH] bump 2.6.6 --- debian/changelog | 7 +++++++ rpm/stns.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd5f938..11150ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libnss-stns-v2 (2.6.6-1) jammy; urgency=high + + * I have fixed primarily memory leaks and buffer overflow vulnerabilities that were detected by the Continuous Integration (CI) system. + + -- pyama86 Fri, 03 Nov 2023 12:00:00 +0900 + + libnss-stns-v2 (2.6.5-1) jammy; urgency=high * Check User/Group Name Before Query diff --git a/rpm/stns.spec b/rpm/stns.spec index 626df65..4ad0872 100644 --- a/rpm/stns.spec +++ b/rpm/stns.spec @@ -1,6 +1,6 @@ Summary: SimpleTomlNameService Nss Module Name: libnss-stns-v2 -Version: 2.6.5 +Version: 2.6.6 Release: 1 License: GPLv3 URL: https://github.com/STNS/STNS @@ -61,6 +61,8 @@ sed -i "s/^IPAddressDeny=any/#IPAddressDeny=any/" /lib/systemd/system/systemd-lo %config(noreplace) /etc/stns/client/stns.conf %changelog +* Fri Nov 03 2023 pyama86 - 2.6.6-1 +- I have fixed primarily memory leaks and buffer overflow vulnerabilities that were detected by the Continuous Integration (CI) system. * Thu Nov 02 2023 pyama86 - 2.6.5-1 - Check User/Group Name Before Query * Sun Oct 11 2023 pyama86 - 2.6.4-1