all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nils Gillmann <ng0@n0.is>
To: 31008@debbugs.gnu.org
Subject: [bug#31008] libbsd update
Date: Sat, 31 Mar 2018 18:18:04 +0000	[thread overview]
Message-ID: <20180331181804.4b64ocgplfsfejvk@abyayala> (raw)

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

Update to 0.8.7

Didn't test dependent packages yet, should be just alright.
Package itself build okay.

[-- Attachment #2: 0001-gnu-libbsd-Update-to-0.8.7.patch --]
[-- Type: text/plain, Size: 1505 bytes --]

From 6f422766213a129f00b32e2c93e1ded919f1e013 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <ng0@n0.is>
Date: Sat, 31 Mar 2018 18:15:13 +0000
Subject: [PATCH] gnu: libbsd: Update to 0.8.7.

* gnu/packages/libbsd.scm (libbsd): Update to version 0.8.7.

Signed-off-by: Nils Gillmann <ng0@n0.is>
---
 gnu/packages/libbsd.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libbsd.scm b/gnu/packages/libbsd.scm
index 3bfa2a3fe..565be5fbc 100644
--- a/gnu/packages/libbsd.scm
+++ b/gnu/packages/libbsd.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2018 Nils Gillmann <ng0@n0.is>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,14 +26,14 @@
 (define-public libbsd
   (package
     (name "libbsd")
-    (version "0.8.3")
+    (version "0.8.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://libbsd.freedesktop.org/releases/"
                                   "libbsd-" version ".tar.xz"))
               (sha256
                (base32
-                "1a1l7afchlvvj2zfi7ajcg26bbkh5i98y2v5h9j5p1px9m7n6jwk"))))
+                "0c9bl49zs0xdddcwj5dh0lay9sxi2m1yi74848g8p87mb87g2j7m"))))
     (build-system gnu-build-system)
     (synopsis "Utility functions from BSD systems")
     (description "This library provides useful functions commonly found on BSD
-- 
2.16.3


             reply	other threads:[~2018-03-31 18:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-31 18:18 Nils Gillmann [this message]
2018-03-31 18:47 ` bug#31008: libbsd update Marius Bakke
2018-04-01 10:07   ` [bug#31008] " Nils Gillmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180331181804.4b64ocgplfsfejvk@abyayala \
    --to=ng0@n0.is \
    --cc=31008@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.