Skip to content

Releases: MidnightBSD/mport

2.6.5

14 Oct 15:53
Compare
Choose a tag to compare

What's Changed

  • Support glob for mport update command by @laffer1 in #89
  • Fix several bugs related to moved port logic. mport list updates and mport info commands should now display expiration dates and when packages have moved to another origin.

2.6.4

14 Aug 16:18
Compare
Choose a tag to compare

Adds support for the brief flag. Currently, this only works with mport list or /usr/libexec/mport.list

mport -b list is an alternative to verbose or quiet flags. It lists packages with just the package name dash package version.

e.g.
vim-9.0
zip-3.0_1
zxfer-1.1.7

This will be used for future inclusion of packages on install media

2.6.3

11 Aug 19:40
Compare
Choose a tag to compare

Adds two new features:

  • mport download -a
  • env PKG_DB=/my/path/to/index.db mport index

Setting the environment variable PKG_DB allows you to specify an alternate location for the package database file. This will be useful for eventually putting packages on the ISOs.

mport download -a allows you to download all the packages included in an index file. (very time-consuming)

These two features can be combined.

2.6.2

30 Mar 20:01
Compare
Choose a tag to compare

Fix two more bugs in mport list and mport list updates commands after 2.6.0 release.

This fixes an issue where indexes aren't loaded before mport list updates, resulting in no output.

2.6.1

27 Feb 17:22
Compare
Choose a tag to compare

Fixes two issues:

  • mport list does not display all installed packages, only ones that need updating
  • quiet flag must be honored for backward compatibility even if verbose is also set. (before it would choose normal with conflicting flags)

Both of these were introduced in 2.6.0 and shouldn't affect older releases.

2.6.0

24 Jan 19:38
77b1eee
Compare
Choose a tag to compare

What's Changed

  • Migrate mport.list display logic into the libmport shared library by @laffer1 in #75

Full Changelog: 2.5.1...2.6.0

2.5.1

22 Jan 15:22
Compare
Choose a tag to compare

Added service start capability.

2.5.0

21 Jan 19:15
Compare
Choose a tag to compare

This release fixes a bug in mport install command introduced in the 2.4.9 release. The command would do nothing.

Additionally, I added a new setting called handle_rc_scripts. When set to any of yes/true/YES/TRUE, it will stop rc.d scripts during update or delete events. When set to false/no/FALSE/NO, it will avoid this. There is also a new environment variable called HANDLE_RC_SCRIPTS that when set will have the same effect as TRUE.

2.4.9

10 Dec 05:32
Compare
Choose a tag to compare

Fix a bug that causes mport upgrade to always fail and hang indefinetely.

2.4.8

05 Dec 22:45
Compare
Choose a tag to compare

Fixed a crash bug