From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2L4m-0006zq-Vl for guix-patches@gnu.org; Sat, 31 Mar 2018 14:18:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2L4l-0007yH-R7 for guix-patches@gnu.org; Sat, 31 Mar 2018 14:18:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53569) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f2L4l-0007xn-NE for guix-patches@gnu.org; Sat, 31 Mar 2018 14:18:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f2L4l-0008L2-G8 for guix-patches@gnu.org; Sat, 31 Mar 2018 14:18:03 -0400 Subject: [bug#31008] libbsd update Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2L4X-0006wj-Ux for guix-patches@gnu.org; Sat, 31 Mar 2018 14:17:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2L4W-0007Ow-MF for guix-patches@gnu.org; Sat, 31 Mar 2018 14:17:49 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:46792) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f2L4W-0007LN-BF for guix-patches@gnu.org; Sat, 31 Mar 2018 14:17:48 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id 92785837 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sat, 31 Mar 2018 18:17:45 +0000 (UTC) Date: Sat, 31 Mar 2018 18:18:04 +0000 From: Nils Gillmann Message-ID: <20180331181804.4b64ocgplfsfejvk@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="shbpzw76ztwtmff5" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31008@debbugs.gnu.org --shbpzw76ztwtmff5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Update to 0.8.7 Didn't test dependent packages yet, should be just alright. Package itself build okay. --shbpzw76ztwtmff5 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-libbsd-Update-to-0.8.7.patch" Content-Transfer-Encoding: quoted-printable =46rom 6f422766213a129f00b32e2c93e1ded919f1e013 Mon Sep 17 00:00:00 2001 =46rom: Nils Gillmann 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 --- 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 =C2=A9 2016 Leo Famulari +;;; Copyright =C2=A9 2018 Nils Gillmann ;;; ;;; 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 --=20 2.16.3 --shbpzw76ztwtmff5--