public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libtirc: Build with gss support
@ 2023-02-22 10:14 Stefan Schantl
  2023-02-22 10:14 ` [PATCH 2/2] nfs-utils: Requires libtirpc with gss suport to built Stefan Schantl
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2023-02-22 10:14 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 libtirpc/libtirpc.nm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/libtirpc/libtirpc.nm b/libtirpc/libtirpc.nm
index 55857a103..418960cd8 100644
--- a/libtirpc/libtirpc.nm
+++ b/libtirpc/libtirpc.nm
@@ -5,7 +5,7 @@
 
 name       = libtirpc
 version    = 1.3.3
-release    = 2
+release    = 3
 
 groups     = System/Libraries
 url        = http://nfsv4.bullopensource.org/
@@ -27,6 +27,7 @@ build
 		autoconf
 		automake
 		libtool
+		krb5-devel
 	end
 
 	prepare_cmds
@@ -34,9 +35,6 @@ build
 		autoreconf -fisv
 	end
 
-	configure_options += \
-		--disable-gssapi
-
 	install_cmds
 		# Fix installation path of the man pages.
 		mv %{BUILDROOT}%{mandir}/man3{,t}
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] nfs-utils: Requires libtirpc with gss suport to built
  2023-02-22 10:14 [PATCH 1/2] libtirc: Build with gss support Stefan Schantl
@ 2023-02-22 10:14 ` Stefan Schantl
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schantl @ 2023-02-22 10:14 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 652 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 nfs-utils/nfs-utils.nm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nfs-utils/nfs-utils.nm b/nfs-utils/nfs-utils.nm
index 6625f798c..f68819792 100644
--- a/nfs-utils/nfs-utils.nm
+++ b/nfs-utils/nfs-utils.nm
@@ -5,7 +5,7 @@
 
 name       = nfs-utils
 version    = 2.6.2
-release    = 2
+release    = 3
 
 groups     = Networking/Tools
 url        = http://nfs.sourceforge.net/
@@ -37,7 +37,7 @@ build
 		libevent-devel
 		libkeyutils-devel
 		libmount-devel
-		libtirpc-devel
+		libtirpc-devel >= 1.3.3-3
 		libtool
 		rpcsvc-proto
 		shadow-utils
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-22 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 10:14 [PATCH 1/2] libtirc: Build with gss support Stefan Schantl
2023-02-22 10:14 ` [PATCH 2/2] nfs-utils: Requires libtirpc with gss suport to built Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox