From bacaee8a0aa43b92d92cc0d352c50beaf4f2406d Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:57:07 +0000 Subject: [PATCH] msmtp/1.8.23 package update --- msmtp.yaml | 110 ++++++++++++++++++++++++++++------------------------- 1 file changed, 59 insertions(+), 51 deletions(-) diff --git a/msmtp.yaml b/msmtp.yaml index 7cbae8f87b7..7fee31ca9b9 100644 --- a/msmtp.yaml +++ b/msmtp.yaml @@ -1,59 +1,67 @@ package: - name: msmtp - version: 1.8.22 - epoch: 0 - description: msmtp is an SMTP client with a sendmail interface - copyright: - - attestation: | - Copyright (C) 2018, 2019, 2020, 2021, 2022 - Martin Lambers - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - license: GPL-3.0-or-later + name: msmtp + version: 1.8.23 + epoch: 0 + description: msmtp is an SMTP client with a sendmail interface + copyright: + - attestation: | + Copyright (C) 2018, 2019, 2020, 2021, 2022 + Martin Lambers + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + license: GPL-3.0-or-later + environment: - contents: - packages: - - busybox - - ca-certificates-bundle - - build-base - - automake - - autoconf - - cmake - # - gnutls-dev # TODO - - gettext-dev + contents: + packages: + - busybox + - ca-certificates-bundle + - build-base + - automake + - autoconf + - cmake + # - gnutls-dev # TODO + - gettext-dev pipeline: - - uses: fetch - with: - expected-sha256: 1b04206286a5b82622335e4eb09e17074368b7288e53d134543cbbc6b79ea3e7 - uri: https://marlam.de/msmtp/releases/msmtp-${{package.version}}.tar.xz - - uses: autoconf/configure - - uses: autoconf/make - - uses: autoconf/make-install - - uses: strip - - runs: | - mkdir -p ${{targets.destdir}}/etc/conf.d - echo '# defaut config' > ${{targets.destdir}}/etc/conf.d/msmtp.confd - echo '#MSMTP_INTERFACE="127.0.0.1"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd - echo '#MSMTP_PORT="25"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd - echo '#MSMTP_COMMAND="/usr/bin/msmtp -f %F"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd + - uses: fetch + with: + expected-sha256: cf04c16b099b3d414db4b5b93fc5ed9d46aad564c81a352aa107a33964c356b8 + uri: https://marlam.de/msmtp/releases/msmtp-${{package.version}}.tar.xz + + - uses: autoconf/configure + + - uses: autoconf/make + + - uses: autoconf/make-install + + - uses: strip + + - runs: | + mkdir -p ${{targets.destdir}}/etc/conf.d + echo '# defaut config' > ${{targets.destdir}}/etc/conf.d/msmtp.confd + echo '#MSMTP_INTERFACE="127.0.0.1"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd + echo '#MSMTP_PORT="25"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd + echo '#MSMTP_COMMAND="/usr/bin/msmtp -f %F"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd + subpackages: - - name: msmtp-doc - pipeline: - - uses: split/manpages - description: msmtp manpages + - name: msmtp-doc + pipeline: + - uses: split/manpages + description: msmtp manpages + update: enabled: true release-monitor: - identifier: 2024 \ No newline at end of file + identifier: 2024