Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.20241014_2,1 01 Jan 2025 14:42:43 |
Rene Ladan (rene) |
sysutils/iocage-devel: expire on 2025-03-31 for devel/py-pytest-runner |
1.8.20241014_2,1 08 Dec 2024 17:23:29 |
Michael Gmelin (grembo) |
sysutils/iocage-devel: Fix fetch release command
See also: https://github.com/freebsd/iocage/pull/55 |
1.8.20241014_1,1 23 Nov 2024 18:15:38 |
Michael Gmelin (grembo) |
sysutils/iocage-devel: 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.20241014,1 15 Nov 2024 17:08:39 |
Neel Chauhan (nc) |
sysutils/iocage-devel: Update to 1.8.20241014 |
1.7.20240618,1 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.7.20240618,1 05 Jul 2024 05:03:03 |
Neel Chauhan (nc) |
sysutils/iocage-devel: Update to 1.7.20240618 |
1.6.20240531_1,1 28 Jun 2024 23:35:09 |
Neel Chauhan (nc) |
sysutils/iocage-devel: Require devel/py-six
This fixes runtime issues with the latest iocage versions.
PR: 280042
Reported by: gotnull <zero1@zaclys.net> |
1.6.20240531,1 11 Jun 2024 20:20:35 |
Neel Chauhan (nc) |
sysutils/iocage-devel: update to 1.6.20240531 |
1.2.20211001,1 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.20211001,1 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.20211001,1 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.20211001,1 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.20211001,1 15 Oct 2021 16:10:15 |
Neel Chauhan (nc) |
sysutils/iocage-devel: Update to 1.2.20211001 |
1.2.20210811,1 15 Aug 2021 01:32:09 |
Neel Chauhan (nc) |
sysutils/iocage-devel: Fix pkg-plist |
1.2.20210811,1 14 Aug 2021 19:48:38 |
Neel Chauhan (nc) |
sysutils/iocage-devel: Update to 1.2.20210811 |
1.0.0.20210712,1 12 Jul 2021 16:42:48 |
Neel Chauhan (nc) |
sysutils/iocage-devel: Adopt port and update to 1.0.0.20210712 |
1.0.0.20210429_1,1 11 Jul 2021 23:37:18 |
Dan Langille (dvl) |
sysutils/iocage-devel: add missing dependenency - devel/py-jsonschema
While here, give up maintainership. I no longer use iocage. |
1.0.0.20210429,1 29 Apr 2021 13:40:31 |
Dan Langille (dvl) |
Update to most recent commit, a long overdue update. My apologies. |
1.0.0.20190810_3,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0.20190810_3,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0.20190810_3,1 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.0.0.20190810_3,1 21 Oct 2019 09:13:34 |
araujo |
- Set OPTIONS_DEFAULT to devel/git instead of devel/git-lite.
Requested by: mat and grembo |
1.0.0.20190810_3,1 21 Oct 2019 07:13:24 |
araujo |
- Fix git/git-lite dependencies.
- Fix "poudriere testport".
- Pet portlint.
- Bump PORTREVISION.
PR: 240959 (based on)
Submitted by: burnerbox <burnerbox_protonmail.com>
Sascha Holzleiter <sascha_root-login.org>
Approved by: dvl (maintainer) |
1.0.0.20190810_1,1 25 Aug 2019 14:14:54 |
dvl |
Add devel/git-lite as missing RUN_DEPENDS |
1.0.0.20190810,1 10 Aug 2019 19:34:11 |
dvl |
Upgrade to 20190810
* remove unused files/iocage.in
Take maintainership, thank you.
PR: 239759
Approved by: wg (maintainer) |
1.0.0.20190308,1 08 Mar 2019 19:52:39 |
wg |
sysutils/iocage-devel: update to 1.0.0.20190308 |
1.0.0.20190122,1 22 Jan 2019 20:47:41 |
wg |
sysutils/iocage-devel: add back PORTEPOCH removed by accident |
1.0.0.20190122 22 Jan 2019 19:38:42 |
wg |
sysutils/iocage-devel: update to 1.0.0.20190122 |
1.0.0.20181219,1 19 Dec 2018 19:31:09 |
wg |
sysutils/iocage-devel: update to 1.0.0.20181219 |
1.0.0.20181212,1 12 Dec 2018 19:46:00 |
wg |
sysutils/iocage-devel: update to 1.0.0.20181212
This fixes usage in 12.0-RELEASE. |
1.0.0.20181207,1 07 Dec 2018 18:13:20 |
wg |
sysutils/iocage-devel: update to 20181207
- Fix migration from stable version |
1.0.0.20181203,1 03 Dec 2018 19:20:22 |
wg |
sysutils/iocage-devel: update to 20181203 |
1.0.0.20181026,1 27 Nov 2018 16:19:25 |
wg |
sysutils/iocage-devel: update to 1.0.0.20181026
iocage project has changed directions and will no longer change underlying
library.
PORTEPOCH was bumped for this reason as it wont move to 2.x anytime soon.
Approved by: maintainer |
2.0.0.20181008 06 Nov 2018 19:57:32 |
wg |
sysutils/iocage-devel: development version replacing library
iocage is a jail/container manager amalgamating some of the best features and
technologies the FreeBSD operating system has to offer. It is geared for ease
of use with a simple and easy to understand command syntax. This development
version aims to replace the library with a more solid code base while keeping
the same CLI.
WWW: https://github.com/iocage/iocage |
20160819 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 |
20160819 17 Jan 2017 21:35:52 |
kmoore |
Mark iocage-devel as DEPRECATED, replaced by sysutils/py-iocage
PR: 216193 |
20160819 24 Aug 2016 14:46:06 |
kmoore |
- Update to 20160819
PR: 212110 |
20160405_1 23 Jun 2016 09:48:53 |
tz |
Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner
requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the
maintainer is changed. This was overlooked in r416918.
Approved by: junovitch (mentor) |
20160405_1 03 Jun 2016 14:34:34 |
kmoore |
- Add missing depend on uclcmd
PR: 209884 |
20160405 05 Apr 2016 18:43:17 |
kmoore |
- Update to 20160405
PR: 208333 |
20160222 22 Feb 2016 16:44:17 |
kmoore |
- Update to 20160222 |
20160206 06 Feb 2016 13:51:50 |
kmoore |
- Update to 20160206 |
20160125 25 Jan 2016 21:45:54 |
kmoore |
- Update to 20160125
PR: 206621 |
20160122 22 Jan 2016 13:19:23 |
kmoore |
- Update to 20160122 |
20151207 07 Dec 2015 22:30:26 |
kmoore |
- Update to 20151207 |
20151022 22 Oct 2015 14:09:25 |
kmoore |
- Add correct distinfo missed earlier |
20151022 22 Oct 2015 13:14:14 |
kmoore |
- Update to 20151022 |
20150921 10 Oct 2015 23:13:10 |
sunpoet |
- Use @FreeBSD.org
Approved by: portmgr (blanket) |
20150921 22 Sep 2015 14:40:21 |
kmoore |
- Update to 20150921 snapshot |
20150918 18 Sep 2015 17:45:00 |
kmoore |
- Update to 20150918
- Fix WWW address |
20150826 18 Sep 2015 14:46:47 |
amdmi3 |
- Drop 8.x support
- Add NO_ARCH
Approved by: portmgr blanket |
20150826 27 Aug 2015 14:10:21 |
kmoore |
- Update to 20150826 |
20150811 13 Aug 2015 13:53:03 |
kmoore |
- Since upstream isn't sure what version number to assign to -devel
let's just make it a timestamp.
- Update to 20150811 |
1.7.2 07 Aug 2015 13:54:03 |
kmoore |
- Switch to pulling from the main iocage GH account |
1.7.2 06 Aug 2015 13:34:09 |
kmoore |
- Update iocage-devel to 1.7.2 |
1.6.6_1 20 Jul 2015 20:54:05 |
kmoore |
- Update to later tag from GH
- Bump PORTREV |
1.6.6 15 Jul 2015 13:39:03 |
kmoore |
- Switch to using PKGNAMESUFFIX instead of merly renaming PORTNAME=
Submitted by: bapt |
1.6.6 15 Jul 2015 13:20:46 |
kmoore |
- Set PORTNAME to iocage-devel
- Set GH_PROJECT=iocage |
1.6.6 14 Jul 2015 15:12:06 |
kmoore |
- Add sysutils/iocage-devel
- Grab maintainership (Approved by xmj@)
PR: 201472
Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org> |