From 2c18b7f7fb2885d27960657c60906ef0bac0681e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Mar 2024 00:49:58 +0000 Subject: gentoo auto-resync : 19:03:2024 - 00:49:58 --- acct-user/spamd/Manifest | 2 +- acct-user/spamd/spamd-0-r2.ebuild | 25 ------------------------- acct-user/spamd/spamd-0-r3.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 acct-user/spamd/spamd-0-r2.ebuild create mode 100644 acct-user/spamd/spamd-0-r3.ebuild (limited to 'acct-user/spamd') diff --git a/acct-user/spamd/Manifest b/acct-user/spamd/Manifest index 24044cbd0ee9..bedd08e72501 100644 --- a/acct-user/spamd/Manifest +++ b/acct-user/spamd/Manifest @@ -1,2 +1,2 @@ -EBUILD spamd-0-r2.ebuild 731 BLAKE2B ae140b5b2183c44573f00d4900a767553e331c4db1a375656f075cb022f571f5fe576eaf74c47c4dde81e28d3e58e74ade618e1c15f27c1022eb2e34707bcb4e SHA512 6fbc200082bf4684eb432465b1409db64f1e0881862cdcd08652375daa01063801f05935a9f9cf30be1e18f904286bc354b4d69ed35f3864cb8d26b7e8b019ab +EBUILD spamd-0-r3.ebuild 731 BLAKE2B 8400d1694482d562c2b4d6fb3c4ffb68b01431d5f50999e2fc801945e3b8c00a9a05c166dcca9adb5d2d5c3bbe59d9173dda6de7f110252b9f0350aa7bea9681 SHA512 bc3bf311a9a5152c6da04f6e32b07f39765e9f33475dc54a1693ca1b3ff93e6c5015f5c03185ca53b0e53ab845effc4bdb2f07190ca309059aaeb18c1981f66c MISC metadata.xml 431 BLAKE2B 3dbbd7403ccbe25665bb60ef1010dc0c28fd31294023af8f628ccfccb84b208782ba2e60e25cc1830a572b790fcb6be151b8b4c45519339519776ef09476f744 SHA512 c299214673cb17325875e15af18859dfb0e1c723b6ef1315332798ee8912e90d0bc11e49f4a537156f67d168fdce8ec0df34b59bf843d86964fed485a52750cd diff --git a/acct-user/spamd/spamd-0-r2.ebuild b/acct-user/spamd/spamd-0-r2.ebuild deleted file mode 100644 index 0b184739667c..000000000000 --- a/acct-user/spamd/spamd-0-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -DESCRIPTION="User for the SpamAssassin daemon" - -ACCT_USER_ID=337 -ACCT_USER_GROUPS=( "${PN}" ) -# The spamd daemon runs as this user. Use a real home directory so -# that it can hold SA configuration. -# -# Since spamd's home contains user-modifiable config files, it's -# a violation of the Linux FHS for it to be here, but it's been -# decided it can't be in /home/. -# -# - https://github.com/gentoo/gentoo/pull/14055#issuecomment-582929503 -# - https://archives.gentoo.org/gentoo-dev/message/790294f7a46496aecd0056289c4b6d08 -# -ACCT_USER_HOME="/var/lib/spamd" -ACCT_USER_HOME_PERMS=0700 - -acct-user_add_deps diff --git a/acct-user/spamd/spamd-0-r3.ebuild b/acct-user/spamd/spamd-0-r3.ebuild new file mode 100644 index 000000000000..ae49dd16b61f --- /dev/null +++ b/acct-user/spamd/spamd-0-r3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for the SpamAssassin daemon" + +ACCT_USER_ID=337 +ACCT_USER_GROUPS=( "${PN}" ) +# The spamd daemon runs as this user. Use a real home directory so +# that it can hold SA configuration. +# +# Since spamd's home contains user-modifiable config files, it's +# a violation of the Linux FHS for it to be here, but it's been +# decided it can't be in /home/. +# +# - https://github.com/gentoo/gentoo/pull/14055#issuecomment-582929503 +# - https://archives.gentoo.org/gentoo-dev/message/790294f7a46496aecd0056289c4b6d08 +# +ACCT_USER_HOME="/var/lib/spamd" +ACCT_USER_HOME_PERMS=0700 + +acct-user_add_deps -- cgit v1.2.3