* [OE-core] [PATCH] mc: upgrade 4.8.30 -> 4.8.31
@ 2024-02-01 5:37 wangmy
2024-02-01 22:55 ` Alexandre Belloni
0 siblings, 1 reply; 2+ messages in thread
From: wangmy @ 2024-02-01 5:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Core
* Minimal version of GLib is 2.32.0.
- VFS
* fish: drop support of native FISH server and protocol. Rename VFS to shell (#4232)
* extfs;
* uc1541 extfs: update up to 3.6 version (#4511)
* s3+: port to Python3 (#4324)
* Support for LZO/LZOP compression format (#4509)
- Misc
* Skins: add color for non-printable characters in editor (#4433)
- Fixes
* FTBFS on FreeBSD with ext2fs attribute support (#4493)
* Broken stickchars (-a) mode (#4498)
* Wrong timestamp after resuming of file copy operation (#4499)
* Editor: wrong deletion of marked column (#3761)
* Diff viewer: segfault when display of line numbers is enabled (#4500)
* Tar VFS: broken handling of hard links (#4494)
* Sftp VFS: failure establishing SSH session due hashed host names in ~/.ssh/known_hosts (#4506)
* Shell VFS: incorrect file names with cyrillic or diacritic symbols (#4507)
* mc.ext.ini: incorrect description of of how multiple sections and keys with same names are processed (#4497)
* mc.ext.ini: unescaped backslash \ is treated as invalid escape sequence in glib-2.77.3 and glib-2.79 (#4502)
* mc.ext.ini: file "Makefile.zip" is handled as Makefile not as zip-arhive (#4419)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-extended/mc/{mc_4.8.30.bb => mc_4.8.31.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/mc/{mc_4.8.30.bb => mc_4.8.31.bb} (97%)
diff --git a/meta/recipes-extended/mc/mc_4.8.30.bb b/meta/recipes-extended/mc/mc_4.8.31.bb
similarity index 97%
rename from meta/recipes-extended/mc/mc_4.8.30.bb
rename to meta/recipes-extended/mc/mc_4.8.31.bb
index 258ac38e15..b6e5a1f98c 100644
--- a/meta/recipes-extended/mc/mc_4.8.30.bb
+++ b/meta/recipes-extended/mc/mc_4.8.31.bb
@@ -11,7 +11,7 @@ RRECOMMENDS:${PN} = "ncurses-terminfo"
SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
file://nomandate.patch \
"
-SRC_URI[sha256sum] = "38171f22f889e3030ec9055463d3ecd7843984ab24e6497d8294d1c441a7ddb4"
+SRC_URI[sha256sum] = "f42f4114ed42f6cf9995f1d896fa6c797ccb36dac57760dda8dd9f78ac462841"
inherit autotools gettext pkgconfig
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [OE-core] [PATCH] mc: upgrade 4.8.30 -> 4.8.31
2024-02-01 5:37 [OE-core] [PATCH] mc: upgrade 4.8.30 -> 4.8.31 wangmy
@ 2024-02-01 22:55 ` Alexandre Belloni
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2024-02-01 22:55 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
On 01/02/2024 13:37:41+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> - Core
> * Minimal version of GLib is 2.32.0.
>
> - VFS
> * fish: drop support of native FISH server and protocol. Rename VFS to shell (#4232)
Error:
Problem: package packagegroup-self-hosted-1.0-r0.core2_64 from oe-repo requires packagegroup-self-hosted-host-tools, but none of the providers can be installed
- conflicting requests
- nothing provides mc-fish needed by packagegroup-self-hosted-host-tools-1.0-r0.core2_64 from oe-repo
(try to add '--skip-broken' to skip uninstallable packages)
> * extfs;
> * uc1541 extfs: update up to 3.6 version (#4511)
> * s3+: port to Python3 (#4324)
> * Support for LZO/LZOP compression format (#4509)
>
> - Misc
> * Skins: add color for non-printable characters in editor (#4433)
>
> - Fixes
> * FTBFS on FreeBSD with ext2fs attribute support (#4493)
> * Broken stickchars (-a) mode (#4498)
> * Wrong timestamp after resuming of file copy operation (#4499)
> * Editor: wrong deletion of marked column (#3761)
> * Diff viewer: segfault when display of line numbers is enabled (#4500)
> * Tar VFS: broken handling of hard links (#4494)
> * Sftp VFS: failure establishing SSH session due hashed host names in ~/.ssh/known_hosts (#4506)
> * Shell VFS: incorrect file names with cyrillic or diacritic symbols (#4507)
> * mc.ext.ini: incorrect description of of how multiple sections and keys with same names are processed (#4497)
> * mc.ext.ini: unescaped backslash \ is treated as invalid escape sequence in glib-2.77.3 and glib-2.79 (#4502)
> * mc.ext.ini: file "Makefile.zip" is handled as Makefile not as zip-arhive (#4419)
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-extended/mc/{mc_4.8.30.bb => mc_4.8.31.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-extended/mc/{mc_4.8.30.bb => mc_4.8.31.bb} (97%)
>
> diff --git a/meta/recipes-extended/mc/mc_4.8.30.bb b/meta/recipes-extended/mc/mc_4.8.31.bb
> similarity index 97%
> rename from meta/recipes-extended/mc/mc_4.8.30.bb
> rename to meta/recipes-extended/mc/mc_4.8.31.bb
> index 258ac38e15..b6e5a1f98c 100644
> --- a/meta/recipes-extended/mc/mc_4.8.30.bb
> +++ b/meta/recipes-extended/mc/mc_4.8.31.bb
> @@ -11,7 +11,7 @@ RRECOMMENDS:${PN} = "ncurses-terminfo"
> SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
> file://nomandate.patch \
> "
> -SRC_URI[sha256sum] = "38171f22f889e3030ec9055463d3ecd7843984ab24e6497d8294d1c441a7ddb4"
> +SRC_URI[sha256sum] = "f42f4114ed42f6cf9995f1d896fa6c797ccb36dac57760dda8dd9f78ac462841"
>
> inherit autotools gettext pkgconfig
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#194571): https://lists.openembedded.org/g/openembedded-core/message/194571
> Mute This Topic: https://lists.openembedded.org/mt/104091623/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-01 22:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01 5:37 [OE-core] [PATCH] mc: upgrade 4.8.30 -> 4.8.31 wangmy
2024-02-01 22:55 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox