diff mbox series

[next,1/1] package/file: bump version to 5.46

Message ID 20241201150713.13429-1-ju.o@free.fr
State New
Headers show
Series [next,1/1] package/file: bump version to 5.46 | expand

Commit Message

Julien Olivain Dec. 1, 2024, 3:07 p.m. UTC
See release announce [1].

The src/mygetopt.h file license was updated from BSD-4-Clause to
BSD-2-Clause in upstream commit [2]. This change makes this file using
the same license as most other files. So this commit removes the
license entry for this file and update the _LICENSE accordingly.

This commit also replaces the mention "one file" on BSD-3-Clause, to
the actual file name using it, which is "vasprintf.c".

This commit also updates the Config.in package homepage URL,
to use https.

[1] https://mailman.astron.com/pipermail/file/2024-November/001435.html
[2] https://github.com/file/file/commit/d605bb40478c4ce94aef88316d3a928b3da746f5

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch tested in:
https://gitlab.com/jolivain/buildroot/-/pipelines/1567957114
https://gitlab.com/jolivain/buildroot/-/jobs/8512987847
---
 package/file/Config.in | 2 +-
 package/file/file.hash | 5 ++---
 package/file/file.mk   | 6 +++---
 3 files changed, 6 insertions(+), 7 deletions(-)

Comments

Vincent Jardin Dec. 1, 2024, 4:45 p.m. UTC | #1
Hi Julien,

On Sun, Dec 01, 2024 at 04:07:13PM UTC, Julien Olivain wrote:
> See release announce [1].
> 
> The src/mygetopt.h file license was updated from BSD-4-Clause to
> BSD-2-Clause in upstream commit [2]. This change makes this file using
> the same license as most other files. So this commit removes the
> license entry for this file and update the _LICENSE accordingly.
> 
> This commit also replaces the mention "one file" on BSD-3-Clause, to
> the actual file name using it, which is "vasprintf.c".
> 
> This commit also updates the Config.in package homepage URL,
> to use https.
> 
> [1] https://mailman.astron.com/pipermail/file/2024-November/001435.html
> [2] https://github.com/file/file/commit/d605bb40478c4ce94aef88316d3a928b3da746f5
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Thanks and it is a nice review of the licenses.

Reviewed-by: Vincent Jardin <vjardin@free.fr>

> ---
> Patch tested in:
> https://gitlab.com/jolivain/buildroot/-/pipelines/1567957114
> https://gitlab.com/jolivain/buildroot/-/jobs/8512987847
> ---
>  package/file/Config.in | 2 +-
>  package/file/file.hash | 5 ++---
>  package/file/file.mk   | 6 +++---
>  3 files changed, 6 insertions(+), 7 deletions(-)
> 
> diff --git a/package/file/Config.in b/package/file/Config.in
> index edc4d874b2..6b5326f660 100644
> --- a/package/file/Config.in
> +++ b/package/file/Config.in
> @@ -4,4 +4,4 @@ config BR2_PACKAGE_FILE
>  	  Program to identify a file's format by scanning binary data
>  	  for known patterns.
>  
> -	  http://www.darwinsys.com/file/
> +	  https://www.darwinsys.com/file/
> diff --git a/package/file/file.hash b/package/file/file.hash
> index 7c15569c09..53c4d5c4db 100644
> --- a/package/file/file.hash
> +++ b/package/file/file.hash
> @@ -1,7 +1,6 @@
>  # Locally calculated after verifying signature
> -# https://astron.com/pub/file/file-5.45.tar.gz.asc
> +# https://astron.com/pub/file/file-5.46.tar.gz.asc
>  # using key BE04995BA8F90ED0C0C176C471112AB16CB33B3A
> -sha256  fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82  file-5.45.tar.gz
> +sha256  c9cc77c7c560c543135edc555af609d5619dbef011997e988ce40a3d75d86088  file-5.46.tar.gz
>  sha256  0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274  COPYING
> -sha256  4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462  src/mygetopt.h
>  sha256  2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c  src/vasprintf.c
> diff --git a/package/file/file.mk b/package/file/file.mk
> index 27d9181d76..a33b306c4c 100644
> --- a/package/file/file.mk
> +++ b/package/file/file.mk
> @@ -4,10 +4,10 @@
>  #
>  ################################################################################
>  
> -FILE_VERSION = 5.45
> +FILE_VERSION = 5.46
>  FILE_SITE = https://astron.com/pub/file
> -FILE_LICENSE = BSD-2-Clause, BSD-4-Clause (one file), BSD-3-Clause (one file)
> -FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
> +FILE_LICENSE = BSD-2-Clause, BSD-3-Clause (vasprintf.c)
> +FILE_LICENSE_FILES = COPYING src/vasprintf.c
>  FILE_CPE_ID_VALID = YES
>  
>  FILE_AUTORECONF = YES
> -- 
> 2.47.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/file/Config.in b/package/file/Config.in
index edc4d874b2..6b5326f660 100644
--- a/package/file/Config.in
+++ b/package/file/Config.in
@@ -4,4 +4,4 @@  config BR2_PACKAGE_FILE
 	  Program to identify a file's format by scanning binary data
 	  for known patterns.
 
-	  http://www.darwinsys.com/file/
+	  https://www.darwinsys.com/file/
diff --git a/package/file/file.hash b/package/file/file.hash
index 7c15569c09..53c4d5c4db 100644
--- a/package/file/file.hash
+++ b/package/file/file.hash
@@ -1,7 +1,6 @@ 
 # Locally calculated after verifying signature
-# https://astron.com/pub/file/file-5.45.tar.gz.asc
+# https://astron.com/pub/file/file-5.46.tar.gz.asc
 # using key BE04995BA8F90ED0C0C176C471112AB16CB33B3A
-sha256  fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82  file-5.45.tar.gz
+sha256  c9cc77c7c560c543135edc555af609d5619dbef011997e988ce40a3d75d86088  file-5.46.tar.gz
 sha256  0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274  COPYING
-sha256  4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462  src/mygetopt.h
 sha256  2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c  src/vasprintf.c
diff --git a/package/file/file.mk b/package/file/file.mk
index 27d9181d76..a33b306c4c 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -4,10 +4,10 @@ 
 #
 ################################################################################
 
-FILE_VERSION = 5.45
+FILE_VERSION = 5.46
 FILE_SITE = https://astron.com/pub/file
-FILE_LICENSE = BSD-2-Clause, BSD-4-Clause (one file), BSD-3-Clause (one file)
-FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
+FILE_LICENSE = BSD-2-Clause, BSD-3-Clause (vasprintf.c)
+FILE_LICENSE_FILES = COPYING src/vasprintf.c
 FILE_CPE_ID_VALID = YES
 
 FILE_AUTORECONF = YES