Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9E9CD1A923B for ; Sun, 24 Jan 2021 16:45:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D19D18518E; Sun, 24 Jan 2021 16:45:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19BDE85104 for ; Sun, 24 Jan 2021 16:45:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Tx5y6FBRFld0 for ; Sun, 24 Jan 2021 16:45:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3A29A84D47 for ; Sun, 24 Jan 2021 16:45:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2DA2AFA9D; Sun, 24 Jan 2021 16:45:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611506704276060" MIME-Version: 1.0 Date: Sun, 24 Jan 2021 16:45:04 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/sysutils/mc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210124164504.2DA2AFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611506704276060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jan 24 16:45:04 UTC 2021 Modified Files: pkgsrc/sysutils/mc: Makefile PLIST distinfo Log Message: mc: Update to 4.8.26 Version 4.8.26 - Core * Support file names of any length (#4145) * Implement persistent command line buffer for subshell (bash >= 4, zsh and fish are supported) (#4114, #4124, #4126) * Implement shadows of dialog windows and menus (#4102) * Allow running clipboard commands if DISPLAY is not set (#4133) * Add support of "alacritty", "tmux", and "tmux-256color" terminals (#4149) - VFS * Support wim archive format (using wimtools (https://wimlib.net/)) (#4100) * Support pak archive format (using unar (https://theunarchiver.com/)) (#4130) - Editor * Add Swift syntax highlighting (MidnightCommander/mc#159) - Misc * Code cleanup (#4103, #4127, #4131) * ext.d/sound.sh: replace xmms with audacious (part of #4127) * mc.ext: improve handling of compressed content (#4128, #2117) * mc.ext: add support for OpenDocument flax xml formats: fodt, fods, fodp, fodg (#4157) * Filehighlight fodg, fodp, fods, fodt, odg files as documents * modarcon16 skin: make consistent with whitespaces (#4158) - Fixes * 0000 permissions are not preserved on copy/move file (#4155) * Chattr dialog doesn't work with mouse (#4104) * Wrong copy ETA displaying if "Follow links" option is set (#4101) * C-i ("change panel" shortcut) has no effect (#4107) * C-l ("refresh screen") and A-` ("switch screens") shortcuts have no effect (#4142, #4153) * Cancel of history or completion window marks input lines as modified (#4152) * Unexpected subshell execution at panel switch (#2110) * Lock up after pressing Tab in subshell (#2269) * tcsh: error: "The Commander can't change to the directory" (#4120) * vfs: extfs: cannot handle files with name started with dash or space (#4077) * vfs: hang on accessing files within a nested VFS for first 60 seconds (#4147) * vfs: lose content of the current directory on a mounted CIFS share (on Linux >= 5.1) (#3987) To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/sysutils/mc/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/mc/PLIST cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/mc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611506704276060 Content-Disposition: inline Content-Length: 4356 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/mc/Makefile diff -u pkgsrc/sysutils/mc/Makefile:1.120 pkgsrc/sysutils/mc/Makefile:1.121 --- pkgsrc/sysutils/mc/Makefile:1.120 Mon Aug 31 18:11:29 2020 +++ pkgsrc/sysutils/mc/Makefile Sun Jan 24 16:45:03 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.120 2020/08/31 18:11:29 wiz Exp $ +# $NetBSD: Makefile,v 1.121 2021/01/24 16:45:03 nia Exp $ -DISTNAME= mc-4.8.25 -PKGREVISION= 1 +DISTNAME= mc-4.8.26 CATEGORIES= sysutils -MASTER_SITES= https://ftp.midnight-commander.org/ +# Supports HTTPS, but cert is invalid... +MASTER_SITES= http://ftp.midnight-commander.org/ EXTRACT_SUFX= .tar.xz MAINTAINER= cheusov@NetBSD.org Index: pkgsrc/sysutils/mc/PLIST diff -u pkgsrc/sysutils/mc/PLIST:1.20 pkgsrc/sysutils/mc/PLIST:1.21 --- pkgsrc/sysutils/mc/PLIST:1.20 Sun Jul 26 23:34:08 2020 +++ pkgsrc/sysutils/mc/PLIST Sun Jan 24 16:45:03 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2020/07/26 23:34:08 nia Exp $ +@comment $NetBSD: PLIST,v 1.21 2021/01/24 16:45:03 nia Exp $ bin/mc bin/mcdiff bin/mcedit @@ -45,7 +45,9 @@ libexec/mc/extfs.d/ucab libexec/mc/extfs.d/uha libexec/mc/extfs.d/ulha libexec/mc/extfs.d/ulib +libexec/mc/extfs.d/unar libexec/mc/extfs.d/urar +libexec/mc/extfs.d/uwim libexec/mc/extfs.d/uzip libexec/mc/extfs.d/uzoo libexec/mc/fish/README.fish @@ -152,12 +154,8 @@ share/mc/help/mc.hlp.pl share/mc/help/mc.hlp.ru share/mc/help/mc.hlp.sr share/mc/hints/mc.hint -share/mc/hints/mc.hint.af -share/mc/hints/mc.hint.ar -share/mc/hints/mc.hint.az share/mc/hints/mc.hint.be share/mc/hints/mc.hint.bg -share/mc/hints/mc.hint.br share/mc/hints/mc.hint.ca share/mc/hints/mc.hint.cs share/mc/hints/mc.hint.da @@ -170,21 +168,15 @@ share/mc/hints/mc.hint.es share/mc/hints/mc.hint.et share/mc/hints/mc.hint.eu share/mc/hints/mc.hint.fa -share/mc/hints/mc.hint.fi share/mc/hints/mc.hint.fr share/mc/hints/mc.hint.fr_CA share/mc/hints/mc.hint.ga share/mc/hints/mc.hint.gl -share/mc/hints/mc.hint.he -share/mc/hints/mc.hint.hr share/mc/hints/mc.hint.hu -share/mc/hints/mc.hint.ia share/mc/hints/mc.hint.id share/mc/hints/mc.hint.it share/mc/hints/mc.hint.it_IT share/mc/hints/mc.hint.ja -share/mc/hints/mc.hint.ka -share/mc/hints/mc.hint.kk share/mc/hints/mc.hint.ko share/mc/hints/mc.hint.lt share/mc/hints/mc.hint.nb @@ -195,17 +187,14 @@ share/mc/hints/mc.hint.pt_BR share/mc/hints/mc.hint.ro share/mc/hints/mc.hint.ru share/mc/hints/mc.hint.sk -share/mc/hints/mc.hint.sl share/mc/hints/mc.hint.sr share/mc/hints/mc.hint.sv share/mc/hints/mc.hint.sv_SE -share/mc/hints/mc.hint.szl -share/mc/hints/mc.hint.te share/mc/hints/mc.hint.tr share/mc/hints/mc.hint.uk -share/mc/hints/mc.hint.uz share/mc/hints/mc.hint.zh share/mc/hints/mc.hint.zh_CN +share/mc/hints/mc.hint.zh_TW share/mc/mc.charsets share/mc/mc.lib share/mc/skins/dark.ini @@ -315,6 +304,7 @@ share/mc/syntax/smalltalk.syntax share/mc/syntax/spec.syntax share/mc/syntax/sql.syntax share/mc/syntax/strace.syntax +share/mc/syntax/swift.syntax share/mc/syntax/swig.syntax share/mc/syntax/syntax.syntax share/mc/syntax/tcl.syntax Index: pkgsrc/sysutils/mc/distinfo diff -u pkgsrc/sysutils/mc/distinfo:1.38 pkgsrc/sysutils/mc/distinfo:1.39 --- pkgsrc/sysutils/mc/distinfo:1.38 Sun Jul 26 23:34:08 2020 +++ pkgsrc/sysutils/mc/distinfo Sun Jan 24 16:45:03 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.38 2020/07/26 23:34:08 nia Exp $ +$NetBSD: distinfo,v 1.39 2021/01/24 16:45:03 nia Exp $ -SHA1 (mc-4.8.25.tar.xz) = 4082ae830f09e919112aa3fc1d7e5333921a6a33 -RMD160 (mc-4.8.25.tar.xz) = 75b6ef84a6e45f86eaf1469a4b3a8de4cd6713e0 -SHA512 (mc-4.8.25.tar.xz) = 51913fd41df18b49498b97ad8e13aa4365cec24ab24169b1abe93209263e4cfea4b52e0faccaf934182c84e8eb5dc49336c885358b4b66c48d38900f890fde5e -Size (mc-4.8.25.tar.xz) = 2488324 bytes +SHA1 (mc-4.8.26.tar.xz) = 68118a78ef1c49d3d583df2a056e2d6523a9000b +RMD160 (mc-4.8.26.tar.xz) = 5a5eea55bd90fb8f2687062e00ef040233bb9679 +SHA512 (mc-4.8.26.tar.xz) = f2f06915b775ecc94016fe5d5db9301e953cc89ee0708e79ee96e14a9f53142a467b27061ca57f65b40310fa86d4d13e2f2a29a601f8fefa6216fb10f73007be +Size (mc-4.8.26.tar.xz) = 2492612 bytes SHA1 (patch-contrib_Makefile.in) = 0b9ad555c2f702cba12b6b5e5f0ae07c16499903 SHA1 (patch-misc_Makefile.in) = b17cdebdcd0adae91a6cff3f25939cebeb1e964f SHA1 (patch-src_subshell_common.c) = b6d390da68aa0028d21683b1959340e51f67efd6 --_----------=_1611506704276060--