Commit Graph

37 Commits

Author SHA1 Message Date
krant 607e681d8d mc: update to 4.8.31
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-13 14:01:48 -07:00
Oskari Rauta dc55b0e941 mc: depend on libe2p
Now that libe2p is separated from e2fsprogs;
midnight commander needs it added to depends.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-02-27 08:03:57 +01:00
Dirk Brenken 8b9030ecf4 mc: bump to release 4.8.30
* News: http://midnight-commander.org/wiki/NEWS-4.8.30
* refresh patches
* remove obsolete / adapt changed options

Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-11-26 11:39:09 +01:00
Michal Vasilek 1285053058 mc: fix mksh subshell
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-02-02 07:15:11 -08:00
Michal Vasilek 312caff03b
mc: add a missing Syntax file
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-20 10:06:42 +02:00
Michal Vasilek c2b68710e1
mc: update to 4.8.27, split -skins
* fixes CVE-2021-36370
* add a new subpackage mc-skins
* drop 030-fix-cchat_t.patch, fixed upstream
* refresh patches

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-18 11:47:29 +02:00
Dirk Brenken 58a634aa6e
mc: remove maintainer
Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-03-01 17:16:30 +01:00
Rosen Penev 25217547b3 mc: update to 4.8.26
Refreshed patches and added one from alpine linux to fix musl
compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 23:41:39 -08:00
Dirk Brenken eb0c3b534a
mc: update to 4.8.25
* refreshed patches
* release news: http://midnight-commander.org/wiki/NEWS-4.8.25

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-07-25 10:47:01 +02:00
Josef Schlehofer 62513dc576
mc: fix mouse handling
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-07-02 11:01:07 +02:00
Dirk Brenken b99468cf84
mc: update to 4.8.24
* changes see http://midnight-commander.org/wiki/NEWS-4.8.24

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-03-20 20:50:43 +01:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Dirk Brenken 81eccbf480
mc: update to 4.8.23
* bump to release 4.8.23, see
https://midnight-commander.org/wiki/NEWS-4.8.23
* (re-)enable VFS support by default

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-24 16:23:53 +02:00
Dirk Brenken 74ed166e3f mc: midnight commander 4.8.22
* bump mc package release to 4.8.22,
  news in this release see here:
  http://midnight-commander.org/wiki/NEWS-4.8.22
* refresh subshell patch

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-03 15:47:57 +01:00
Dirk Brenken aef568f193 mc: disable vfs support by default
* disable vfs support by default as long as the underlying
  librpc issus has not been fixed - should fix buildbot compile
  (#7180 #7349)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-11 18:08:16 +01:00
Dirk Brenken 33ed68f051 mc: enable VFS support by default
* provide VFS support in midnight commander by default (see #6999),
  this enlarge the package size by ~40KB.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-12 21:13:24 +02:00
Andy Walsh 6ec78592f7 mc: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Dirk Brenken 20b6c31544 mc: update 4.8.21
* News see here: http://midnight-commander.org/wiki/NEWS-4.8.21

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-06-04 10:53:26 +02:00
Dirk Brenken 7edf9931b7 mc: fix warnings with enabled vfs support
* vfs support needs an additional ini file and another directory by
  default (/usr/lib/mc/extfs.d), backport of a turris fix.
* cleanup makefile

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-23 14:23:35 +01:00
Dirk Brenken 3f9d2472aa mc: release 4.8.20
release notes: http://midnight-commander.org/wiki/NEWS-4.8.20

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-11-26 22:10:12 +01:00
Hannu Nyman e68843c29d Merge pull request #4115 from dibdot/mc
mc (midnight commander): release 4.8.19
2017-03-08 23:06:09 +02:00
Stijn Tintel f82287cf5c treewide: use name in define and eval lines
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.

I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.

This makes all packages consistent with both LEDE and OpenWrt base
repositories.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-08 21:15:20 +01:00
Dirk Brenken f0bbe0e48b mc (midnight commander): release 4.8.19
* release notes: https://midnight-commander.org/wiki/NEWS-4.8.19
* refreshed subshell patch
* switched to PKG_HASH

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-06 18:40:16 +01:00
Dirk Brenken d0e109154b mc: release 4.8.18
- changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.18
- use gettext from build environment
- add help file mc.hlp

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-03 08:45:33 +02:00
Baptiste Jonglez d6673185a2 Remove incorrect use of PKG_SHA256SUM
OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the
hash is e.g. SHA256 by looking at the length of the hash.

This affects libs/libmicrohttpd, mail/ssmtp and utils/mc.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-10 22:36:07 +02:00
Jo-Philipp Wich e0eef2e405 mc: apply gettext version fixup
Apply the version fixup in order to solve the following build error on systems
not using exactly gettext version 0.18:

    make[6]: Entering directory '.../build_dir/target-mips_34kc_musl-1.1.14/mc-4.8.17/po'
    *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19

The fixup will ensure that embedded macro versions are replaced with the
version of the staged gettext executable in ./staging_dir/host/bin

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 14:03:14 +02:00
Dirk Brenken 2cb512a85b mc: bugfix 4.8.17
* revert latest gettext change, break builds on various platforms
* changed maintainer email address

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 08:21:13 +02:00
Dirk Brenken a7725bb7b8 mc: update 4.1.17
* changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.17
* fix for #2664

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-05-08 16:13:49 +02:00
Dirk Brenken 033e513b15 mc: update to 4.8.16
* update midnight commander to latest stable release
* refresh subshell patch to support minimal openwrt environment
* switch to sha256 based package fingerprint
* compile & functional tested with ar71xx and x86

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-14 15:13:31 +01:00
Dirk Brenken 1d797c29b0 mc: add ash subshell support
* backport a slightly modified subshell patch to stable 4.8.15
  (see ticket: https://www.midnight-commander.org/ticket/2742)
* enable subshell support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-25 21:17:41 +01:00
Dirk Brenken 46d99ac2f4 mc: update to 4.8.15
bump version to 4.8.15
fix charset / utf-8 support
fix different warnings during startup
merge all configuration files in /etc/mc
enable internal editor & charset support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-15 13:44:25 +01:00
dibdot 3aca029e54 mc: add missing libmount dependency
Fix compile error: add newly required libmount dependency.

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2015-03-24 08:32:11 +01:00
dibdot 9f1070dd98 mc: bump version to 4.8.14
Update Midnight Commander to latest stable release.
Major changes described here: https://www.midnight-commander.org/wiki/NEWS-4.8.14

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2015-03-23 21:26:26 +01:00
Dirk Brenken 892855a5fc mc: force rebuild when config changes
- add PKG_CONFIG_DEPENDS to force package rebuild when certain CONFIG options changed.

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-18 19:33:55 +01:00
Dirk Brenken 09dbb05f78 mc: various makefile/compile time changes
- add & reorder new compile time options with help text
- all options are disabled by default, to reduce space req.
- remove invalid mc configure options
- fix broken makefile logic to enable/disable mc options

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-15 20:38:11 +01:00
Dirk Brenken 4d24d41805 mc: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-06 17:20:48 +01:00