all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46156] [PATCH 0/2] gnu: libfabric: Update to 0.11.2.
@ 2021-01-28 17:19 Greg Hogan
       [not found] ` <handler.46156.B.161185438719419.ack@debbugs.gnu.org>
  2021-01-28 20:13 ` bug#46156: [PATCH 0/2] gnu: libfabric: Update to 0.11.2 Efraim Flashner
  0 siblings, 2 replies; 4+ messages in thread
From: Greg Hogan @ 2021-01-28 17:19 UTC (permalink / raw)
  To: 46156

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: Type: text/html, Size: 79 bytes --]

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

* [bug#46156] Acknowledgement ([PATCH 0/2] gnu: libfabric: Update to 0.11.2.)
       [not found] ` <handler.46156.B.161185438719419.ack@debbugs.gnu.org>
@ 2021-01-28 17:21   ` Greg Hogan
  2021-01-28 17:21   ` Greg Hogan
  1 sibling, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2021-01-28 17:21 UTC (permalink / raw)
  To: 46156


[-- Attachment #1.1: Type: text/plain, Size: 2066 bytes --]

From 8172054a6c7a796a3a7d7cf931b58d472d23aef6 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 28 Jan 2021 17:10:48 +0000
Subject: [PATCH 1/2] gnu: rdma-core: Update to 33.1.

* gnu/packages/linux.scm (rdma-core): Update to 33.1.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2735c67200..75df59aa3f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5507,7 +5507,7 @@ The package provides additional NTFS tools.")
 (define-public rdma-core
   (package
     (name "rdma-core")
-    (version "26.0")
+    (version "33.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/linux-rdma/rdma-core"
@@ -5515,7 +5515,7 @@ The package provides additional NTFS tools.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "14raqwx4pkzghiwkx1v0dq338f7xqqx8rnsxlpdnngvjy1p5l79j"))))
+                "1rah0v9gq9rksqd2c17nmydsxcjz178n7m2y4ricwlf5pq1b2yfi"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests
-- 
2.30.0

On Thu, Jan 28, 2021 at 12:20 PM GNU bug Tracking System <
help-debbugs@gnu.org> wrote:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 46156@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 46156: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46156
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>

[-- Attachment #1.2: Type: text/html, Size: 3498 bytes --]

[-- Attachment #2: 0001-gnu-rdma-core-Update-to-33.1.patch --]
[-- Type: application/octet-stream, Size: 1223 bytes --]

From 8172054a6c7a796a3a7d7cf931b58d472d23aef6 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 28 Jan 2021 17:10:48 +0000
Subject: [PATCH 1/2] gnu: rdma-core: Update to 33.1.

* gnu/packages/linux.scm (rdma-core): Update to 33.1.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2735c67200..75df59aa3f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5507,7 +5507,7 @@ The package provides additional NTFS tools.")
 (define-public rdma-core
   (package
     (name "rdma-core")
-    (version "26.0")
+    (version "33.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/linux-rdma/rdma-core"
@@ -5515,7 +5515,7 @@ The package provides additional NTFS tools.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "14raqwx4pkzghiwkx1v0dq338f7xqqx8rnsxlpdnngvjy1p5l79j"))))
+                "1rah0v9gq9rksqd2c17nmydsxcjz178n7m2y4ricwlf5pq1b2yfi"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests
-- 
2.30.0


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

* [bug#46156] Acknowledgement ([PATCH 0/2] gnu: libfabric: Update to 0.11.2.)
       [not found] ` <handler.46156.B.161185438719419.ack@debbugs.gnu.org>
  2021-01-28 17:21   ` [bug#46156] Acknowledgement ([PATCH 0/2] gnu: libfabric: Update to 0.11.2.) Greg Hogan
@ 2021-01-28 17:21   ` Greg Hogan
  1 sibling, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2021-01-28 17:21 UTC (permalink / raw)
  To: 46156


[-- Attachment #1.1: Type: text/plain, Size: 2065 bytes --]

From 23e9853a70688c5ff97d81002dcce566ba9c361f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 28 Jan 2021 17:11:22 +0000
Subject: [PATCH 2/2] gnu: libfabric: Update to 0.11.2.

* gnu/packages/linux.scm (libfabric): Update to 0.11.2.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 75df59aa3f..aeb1e0b089 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6726,7 +6726,7 @@ comparing system environments.")
 (define-public libfabric
   (package
     (name "libfabric")
-    (version "1.4.1")
+    (version "1.11.2")
     (source
      (origin
        (method url-fetch)
@@ -6734,7 +6734,7 @@ comparing system environments.")
         (string-append "
https://github.com/ofiwg/libfabric/releases/download/v"
                        version "/libfabric-" version ".tar.bz2"))
        (sha256
-        (base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
+        (base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
     (build-system gnu-build-system)
     (inputs `(("rdma-core" ,rdma-core)
               ,@(match (%current-system)
-- 
2.30.0

On Thu, Jan 28, 2021 at 12:20 PM GNU bug Tracking System <
help-debbugs@gnu.org> wrote:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 46156@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 46156: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46156
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>

[-- Attachment #1.2: Type: text/html, Size: 3506 bytes --]

[-- Attachment #2: 0002-gnu-libfabric-Update-to-0.11.2.patch --]
[-- Type: application/octet-stream, Size: 1221 bytes --]

From 23e9853a70688c5ff97d81002dcce566ba9c361f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 28 Jan 2021 17:11:22 +0000
Subject: [PATCH 2/2] gnu: libfabric: Update to 0.11.2.

* gnu/packages/linux.scm (libfabric): Update to 0.11.2.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 75df59aa3f..aeb1e0b089 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6726,7 +6726,7 @@ comparing system environments.")
 (define-public libfabric
   (package
     (name "libfabric")
-    (version "1.4.1")
+    (version "1.11.2")
     (source
      (origin
        (method url-fetch)
@@ -6734,7 +6734,7 @@ comparing system environments.")
         (string-append "https://github.com/ofiwg/libfabric/releases/download/v"
                        version "/libfabric-" version ".tar.bz2"))
        (sha256
-        (base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
+        (base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
     (build-system gnu-build-system)
     (inputs `(("rdma-core" ,rdma-core)
               ,@(match (%current-system)
-- 
2.30.0


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

* bug#46156: [PATCH 0/2] gnu: libfabric: Update to 0.11.2.
  2021-01-28 17:19 [bug#46156] [PATCH 0/2] gnu: libfabric: Update to 0.11.2 Greg Hogan
       [not found] ` <handler.46156.B.161185438719419.ack@debbugs.gnu.org>
@ 2021-01-28 20:13 ` Efraim Flashner
  1 sibling, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2021-01-28 20:13 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 46156-done

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Thanks. Patches pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-01-28 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 17:19 [bug#46156] [PATCH 0/2] gnu: libfabric: Update to 0.11.2 Greg Hogan
     [not found] ` <handler.46156.B.161185438719419.ack@debbugs.gnu.org>
2021-01-28 17:21   ` [bug#46156] Acknowledgement ([PATCH 0/2] gnu: libfabric: Update to 0.11.2.) Greg Hogan
2021-01-28 17:21   ` Greg Hogan
2021-01-28 20:13 ` bug#46156: [PATCH 0/2] gnu: libfabric: Update to 0.11.2 Efraim Flashner

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.