From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/
Date: Wed, 22 Mar 2023 23:01:10 +0000 (UTC) [thread overview]
Message-ID: <1679526062.db1cfa7d6b541a396b6683c2a8df78e0cdb008e6.asturm@gentoo> (raw)
commit: db1cfa7d6b541a396b6683c2a8df78e0cdb008e6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 22:34:29 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 23:01:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1cfa7d
kde-plasma/kwallet-pam: Backport 5.27.4 fixes
Fabian Vogt (3):
Verify that XDG_RUNTIME_DIR is usable
Don't do anything if the password is empty
Exit early if the target user is root
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwallet-pam/Manifest | 1 +
.../kwallet-pam/kwallet-pam-5.27.3-r1.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index c244de7a0b32..bc37c75831ff 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,2 +1,3 @@
DIST kwallet-pam-5.26.5.tar.xz 22808 BLAKE2B 42543b6c08dfbe873b6e2ad6503ac35b63022935ab8c40a93da432bb4d3cc240cf5da75565ef839f4cededb5c41a2a485614e47105161456f3310abcb5b79102 SHA512 bf1aeab2c4db2e0ce6e282890326b78b92ce2079f59a50d5729b0af79a7562bf845027f1f1af510181f851f7c02e4fa67c97ab58514981eca21e02ecb1ed36a3
+DIST kwallet-pam-5.27.3-patchset-1.tar.xz 1716 BLAKE2B e0a61c697399fc46a2885152e7d7c1db752ef147df21b5cfeb2e72228440e5a2aab946dc25cb5c00066c53d2e4a02bb927e6d17fdaccd988511be624f258801b SHA512 98e35c5c58491e530574b248e34126d495c8c32e7e418e5f2fed4392415e05b7cf93bfa20ec31b0796f6a9ceb58430ea16157daf8a43f348bce735530af3fa8d
DIST kwallet-pam-5.27.3.tar.xz 22844 BLAKE2B cb4fe58a5b89d4a68559328e72a82c018860a9aac806efe7dad1e673fe5b4c25e4aed0fc7f76f4586d2694cccef8300e3490237e31e5670af0e704f110105e76 SHA512 93053bd7fc8a35bed8b772b5dd4333360e7be2923ac510d96818cfc29731df3f2de378d95deb2e61d959f56d6df9477456d5a49654f64c4444e5b4800899aa51
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.27.3-r1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.27.3-r1.ebuild
new file mode 100644
index 000000000000..9fa57fb8af33
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.27.3-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+inherit ecm plasma.kde.org
+
+DESCRIPTION="PAM module to not enter KWallet password again after login"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/libgcrypt:0=
+ >=kde-frameworks/kwallet-${KFMIN}:5
+ sys-libs/pam
+"
+RDEPEND="${DEPEND}
+ net-misc/socat
+"
+
+PATCHES=( "${WORKDIR}/${P}-patchset-1" )
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+ )
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ ecm_pkg_postinst
+ elog "This package enables auto-unlocking of kde-frameworks/kwallet:5."
+ elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
+}
next reply other threads:[~2023-03-22 23:01 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 23:01 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 10:13 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/ WANG Xuerui
2023-08-16 13:33 Arthur Zamarin
2023-08-16 13:23 Arthur Zamarin
2023-07-23 21:54 Sam James
2023-07-15 10:31 Arthur Zamarin
2023-05-22 8:27 Arthur Zamarin
2023-05-21 19:51 Sam James
2023-05-21 6:10 Arthur Zamarin
2023-04-22 15:10 Arthur Zamarin
2023-04-22 15:04 Arthur Zamarin
2023-04-22 14:57 Arthur Zamarin
2023-03-22 23:01 Andreas Sturmlechner
2023-02-01 6:41 Arthur Zamarin
2023-01-24 18:40 Arthur Zamarin
2022-12-09 8:20 Arthur Zamarin
2022-10-29 14:03 Yixun Lan
2022-10-26 4:42 Arthur Zamarin
2022-09-30 3:52 Sam James
2022-09-30 2:18 Sam James
2022-08-07 5:12 Sam James
2022-05-28 20:35 Jakov Smolić
2022-05-27 11:14 Jakov Smolić
2022-01-24 22:37 Sam James
2022-01-18 23:39 Jakov Smolić
2021-12-13 23:04 Sam James
2021-12-13 18:32 Jakov Smolić
2021-12-13 0:10 Sam James
2021-09-16 1:20 Sam James
2021-09-15 2:24 Sam James
2021-02-17 22:13 Andreas Sturmlechner
2021-02-17 21:12 Sam James
2021-02-17 1:56 Sam James
2021-02-16 13:45 Sam James
2019-10-12 20:31 Mikle Kolyada
2019-05-28 4:01 Aaron Bauman
2019-02-26 20:54 Andreas Sturmlechner
2018-10-18 12:31 Thomas Deutschmann
2018-10-16 16:54 Mikle Kolyada
2018-05-26 0:52 Thomas Deutschmann
2018-05-22 7:49 Mikle Kolyada
2018-05-07 17:01 Andreas Sturmlechner
2018-05-07 9:01 Agostino Sarubbo
2018-05-07 0:24 Thomas Deutschmann
2017-09-09 16:35 Andreas Sturmlechner
2017-07-07 8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-06-05 11:20 Andreas Sturmlechner
2017-06-05 11:20 Andreas Sturmlechner
2017-03-20 16:45 Agostino Sarubbo
2016-12-10 11:43 Johannes Huber
2016-07-25 21:34 Johannes Huber
2016-07-06 13:26 Michael Palimaka
2016-05-25 7:38 Johannes Huber
2016-05-24 19:26 Mikle Kolyada
2016-05-11 13:14 Michael Palimaka
2016-04-20 9:21 Michael Palimaka
2016-04-07 16:12 Michael Palimaka
2016-04-07 16:12 Michael Palimaka
2016-04-07 13:27 Mikle Kolyada
2016-03-02 19:23 Michael Palimaka
2015-12-02 11:42 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1679526062.db1cfa7d6b541a396b6683c2a8df78e0cdb008e6.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox