This patch series updates samba to 4.19.0-1 and that version requires updated versions of libldb, libtalloc, libtdb and libtevent. Without these updated versions samba-4.19.0 will fail to build.
Regards, Adolf.
- IPFire-3.x - Update from version 2.6.1-2 to 2.8.0-1 - This version is required for samba-4.19.0 - Changelog - I could not find any changelog info anywhere. Apparently there is a git repo for this package but I could not find it.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- libldb/libldb.nm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libldb/libldb.nm b/libldb/libldb.nm index fc242ef82..70ce8ec59 100644 --- a/libldb/libldb.nm +++ b/libldb/libldb.nm @@ -4,8 +4,8 @@ ###############################################################################
name = libldb -version = 2.6.1 -release = 2 +version = 2.8.0 +release = 1 thisapp = ldb-%{version}
groups = System/Libraries @@ -25,9 +25,9 @@ build cmocka-devel docbook-utils docbook-xsl - libtalloc-devel >= 2.1.5 - libtdb-devel >= 1.3.8 - libtevent-devel >= 0.9.27 + libtalloc-devel >= 2.4.1 + libtdb-devel >= 1.4.9 + libtevent-devel >= 0.15.0 libtirpc-devel libxcrypt-devel lmdb-devel >= 0.9.16
- IPFire-3.x - Update from version 2.3.4-2 to 2.4.1-1 - This version is required by samba-4.19.0 - Changelog - I could not find any changelog info on this package.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- libtalloc/libtalloc.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libtalloc/libtalloc.nm b/libtalloc/libtalloc.nm index fc079ea6b..1778f1046 100644 --- a/libtalloc/libtalloc.nm +++ b/libtalloc/libtalloc.nm @@ -4,8 +4,8 @@ ###############################################################################
name = libtalloc -version = 2.3.4 -release = 2 +version = 2.4.1 +release = 1 thisapp = talloc-%{version}
groups = System/Libraries
- IPFire-3.x - Update from version 1.4.7-2 to 1.4.9-1 - This version is required by samba-4.19.0 - Changelog - I could not find any changelog info on this package.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- libtdb/libtdb.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libtdb/libtdb.nm b/libtdb/libtdb.nm index b85fb53cf..aafd003e7 100644 --- a/libtdb/libtdb.nm +++ b/libtdb/libtdb.nm @@ -4,8 +4,8 @@ ###############################################################################
name = libtdb -version = 1.4.7 -release = 2 +version = 1.4.9 +release = 1 thisapp = tdb-%{version}
groups = System/Libraries
- IPFire-3.x - Update from version 0.13.0-2 to 0.15.0-1 - This version is required by samba-4.19.0 - Changelog - I could not find any changelog info on this package.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- libtevent/libtevent.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libtevent/libtevent.nm b/libtevent/libtevent.nm index d179133d2..181ab4350 100644 --- a/libtevent/libtevent.nm +++ b/libtevent/libtevent.nm @@ -4,8 +4,8 @@ ###############################################################################
name = libtevent -version = 0.13.0 -release = 2 +version = 0.15.0 +release = 1 thisapp = tevent-%{version}
groups = System/Libraries
- IPFire-3.x - Update from version 4.17.5-2 to 4.19.0-1 - This is a patch series together with updates to libldb, libtalloc, libtdb and libtevent as version 4.19.0 of samba requires newer versions of all these libs. - Changelog is a bit too large to include here. The release notes for each of the versions can be found in the left hand column of this link https://www.samba.org/samba/history/
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- samba/samba.nm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/samba/samba.nm b/samba/samba.nm index 1e4831359..205439fea 100644 --- a/samba/samba.nm +++ b/samba/samba.nm @@ -4,8 +4,8 @@ ###############################################################################
name = samba -version = 4.17.5 -release = 2 +version = 4.19.0 +release = 1
groups = Networking/Daemons url = https://www.samba.org/ @@ -50,10 +50,10 @@ build libarchive-devel libattr-devel libcap-devel - libldb-devel = 2.6.1 - libtalloc-devel >= 2.1.8 - libtdb-devel >=1.3.11 - libtevent-devel >= 0.9.29 + libldb-devel >= 2.8.0 + libtalloc-devel >= 2.4.1 + libtdb-devel >= 1.4.9 + libtevent-devel >= 0.15.0 libxcrypt-devel openldap-devel openssl-devel @@ -61,6 +61,7 @@ build perl(base) perl(FindBin) perl(JSON) + perl(JSON::PP) perl(Parse::Yapp::Driver) >= 1.21 popt-devel python3-devel