aboutsummaryrefslogtreecommitdiff
path: root/net/cloud-init
Commit message (Collapse)AuthorAgeFilesLines
* all: drop support for FreeBSD 13, mips and risc64sfRene Ladan2026-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | Reviewed by: many (*) Differential Revision: https://reviews.freebsd.org/D55624 Differential Revision: https://reviews.freebsd.org/D55642 (merged in from bofh) many (*) acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka nobutaka pkubaj se tagattie thj Anton Saietskii GenericRikka Gert Doering Jan Bramkamp Oleh Hushchenkov Oleksandr Kryvulia Ralf van der Enden Yamagi desktop kde python tcltk office
* */*: Introduction USES=sudoXavier Beaudouin2025-11-111-3/+2
| | | | | | | | | | | | | | | | | | A new uses 'sudo' has been added to transperently depends of the proper flavor of sudo 'default' or 'sssd' depending on the default version set by the user. If you prefere to use 'sssd' flavor of sudo, add the following to your make.conf: DEFAULT_VERSIONS+=sudo=sssd All sudo consummer ports has benn updated to USES=sudo Reviewed by: 0mp Approved by: mat Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D52160
* */*: PORTREVISION++ on some @sample-using portsColin Percival2025-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | The handling of @sample with regard to no-root installation was recently fixed, by 452309533805 (in ports) plus changes in pkg 2.4. These need new packages built before they will correctly install, including into VM images generated as part of the FreeBSD release process. Unfortunately with the release scheduled for just a few weeks away and generally slow arm64 package building, there isn't time for a full pkg set rebuild; so bump a handful of ports which are used in the release process so that they will be rebuilt. Users who are not building VM images using the "no-root" pathway (aka using a METALOG index of the disk image) are not affected by this; we doubt anyone other than re@ will notice. With hat: re@ Discussed with: bapt, antoine
* net/cloud-init: update to 25.2 release (+)Andrey Fesenko2025-09-026-19/+50
| | | | | | | | | Install manpages Pet portlint/stage-qa Honor PREFIX and other flags for PYDITUTILS [1] Release notes: https://github.com/canonical/cloud-init/releases/tag/25.2 PR: 288037 [1]
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-081-1/+1
| | | | | | | | Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
* net/cloud-init and net/cloud-init-devel: undeprecateRuslan Makhmatkhanov2025-02-221-6/+2
| | | | | | | | | | | | | - drop stale dependency on boto - it is not used since v0.7.5 [1] - remove DEPRECATED - bump PORTREVISION [1] https://github.com/canonical/cloud-init/blob/main/ChangeLog#L5002 PR: 284955 With hat: python Reviewed by: rene Differential Revision: https://reviews.freebsd.org/D48959
* net/cloud-init: expire on 2025-03-31 for devel/py-botoRene Ladan2025-02-111-0/+3
|
* net/cloud-init,-devel: use corrected path for /home dirs from 14.0-RELEASEDave Cottlehuber2024-11-072-1/+18
| | | | | | | | | | the softlinked home -> /usr/home has been removed in FreeBSD 14.0-RELEASE and upwards, as the mountpoints are now /home. Sponsored by: SkunkWerks, GmbH Approved by: maintainer Differential Revision: https://reviews.freebsd.org/D47338 Upstream Issue: https://github.com/canonical/cloud-init/issues/5850
* devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyamlPo-Chuan Hsieh2024-07-071-1/+2
| | | | - Bump PORTREVISION of dependent ports for dependency change
* net/cloud-init: Bump to newest release: 24.1.4Mina Galić2024-04-072-5/+9
| | | | | | | | | | | | | | | | | | | add homedir patch: https://github.com/canonical/cloud-init/pull/5061 Also work around python.mk autoplist bug described in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205056. Changelogs: - https://github.com/canonical/cloud-init/releases/tag/24.1 - https://github.com/canonical/cloud-init/releases/tag/24.1.1 - https://github.com/canonical/cloud-init/releases/tag/24.1.2 - https://github.com/canonical/cloud-init/releases/tag/24.1.3 - https://github.com/canonical/cloud-init/releases/tag/24.1.4 PR: 277708 Approved by: andrey@bsdnir.info (maintainer, timeout) Sponsored by: The FreeBSD Foundation
* net/cloud-init*: update to 23.4.1Mina Galić2024-01-102-4/+4
| | | | | | | | | | | | Changelog(s): - https://github.com/canonical/cloud-init/releases/tag/23.4.1 - https://github.com/canonical/cloud-init/releases/tag/23.4 Note that net/cloud-init-devel finally relocates /run to /var/run See: https://github.com/canonical/cloud-init/pull/4677 PR: 275896
* net/cloud-init{,-devel}: Update to 23.3 and 23.3-1Mina Galić2023-09-182-4/+4
| | | | | PR: 273451 Approved by: Andrey Fesenko <andrey@bsdnir.info>
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* net/cloud-init{-devel}: security updateMina Galić2023-05-012-4/+4
| | | | | | | | | ChangeLog: https://github.com/canonical/cloud-init/releases/tag/23.1.2 PR: 271108 Reported by: freebsd@igalic.co MFH: 2023Q2 (security updates) Security: CVE-2023-1786
* net/cloud-init: Update to 23.1.1Koichiro Iwao2023-03-203-28/+27
| | | | | | | | | - distros/freebsd: add support for static IPv6 addresses - Sync Makefile with cloud-init-devel (minimize diff) PR: 270334 Changes: https://github.com/canonical/cloud-init/blob/23.1.x/ChangeLog Reported by: andrey@bsdnir.info (maintainer)
* net/cloud-init: Update 22.4Andrey Fesenko2022-12-123-7/+16
| | | | | | | | ChangeLog: https://github.com/canonical/cloud-init/blob/ubuntu/bionic-22.4.x/ChangeLog PR: 268322 Reported by: andrey@bsdnir.info (maintainer)
* net/cloud-init: Update to 22.3.4Joseph Mingrone2022-11-082-5/+4
| | | | | | | | https://github.com/canonical/cloud-init/blob/22.3.4/ChangeLog Approved by: andrey@bsdnir.info (maintainer) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37142
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* net/cloud-init: update jsonschema dependencyLarry Rosenman2022-08-241-2/+3
| | | | | PR: 266002 Submitted By: ahktenzero+freebsd@mohorovi.cc
* net/cloud-init: Update to 22.3Andrey Fesenko2022-08-225-36/+15
| | | | | | Changes: https://github.com/canonical/cloud-init/blob/main/ChangeLog PR: 265975
* net/cloud-init: Update to 21.4Andrey Fesenko2021-12-156-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 Notes: svn path=/head/; revision=568752
* net/cloud-init: Fix modifying rc.conf in cc_salt_minionBrad Davis2021-03-172-0/+22
| | | | | | | | PR: 254339 Approved by: Andrey Fesenko (maintainer), swills Notes: svn path=/head/; revision=568666
* 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 Notes: svn path=/head/; revision=562085
* 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) Notes: svn path=/head/; revision=557142
* - 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 Notes: svn path=/head/; revision=553676
* 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 Notes: svn path=/head/; revision=549071
* 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) Notes: svn path=/head/; revision=540586
* net/cloud-init: Update to 20.2Mikael Urankar2020-06-192-5/+4
| | | | | | | | PR: 246109 Submitted by: Andrey Fesenko (maintainer) Notes: svn path=/head/; revision=539604
* 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) Notes: svn path=/head/; revision=529735
* Update to 20.1Kirill Ponomarev2020-03-257-57/+12
| | | | | | | | | PR: 244057 Submitted by: Andrey Fesenko <andrey_at_bsdnir_dot_info> Approved by: maintainer Notes: svn path=/head/; revision=529084
* - Update to 19.2Ryan Steinmetz2019-08-145-76/+10
| | | | | | | | PR: 239836 Submitted by: Andrey Fesenko <andrey@bsdnir.info> Notes: svn path=/head/; revision=508928
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* - Fix auto-resize codeRyan Steinmetz2018-08-033-2/+51
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=476313
* - Bump PORTREVISIONRyan Steinmetz2018-08-026-6/+43
| | | | | | | | - Fix rc script errors - Fix config file location Notes: svn path=/head/; revision=476232
* - Update to 18.3Ryan Steinmetz2018-07-314-10/+30
| | | | | | | - Take MAINTAINERship Notes: svn path=/head/; revision=476024
* 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 Notes: svn path=/head/; revision=472884
* 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 Notes: svn path=/head/; revision=457768
* 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 Notes: svn path=/head/; revision=455210
* 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. Notes: svn path=/head/; revision=427780
* 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 Notes: svn path=/head/; revision=426633
* net/cloud-init: over to new maintainer to fix #57Jan Beich2016-11-081-1/+1
| | | | | | | Submitted by: @harmw (via GitHub PR) Notes: svn path=/head/; revision=425719
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-15/+15
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* 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 Notes: svn path=/head/; revision=399684
* 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 Notes: svn path=/head/; revision=393196
* 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 Notes: svn path=/head/; revision=371603