diff mbox series

mc: upgrade 4.8.30 -> 4.8.31

Message ID 1706765861-12895-1-git-send-email-wangmy@fujitsu.com
State Changes Requested
Headers show
Series mc: upgrade 4.8.30 -> 4.8.31 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 1, 2024, 5:37 a.m. UTC
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%)

Comments

Alexandre Belloni Feb. 1, 2024, 10:55 p.m. UTC | #1
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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