Skip to content

Commit

Permalink
Commit unmodified Debian's salt 3004.1+dfsg-2
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jun 28, 2023
1 parent ab55f80 commit 72979be
Show file tree
Hide file tree
Showing 89 changed files with 16,444 additions and 0 deletions.
29 changes: 29 additions & 0 deletions debian-pkg/debian/NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
salt (0.15.1-1) unstable; urgency=high

A security issue has been identified with all keys generated in
versions prior to 0.15.1. This issue has been fixed in this
version.

To fix, or rather replace, existing security keys, users will
need to execute a new runner on their Salt Master:

salt-run manage.key_regen

Then restart the master. Each minion will attempt to
reauthenticate and will need to have it's key re-added via:

salt-key -A

-- Joe Healy <joehealy@gmail.com> Sat, 09 May 2013 11:40:20 +1000

salt (0.11.1-1) unstable; urgency=low

The default location for pki_dir, chachedir and sock_dir has changed
and includes now the service as the last part of the directory, i.e.
pki_dir has changed from /etc/salt/pki/ to /etc/salt/pki/master for the
master and /etc/salt/pki/minion/ for the minion.

The integrated migration from salt should move the necessary files
automatically.

-- Ulrich Dangel <uli@debian.org> Fri, 04 Jan 2013 03:23:57 +0000
Loading

0 comments on commit 72979be

Please sign in to comment.