GNU bug report logs - #64716
[PATCH 0/2] Update source hashes.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 18 Jul 2023 18:07:02 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.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 64716 in the body.
You can then email your comments to 64716 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#64716; Package guix-patches. (Tue, 18 Jul 2023 18:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 18 Jul 2023 18:07:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 0/2] Update source hashes.
Date: Tue, 18 Jul 2023 18:06:24 +0000
Greg Hogan (2):
  gnu: openjdk12: Update source hash.
  gnu: java-bouncycastle: Update source hash.

 gnu/packages/java.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64716; Package guix-patches. (Tue, 18 Jul 2023 18:08:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 64716 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 2/2] gnu: java-bouncycastle: Update source hash.
Date: Tue, 18 Jul 2023 18:07:32 +0000
* gnu/packages/java.scm (java-bouncycastle): Update source hash.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a5d6dd5f2d..ea2d4e2e84 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -10703,7 +10703,7 @@ (define-public java-bouncycastle
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1449q7fyh03s1q0bqljcrhgacwcyqmg2bbvb3z084avgapwsainz"))
+                "0ycdm2l0cwcpzh1zab3hbb21qcfx9n4lgh0v467ybn61cg0wmya6"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64716; Package guix-patches. (Tue, 18 Jul 2023 18:08:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 64716 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 1/2] gnu: openjdk12: Update source hash.
Date: Tue, 18 Jul 2023 18:07:31 +0000
* gnu/packages/java.scm (openjdk12): Update source hash.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 7ad1116527..a5d6dd5f2d 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1421,7 +1421,7 @@ (define-syntax make-openjdk
 
 (define-public openjdk12
   (make-openjdk
-   openjdk11 "12.33" "0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"
+   openjdk11 "12.33" "0pi2gwib3j2imi4l623iaywrmvfh9rqzh82lj2gxqbrmg55swvjf"
    (source
     (origin
       (method url-fetch)
@@ -1429,7 +1429,7 @@ (define-public openjdk12
       (file-name (string-append name "-" version ".tar.bz2"))
       (sha256
        (base32
-        "0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"))
+        "0pi2gwib3j2imi4l623iaywrmvfh9rqzh82lj2gxqbrmg55swvjf"))
       (modules '((guix build utils)))
       (snippet
        '(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64716; Package guix-patches. (Tue, 24 Oct 2023 15:46:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 64716 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v2 0/4] Update source hashes.
Date: Tue, 24 Oct 2023 15:43:59 +0000
v2 adds an update source hash for atop and also updates openjdk11, a
long-term release which is part of the build chain for openjdk12.

Greg Hogan (4):
  gnu: java-bouncycastle: Update source hash.
  gnu: openjdk12: Update source hash.
  gnu: openjdk11: Update to 11.0.21.
  gnu: atop: Update source hash.

 gnu/packages/admin.scm |  2 +-
 gnu/packages/java.scm  | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64716; Package guix-patches. (Tue, 24 Oct 2023 15:46:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 64716 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v2 1/4] gnu: java-bouncycastle: Update source hash.
Date: Tue, 24 Oct 2023 15:44:00 +0000
* gnu/packages/java.scm (java-bouncycastle): Update source hash.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 9445c37b67..a66cf4230d 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -10967,7 +10967,7 @@ (define-public java-bouncycastle
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1449q7fyh03s1q0bqljcrhgacwcyqmg2bbvb3z084avgapwsainz"))
+                "0ycdm2l0cwcpzh1zab3hbb21qcfx9n4lgh0v467ybn61cg0wmya6"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64716; Package guix-patches. (Tue, 24 Oct 2023 15:46:03 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 64716 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v2 2/4] gnu: openjdk12: Update source hash.
Date: Tue, 24 Oct 2023 15:44:01 +0000
* gnu/packages/java.scm (openjdk12): Update source hash.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a66cf4230d..aed4a4abfd 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1446,7 +1446,7 @@ (define-syntax make-openjdk
 
 (define-public openjdk12
   (make-openjdk
-   openjdk11 "12.33" "0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"
+   openjdk11 "12.33" "0pi2gwib3j2imi4l623iaywrmvfh9rqzh82lj2gxqbrmg55swvjf"
    (source
     (origin
       (method url-fetch)
@@ -1454,7 +1454,7 @@ (define-public openjdk12
       (file-name (string-append name "-" version ".tar.bz2"))
       (sha256
        (base32
-        "0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"))
+        "0pi2gwib3j2imi4l623iaywrmvfh9rqzh82lj2gxqbrmg55swvjf"))
       (modules '((guix build utils)))
       (snippet
        '(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64716; Package guix-patches. (Tue, 24 Oct 2023 15:46:03 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 64716 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v2 4/4] gnu: atop: Update source hash.
Date: Tue, 24 Oct 2023 15:44:03 +0000
* gnu/packages/admin.scm (atop): Update source hash.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8f72b0eeae..bf20698e7d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5092,7 +5092,7 @@ (define-public atop
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1y4qmc8i7zg2cqrmz38dxbsj8bb2h7jm1zz23gqcdygkgaymwddw"))))
+                "09prpw20ps6cd8qr63glbcip3jrvnnic0m7j1q02g8hjnw8z50ld"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64716; Package guix-patches. (Tue, 24 Oct 2023 15:46:04 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 64716 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v2 3/4] gnu: openjdk11: Update to 11.0.21.
Date: Tue, 24 Oct 2023 15:44:02 +0000
* gnu/packages/java.scm (openjdk11): Update to 11.0.21.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index aed4a4abfd..3e60478d57 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1133,7 +1133,7 @@ (define-public openjdk10
 (define-public openjdk11
   (package
     (name "openjdk")
-    (version "11.0.17")
+    (version "11.0.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://openjdk-sources.osci.io/openjdk11/openjdk-"
@@ -1141,7 +1141,7 @@ (define-public openjdk11
               (file-name (string-append name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1prvqy0ysz0999wrhsrbz6vrknpqfihl9l74l16ph93g89dqi5ia"))
+                "1srl91k6zcx8qv78mwdgifqnkcr6yvandjk7ncnf9hvmlcvj2dg9"))
               (modules '((guix build utils)))
               (snippet
                '(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))))
-- 
2.41.0





Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Tue, 12 Mar 2024 16:58:01 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Tue, 12 Mar 2024 16:58:01 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 64716-done <at> debbugs.gnu.org
Subject: Cancel
Date: Tue, 12 Mar 2024 12:56:06 -0400
Have split and resubmitted these patches into tickets #69732 #69747 #69754.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 10 Apr 2024 11:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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