aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/musl.scm
blob: 44c39750d64f2a4c9debc78758a7fbc6fbd887c5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages musl)
  #:use-module (guix download)
  #:use-module (guix packages)
  #:use-module (guix build-system gnu)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (gnu packages))

(define-public musl
  (package
    (name "musl")
    (version "1.2.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.musl-libc.org/releases/"
                                  "musl-" version ".tar.gz"))
              (sha256
               (base32
                "1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f                      ; musl has no tests
       #:configure-flags
       (list "--disable-gcc-wrapper")))
    (synopsis "Small C standard library")
    (description "musl is a simple and lightweight C standard library.  It
strives to be correct in the sense of standards-conformance and safety.")
    (home-page "https://musl.libc.org")
    ;; Musl as a whole is released under the Expat license.  Parts of it are
    ;; derived from various third-party projects that are released under
    ;; non-copyleft licenses.  See the COPYRIGHT file for details.
    (license license:expat)))
>gnu: libmicrodns: Update to 0.1.2 [security fixes]....This fixes CVE-2020-6071, CVE-2020-6072, CVE-2020-6073, CVE-2020-6077, CVE-2020-6078, and CVE-2020-6079. * gnu/packages/dns.scm (libmicrodns): Update to 0.1.2. [source]: Build from a tarball. [build-system]: Use the meson-build-system. [native-inputs]: Remove field. Leo Famulari 2020-04-26Merge branch 'master' into core-updatesMarius Bakke 2020-04-26gnu: maradns: Fix cross compilation....* gnu/packages/dns.scm (maradns)[arguments]: Build make_32bit_tables for the host. Arun Isaac 2020-04-25gnu: Add maradns....* gnu/packages/dns.scm (maradns): New variable. Arun Isaac 2020-04-19Merge branch 'master' into core-updatesMarius Bakke 2020-04-15gnu: bind: Update to 9.16.2 [security fixes]....* gnu/packages/dns.scm (isc-bind): Update to 9.16.2. Tobias Geerinckx-Rice 2020-04-13Merge branch 'master' into core-updatesMarius Bakke 2020-04-13gnu: dnsmasq: Update to 2.81....* gnu/packages/dns.scm (dnsmasq): Update to 2.81. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Pierre Langlois 2020-04-12gnu: libasr: Fix grammar of "allows to run" to "runs"....* gnu/packages/dns (libasr): Fix grammar. Vagrant Cascadian 2020-03-19Merge branch 'master' into core-updatesMarius Bakke 2020-03-19gnu: bind: Update to 9.16.1....* gnu/packages/dns.scm (isc-bind): Update to 9.16.1. Tobias Geerinckx-Rice 2020-03-10Merge branch 'master' into core-updatesMarius Bakke 2020-03-07gnu: unbound: Update to 1.10.0....* gnu/packages/dns.scm (unbound): Update to 1.10.0. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> Vincent Legoll 2020-03-07gnu: knot: Update to 2.9.3....* gnu/packages/dns.scm (knot): Update to 2.9.3. Tobias Geerinckx-Rice 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-03-03gnu: yadifa: Use HTTPS home page....* gnu/packages/dns.scm (yadifa)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2020-02-22gnu: bind: Update to 9.16.0....* gnu/packages/dns.scm (isc-bind): Update to 9.16.0. [inputs]: Add libuv. [native-inputs]: Add pkg-config. Remove net-tools. [arguments]: Remove obsolete --with-openssl= from #:configure-flags. Tobias Geerinckx-Rice 2020-02-16gnu: libasr: Update to 1.0.4....* gnu/packages/dns.scm (libasr): Update to 1.0.4. [arguments]: Remove obsolete ‘bootstrap’ phase replacement. Tobias Geerinckx-Rice 2020-02-16gnu: ddclient: Update home page....* gnu/packages/dns.scm (ddclient)[home-page]: Update. Tobias Geerinckx-Rice 2020-02-16gnu: ddclient: Update to 3.9.1....* gnu/packages/dns.scm (ddclient): Update to 3.9.1. [source]: Use GIT-FETCH and add a FILE-NAME. [native-inputs]: Remove gzip and tar. [arguments]: Adapt to git checkout source. Tobias Geerinckx-Rice 2020-02-15gnu: dnsmasq: Fix build with linux-libre-headers >= 5.2....* gnu/packages/dns.scm (dnsmasq)[source](modules, snippet): New fields. Marius Bakke 2020-02-15gnu: unbound: Update to 1.9.6 [security improvements]....* gnu/packages/dns.scm (unbound): Update to 1.9.6. Tobias Geerinckx-Rice 2020-02-10gnu: unbound: Remove redundant input....* gnu/packages/dns.scm (unbound)[inputs]: Remove PYTHON-3. Marius Bakke 2020-01-23gnu: bind: Update to 9.14.10....* gnu/packages/dns.scm (bind): Update to 9.14.10. Tobias Geerinckx-Rice 2020-01-22gnu: knot-resolver: Install but disable the default managed root TA....* gnu/packages/dns.scm (knot-resolver)[arguments]: Enable 'managed_ta', so 'icann-ca.pem' get installed. Add 'disable-default-ta' phase. 宋文武 2020-01-15gnu: unbound: Update to 1.9.5 [fixes CVE-2019-18934]....The Guix unbound package is not vulnerable in its default configuration, because we do not build with ‘--enable-ipsecmod’. * gnu/packages/dns.scm (unbound): Update to 1.9.5. Tobias Geerinckx-Rice 2019-12-23gnu: nsd: Update to 4.2.4....* gnu/packages/dns.scm (nsd): Update to 4.2.4. Tobias Geerinckx-Rice 2019-12-23gnu: knot: Update to 2.9.2....* gnu/packages/dns.scm (knot): Update to 2.9.2. Tobias Geerinckx-Rice 2019-12-23gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331]....* gnu/packages/dns.scm (knot-resolver): Update to 4.3.0. Tobias Geerinckx-Rice 2019-12-19gnu: bind: Update to 9.14.9....* gnu/packages/dns.scm (isc-bind): Update to 9.14.9. Tobias Geerinckx-Rice