summaryrefslogtreecommitdiff
path: root/net/cloud-init (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/cloud-init: Update to 21.4Andrey Fesenko2021-12-146-88/+14
| | | | PR: 260379
* net/cloud-init: Update to 21.2 and add patch for setting MTUAndrey Fesenko2021-07-054-5/+85
| | | | PR: 256309
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/cloud-init: Clean up post-patchBrad Davis2021-03-183-4/+34
| | | | | PR: 254365 Approved by: Andrey Fesenko (maintainer), swills, lwhsu
* net/cloud-init: Fix modifying rc.conf in cc_salt_minionBrad Davis2021-03-172-0/+22
| | | | | PR: 254339 Approved by: Andrey Fesenko (maintainer), swills
* net/cloud-init: Update to version 20.4.1 (security fix)Joseph Mingrone2021-01-192-4/+4
| | | | | Submitted by: Mina Galić <me@igalic.co> Security: https://bugs.launchpad.net/cloud-init/+bug/1911680
* net/cloud-init: Update to 20.4Mikael Urankar2020-12-064-37/+5
| | | | | | | | Changes: https://github.com/canonical/cloud-init/blob/47f4229ebcef9f83df8b549bb869a2dbf6dff17c/ChangeLog PR: 251280 Submitted by: Mina Galić Approved by: Andrey Fesenko (maintainer)
* - Amend the list of recognized newfs(8) optionsAlexey Dokuchaev2020-10-303-1/+28
| | | | | | | - Fix mounting of VFAT which FreeBSD calls "msdos[fs]" - GC `devel/py-six' dependency, unused since v20.2 PR: 250496
* net/cloud-init: Update to 20.3Danilo G. Baio2020-09-192-8/+10
| | | | | | | | Project now supports dual licensing, either GPL-3 or Apache 2.0. PR: 249135 Submitted by: Andrey Fesenko <andrey@bsdnir.info> (maintainer) Event: September 2020 Bugathon
* Move comms/py-serial to comms/py-pyserialSunpoet Po-Chuan Hsieh2020-06-271-1/+2
| | | | | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change (devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming) PR: 246546 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 40 days)
* net/cloud-init: Update to 20.2Mikael Urankar2020-06-192-5/+4
| | | | | PR: 246109 Submitted by: Andrey Fesenko (maintainer)
* net/cloud-init: require Python 3.6+Matthias Andree2020-03-281-1/+2
| | | | | | | The upstream code no longer works with Python 2.x, so require 3.6+. PR: 245100 Submitted by: Andrey Fesenko (maintainer)
* Update to 20.1Kirill Ponomarev2020-03-257-57/+12
| | | | | | PR: 244057 Submitted by: Andrey Fesenko <andrey_at_bsdnir_dot_info> Approved by: maintainer
* - Update to 19.2Ryan Steinmetz2019-08-145-76/+10
| | | | | PR: 239836 Submitted by: Andrey Fesenko <andrey@bsdnir.info>
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | (and missed 3 missed files from previous categories.)
* - Fix auto-resize codeRyan Steinmetz2018-08-033-2/+51
| | | | - Bump PORTREVISION
* - Bump PORTREVISIONRyan Steinmetz2018-08-026-6/+43
| | | | | - Fix rc script errors - Fix config file location
* - Update to 18.3Ryan Steinmetz2018-07-314-10/+30
| | | | - Take MAINTAINERship
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-11/+11
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* net/cloud-init: Add ldconfig to rc.d scriptTobias Kortkamp2018-01-012-1/+16
| | | | | | | | | | | | | | rcorder shows that ldconfig is running after cloudinit in some cases. This can lead to problems like the following when running it on OpenStack: Shared object "libpython2.7.so.1" not found, required by "python2.7" - Reset maintainer by request of the current maintainer PR: 224361 Submitted by: thompsa Approved by: maintainer
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* Remove dependency on devel/py-argparse which is expired and included inRene Ladan2016-12-041-1/+0
| | | | | | Python 2.7+ / 3.2+ by default. sysutils/osquery fails to build because of C++ errors.
* Mark as x86-only due to dependency on dmidecode.Mark Linimon2016-11-201-0/+3
| | | | | | | | | | | | From the maintainer: FreeBSD support is not high on the list of things that upstream is working on ... dmidecode is used as a fallback to try and figure out if cloud-init is running on RHEV or VSPHERE. I would rather not try to patch the existing source code since upstream is multiple versions ahead (all of them are unfortunately broken on FreeBSD). Approved by: maintainer
* net/cloud-init: over to new maintainer to fix #57Jan Beich2016-11-081-1/+1
| | | | Submitted by: @harmw (via GitHub PR)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-15/+15
| | | | | With hat: portmgr Sponsored by: Absolight
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-1/+0
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* Package provides configuration and customization of cloud instance.Dmitry Marakasov2014-10-274-0/+57
WWW: https://launchpad.net/cloud-init PR: 194295 Submitted by: harm@weites.com