On Wed, Jan 08, 2020 at 02:28:56PM +0100, Christian Hermann wrote: > Hello Alex, > > thanks for taking a look at this commit. > I consider this patch small enough for easy review and feedback.
One commit is fine in this case. Michael > On 08.01.20 09:31, Alexander Dahl wrote: > > Hello Christian, > > > > Am Dienstag, 7. Januar 2020, 19:21:42 CET schrieb Christian Hermann: > > > * fetch via http instead of ftp > > > * fix license identifier > > > > You might want to split up those in more than one commit for easier review > > and > > later reference? > > > > Greets > > Alex > > > > > > > > Signed-off-by: Christian Hermann <[email protected]> > > > --- > > > rules/file.make | 11 +++++++---- > > > 1 file changed, 7 insertions(+), 4 deletions(-) > > > > > > diff --git a/rules/file.make b/rules/file.make > > > index b721cf7e6..0d42cdece 100644 > > > --- a/rules/file.make > > > +++ b/rules/file.make > > > @@ -14,14 +14,17 @@ PACKAGES-$(PTXCONF_FILE) += file > > > # > > > # Paths and names > > > # > > > -FILE_VERSION := 5.35 > > > -FILE_MD5 := 5f10fb45bdaffd729a572e563783b78e > > > +FILE_VERSION := 5.36 > > > +FILE_MD5 := 9af0eb3f5db4ae00fffc37f7b861575c > > > FILE := file-$(FILE_VERSION) > > > FILE_SUFFIX := tar.gz > > > -FILE_URL := ftp://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX) > > > +FILE_URL := http://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX) > > > FILE_SOURCE := $(SRCDIR)/$(FILE).$(FILE_SUFFIX) > > > FILE_DIR := $(BUILDDIR)/$(FILE) > > > -FILE_LICENSE := BSD AND 2-term BSD > > > +FILE_LICENSE := BSD-2-Clause > > > +FILE_LICENSE_FILES := \ > > > + file://COPYING;md5=8bafafc441e2e0b9660848c98760b5f3 \ > > > + > > > file://src/file.c;startline=1;endline=27;md5=c23a8098a761ce319308792587730 > > > 7b9 > > > > > > # > > > --------------------------------------------------------------------------- > > > - # Prepare > > > > > > > > _______________________________________________ > > ptxdist mailing list > > [email protected] > > > > _______________________________________________ > ptxdist mailing list > [email protected] > -- 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 | _______________________________________________ ptxdist mailing list [email protected]
