From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80CE615827B for ; Sat, 30 Aug 2025 21:41:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6EDE0340B9B for ; Sat, 30 Aug 2025 21:41:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3DFE5110563; Sat, 30 Aug 2025 21:41:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 32E6C110563 for ; Sat, 30 Aug 2025 21:41:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D71CE340B57 for ; Sat, 30 Aug 2025 21:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D904350E for ; Sat, 30 Aug 2025 21:41:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1756590099.a9d577722847f313acc1b896083746ebe3554883.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/postsrsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/postsrsd/postsrsd-2.0.11-r2.ebuild mail-filter/postsrsd/postsrsd-2.0.11-r3.ebuild X-VCS-Directories: mail-filter/postsrsd/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a9d577722847f313acc1b896083746ebe3554883 X-VCS-Branch: master Date: Sat, 30 Aug 2025 21:41:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41ae6510-5aa2-4f3b-8c8b-6327975ca4cf X-Archives-Hash: 31595206fc4c117e92b12e4c0aa45af0 commit: a9d577722847f313acc1b896083746ebe3554883 Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 30 21:39:56 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 30 21:41:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d57772 mail-filter/postsrsd: Fix typo Fixes: c4220ea02a750f4da1165be1eb4ccae93e3cfca2 Signed-off-by: Ulrich Müller gentoo.org> .../postsrsd/{postsrsd-2.0.11-r2.ebuild => postsrsd-2.0.11-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/postsrsd/postsrsd-2.0.11-r2.ebuild b/mail-filter/postsrsd/postsrsd-2.0.11-r3.ebuild similarity index 99% rename from mail-filter/postsrsd/postsrsd-2.0.11-r2.ebuild rename to mail-filter/postsrsd/postsrsd-2.0.11-r3.ebuild index b2da5d9f4635..377b155e835d 100644 --- a/mail-filter/postsrsd/postsrsd-2.0.11-r2.ebuild +++ b/mail-filter/postsrsd/postsrsd-2.0.11-r3.ebuild @@ -47,7 +47,7 @@ src_configure() { # Do not generate the signing secret in src_install, as it would # a) embed it in binary packages and b) overwrite existing secrets # on every reinstall. Generate the secret in pkg_postinst instead. - -DGENERATE_SRS_SECRET=ON + -DGENERATE_SRS_SECRET=OFF -DWITH_MILTER=OFF -DWITH_SQLITE=OFF