Skip to content

Commit

Permalink
bump 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Jul 16, 2024
1 parent 8069cbd commit d757540
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ builds/*
tmp*
default.etcd
.vagrant
builds/*
STNS
version
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ibnss-stns-v2 (2.6.7-1) jammy; urgency=high

* update openssl and curl

-- pyama86 <www.kazu.com@gmail.com> 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
Expand Down
6 changes: 4 additions & 2 deletions rpm/stns.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <www.kazu.com@gmail.com> - 2.6.7-1
- update openssl and curl
* Tue Dec 05 2023 pyama86 <www.kazu.com@gmail.com> - 2.6.6-3
- Allow uppercase letters in usernames and group names
* Mon Nov 06 2023 pyama86 <www.kazu.com@gmail.com> - 2.6.6-2
Expand Down

0 comments on commit d757540

Please sign in to comment.