Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8_2 08 Dec 2024 17:18:49 |
Michael Gmelin (grembo) |
sysutils/iocage: Fix fetch release command
See also: https://github.com/freebsd/iocage/pull/55 |
1.8_1 23 Nov 2024 18:15:34 |
Michael Gmelin (grembo) |
sysutils/iocage: Add hardening measures on untar
This adds hardening measures while untaring archives fetched
over the network (including FreeBSD tarballs and iocage plugins),
as implemented by TrueNAS.
This reduces the impact of intentionally malicious or accidentally
broken archives.
Please note that users are still advised to only fetch from
trusted sources and make use of TLS to prevent MITM attacks.
While there, add patch to store man pages in the correct location.
Obtained from: https://github.com/truenas/iocage/pull/358 |
1.8 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
1.8 30 Sep 2024 20:13:57 |
Michael Gmelin (grembo) |
sysutils/iocage: Update to 1.8, new upstream
PR: 269298
Reported by: netchild
Co-authored-by: Geoffroy Desvernay <dgeo@centrale-med.fr> |
1.2_13 12 Jul 2024 14:30:27 |
Michael Gmelin (grembo) |
sysutils/iocage: Fixes for python 3.11
PR: 280219
Reported by: asomers
Tested by: asomers |
1.2_12 27 Feb 2024 17:52:07 |
Michael Gmelin (grembo) |
sysutils/iocage: Fix handling of slashes in jail param
PR: 275738
Reported by: alexey@ocaml.nl |
1.2_11 14 Dec 2023 17:55:20 |
Michael Gmelin (grembo) |
sysutils/iocage: Use streaming reads on image import
This avoids out of memory conditions when importing a jail.
PR: 275767
Reported by: James B. Byrne <byrnejb@harte-lyne.ca> |
1.2_10 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2_10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2_10 29 Jul 2022 15:03:42 |
Michael Gmelin (grembo) |
sysutils/iocage: Update distfiles to match github |
1.2_10 09 May 2022 15:34:16 |
Michael Gmelin (grembo) |
sysutils/iocage: Fix on 14.0-CURRENT
Fix deprecated zfs syntax that became illegal.
PR: 263823
Reported by: asomers |
1.2_9 06 Apr 2022 22:38:34 |
Dmitry Marakasov (amdmi3) |
devel/py-pytest-{pep8,translations}: switch to pytest4
These plugins are not compatible with recent pytest.
Consumers (sysutils/iocage and www/py-flask-security) were switched
to pytest4 as well. Note that py-flask-security tests were and still
are broken due to unrelated problem - py-sqlalchemy12 and
py-sqlalchemy14 conflict.
PR: 256624 |
1.2_9 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.2_9 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.2_9 27 Oct 2021 14:52:57 |
Stefan Eßer (se) |
sysutils/iocage: Update CONFLICTS specification
This port used to restrict its CONFLICTS entry to py-iocage built
for Python-2.7, but it does obviously conflict with that ports built
for any Python version.
This port is marked as NO_ARCH=yes and I do assumed that there is
only an install conflict, but have not tested that assumption and
therefore not changed the CONFLICTS to CONFLICTS_INSTALL.
Approved by: grembo (maintainer) |
1.2_9 20 Jul 2021 09:13:14 |
Michael Gmelin (grembo) |
sysutils/iocage: Add test target, no pytest-runner
Move test dependencies to TEST_DEPENDS and add test target.
Patch out pytest-runner locally.
PR: 251447
Reported by: koobs |
1.2_9 19 Jul 2021 16:44:02 |
Michael Gmelin (grembo) |
sysutils/iocage: Remove pytest-runner runtime dep
py-pytest-runner is deprecated, but upstream is still using it.
Having this as a runtime dependency was always a bit questionable.
PR: 251447
Reported by: Mina Galic <me@igalic.co> |
1.2_8 01 May 2021 13:59:01 |
Jimmy Olgeni (olgeni) |
sysutils/iocage: unbreak by adding missing dependencies.
The iocage cli was not able to locate commands if missing dependencies
were not installed.
Obtained from: https://github.com/iocage/iocage/issues/1256 |
1.2_7 29 Apr 2021 17:53:44 |
Guangyuan Yang (ygy) |
Unbreak ports after devel/py-gitpython's PORTNAME change
PR: 255489
Fixes: f133c410c6d97254810f4f0fbd329e42b9eaf3a1
Approved by: lwhsu, portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D30039 |
1.2_6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2_6 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.2_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2_6 13 Oct 2020 11:30:50 |
garga |
Change dependencies of git-lite to git@lite
PR: 250281
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
1.2_6 19 Jul 2020 11:54:47 |
grembo |
Fix `iocage fetch' on i386.
While there, switch to fetching all patches directly from github.
PR: 247856
Reported by: Vincent Bentley |
1.2_5 22 Mar 2020 15:19:29 |
grembo |
Respect PREFIX (when PREFIX != LOCALBASE)
PR: 244387
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
Reviewed by: koobs
Approved by: portmgr (blanket: framework/ports (python) compliance) |
1.2_5 20 Feb 2020 20:28:53 |
grembo |
Fix accidental overwriting of properties on update
See:
https://github.com/iocage/iocage/issues/1130
https://github.com/iocage/iocage/commit/b47dc2c47ff125d644720b03f598a9caf4e08192
PR: 244252
MFH: 2020Q1 (runtime fix) |
1.2_4 23 Jan 2020 11:12:28 |
grembo |
Fix accidental removal of devfs_rulesets on jail stop
Pulls in a bugfix[0] that has been merged upstream[1].
This bug caused manually configured devfs_rulesets to get deleted on jail
stop, causing jails to come up with a default devfs rules on next start,
which can be a nuisance or even dangerous, depending on the specific setup.
Also adds a minimum devfs_ruleset id for dynamically created devfs rulesets
and fixes a devfs_ruleset resource leak when using plugins.
Take maintainership, as suggested by araujo@ (thanks for taking care of that
port for so long!).
[0]https://github.com/iocage/iocage/pull/1106
[1]https://github.com/iocage/iocage/commit/753b2f35731423597d7f51f33427b6d619fcd0b5
PR: 243510
Approved by: araujo (maintainer)
MFH: 2020Q1 |
1.2_3 21 Oct 2019 09:13:34 |
araujo |
- Set OPTIONS_DEFAULT to devel/git instead of devel/git-lite.
Requested by: mat and grembo |
1.2_3 21 Oct 2019 06:24:49 |
araujo |
- Fix git/git-lite dependencies as well as leftover EGG files.
- Now the port pass "poudriere testport".
- Bump PORTREVISION.
PR: 240959 (based on)
Submitted by: burnerbox <burnerbox_protonmail.com>
Sascha Holzleiter <sascha_root-login.org>
Reported by: many
Reviewed by: romain
Differential Revision: https://reviews.freebsd.org/D21929 |
1.2_2 01 Oct 2019 05:49:22 |
araujo |
- Drop support for devel/dulwich. [0]
- The port works fine with devel/git too, we should first check if there
is git installed, instead to assume we need to install git-lite. [1]
- Bump PORTREVISION.
Submitted by: dvl [0]
Reported by: many [1] |
1.2_1 30 Sep 2019 02:50:49 |
araujo |
- Update necessary dependencies for iocage 1.2 release.
- Bump PORTREVISION.
PR: ports/240927
Submitted by: Neel Chauhan <neel@neelc.org>
Dan Langille <<dan@langille.org>> (via email)
Reported by: many |
1.2 27 Sep 2019 02:30:48 |
araujo |
- Update to 1.2.
Changelog: https://github.com/iocage/iocage/releases/tag/1.2 |
1.1_1 19 Sep 2019 00:21:10 |
grembo |
Fix `iocage upgrade' for 11.3-RELEASE and upcoming 12.1-RELEASE[0]
Also:
- Fix dependencies when upgrading <12 jails running on a 12-RELEASE jailhost
(depend on `merge' from devel/rcs57).
- Fix to unbreak updating multiple jails at once[1].
- Patch to `setup.py' to make `make check-plist' pass[2].
- Move `NO_ARCH' to make portlint happy
See:
[0]https://github.com/iocage/iocage/pull/1027 and
https://github.com/iocage/iocage/commit/f66d9f0724daa03dc08cebc3f30b04abc7e97f82
[1]https://github.com/iocage/iocage/commit/47d7c28ad2db76eaba797921555bbf68a476eb9b#diff-134cbca4d064a61a693d1199494d24df
[2]https://github.com/iocage/iocage/issues/1043
PR: 240177
Approved by: araujo (maintainer timeout) |
1.1 28 Jan 2019 05:59:04 |
araujo |
Update to 1.1.
Changelog at:
https://github.com/iocage/iocage/releases/tag/1.1 |
1.0 24 Dec 2018 06:04:10 |
araujo |
- Pet PORTLINT.
- Remove wrong conflicts. |
1.0 24 Dec 2018 05:58:56 |
araujo |
Update to 1.0.
Changelog: https://github.com/iocage/iocage/releases/tag/1.0 |
0.9.10 08 Dec 2018 09:18:49 |
antoine |
Allow building with different versions of python3 |
0.9.10 28 Dec 2017 04:41:49 |
araujo |
- Update to 0.9.10.
Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.10
Sponsored by: iXsystems, Inc. |
0.9.9.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.9.9.2 03 Oct 2017 05:33:47 |
araujo |
Be more precise about the python version in CONFLICTS.
Submited by: jbeich |
0.9.9.2 03 Oct 2017 04:41:18 |
araujo |
After rename py36-iocage, remove unused conflict ports iocage-[0-9]*
and iocage-devel-[0-9]*.
Sponsored by: iXsystems Inc. |
0.9.9.2 03 Oct 2017 03:36:17 |
araujo |
Update to 0.9.9.2.
Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.9.2
Sponsored by: iXsystems Inc. |
0.9.9.1_1 03 Oct 2017 02:41:32 |
araujo |
Rename py3-iocage to iocage as by now we don't have more conflicts with
the old iocage version and also in favor of python flavors that will
land soon, it makes sense to do it now.
Sponsored by: iXsystems, Inc. |
1.7.6 10 Apr 2017 17:11:46 |
rene |
Remove expired ports:
2017-02-05 sysutils/puppet38: Upstream support ended, see
http://tinyurl.com/puppet3eol
2017-03-31 editors/libreoffice4: Deprecated by upstream
2017-03-31 databases/rubygem-redis-actionpack4: Use
databases/rubygem-redis-actionpack instead
2017-03-31 devel/rubygem-nio4r1: Use devel/rubygem-nio4r instead
2017-03-31 devel/liborcus07: Deprecated by upstream, use devel/liborcus
2017-03-31 devel/mdds0: Deprecated by upstream, use devel/mdds
2017-03-31 security/openvpn23-polarssl: Replaced by new upstream relesae 2.4.x
2017-03-31 security/openvpn23: Replaced by new upstream relesae 2.4.x
2017-03-31 textproc/p5-XML-XSH: Deprecated by upstream
2017-03-31 www/rubygem-jquery-atwho-rails-rails4: Use
www/rubygem-jquery-atwho-rails instead
2017-03-31 www/p5-Catalyst-Plugin-Singleton: Deprecated by upstream
2017-04-01 x11/lumina-i18n: Obsolete, i18n files included in x11/lumina
2017-04-01 sysutils/jail2: Starting with 10.0 functionality has been merged into
base.
2017-04-01 sysutils/iocage-devel: Outdated version. Please use
sysutils/py-iocage instead
2017-04-01 sysutils/iocage: Outdated version. Please use sysutils/py-iocage
instead
2017-04-05 databases/puppetdb: Depends on expired sysutils/puppet38, use
puppetdb[34] instead
2017-04-05 databases/puppetdb-terminus: Depends on expired sysutils/puppet38,
use puppetdb-terminus[34]
2017-04-08 databases/pglesslog: Does not build with recent PostgreSQL versions
2017-04-08 textproc/go-text: Go libraries should not be packaged
2017-04-08 devel/go-pretty: Go libraries should not be packaged
2017-04-08 databases/godis: Go libraries should not be packaged
2017-04-10 www/moodle29: Upstream support EoL, please migrate to moodle32 |
1.7.6 24 Jan 2017 12:49:04 |
robak |
Mark sysutils/iocage as DEPRECATED, replaced by sysutils/py-iocage
PR: 216193 |
1.7.6 15 Jan 2017 13:13:32 |
robak |
sysutils/iocage: update pkg-descr information and WWW |
1.7.6 15 Jan 2017 13:06:44 |
robak |
sysutils/iocage: update GH_ACCOUNT and GH_PROJECT after repository change |
1.7.6 22 Aug 2016 10:05:42 |
robak |
sysutils/iocage: update 1.7.5 -> 1.7.6
PR: 211988
Submitted by: olegni |
1.7.5 13 Jul 2016 10:04:28 |
robak |
sysutils/iocage: update 1.7.4 -> 1.7.5
- Fix jails import bugs
MFH: 2016Q3 |
1.7.4 18 Feb 2016 08:58:47 |
robak |
sysutils/iocage: update 1.7.3 -> 1.7.4
- Contains important functionality fix
MFH: 2016Q1 |
1.7.3 15 Sep 2015 17:56:26 |
amdmi3 |
- Drop 8.x support
- Add NO_ARCH
Approved by: portmgr blanket |
1.7.3 29 Aug 2015 17:47:35 |
robak |
sysutils/iocage: update 1.7.1 -> 1.7.3
- Adds ability to create 10.2 jails
PR: 202661
Submitted by: olegni
MFH: 2015Q3 |
1.7.1 05 Aug 2015 12:10:22 |
robak |
sysutils/iocage: update 1.6.2 -> 1.7.1
- Change upstream GH account
- Change WWW
PR: 202079
Submitted by: Ben Woods <woodsb02@gmail.com> |
1.6.2 30 May 2015 22:23:33 |
robak |
sysutils/iocage: update 1.6.1 -> 1.6.2
PR: 200529
Submitted by: Kevin Bowling <kevin.bowling@kev009.com> |
1.6.1_1 28 May 2015 12:25:18 |
robak |
sysutils/iocage: fix missing include files
PR: 200486
Submitted by: Kevin Bowling <kevin.bowling@kev009.com> |
1.6.1 26 May 2015 18:12:38 |
robak |
sysutils/iocage: update 1.5.1 -> 1.6.1
- Update to new USE_GITHUB standard |
1.5.1 25 Mar 2015 03:59:36 |
robak |
sysutils/iocage: update 1.4.6 -> 1.5.1
- Switch from GHL to GH and remove GH_COMMIT |
1.4.6 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
1.4.6 24 Jan 2015 15:37:01 |
robak |
sysutils/iocage: update 1.4.4 -> 1.4.6
- Reduce the OSVERSION requirement to 9.0-RELEASE |
1.4.4 18 Jul 2014 07:02:19 |
robak |
sysutils/iocage: new port - full featured Jails manager
Approved by: swills (mentor) |