diff options
Diffstat (limited to 'mail-mta/ssmtp')
-rw-r--r-- | mail-mta/ssmtp/Manifest | 1 | ||||
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.64-r5.ebuild | 130 |
2 files changed, 0 insertions, 131 deletions
diff --git a/mail-mta/ssmtp/Manifest b/mail-mta/ssmtp/Manifest index 28e7fcfe3a18..73972df12638 100644 --- a/mail-mta/ssmtp/Manifest +++ b/mail-mta/ssmtp/Manifest @@ -2,6 +2,5 @@ AUX ssmtp-2.64_p11-gcc14.patch 1430 BLAKE2B 7793aeccfaf2317429034513dc40ec2e3599 DIST ssmtp-2.64-patches-4.tar.xz 6928 BLAKE2B 6f1d9a823273298abc58025c94cb288e1e296031580f63ed489a9d2559cd8846761e78c6fdfc1a385e645f990bc739ce3cf3ad0d1c1a3006dd3bd60e4a38c4f4 SHA512 6fa57c0bc5ad363e21bf69fb60f1cbb87ad1ead393a53ab5bd25b709303c321a29ed37ce7fe95b94dae748703bba3b0631fc2a95e40957c5241b5d9f42bc0c4a DIST ssmtp_2.64-11.debian.tar.xz 36500 BLAKE2B 237ab0fcae9b4b67f5bb08194a480b44d523298b72f3b3e1d780571f2ef5dacccda81047538ba7a5c59cb24802843eeb5ca073742f13f3d00757b810eef9514e SHA512 925c9fc05f90516f1e89763689f32c6b4d5713822758d627a7a8eade612ded45fa4bc481b242c64b4d397564d98b1443a938d7bfa3507638a8df29f54cd1a05c DIST ssmtp_2.64.orig.tar.bz2 52501 BLAKE2B be158f8d969f98e1a7105bf4b741da960efa2a1c4a941426d6b6ec0677df13a2272fc71a93d2c44fe65c7d0a30e9acc4ec8259ed298b746c8d9ceefd64f95336 SHA512 911752e744420adf58552b9cf3a6e558d8b39103e5ad33a9ed4429b9a3a2091f7674aac11fe9bbd66747a61cdabe6bd638b80efcaadc86b057c12e2e235cca72 -EBUILD ssmtp-2.64-r5.ebuild 3459 BLAKE2B 53a487e2244940bef1667f54993e316208383edd8900fe03010592b680ce4f17d9a84e37933ff8c29d2e8d096cb8ae1c2bcc6b5e80e9fcea28e672928878dec3 SHA512 7b96a8966e4d0999f3737c8065353d6ae6a89d59d38c68e29d11bba2a8e1b18b39efde3a5b80eacbc72506a41abb9c180e195b0d99b12a507be27f6757af0790 EBUILD ssmtp-2.64_p11-r1.ebuild 3630 BLAKE2B 723844ad85a3cd0c291da9ffe7dbd8ae6e585173b7fdb9affa1946516a2ef04ec92dcca6149fadd1572b67f12d9e9dbff157d600a3fcfdf7c27ba3b4169f6ef5 SHA512 0405fc003dc7243f8befdeab01837baad43377a57a9c854c1446083e5dc24d56b5e1001fe1b14f2f353d197c3e2164d27c79d7d0bfa0ef5987392d55a7b89ed7 MISC metadata.xml 260 BLAKE2B f96b11c227920f879747b300fc6477b855b8e8be2124d6ef0e92dc736dc26c4dc76e771566ffeeda9040796048e87a56982650dbbdec58b16bb585a251222f53 SHA512 9048e40f4fe34b95b6e528d34d2911f4dbd772d055d29bf1b8ecf6b7a4e0862e2f8f2cada011be9be7eb0e691d57380ec063023016856d4faae009e741991054 diff --git a/mail-mta/ssmtp/ssmtp-2.64-r5.ebuild b/mail-mta/ssmtp/ssmtp-2.64-r5.ebuild deleted file mode 100644 index dd4bb4a05e8c..000000000000 --- a/mail-mta/ssmtp/ssmtp-2.64-r5.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PATCHSET=4 -WANT_AUTOMAKE=none - -inherit autotools - -DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub" -HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/" -SRC_URI=" - mirror://debian/pool/main/s/ssmtp/${P/-/_}.orig.tar.bz2 - https://dev.gentoo.org/~pinkbyte/distfiles/patches/${P}-patches-${PATCHSET}.tar.xz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="ipv6 +ssl gnutls +mta" - -DEPEND=" - !prefix? ( acct-group/ssmtp ) - ssl? ( - gnutls? ( net-libs/gnutls[openssl] ) - !gnutls? ( - dev-libs/openssl:0= - ) - ) -" -RDEPEND=" - ${DEPEND} - net-mail/mailbase - mta? ( - !mail-mta/courier - !mail-mta/esmtp - !mail-mta/exim - !mail-mta/mini-qmail - !mail-mta/msmtp[mta] - !mail-mta/netqmail - !mail-mta/nullmailer - !mail-mta/postfix - !mail-mta/qmail-ldap - !mail-mta/sendmail - !mail-mta/opensmtpd - ) -" - -REQUIRED_USE="gnutls? ( ssl )" - -src_prepare() { - default - - eapply "${WORKDIR}"/patches/0010_all_maxsysuid.patch - eapply "${WORKDIR}"/patches/0020_all_from-format-fix.patch - eapply "${WORKDIR}"/patches/0030_all_authpass.patch - eapply "${WORKDIR}"/patches/0040_all_darwin7.patch - eapply "${WORKDIR}"/patches/0050_all_strndup.patch - eapply "${WORKDIR}"/patches/0060_all_opessl_crypto.patch - eapply "${WORKDIR}"/patches/0070_all_solaris-basename.patch - eapply "${WORKDIR}"/patches/0080_all_gnutls.patch - eapply "${WORKDIR}"/patches/0090_all_debian-remote-addr.patch - eapply "${WORKDIR}"/patches/0100_all_ldflags.patch - eapply "${WORKDIR}"/patches/0110_all_stdint.patch - eapply "${WORKDIR}"/patches/0120_all_aliases.patch - eapply -p0 "${WORKDIR}"/patches/0130_all_garbage-writes.patch - - # let's start by not using configure.in anymore as future autoconf - # versions will not support it. - mv configure.in configure.ac || die - - eautoconf -} - -src_configure() { - local myeconfargs=( - --sysconfdir="${EPREFIX}"/etc/ssmtp - $(use_enable ssl) $(use_with gnutls) - $(use_enable ipv6 inet6) - --enable-md5auth - ) - - econf "${myeconfargs[@]}" -} - -src_compile() { - emake etcdir="${EPREFIX}"/etc -} - -src_install() { - dosbin ssmtp - - doman ssmtp.8 ssmtp.conf.5 - dodoc ChangeLog CHANGELOG_OLD INSTALL README TLS - newdoc ssmtp.lsm DESC - - insinto /etc/ssmtp - doins ssmtp.conf revaliases - - local conffile="${ED}/etc/ssmtp/ssmtp.conf" - - # Sorry about the weird indentation, I couldn't figure out a cleverer way - # to do this without having horribly >80 char lines. - sed -i -e "s:^hostname=:\n# Gentoo bug #47562\\ - # Commenting the following line will force ssmtp to figure\\ - # out the hostname itself.\n\\ - # hostname=:" \ - "${conffile}" || die "sed failed" - - # Comment rewriteDomain (bug #243364) - sed -i -e "s:^rewriteDomain=:#rewriteDomain=:" "${conffile}" - - # Set restrictive perms on ssmtp.conf as per #187841, #239197 - # Protect the ssmtp configfile from being readable by regular users as it - # may contain login/password data to auth against a the mailhub used. - if ! use prefix; then - fowners root:ssmtp /etc/ssmtp/ssmtp.conf - fperms 640 /etc/ssmtp/ssmtp.conf - fowners root:ssmtp /usr/sbin/ssmtp - fperms 2711 /usr/sbin/ssmtp - fi - - if use mta; then - dosym ../sbin/ssmtp /usr/lib/sendmail - dosym ssmtp /usr/sbin/sendmail - dosym ../sbin/ssmtp /usr/bin/mailq - dosym ../sbin/ssmtp /usr/bin/newaliases - fi -} |