diff --git a/debian/changelog b/debian/changelog index 8abd8ed..1fe54e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnss-stns-v2 (2.6.6-3) jammy; urgency=high + + * Allow uppercase letters in usernames and group names + + -- pyama86 Mon, 06 Nov 2023 12:00:00 +0900 + libnss-stns-v2 (2.6.6-2) jammy; urgency=high * Add Validation for Query with username diff --git a/rpm/stns.spec b/rpm/stns.spec index 5f3f070..78ee225 100644 --- a/rpm/stns.spec +++ b/rpm/stns.spec @@ -1,7 +1,7 @@ Summary: SimpleTomlNameService Nss Module Name: libnss-stns-v2 Version: 2.6.6 -Release: 2 +Release: 3 License: GPLv3 URL: https://github.com/STNS/STNS Source: %{name}-%{version}.tar.gz @@ -61,6 +61,8 @@ sed -i "s/^IPAddressDeny=any/#IPAddressDeny=any/" /lib/systemd/system/systemd-lo %config(noreplace) /etc/stns/client/stns.conf %changelog +* Thu Dec 05 2023 pyama86 - 2.6.6-3 +- Allow uppercase letters in usernames and group names * Mon Nov 06 2023 pyama86 - 2.6.6-2 - Add Validation for Query with username * Fri Nov 03 2023 pyama86 - 2.6.6-1