* [ptxdist] [PATCH v3] pureftpd: version bump 1.0.36 -> 1.0.52
@ 2025-06-11 12:16 Roman Schnider via ptxdist
2025-06-13 13:49 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Roman Schnider via ptxdist @ 2025-06-11 12:16 UTC (permalink / raw)
To: ptxdist; +Cc: Roman Schnider
Various bug fixes and improvements:
https://www.pureftpd.org/project/pure-ftpd/news/
Added licenses
Signed-off-by: Roman Schnider <r.schnider@cab.de>
---
v3:
added missing BSD licenses
---
rules/pureftpd.make | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/rules/pureftpd.make b/rules/pureftpd.make
index 8f447b528..b8c2da2df 100644
--- a/rules/pureftpd.make
+++ b/rules/pureftpd.make
@@ -13,8 +13,8 @@ PACKAGES-$(PTXCONF_PUREFTPD) += pureftpd
#
# Paths and names
#
-PUREFTPD_VERSION := 1.0.36
-PUREFTPD_MD5 := 7899c75c1fed7dbad0352eb31080e066
+PUREFTPD_VERSION := 1.0.52
+PUREFTPD_MD5 := 6fdd75053b7aaa0f45089a7bf7fcd0b4
PUREFTPD := pure-ftpd-$(PUREFTPD_VERSION)
PUREFTPD_SUFFIX := tar.bz2
PUREFTPD_URL := \
@@ -22,6 +22,12 @@ PUREFTPD_URL := \
http://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/$(PUREFTPD).$(PUREFTPD_SUFFIX)
PUREFTPD_SOURCE := $(SRCDIR)/$(PUREFTPD).$(PUREFTPD_SUFFIX)
PUREFTPD_DIR := $(BUILDDIR)/$(PUREFTPD)
+PUREFTPD_LICENSE := ISC AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause
+PUREFTPD_LICENSE_FILES := \
+ file://COPYING;md5=5138d4a8a877b32de6a78cf7e9e99c25 \
+ file://src/bsd-getopt_long.c;startline=16;endline=43;md5=295b2603ea44ba63d947caed65e10801 \
+ file://src/bsd-glob.c;startline=2;endline=32;md5=8fd02637c51e4790905f94ede93f40f5 \
+ file://src/bsd-getopt_long.h;startline=20;endline=54;md5=72453a000b4b09da65c73ee68c527048
# ----------------------------------------------------------------------------
# Prepare
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] pureftpd: version bump 1.0.36 -> 1.0.52
2025-06-11 12:16 [ptxdist] [PATCH v3] pureftpd: version bump 1.0.36 -> 1.0.52 Roman Schnider via ptxdist
@ 2025-06-13 13:49 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-06-13 13:49 UTC (permalink / raw)
To: ptxdist; +Cc: Roman Schnider
Thanks, applied as 1a19cdfd2fd619621b77841b22c29251202e40d2.
Michael
[sent from post-receive hook]
On Fri, 13 Jun 2025 15:49:39 +0200, Roman Schnider <r.schnider@cab.de> wrote:
> Various bug fixes and improvements:
> https://www.pureftpd.org/project/pure-ftpd/news/
>
> Added licenses
>
> Signed-off-by: Roman Schnider <r.schnider@cab.de>
> Message-Id: <20250611122440.89062-1-r.schnider@cab.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/pureftpd.make b/rules/pureftpd.make
> index 8f447b5280f2..b8c2da2df59f 100644
> --- a/rules/pureftpd.make
> +++ b/rules/pureftpd.make
> @@ -13,8 +13,8 @@ PACKAGES-$(PTXCONF_PUREFTPD) += pureftpd
> #
> # Paths and names
> #
> -PUREFTPD_VERSION := 1.0.36
> -PUREFTPD_MD5 := 7899c75c1fed7dbad0352eb31080e066
> +PUREFTPD_VERSION := 1.0.52
> +PUREFTPD_MD5 := 6fdd75053b7aaa0f45089a7bf7fcd0b4
> PUREFTPD := pure-ftpd-$(PUREFTPD_VERSION)
> PUREFTPD_SUFFIX := tar.bz2
> PUREFTPD_URL := \
> @@ -22,6 +22,12 @@ PUREFTPD_URL := \
> http://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/$(PUREFTPD).$(PUREFTPD_SUFFIX)
> PUREFTPD_SOURCE := $(SRCDIR)/$(PUREFTPD).$(PUREFTPD_SUFFIX)
> PUREFTPD_DIR := $(BUILDDIR)/$(PUREFTPD)
> +PUREFTPD_LICENSE := ISC AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause
> +PUREFTPD_LICENSE_FILES := \
> + file://COPYING;md5=5138d4a8a877b32de6a78cf7e9e99c25 \
> + file://src/bsd-getopt_long.c;startline=16;endline=43;md5=295b2603ea44ba63d947caed65e10801 \
> + file://src/bsd-glob.c;startline=2;endline=32;md5=8fd02637c51e4790905f94ede93f40f5 \
> + file://src/bsd-getopt_long.h;startline=20;endline=54;md5=72453a000b4b09da65c73ee68c527048
>
> # ----------------------------------------------------------------------------
> # Prepare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-13 13:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-11 12:16 [ptxdist] [PATCH v3] pureftpd: version bump 1.0.36 -> 1.0.52 Roman Schnider via ptxdist
2025-06-13 13:49 ` [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