mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] nbd: version bump 3.21 -> 3.25
@ 2023-11-20 16:29 Michael Tretter
  2023-11-28  8:36 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2023-11-20 16:29 UTC (permalink / raw)
  To: ptxdist; +Cc: mtr

Since release 3.25, the official releases of nbd are on GitHub and no
longer uploaded to sourceforge.

Support for the Sockets Direct Protocol (SDP) has been dropped from
upstream since the protocol is deprecated.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/nbd.make | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/rules/nbd.make b/rules/nbd.make
index 4d604d0fa5c7..ab5f2b7e93da 100644
--- a/rules/nbd.make
+++ b/rules/nbd.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_NBD) += nbd
 #
 # Paths and names
 #
-NBD_VERSION	:= 3.21
-NBD_MD5		:= c51c4c500fe1ed84c3d5d5dd2ca71d23
+NBD_VERSION	:= 3.25
+NBD_MD5		:= fc885361c00ac4de2c45d651c48bd937
 NBD		:= nbd-$(NBD_VERSION)
 NBD_SUFFIX	:= tar.xz
-NBD_URL		:= $(call ptx/mirror, SF, nbd/$(NBD).$(NBD_SUFFIX))
+NBD_URL		:= https://github.com/NetworkBlockDevice/nbd/releases/download/$(NBD)/$(NBD).$(NBD_SUFFIX)
 NBD_SOURCE	:= $(SRCDIR)/$(NBD).$(NBD_SUFFIX)
 NBD_DIR		:= $(BUILDDIR)/$(NBD)
 NBD_LICENSE	:= GPL-2.0-only
@@ -34,7 +34,6 @@ NBD_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_GLOBAL_LARGE_FILE)-lfs \
 	--disable-syslog \
 	--disable-debug \
-	--disable-sdp \
 	--disable-gznbd \
 	--disable-manpages \
 	--without-gnutls \
-- 
2.39.2




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

end of thread, other threads:[~2023-11-28  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-20 16:29 [ptxdist] [PATCH] nbd: version bump 3.21 -> 3.25 Michael Tretter
2023-11-28  8:36 ` [ptxdist] [APPLIED] " Michael Olbrich

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