Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ File `install-dependencies` and the relevant subdirectories in `deps-packaging`
| CFEngine version | 3.24.x | 3.27.x | master | Notes |
| :-------------------------------------------------------------------------------- | :----- | :----- | :----- | :----------------------- |
| [diffutils](https://ftpmirror.gnu.org/diffutils/) | 3.12 | 3.12 | 3.12 | |
| [libacl](https://download.savannah.gnu.org/releases/acl/) | 2.3.2 | 2.3.2 | 2.3.2 | |
| [libattr](https://download.savannah.gnu.org/releases/attr/) | 2.5.2 | 2.5.2 | 2.5.2 | |
| [libcurl](https://curl.se/download.html) | 8.17.0 | 8.17.0 | 8.20.0 | |
| [libacl](https://download.savannah.gnu.org/releases/acl/) | 2.3.2 | 2.3.2 | 2.4.0 | |
| [libattr](https://download.savannah.gnu.org/releases/attr/) | 2.5.2 | 2.5.2 | 2.6.0 | |
| [libcurl](https://curl.se/download.html) | 8.17.0 | 8.17.0 | 8.21.0 | |
| [libgnurx](https://www.gnu.org/software/rx/rx.html) | 2.5.1 | 2.5.1 | 2.5.1 | Windows Enterprise agent |
| [libiconv](https://ftp.gnu.org/gnu/libiconv/) | 1.19 | 1.19 | 1.19 | Needed by libxml2 |
| [libxml2](https://gitlab.gnome.org/GNOME/libxml2) | 2.15.3 | 2.15.3 | 2.15.3 | |
| [libyaml](https://pyyaml.org/wiki/LibYAML) | 0.2.5 | 0.2.5 | 0.2.5 | |
| [LMDB](https://github.com/LMDB/lmdb/) | 0.9.35 | 0.9.35 | 0.9.35 | |
| [LMDB](https://github.com/LMDB/lmdb/) | 0.9.35 | 0.9.35 | 1.0.0 | |
| [OpenLDAP](https://www.openldap.org/software/download/OpenLDAP/openldap-release/) | 2.6.13 | 2.6.13 | 2.6.13 | Enterprise agent only |
| [OpenSSL](https://openssl.org/) | 3.6.2 | 3.6.2 | 4.0.1 | |
| [PCRE](https://www.pcre.org/) | - | - | - | |
Expand All @@ -147,7 +147,7 @@ File `install-dependencies` and the relevant subdirectories in `deps-packaging`
| [zlib](https://www.zlib.net/) | 1.3.2 | 1.3.2 | 1.3.2 | |
| [librsync](https://github.com/librsync/librsync/releases) | - | 2.3.4 | 2.3.4 | |
| [leech](https://github.com/larsewi/leech/releases) | - | 0.2.0 | - | |
| [leech2](https://github.com/larsewi/leech2/releases) | - | - | 5.2.0 | |
| [leech2](https://github.com/larsewi/leech2/releases) | - | - | 5.3.0 | |


### Enterprise Hub dependencies
Expand All @@ -157,9 +157,9 @@ File `install-dependencies` and the relevant subdirectories in `deps-packaging`
| [Apache](https://httpd.apache.org/) | 2.4.67 | 2.4.67 | 2.4.68 |
| [APR](https://apr.apache.org/) | 1.7.6 | 1.7.6 | 1.7.6 |
| [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.54.0 | 2.54.0 | 2.54.0 |
| [libexpat](https://libexpat.github.io/) | 2.8.1 | 2.8.1 | 2.8.1 |
| [PHP](https://php.net/) | 8.3.31 | 8.5.6 | 8.5.7 |
| [Git](https://www.kernel.org/pub/software/scm/git/) | 2.54.0 | 2.54.0 | 2.55.0 |
| [libexpat](https://libexpat.github.io/) | 2.8.1 | 2.8.1 | 2.8.2 |
| [PHP](https://php.net/) | 8.3.31 | 8.5.6 | 8.5.8 |
| [PostgreSQL](https://www.postgresql.org/) | 16.14 | 18.4 | 18.4 |
| [nghttp2](https://nghttp2.opg/) | - | 1.69.0 | 1.69.0 |
| [rsync](https://download.samba.org/pub/rsync/) | 3.4.3 | 3.4.3 | 3.4.4 |
Expand Down
Loading