diff --git a/sudo-1.9.0.tar.gz b/sudo-1.9.0.tar.gz new file mode 100644 index 0000000..b6c3ff9 --- /dev/null +++ b/sudo-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab231439c5dfdf4ecbef74f10d5f7e9686c2255c2f3887085b5c5e13281bf95c +size 3743850 diff --git a/sudo-1.9.0.tar.gz.sig b/sudo-1.9.0.tar.gz.sig new file mode 100644 index 0000000..ba26428 Binary files /dev/null and b/sudo-1.9.0.tar.gz.sig differ diff --git a/sudo-1.9.0rc4.tar.gz b/sudo-1.9.0rc4.tar.gz deleted file mode 100644 index df19f3b..0000000 --- a/sudo-1.9.0rc4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8f79c4b672d0068e6c1f78f011f53b9e9de30a6cf63006e0a64c4bef827a970 -size 3744357 diff --git a/sudo-1.9.0rc4.tar.gz.sig b/sudo-1.9.0rc4.tar.gz.sig deleted file mode 100644 index 69e91da..0000000 Binary files a/sudo-1.9.0rc4.tar.gz.sig and /dev/null differ diff --git a/sudo.changes b/sudo.changes index e7da9af..2603f80 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon May 18 20:37:03 UTC 2020 - Kristyna Streitova + +- Update to 1.9.0 (current stable release) + * for changes between version 1.9.0 and 1.8.31p1 see rc changes + below + +------------------------------------------------------------------- +Mon May 11 08:15:17 UTC 2020 - Kristyna Streitova + +- Update to 1.9.0rc5 + * The default TLS listener is now only enabled when either the + TLS certificate file is explicitly specified in sudo_logsrvd.conf + or the default TLS certificate file exists in the file system. + There is no change in behavior for listen_address entries + explicitly set in the configuration file. + ------------------------------------------------------------------- Thu May 7 12:14:26 UTC 2020 - Kristyna Streitova diff --git a/sudo.spec b/sudo.spec index 56958ca..c5be8d9 100644 --- a/sudo.spec +++ b/sudo.spec @@ -22,14 +22,14 @@ %define use_usretc 1 %endif Name: sudo -Version: 1.9.0rc4 +Version: 1.9.0 Release: 0 Summary: Execute some commands as root License: ISC Group: System/Base URL: https://www.sudo.ws/ -Source0: https://www.sudo.ws/dist/beta/%{name}-%{version}.tar.gz -Source1: https://www.sudo.ws/dist/beta/%{name}-%{version}.tar.gz.sig +Source0: https://www.sudo.ws/dist/%{name}-%{version}.tar.gz +Source1: https://www.sudo.ws/dist/%{name}-%{version}.tar.gz.sig Source2: %{name}.keyring Source3: sudo.pamd Source4: sudo-i.pamd