Skip to content

Releases: MidnightBSD/mport

2.2.8

27 Feb 18:12
Compare
Choose a tag to compare

Fixes a segmentation fault after a recent change with mport.create.c

2.2.7

23 Feb 18:50
Compare
Choose a tag to compare

Fixes a bug in mport install command that might result in a segmentation fault.

This only happens when using a port name with a hypen in it and is related to the feature supporting version numbers
e.g.
qt5-webkit triggers it if it's not found in the index
gmake-4.3.0 would also trigger it if it's not found, but would work if it is found in the index.

2.2.6

20 Nov 19:17
5e436ed
Compare
Choose a tag to compare

Fixes a crash bug in mport mirror #41 - Thanks rilysh

Add type field to index / master table to track app vs system packages. This is for future use with OS install management. Currently everything is type 0 aka app

2.2.5

02 Nov 14:22
Compare
Choose a tag to compare

Adds color output for progress bar and questions when using XTERM terminal type

Fixes a bug where mport would crash on certain operations when using a serial console

Update bootstrap logic to use a base url with the osrel and arch. This honors our config or for jail use.

Allow fetch to honor the os version from running kernel, userland or via config

Add hack to allow people to paste in pkgname-pkgversion. Not doing verification on version number though.

2.2.4

16 Oct 15:29
Compare
Choose a tag to compare

Adds support for MidnightBSD 3.0.

Fixes issues with use of dirname(3)

2.2.3

03 Jul 17:59
Compare
Choose a tag to compare

Add new command:
mport mirror list

Lists mirrors available for mport config set/get

2.2.2

08 Jun 16:59
Compare
Choose a tag to compare

Adds preliminary support for info plist keyword and fixes the delete package path for glib schemas, desktop file utils, and kld keywords.

2.2.1

10 Feb 16:30
Compare
Choose a tag to compare

Fixes "random" core dumps with pkg-message printing logic. Wasn't handling mports without a pkg-message correctly.

Also fixes a few other crash scenarios and a memory leak.

2.2.0

06 Nov 04:33
Compare
Choose a tag to compare

Add support for ucl package messages

Add several new PLIST commands including kld, glib-schemas, and desktop-file-utils

2.1.9

17 Oct 19:37
Compare
Choose a tag to compare

Added ability to set OS version to target. In older versions, it would use the running kernel release. In the last release, we allowed /bin/mport-version to specify it for jails/chroot to work better. Now, you can target an older OS release.

Warning: this means packages marked with a specific os version that are custom built, may not run on older systems. (due to the os version being used from the environment)

Usage:
mport config set target_os 2.1

mport --version
(should list version you set)

Also can do
mport config get target_os