On Tue, Jan 07, 2020 at 07:21:42PM +0100, Christian Hermann wrote:
> * fetch via http instead of ftp
> * fix license identifier
> 
> 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

Hmmm, I think there is a file with BSD-3-Clause and some with curl(?).

Michael

> +FILE_LICENSE_FILES   := \
> +     file://COPYING;md5=8bafafc441e2e0b9660848c98760b5f3 \
> +     
> file://src/file.c;startline=1;endline=27;md5=c23a8098a761ce3193087925877307b9
>  
>  # 
> ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.24.1
> 
> 
> _______________________________________________
> 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]

Reply via email to