* Patch series to update samba to 4.19.0-1
@ 2023-09-21 12:38 Adolf Belka
2023-09-21 12:38 ` [PATCH 1/5] libldb: Update to version 2.8.0-1 Adolf Belka
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Adolf Belka @ 2023-09-21 12:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/5] libldb: Update to version 2.8.0-1
2023-09-21 12:38 Patch series to update samba to 4.19.0-1 Adolf Belka
@ 2023-09-21 12:38 ` Adolf Belka
2023-09-21 12:38 ` [PATCH 2/5] libtalloc: Update to version 2.4.1-1 Adolf Belka
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2023-09-21 12:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1111 bytes --]
- 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(a)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
--
2.42.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/5] libtalloc: Update to version 2.4.1-1
2023-09-21 12:38 Patch series to update samba to 4.19.0-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 1/5] libldb: Update to version 2.8.0-1 Adolf Belka
@ 2023-09-21 12:38 ` Adolf Belka
2023-09-21 12:38 ` [PATCH 3/5] libtdb: Update to version 1.4.9-1 Adolf Belka
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2023-09-21 12:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 759 bytes --]
- 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(a)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
--
2.42.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 3/5] libtdb: Update to version 1.4.9-1
2023-09-21 12:38 Patch series to update samba to 4.19.0-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 1/5] libldb: Update to version 2.8.0-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 2/5] libtalloc: Update to version 2.4.1-1 Adolf Belka
@ 2023-09-21 12:38 ` Adolf Belka
2023-09-21 12:38 ` [PATCH 4/5] libtevent: Update to version 0.15.0-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 5/5] samba: Update to version 4.19.0-1 Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2023-09-21 12:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
- 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(a)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
--
2.42.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 4/5] libtevent: Update to version 0.15.0-1
2023-09-21 12:38 Patch series to update samba to 4.19.0-1 Adolf Belka
` (2 preceding siblings ...)
2023-09-21 12:38 ` [PATCH 3/5] libtdb: Update to version 1.4.9-1 Adolf Belka
@ 2023-09-21 12:38 ` Adolf Belka
2023-09-21 12:38 ` [PATCH 5/5] samba: Update to version 4.19.0-1 Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2023-09-21 12:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 763 bytes --]
- 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(a)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
--
2.42.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 5/5] samba: Update to version 4.19.0-1
2023-09-21 12:38 Patch series to update samba to 4.19.0-1 Adolf Belka
` (3 preceding siblings ...)
2023-09-21 12:38 ` [PATCH 4/5] libtevent: Update to version 0.15.0-1 Adolf Belka
@ 2023-09-21 12:38 ` Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2023-09-21 12:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1497 bytes --]
- 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(a)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
--
2.42.0
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-09-21 12:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 12:38 Patch series to update samba to 4.19.0-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 1/5] libldb: Update to version 2.8.0-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 2/5] libtalloc: Update to version 2.4.1-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 3/5] libtdb: Update to version 1.4.9-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 4/5] libtevent: Update to version 0.15.0-1 Adolf Belka
2023-09-21 12:38 ` [PATCH 5/5] samba: Update to version 4.19.0-1 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox