On Mon, May 19, 2025 at 03:01:53PM +0200, Roman Schnider via ptxdist wrote: > Various bug fixes and improvements: > https://www.pureftpd.org/project/pure-ftpd/news/ > > Added license > Removed obsolete download URL > > Signed-off-by: Roman Schnider <[email protected]> > --- > rules/pureftpd.make | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/rules/pureftpd.make b/rules/pureftpd.make > index 8f447b528..0a1c5d7f5 100644 > --- a/rules/pureftpd.make > +++ b/rules/pureftpd.make > @@ -13,15 +13,15 @@ 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 := \ > - > http://download.pureftpd.org/pub/pure-ftpd/releases/$(PUREFTPD).$(PUREFTPD_SUFFIX) > \ > - > http://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/$(PUREFTPD).$(PUREFTPD_SUFFIX) > +PUREFTPD_URL := > http://download.pureftpd.org/pub/pure-ftpd/releases/$(PUREFTPD).$(PUREFTPD_SUFFIX)
Please keep the URL as it is. From what I understand, older releases are moved to the obsolete/ folder, so without that in the URL, older BSPs will break at some point. Michael > PUREFTPD_SOURCE := $(SRCDIR)/$(PUREFTPD).$(PUREFTPD_SUFFIX) > PUREFTPD_DIR := $(BUILDDIR)/$(PUREFTPD) > +PUREFTPD_LICENSE := ISC AND BSD-3-Clause > +PUREFTPD_LICENSE_FILES := > file://COPYING;md5=5138d4a8a877b32de6a78cf7e9e99c25 > > # > ---------------------------------------------------------------------------- > # Prepare > -- > 2.43.0 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
