diff --git a/.gitignore b/.gitignore index 4d3725b..bcff061 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,5 @@ builds/* tmp* default.etcd .vagrant -builds/* STNS version diff --git a/Makefile b/Makefile index 96c75d3..11eafd4 100644 --- a/Makefile +++ b/Makefile @@ -255,7 +255,7 @@ version: @git describe --tags --abbrev=0|sed -e 's/v//g' > version pkg: version ## Create some distribution packages - rm -rf builds && mkdir builds + rm -rf builds && mkdir -p builds docker-compose build docker-compose up --abort-on-container-exit diff --git a/debian/changelog b/debian/changelog index 1fe54e2..a12bad4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ibnss-stns-v2 (2.6.7-1) jammy; urgency=high + + * update openssl and curl + + -- pyama86 Mon, 06 Nov 2023 12:00:00 +0900 + + libnss-stns-v2 (2.6.6-3) jammy; urgency=high * Allow uppercase letters in usernames and group names diff --git a/rpm/stns.spec b/rpm/stns.spec index 527fce3..706e702 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: 3 +Version: 2.6.7 +Release: 1 License: GPLv3 URL: https://github.com/STNS/STNS Source: %{name}-%{version}.tar.gz @@ -60,6 +60,8 @@ sed -i "s/^IPAddressDeny=any/#IPAddressDeny=any/" /lib/systemd/system/systemd-lo %config(noreplace) /etc/stns/client/stns.conf %changelog +* Tue Jul 16 2024 pyama86 - 2.6.7-1 +- update openssl and curl * Tue 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