summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-mta/opensmtpd: add 7.5.0_p0Anna (cybertailor) Vyalkova13 days2-0/+113
| | | | | | | Closes: https://bugs.gentoo.org/930271 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo/pull/36337 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-mta/opensmtpd: Add missing includeNHOrus2024-04-142-0/+13
| | | | | | | | | Fixes GCC-14 build error implicit declaration of function snprintf Closes: https://bugs.gentoo.org/922951 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36035 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* mail-mta/opensmtpd: fix VariableScope on verify-sig's BROOTJoonas Niilola2024-01-131-1/+1
| | | | | | | - BROOT is added by the verify-sig.eclass since ae2c13bac13880dac42851e25968073d99238391 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-mta/opensmtpd: add 7.4.0_p1Anna (cybertailor) Vyalkova2024-01-133-0/+114
| | | | | | | | | | | | | | | | | | * Add "virtual/pkgconfig" dependency * Add ${EPREFIX} to --with-path-queue * Add signature verification * Add slot binding operator on "sys-libs/zlib" * Install "CHANGES.md" doc * Move blockers, users and runtime files to RDEPEND * Remove "eautoreconf" call * Remove net-libs/libasr dependency (bundled now) * Remove obsolete QA_CONFIG_IMPL_DECL_SKIP * Use "myeconfargs" array instead of escaping newlines Closes: https://bugs.gentoo.org/916993 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo/pull/33729 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-mta/opensmtpd: drop 6.8.0_p2-r2, 6.8.0_p2-r3David Seifert2023-09-058-607/+0
| | | | | | | Closes: https://bugs.gentoo.org/881701 Closes: https://bugs.gentoo.org/899788 Closes: https://bugs.gentoo.org/913144 Signed-off-by: David Seifert <soap@gentoo.org>
* mail-mta/opensmtpd: Stabilize 7.3.0_p1-r1 amd64, #913684Sam James2023-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: Stabilize 7.3.0_p1-r1 arm64, #913684Sam James2023-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: Stabilize 7.3.0_p1-r1 ppc64, #913684Sam James2023-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: Stabilize 7.3.0_p1-r1 x86, #913684Sam James2023-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: add blocker for mail-client/mailx-supportDavid Seifert2023-08-281-0/+1
| | | | | Bug: https://bugs.gentoo.org/913144 Signed-off-by: David Seifert <soap@gentoo.org>
* mail-mta/opensmtpd: add 7.3.0_p1David Seifert2023-08-263-0/+103
| | | | | | | | Bug: https://bugs.gentoo.org/779076 Bug: https://bugs.gentoo.org/881701 Bug: https://bugs.gentoo.org/899788 Bug: https://bugs.gentoo.org/908836 Signed-off-by: David Seifert <soap@gentoo.org>
* mail-mta/opensmtpd: drop inactive maintainerDavid Seifert2023-08-261-4/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* mail-mta/opensmtpd: fix libdir pathorbea2023-04-291-2/+2
| | | | | | | | | | | | | | | This fixes the path from the previous commit that sets the libevent and libssl paths explicitly to avoid configure failures on multilib systems that use lld where the incorrect lib directory is linked. The configure check will test the path as a sysroot and then will take it in its entirety in the 'else' case. Fixes: https://github.com/gentoo/gentoo/commit/a05af7c36a3e4e74879cad3c03ef4ca2e3601b82 Bug: https://bugs.gentoo.org/739876 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/30803 Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: Build fixesorbea2023-04-264-0/+510
| | | | | | | | | | | | | | | | | | | | | | | Fixes some build issues: * Build failure on musl systems * Build failure with clang-16 * Uses AM_PROG_AR to find ar(1) during configure * Uses configure arguments to find libevent and libssl on multilib systems. Closes: https://bugs.gentoo.org/720782 Closes: https://bugs.gentoo.org/727260 Closes: https://bugs.gentoo.org/739876 Closes: https://bugs.gentoo.org/896050 Closes: https://bugs.gentoo.org/899876 Upstream-Issue: https://github.com/OpenSMTPD/OpenSMTPD/issues/1065 Upstream-PR: https://github.com/OpenSMTPD/OpenSMTPD/pull/1195 Upstream-PR: https://github.com/OpenSMTPD/OpenSMTPD/pull/1198 Upstream-PR: https://github.com/OpenSMTPD/OpenSMTPD/pull/1199 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/30750 Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: add missing yacc BDEPJoonas Niilola2023-03-311-1/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-mta/opensmtpd: stabilize 6.8.0_p2-r2 for arm64Georgy Yakovlev2022-12-241-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* mail-mta/opensmtpd: depend on < openssl 3Sam James2022-12-131-2/+3
| | | | | | | Broken at runtime. Bug: https://bugs.gentoo.org/881701 Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: add github upstream metadataSam James2022-07-281-10/+13
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* mail-mta/opensmtpd: keyword 6.8.0_p2-r1 for ~riscvGeorgy Yakovlev2021-07-211-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* mail-mta/opensmtpd: stabilize 6.8.0_p2-r1 for ppc64Georgy Yakovlev2021-07-061-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* mail-mta/opensmtpd: add virtual/libcrypt dependencySam James2021-06-221-1/+2
| | | | | | | | Needed for upcoming libcrypt migration. Acked-by: David Seifert <soap@gentoo.org> Reported-by: Georgy Yakovlev <gyakovlev@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: fix collision on merged /usr systemsGeorgy Yakovlev2021-06-161-2/+4
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* mail-mta/opensmtpd: security cleanupThomas Deutschmann2021-05-252-74/+0
| | | | | | Bug: https://bugs.gentoo.org/761945 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-mta/opensmtpd: remove libressl supportMikle Kolyada2021-05-022-7/+5
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* mail-mta/opensmtpd: Stabilize 6.8.0_p2 x86, #761945Sam James2021-01-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: Stabilize 6.8.0_p2 amd64, #761945Sam James2020-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: version bump to 6.8.0p2Jonathan Davies2020-12-262-0/+75
| | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: Stabilize 6.7.1_p1 amd64, #760570Sam James2020-12-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/opensmtpd: x86 stable (bug #760570)Thomas Deutschmann2020-12-221-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-mta/opensmtpd: conditionalize db on berkdb use flagJason A. Donenfeld2020-08-251-3/+4
| | | | | | Closes: https://bugs.gentoo.org/737454 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: bump to 6.7.1_p1Jason A. Donenfeld2020-05-232-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: bump to 6.7.0_p1Jason A. Donenfeld2020-05-232-9/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: remove ancient ~6.0.3_p1 versionJason A. Donenfeld2020-03-075-967/+0
| | | | | | Closes: https://bugs.gentoo.org/710754 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: apply security fixesJason A. Donenfeld2020-02-254-1/+33
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: keyword on ~ppc64Georgy Yakovlev2020-02-051-1/+1
| | | | | Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* mail-mta/opensmtpd: no more eautoreconfJason A. Donenfeld2020-02-052-2/+2
| | | | | | | This hasn't been used since the snapshot days. Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: fixups from qa reviewJason A. Donenfeld2020-02-052-50/+52
| | | | | Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: opensmtpd-extras package is goneJason A. Donenfeld2020-02-052-14/+0
| | | | | Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: port to GLEP 81Jason A. Donenfeld2020-02-052-18/+8
| | | | | Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: modernize optionsJason A. Donenfeld2020-02-051-6/+12
| | | | | Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: bump to 6.6.2Jason A. Donenfeld2020-02-052-0/+86
| | | | | Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: use relative symlinks for qaJason A. Donenfeld2020-02-051-5/+6
| | | | | Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: bump for security disasterJason A. Donenfeld2020-01-292-1/+93
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: remove old and never keyworded ebuildJason A. Donenfeld2020-01-292-84/+0
| | | | | | | | This is old, buggy, and we never got it working properly. Revisit this later for the 6.6 series. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: migrate to sys-libs/pamMikle Kolyada2019-10-132-3/+3
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* mail-mta/opensmtpd: port to openssl 1.1Jason A. Donenfeld2019-01-023-1/+770
| | | | | Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: bump ebuildsJason A. Donenfeld2018-10-307-332/+17
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-mta/opensmtpd: use HTTPSMichael Mair-Keimberger2018-05-183-6/+6
|
* mail-mta/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|