Skip to content

Releases: MidnightBSD/mport

2.2.9.1

03 Apr 14:28
ddb41f9
Compare
Choose a tag to compare

Fixed a minor build issue

2.2.9

03 Apr 04:15
Compare
Choose a tag to compare

Fixes a bug with the mport mirror list command

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.