unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64716] [PATCH 0/2] Update source hashes.
@ 2023-07-18 18:06 Greg Hogan
  2023-07-18 18:07 ` [bug#64716] [PATCH 1/2] gnu: openjdk12: Update source hash Greg Hogan
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Greg Hogan @ 2023-07-18 18:06 UTC (permalink / raw)
  To: 64716; +Cc: Greg Hogan

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





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#64716] [PATCH 1/2] gnu: openjdk12: Update source hash.
  2023-07-18 18:06 [bug#64716] [PATCH 0/2] Update source hashes Greg Hogan
@ 2023-07-18 18:07 ` Greg Hogan
  2023-07-18 18:07   ` [bug#64716] [PATCH 2/2] gnu: java-bouncycastle: " Greg Hogan
  2023-10-24 15:43 ` [bug#64716] [PATCH v2 0/4] Update source hashes Greg Hogan
  2024-03-12 16:56 ` bug#64716: Cancel Greg Hogan
  2 siblings, 1 reply; 9+ messages in thread
From: Greg Hogan @ 2023-07-18 18:07 UTC (permalink / raw)
  To: 64716; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#64716] [PATCH 2/2] gnu: java-bouncycastle: Update source hash.
  2023-07-18 18:07 ` [bug#64716] [PATCH 1/2] gnu: openjdk12: Update source hash Greg Hogan
@ 2023-07-18 18:07   ` Greg Hogan
  0 siblings, 0 replies; 9+ messages in thread
From: Greg Hogan @ 2023-07-18 18:07 UTC (permalink / raw)
  To: 64716; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#64716] [PATCH v2 0/4] Update source hashes.
  2023-07-18 18:06 [bug#64716] [PATCH 0/2] Update source hashes Greg Hogan
  2023-07-18 18:07 ` [bug#64716] [PATCH 1/2] gnu: openjdk12: Update source hash Greg Hogan
@ 2023-10-24 15:43 ` Greg Hogan
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 1/4] gnu: java-bouncycastle: Update source hash Greg Hogan
                     ` (3 more replies)
  2024-03-12 16:56 ` bug#64716: Cancel Greg Hogan
  2 siblings, 4 replies; 9+ messages in thread
From: Greg Hogan @ 2023-10-24 15:43 UTC (permalink / raw)
  To: 64716; +Cc: Greg Hogan

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





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [bug#64716] [PATCH v2 1/4] gnu: java-bouncycastle: Update source hash.
  2023-10-24 15:43 ` [bug#64716] [PATCH v2 0/4] Update source hashes Greg Hogan
@ 2023-10-24 15:44   ` Greg Hogan
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 2/4] gnu: openjdk12: " Greg Hogan
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Greg Hogan @ 2023-10-24 15:44 UTC (permalink / raw)
  To: 64716; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#64716] [PATCH v2 2/4] gnu: openjdk12: Update source hash.
  2023-10-24 15:43 ` [bug#64716] [PATCH v2 0/4] Update source hashes Greg Hogan
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 1/4] gnu: java-bouncycastle: Update source hash Greg Hogan
@ 2023-10-24 15:44   ` Greg Hogan
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 3/4] gnu: openjdk11: Update to 11.0.21 Greg Hogan
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 4/4] gnu: atop: Update source hash Greg Hogan
  3 siblings, 0 replies; 9+ messages in thread
From: Greg Hogan @ 2023-10-24 15:44 UTC (permalink / raw)
  To: 64716; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#64716] [PATCH v2 3/4] gnu: openjdk11: Update to 11.0.21.
  2023-10-24 15:43 ` [bug#64716] [PATCH v2 0/4] Update source hashes Greg Hogan
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 1/4] gnu: java-bouncycastle: Update source hash Greg Hogan
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 2/4] gnu: openjdk12: " Greg Hogan
@ 2023-10-24 15:44   ` Greg Hogan
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 4/4] gnu: atop: Update source hash Greg Hogan
  3 siblings, 0 replies; 9+ messages in thread
From: Greg Hogan @ 2023-10-24 15:44 UTC (permalink / raw)
  To: 64716; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#64716] [PATCH v2 4/4] gnu: atop: Update source hash.
  2023-10-24 15:43 ` [bug#64716] [PATCH v2 0/4] Update source hashes Greg Hogan
                     ` (2 preceding siblings ...)
  2023-10-24 15:44   ` [bug#64716] [PATCH v2 3/4] gnu: openjdk11: Update to 11.0.21 Greg Hogan
@ 2023-10-24 15:44   ` Greg Hogan
  3 siblings, 0 replies; 9+ messages in thread
From: Greg Hogan @ 2023-10-24 15:44 UTC (permalink / raw)
  To: 64716; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* bug#64716: Cancel
  2023-07-18 18:06 [bug#64716] [PATCH 0/2] Update source hashes Greg Hogan
  2023-07-18 18:07 ` [bug#64716] [PATCH 1/2] gnu: openjdk12: Update source hash Greg Hogan
  2023-10-24 15:43 ` [bug#64716] [PATCH v2 0/4] Update source hashes Greg Hogan
@ 2024-03-12 16:56 ` Greg Hogan
  2 siblings, 0 replies; 9+ messages in thread
From: Greg Hogan @ 2024-03-12 16:56 UTC (permalink / raw)
  To: 64716-done

Have split and resubmitted these patches into tickets #69732 #69747 #69754.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-03-12 16:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18 18:06 [bug#64716] [PATCH 0/2] Update source hashes Greg Hogan
2023-07-18 18:07 ` [bug#64716] [PATCH 1/2] gnu: openjdk12: Update source hash Greg Hogan
2023-07-18 18:07   ` [bug#64716] [PATCH 2/2] gnu: java-bouncycastle: " Greg Hogan
2023-10-24 15:43 ` [bug#64716] [PATCH v2 0/4] Update source hashes Greg Hogan
2023-10-24 15:44   ` [bug#64716] [PATCH v2 1/4] gnu: java-bouncycastle: Update source hash Greg Hogan
2023-10-24 15:44   ` [bug#64716] [PATCH v2 2/4] gnu: openjdk12: " Greg Hogan
2023-10-24 15:44   ` [bug#64716] [PATCH v2 3/4] gnu: openjdk11: Update to 11.0.21 Greg Hogan
2023-10-24 15:44   ` [bug#64716] [PATCH v2 4/4] gnu: atop: Update source hash Greg Hogan
2024-03-12 16:56 ` bug#64716: Cancel Greg Hogan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).