diff --git a/kwallet-pam-5.13.5.tar.xz b/kwallet-pam-5.13.5.tar.xz deleted file mode 100644 index cd88318..0000000 --- a/kwallet-pam-5.13.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c85cf232ea74695e410766cfbae1522eb314df35f4cb9995b576204a152ad90 -size 18668 diff --git a/kwallet-pam-5.14.0.tar.xz b/kwallet-pam-5.14.0.tar.xz new file mode 100644 index 0000000..401e43a --- /dev/null +++ b/kwallet-pam-5.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2739f7787d9ac3492848e0309ac312e8a351e918337624c0b90504b7f8388133 +size 19064 diff --git a/kwallet-pam-5.14.0.tar.xz.sig b/kwallet-pam-5.14.0.tar.xz.sig new file mode 100644 index 0000000..23d2991 --- /dev/null +++ b/kwallet-pam-5.14.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3mnkACgkQEZaMRJKM +rvxCSggAtYAGOIZkW9dVuun5fB4YC6unOL/f3qi4NoT8ImA+0t1ZQGZ1BPyfI+38 +a7uDYy3vw/K2/YF1M73yL96HvTJbosAVzT2Vqe6YG2NUSzXh+d81MoF8togOOlqB +Q6Or5baUM9hI7x1jwAUDVok2YeALbGEZ2epUccyvujxgudlrjNTIoum746OZt7/6 +nYYRAx1CidGHQQPI7iL2gZjV/P0LgsBIYH/CwTaEW2bGLqkCMTgbpWDTuyA7+ke6 +BMGQq0fP8uduCALVqMjtt0D/S+51Nwr85Qts0CTZrvITnWGN/dnZ7e1jxpDUQ9gL +sHKtpd/fg2qmdOP83csaCvEGSrEI/g== +=u2/T +-----END PGP SIGNATURE----- diff --git a/pam_kwallet.changes b/pam_kwallet.changes index 21a91ab..8218ee1 100644 --- a/pam_kwallet.changes +++ b/pam_kwallet.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Oct 5 10:01:11 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.14.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.0.php +- No code changes since 5.13.90 + +------------------------------------------------------------------- +Sat Sep 15 16:25:29 UTC 2018 - fabian@ritter-vogt.de + +- Add tarball signature and keyring containing keys of release managers + Jonathan Riddell and Bhushan Shah + +------------------------------------------------------------------- +Thu Sep 13 17:25:02 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.13.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.90.php +- Changes since 5.13.5: + * Move remaining salt file operations into unprivileged processes + * Drop privileges when reading the salt file + * Revert "do not search for C++ compiler" + * use pid_t for fork() result + * store string literal in const variable + * do not search for C++ compiler + * use explicit_bzero() if it is present + ------------------------------------------------------------------- Tue Sep 4 10:58:41 UTC 2018 - fabian@ritter-vogt.de diff --git a/pam_kwallet.spec b/pam_kwallet.spec index a45a487..74b9688 100644 --- a/pam_kwallet.spec +++ b/pam_kwallet.spec @@ -16,15 +16,21 @@ # +%bcond_without lang + Name: pam_kwallet -Version: 5.13.5 +Version: 5.14.0 Release: 0 Summary: A PAM Module for KWallet signing License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only Group: System/GUI/KDE Url: http://www.kde.org/ -Source: http://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz -Source1: baselibs.conf +Source: kwallet-pam-%{version}.tar.xz +%if %{with lang} +Source1: kwallet-pam-%{version}.tar.xz.sig +Source2: plasma.keyring +%endif +Source3: baselibs.conf BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: libgcrypt-devel >= 1.5.0 diff --git a/plasma.keyring b/plasma.keyring new file mode 100644 index 0000000..5e9faf8 Binary files /dev/null and b/plasma.keyring differ