samba: Update to 4.17.5

Message ID 20230217145614.186833-1-stefan.schantl@ipfire.org
State Accepted
Commit a183af94c25e4703517c5cb5500cbc1e98519831
Headers
Series samba: Update to 4.17.5 |

Commit Message

Stefan Schantl Feb. 17, 2023, 2:56 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 samba/samba.nm | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)
  

Patch

diff --git a/samba/samba.nm b/samba/samba.nm
index 7b7c2003f..d5441344f 100644
--- a/samba/samba.nm
+++ b/samba/samba.nm
@@ -4,7 +4,7 @@ 
 ###############################################################################
 
 name       = samba
-version    = 4.5.1
+version    = 4.17.5
 release    = 1
 
 groups     = Networking/Daemons
@@ -32,29 +32,41 @@  CFLAGS    += \
 
 build
 	requires
+		/usr/bin/rpcgen
 		autoconf
 		automake
+		bison
 		avahi-devel
 		cups-devel >= 2.1.4
+		dbus-devel
 		docbook-xsl
+		flex
 		gettext
-		gnutls-devel
+		gnutls-devel >= 3.7.8
+		gpgme-devel
+		jansson-devel
 		ncurses-devel
 		libacl-devel
+		libarchive-devel
 		libattr-devel
 		libcap-devel
-		libldb-devel >= 1.1.27
+		libldb-devel = 2.6.1
 		libtalloc-devel >= 2.1.8
 		libtdb-devel >=1.3.11
 		libtevent-devel >= 0.9.29
 		openldap-devel
 		openssl-devel
 		pam-devel
+		perl(JSON)
+		perl(Parse::Yapp::Driver) >= 1.21
 		popt-devel
-		pyldb
-		pytalloc
-		pytdb
-		pytevent
+		python3-devel
+		python3-dns
+		python3-markdown
+		python3-ldb
+		python3-talloc
+		python3-tdb
+		python3-tevent
 		readline-devel
 		which
 		zlib-devel
@@ -70,7 +82,7 @@  build
 		--with-logfilebase=%{localstatedir}/log/samba \
 		--with-modulesdir=%{libdir}/samba \
 		--with-configdir=%{sysconfdir}/samba \
-		--with-pammodulesdir=/%{lib}/security \
+		--with-pammodulesdir=%{libdir}/security \
 		--with-automount \
 		--with-pam \
 		--with-quotas \