Skip to content

Commit 9792a5e

Browse files
author
wiz
committed
Update mc to 4.8.16
Version 4.8.16 - Core * Support for ash + bugfixes for bash, fish (#2742) * Find file: empty file name matches any file name (#3593) * Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594) * Listbox: don't wraparound on mouse scroll (#3554) * Internals: * Listbox: various fixups (#3569: #3562, #3563, #3565, #3161) * Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566) - VFS * Support lzip compression format (#2673, #1541) * Support lz4 compression format (#3523) * patchfs: support xz compression (#3443) * Update uc1541 version (#3527) * Add mc.ext patterns for initramfs / initrd (#3115) - Editor * Add golang syntax (MidnightCommander/mc#84) * Update Puppet syntax (MidnightCommander/mc#86) - Misc * Code cleanup (#3555, #3547, #3587) * Better subshell documentation (#3556) * Fixes to the English man pages by Denys Vlasenko - Fixes * Insufficient quoting in `mc.menu` (#2947) * Broken ./configure --without-internal-edit (#3601) * Memory leaks (#3547, #3561, #3567, #3572) * No preallocation if appending during file copy (#3577) * Cannot set mini-format for "brief" listing type (#3588) * Info panel: incorrect inode information in some cases (#3214) * Info panel: wrong device name with symbolic link (#3412) * Info panel: buffer overflow (#3582) * Regression: match filename, not full path in mc.ext (#3578) * Broken case insensitive search in non-unicode locale (#3491) * Error message prefixed with no sense "0:" (#3269) * mcedit: buffer overflow (#3579) * mcedit: "Lower case selection" command in User Menu (#3586) * mcedit: close on ctrl-g (#3557) * mcview: "Not found" result isn't reported in some cases (#3543) * VFS: isofs doesn't show .dotfiles (#3537) * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851) * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433) * VFS: SFTP: various bugs (#3581) * VFS: FISH: provide major/minor info for block/char devices (#3599) * Bashism in gitfs+ extfs helper (#3379) * Non-portable invocation of man (#3509) * mc-wrapper leaves MC_USER set (#3550) * Broken silent opening of files in background (#3574) * Run `identify` on JPEGs even if `exif` is not installed (#3568)
1 parent 6e907ce commit 9792a5e

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

sysutils/mc/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.101 2015/11/17 11:58:32 wiz Exp $
1+
# $NetBSD: Makefile,v 1.102 2016/04/13 18:34:27 wiz Exp $
22

3-
DISTNAME= mc-4.8.15
3+
DISTNAME= mc-4.8.16
44
CATEGORIES= sysutils
55
MASTER_SITES= http://www.midnight-commander.org/downloads/
66
EXTRACT_SUFX= .tar.bz2
@@ -48,7 +48,6 @@ CONFFILES+= mc.emacs.keymap
4848
CONFFILES+= mc.ext
4949
CONFFILES+= mc.keymap
5050
CONFFILES+= mc.menu
51-
CONFFILES+= mc.menu.sr
5251
CONFFILES+= mcedit.menu
5352
CONFFILES+= sfs.ini
5453

sysutils/mc/PLIST

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.11 2015/11/17 11:58:32 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.12 2016/04/13 18:34:27 wiz Exp $
22
bin/mc
33
bin/mcdiff
44
bin/mcedit
@@ -84,7 +84,6 @@ share/examples/mc/mc.emacs.keymap
8484
share/examples/mc/mc.ext
8585
share/examples/mc/mc.keymap
8686
share/examples/mc/mc.menu
87-
share/examples/mc/mc.menu.sr
8887
share/examples/mc/mcedit.menu
8988
share/examples/mc/sfs.ini
9089
share/locale/az/LC_MESSAGES/mc.mo
@@ -252,6 +251,7 @@ share/mc/syntax/erlang.syntax
252251
share/mc/syntax/f90.syntax
253252
share/mc/syntax/filehighlight.syntax
254253
share/mc/syntax/fortran.syntax
254+
share/mc/syntax/go.syntax
255255
share/mc/syntax/haskell.syntax
256256
share/mc/syntax/html.syntax
257257
share/mc/syntax/idl.syntax

sysutils/mc/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
$NetBSD: distinfo,v 1.25 2015/11/17 11:58:32 wiz Exp $
1+
$NetBSD: distinfo,v 1.26 2016/04/13 18:34:27 wiz Exp $
22

3-
SHA1 (mc-4.8.15.tar.bz2) = 896e703c394702c6cbadbd343c27174b7c55fefd
4-
RMD160 (mc-4.8.15.tar.bz2) = d89d15ae1a87053eed9718a3f2b829509589ae9c
5-
SHA512 (mc-4.8.15.tar.bz2) = d5eb35d5ca25cb5b19d512adc15f11d23035b59c68977a08bdacadc39a3d49cc9c9fe659fd4ca0bb17f8ab7e0b71574cbaac9dbc1935f64f0534a28d60eaffe1
6-
Size (mc-4.8.15.tar.bz2) = 3223744 bytes
3+
SHA1 (mc-4.8.16.tar.bz2) = 301b8d3c3e44732a3fdc52f7a4603bc432a797cc
4+
RMD160 (mc-4.8.16.tar.bz2) = e5e580827a7a8ae00cb444c7cf33ee03e412d336
5+
SHA512 (mc-4.8.16.tar.bz2) = 32de3dea1a267b0d00161c74637c891dbb727386a42a27162be9907b6cef5e68d941a3efa47520d955cd6ea5bb20b3d4b9d098b2893cb378580ac30c42cf45ba
6+
Size (mc-4.8.16.tar.bz2) = 3173980 bytes
77
SHA1 (patch-ac) = d01357b685acd8e863510248ed7519ae2821757f
88
SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95
99
SHA1 (patch-src_vfs_extfs_helpers_Makefile.in) = c5d4735ce9548714731fdb1227e1acac78f11332

0 commit comments

Comments
 (0)