Skip to content

Commit

Permalink
Removed dependency tables in 3.24.x LTS branch
Browse files Browse the repository at this point in the history
Added note to refer to master README.md and individual files instead of README.md in LTS branches.

Ticket: ENT-12140
Changelog: none
  • Loading branch information
craigcomstock committed Oct 3, 2024
1 parent 94ae337 commit 5e04d06
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,47 +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.

### Agent Dependencies

| CFEngine version | 3.18.x | 3.21.x | master | Notes |
| -------------------------------------------------------------------------------- | ------ | ------ | ------ | ------------------------ |
| [diffutils](https://ftpmirror.gnu.org/diffutils/) | 3.10 | 3.10 | 3.10 | |
| [libacl](http://download.savannah.gnu.org/releases/acl/) | 2.3.2 | 2.3.2 | 2.3.2 | |
| [libattr](http://download.savannah.gnu.org/releases/attr/) | 2.5.2 | 2.5.2 | 2.5.2 | |
| [libcurl](http://curl.haxx.se/download.html) | 8.7.1 | 8.7.1 | 8.8.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.12.6 | 2.12.6 | 2.13.1 | |
| [libyaml](http://pyyaml.org/wiki/LibYAML) | 0.2.5 | 0.2.5 | 0.2.5 | |
| [LMDB](https://github.com/LMDB/lmdb/) | 0.9.32 | 0.9.32 | 0.9.33 | |
| [OpenLDAP](http://www.openldap.org/software/download/OpenLDAP/openldap-release/) | 2.6.7 | 2.6.7 | 2.6.8 | Enterprise agent only |
| [OpenSSL](http://openssl.org/) | 1.1.1w | 3.0.13 | 3.3.1 | |
| [PCRE](http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/) | 8.45 | 8.45 | - | |
| [PCRE2](https://github.com/PCRE2Project/pcre2/releases/) | - | - | 10.44 | |
| [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.3.1 | 1.3.1 | 1.3.1 | |
| libgcc | | | | AIX and Solaris only |

### Enterprise Hub dependencies:

| CFEngine version | 3.18.x | 3.21.x | master |
| --------------------------------------------------- | ------ | ------ | ------ |
| [Apache](http://httpd.apache.org/) | 2.4.59 | 2.4.59 | 2.4.59 |
| [APR](https://apr.apache.org/) | 1.7.4 | 1.7.4 | 1.7.4 |
| [apr-util](https://apr.apache.org/) | 1.6.3 | 1.6.3 | 1.6.3 |
| [Git](https://www.kernel.org/pub/software/scm/git/) | 2.45.1 | 2.45.1 | 2.45.2 |
| [libexpat](https://libexpat.github.io/) | - | - | 2.5.0 |
| [PHP](http://php.net/) | 8.0.30 | 8.2.19 | 8.3.8 |
| [PostgreSQL](http://www.postgresql.org/) | 13.14 | 15.6 | 16.3 |
| [rsync](https://download.samba.org/pub/rsync/) | 3.3.0 | 3.3.0 | 3.3.0 |
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 5e04d06

Please sign in to comment.