Skip to content

Commit

Permalink
Merge pull request #1496 from craigcomstock/ENT-12140-table-cleanup/3…
Browse files Browse the repository at this point in the history
….21.x

Removed dependency tables in 3.21.x LTS branch
  • Loading branch information
olehermanse authored Sep 18, 2024
2 parents ed7a674 + 1ae2e8c commit 1e06e91
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,53 +121,9 @@ avoid accidentally regenerating files transferred from buildslave:

## Dependencies

File `install-dependencies` and the relevant subdirectories in `deps-packaging` are the source of this information.

### Build dependencies

| CFEngine version | 3.15.x | 3.18.x | master |
| ---------------- | ------ | ------ | ------ |
| lcov | 1.14 | 1.15 | 1.15 |
| git | | | |
| rsync | | | |

### Agent Dependencies

| CFEngine version | 3.15.x | 3.18.x | master | Notes |
| -------------------------------------------------------------------------------- | ------ | ------ | ------ | ------------------------ |
| [diffutils](https://ftpmirror.gnu.org/diffutils/) | - | 3.8 | 3.8 | |
| [libacl](http://download.savannah.gnu.org/releases/acl/) | 2.3.1 | 2.3.1 | 2.3.1 | |
| [libattr](http://download.savannah.gnu.org/releases/attr/) | 2.5.1 | 2.5.1 | 2.5.1 | |
| [libcurl](http://curl.haxx.se/download.html) | 7.86.0 | 7.86.0 | 7.86.0 | |
| [libgnurx](http://www.gnu.org/software/rx/rx.html) | 2.5.1 | 2.5.1 | 2.5.1 | Windows Enterprise agent |
| [libiconv](http://ftp.gnu.org/gnu/libiconv/) | 1.17 | 1.17 | 1.17 | Needed by libxml2 |
| [libxml2](http://xmlsoft.org/sources/) | 2.9.12 | 2.9.14 | 2.10.3 | |
| [libyaml](http://pyyaml.org/wiki/LibYAML) | 0.2.5 | 0.2.5 | 0.2.5 | |
| [LMDB](https://github.com/LMDB/lmdb/) | 0.9.29 | 0.9.29 | 0.9.29 | |
| [OpenLDAP](http://www.openldap.org/software/download/OpenLDAP/openldap-release/) | 2.4.58 | 2.6.3 | 2.6.3 | Enterprise agent only |
| [OpenSSL](http://openssl.org/) | 1.1.1q | 1.1.1q | 3.0.7 | |
| [PCRE](http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/) | 8.45 | 8.45 | 8.45 | |
| [pthreads-w32](ftp://sourceware.org/pub/pthreads-win32/) | 2-9-1 | 2-9-1 | 2-9-1 | Windows Enterprise agent |
| [SASL2](https://cyrusimap.org/mediawiki/index.php/Downloads) | 2.1.28 | 2.1.28 | 2.1.28 | Solaris Enterprise agent |
| [zlib](http://www.zlib.net/) | 1.2.13 | 1.2.13 | 1.2.13 | |
| libgcc | | | | AIX and Solaris only |

### Enterprise Hub dependencies:

| CFEngine version | 3.15.x | 3.18.x | master |
| --------------------------------------------------- | ------ | ------ | ------ |
| [Apache](http://httpd.apache.org/) | 2.4.54 | 2.4.54 | 2.4.54 |
| [APR](https://apr.apache.org/) | 1.7.0 | 1.7.0 | 1.7.0 |
| [apr-util](https://apr.apache.org/) | 1.6.1 | 1.6.1 | 1.6.1 |
| [Git](https://www.kernel.org/pub/software/scm/git/) | 2.38.1 | 2.38.1 | 2.38.1 |
| [PHP](http://php.net/) | 7.4.32 | 8.0.24 | 8.1.12 |
| [PostgreSQL](http://www.postgresql.org/) | 12.12 | 13.8 | 15.1 |
| [rsync](https://download.samba.org/pub/rsync/) | 3.2.7 | 3.2.7 | 3.2.7 |
For LTS branches, https://github.com/cfengine/buildscripts?tab=readme-ov-file#dependencies is the source of truth for latest versions and is based on information in `build-scripts/install-dependencies` and relevant subdirectories in `deps-packaging`.

* [MinGW-w64](http://sourceforge.net/projects/mingw-w64/) **OUTDATED** needed
for [redmine#2932](https://dev.cfengine.com/issues/2932)
* Requires change of buildslaves (autobuild)

Other dependencies (**find out why they are needed!**)

* autoconf 2.69

0 comments on commit 1e06e91

Please sign in to comment.