summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/s-nail
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-14 10:33:44 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-14 19:42:10 -0700
commit2cbfe9ffcf72a0ae9f4b1912e1f9e03b5dac8069 (patch)
treeb755ad73cdb0278b01caa290ca61b08a07b45408 /meta-oe/recipes-extended/s-nail
parent85c39388c30b045df492b31c74a3b68aeffcdc93 (diff)
downloadmeta-openembedded-2cbfe9ffcf72a0ae9f4b1912e1f9e03b5dac8069.tar.gz
s-nail: upgrade 14.9.23 -> 14.9.24
Changelog: ========= - Release tarball might be in --format=pax. - Again honour MTA arguments passed after the "--" command line "option" in non-send-only mode (broken since at least v14.9.12). - support Microsoft IMAP servers. - Fix crash due to crafted emails. - Fix *expandargv*#419=restrict (broken since v14.9.0). - Fix a bug from nail 10.08 as of 2004-06-28 that leads to crashes when some file cannot be loaded. And while here fix one file-close overshoot of mine in since v14.9.16, that would cause panics in debug-enabled code. - deal with argc==0 aka CVE-2021-4034. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/s-nail')
-rw-r--r--meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb (renamed from meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
index 4dbb99b3d..bc514b577 100644
--- a/meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb
+++ b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=87266591c81260f10221f1f38872d023"
7 7
8SRC_URI = "https://ftp.sdaoden.eu/${BP}.tar.xz \ 8SRC_URI = "https://ftp.sdaoden.eu/${BP}.tar.xz \
9 file://make-errors.patch" 9 file://make-errors.patch"
10SRC_URI[sha256sum] = "2c717b22f4cd8719b82b6618640da6031382d2bf8eb51283bca2c6266957bca8" 10SRC_URI[sha256sum] = "2714d6b8fb2af3b363fc7c79b76d058753716345d1b6ebcd8870ecd0e4f7ef8c"
11 11
12DEPENDS = "coreutils-native" 12DEPENDS = "coreutils-native"
13 13