diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2025-04-26 13:56:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-26 10:31:27 -0700 |
commit | a3ef0f5c507a8830c8ebb96fcc7336d252d0381f (patch) | |
tree | 44574ba83cf3045cbfe9215f32d23e496ec52425 | |
parent | 9c6c2d06e8c88013bb0fb0cf9b1d5fc5ce71878d (diff) | |
download | meta-openembedded-a3ef0f5c507a8830c8ebb96fcc7336d252d0381f.tar.gz |
fetchmail: upgrade to 6.5.2 to fix build with gcc-15
* fixes:
http://errors.yoctoproject.org/Errors/Details/852999/
../fetchmail-6.4.38/xmalloc.c:35:1: error: conflicting types for 'xrealloc'; have 'char *(char *, size_t)' {aka 'char *(char *, long unsigned int)'}
35 | xrealloc (XMALLOCTYPE *p, size_t n)
| ^~~~~~~~
In file included from ../fetchmail-6.4.38/xmalloc.c:9:
../fetchmail-6.4.38/xmalloc.h:28:14: note: previous declaration of 'xrealloc' with type 'char *(void *, size_t)' {aka 'char *(void *, long unsigned int)'}
28 | XMALLOCTYPE *xrealloc(/*@null@*/ void *, size_t n);
| ^~~~~~~~
COPYING was updated (copyright years update and openssl note was dropped) in:
https://sourceforge.net/p/fetchmail/git/ci/62a11ca4064e5b59e57ca7a8fce08c82af259731/
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb (renamed from meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb index cc23d5a34e..c1def016e9 100644 --- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb +++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb | |||
@@ -6,13 +6,13 @@ connections). It supports every remote-mail protocol now in use on the Internet: | |||
6 | RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC." | 6 | RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC." |
7 | SECTION = "mail" | 7 | SECTION = "mail" |
8 | LICENSE = "GPL-2.0-only & MIT" | 8 | LICENSE = "GPL-2.0-only & MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ee6b9f41d9324434dd11bd8a38f1b044" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=46d2874dd6a0c8961d80c805f106a35f" |
10 | 10 | ||
11 | DEPENDS = "openssl" | 11 | DEPENDS = "openssl" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "a6cb4ea863ac61d242ffb2db564a39123761578d3e40d71ce7b6f2905be609d9" | 15 | SRC_URI[sha256sum] = "8fd0477408620ae382c1d0ef83d8946a95e5be0c2e582dd4ebe55cba513a45fe" |
16 | 16 | ||
17 | inherit autotools gettext pkgconfig python3-dir python3native | 17 | inherit autotools gettext pkgconfig python3-dir python3native |
18 | 18 | ||