mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: mtr@pengutronix.de
Subject: [ptxdist] [PATCH] nbd: version bump 3.21 -> 3.25
Date: Mon, 20 Nov 2023 17:29:16 +0100	[thread overview]
Message-ID: <20231120162916.3625978-1-m.tretter@pengutronix.de> (raw)

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




             reply	other threads:[~2023-11-20 16:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20 16:29 Michael Tretter [this message]
2023-11-28  8:36 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231120162916.3625978-1-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=mtr@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox