GNU bug report logs - #65501
[PATCH] gnu: file: Update to 5.45

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 24 Aug 2023 15:08:01 UTC

Severity: normal

Tags: patch

Merged with 66477, 66478

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65501 in the body.
You can then email your comments to 65501 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#65501; Package guix-patches. (Thu, 24 Aug 2023 15:08:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 24 Aug 2023 15:08:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: file: Update to 5.45
Date: Thu, 24 Aug 2023 08:07:07 -0700
* gnu/packages/file.scm (file): Update to 5.45
---
 gnu/packages/file.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index 3f870d84a1..c5cdc1d7c0 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -31,14 +31,14 @@ (define-module (gnu packages file)
 (define-public file
   (package
     (name "file")
-    (version "5.44")
+    (version "5.45")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ftp.astron.com/pub/file/file-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fsz8wld09qai2qghphmwn69ni9m23razj3wip5k3j6vm3xwfl9p"))))
+                "10jdg2fd19h2q3jrsaw7xqwy1w3qyvdfzzrv9sgjq3mv548gb5zw"))))
    (build-system gnu-build-system)
 
    ;; When cross-compiling, this package depends upon a native install of

base-commit: b15381460ed74e72792ff182dd2ca7a06ba59b0c
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#65501; Package guix-patches. (Mon, 11 Sep 2023 03:43:02 GMT) Full text and rfc822 format available.

Message #8 received at 65501 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 65501 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: file: Update to 5.45
Date: Sun, 10 Sep 2023 20:42:21 -0700
* gnu/packages/file.scm (file): Update to 5.45
---
 gnu/packages/file.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index 3f870d84a1..c5cdc1d7c0 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -31,14 +31,14 @@ (define-module (gnu packages file)
 (define-public file
   (package
     (name "file")
-    (version "5.44")
+    (version "5.45")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ftp.astron.com/pub/file/file-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fsz8wld09qai2qghphmwn69ni9m23razj3wip5k3j6vm3xwfl9p"))))
+                "10jdg2fd19h2q3jrsaw7xqwy1w3qyvdfzzrv9sgjq3mv548gb5zw"))))
    (build-system gnu-build-system)
 
    ;; When cross-compiling, this package depends upon a native install of

base-commit: 2eb6df537c36da8bf8e81ff698421f6fb1bfd1ab
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#65501; Package guix-patches. (Wed, 20 Sep 2023 05:39:02 GMT) Full text and rfc822 format available.

Message #11 received at 65501 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 65501 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v3] gnu: file: Update to 5.45
Date: Tue, 19 Sep 2023 22:38:09 -0700
* gnu/packages/file.scm (file): Update to 5.45
---
 gnu/packages/file.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index 3f870d84a1..c5cdc1d7c0 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -31,14 +31,14 @@ (define-module (gnu packages file)
 (define-public file
   (package
     (name "file")
-    (version "5.44")
+    (version "5.45")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ftp.astron.com/pub/file/file-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fsz8wld09qai2qghphmwn69ni9m23razj3wip5k3j6vm3xwfl9p"))))
+                "10jdg2fd19h2q3jrsaw7xqwy1w3qyvdfzzrv9sgjq3mv548gb5zw"))))
    (build-system gnu-build-system)
 
    ;; When cross-compiling, this package depends upon a native install of

base-commit: 4b3b2e63007acee9e3a8c2ea728190480d092c3c
-- 
2.41.0





Merged 65501 66477. Request was from Andy Tai <atai <at> atai.org> to control <at> debbugs.gnu.org. (Thu, 12 Oct 2023 05:19:01 GMT) Full text and rfc822 format available.

Merged 65501 66477 66478. Request was from Andy Tai <atai <at> atai.org> to control <at> debbugs.gnu.org. (Thu, 12 Oct 2023 05:24:02 GMT) Full text and rfc822 format available.

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 20 Oct 2023 01:06:01 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Fri, 20 Oct 2023 01:06:01 GMT) Full text and rfc822 format available.

Message #20 received at 65501-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Andy Tai <atai <at> atai.org>
Cc: 66478-done <at> debbugs.gnu.org, 65501-done <at> debbugs.gnu.org
Subject: Re: bug#66478: [PATCH core-updates v2] gnu: file: Update to 5.45
Date: Thu, 19 Oct 2023 21:04:31 -0400
Hi,

Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/file.scm (file): Update to 5.45
> ---
>  gnu/packages/file.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
> index 3f870d84a1..c5cdc1d7c0 100644
> --- a/gnu/packages/file.scm
> +++ b/gnu/packages/file.scm
> @@ -31,14 +31,14 @@ (define-module (gnu packages file)
>  (define-public file
>    (package
>      (name "file")
> -    (version "5.44")
> +    (version "5.45")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "http://ftp.astron.com/pub/file/file-"
>                                    version ".tar.gz"))
>                (sha256
>                 (base32
> -                "0fsz8wld09qai2qghphmwn69ni9m23razj3wip5k3j6vm3xwfl9p"))))
> +                "10jdg2fd19h2q3jrsaw7xqwy1w3qyvdfzzrv9sgjq3mv548gb5zw"))))
>     (build-system gnu-build-system)
>  
>     ;; When cross-compiling, this package depends upon a native install of

Installed to core-updates!

-- 
Thanks,
Maxim




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 20 Oct 2023 01:06:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Fri, 20 Oct 2023 01:06:02 GMT) Full text and rfc822 format available.

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 20 Oct 2023 01:06:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Fri, 20 Oct 2023 01:06:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 17 Nov 2023 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.