diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-08-16 08:05:39 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-17 19:57:32 +0100 |
| commit | 999b85baca119516e4fdb5a943aa4af198c01e86 (patch) | |
| tree | 5a8b2aabd2a1a1b8c91b54bdb471dbe7cf92eb9e /meta/recipes-extended/msmtp | |
| parent | d63de87dd63b37d56e967db1d0703fdef291f181 (diff) | |
| download | poky-999b85baca119516e4fdb5a943aa4af198c01e86.tar.gz | |
msmtp: upgrade 1.8.20 -> 1.8.22
Changelog:
==========
- The msmtpq script was updated.
- Added a new configuration command 'eval' to replace the current configuration
file line with the output of a command (similar to passwordeval, but more
general).
- Added a new configuration command 'set_msgid_header' with the default setting
'auto'. This adds a Message-ID header to the mail if none is present.
- msmtpd now adds a Received header
(From OE-Core rev: a2f0405a8140132fb374801bbabdbb016d269b15)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/msmtp')
| -rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.8.22.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.8.20.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.20.bb b/meta/recipes-extended/msmtp/msmtp_1.8.22.bb index da3f70a163..d56af7346b 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.8.20.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.8.22.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
| 11 | UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/" | 11 | UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/" |
| 12 | 12 | ||
| 13 | SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz" | 13 | SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz" |
| 14 | SRC_URI[sha256sum] = "d93ae2aafc0f48af7dc9d0b394df1bb800588b8b4e8d096d8b3cf225344eb111" | 14 | SRC_URI[sha256sum] = "1b04206286a5b82622335e4eb09e17074368b7288e53d134543cbbc6b79ea3e7" |
| 15 | 15 | ||
| 16 | inherit gettext autotools update-alternatives pkgconfig | 16 | inherit gettext autotools update-alternatives pkgconfig |
| 17 | 17 | ||
