aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
blob: 8753c21e423f880e7a6d9f7f6f6ff1139f8b7254 (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
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2014 Ludovic Courtès <ludo@gnu.org>
;;;
;;; 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 (guix))

;; The composite module that re-exports everything from the public modules.

(eval-when (eval load compile)
  (begin
    (define %public-modules
      '(base32
        build-system
        derivations
        download
        ftp-client
        gexp
        monads
        monad-repl
        packages
        store
        utils))

    (for-each (let ((i (module-public-interface (current-module))))
                (lambda (m)
                  (module-use! i (resolve-interface `(guix ,m)))))
              %public-modules)))
9006f02a4c2ad2be14442'>gnu: curl: Update to 7.77.0 [fixes CVE-2021-{22897,22898,22901}]....Leo Famulari 2021-05-09gnu: cURL: Update to 7.76.1....Marius Bakke 2021-04-16Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner 2021-04-02gnu: curl: Update to 7.76.0 [security fixes]....Léo Le Bouter 2021-04-02gnu: curl: Update to 7.76.0 [security fixes]....Léo Le Bouter 2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2021-03-11gnu: guile-curl: Update to 0.9....Xinglu Chen 2021-01-13Merge branch 'staging' into 'core-updates'....Maxim Cournoyer 2021-01-10Merge branch 'master' into stagingEfraim Flashner 2021-01-06gnu: Add guile2.2-curl....Leo Prikler 2021-01-06gnu: guile-curl: Update to 0.7....Leo Prikler 2021-01-05gnu: Add guile-jwt....Ricardo Wurmus 2020-12-17gnu: Remove 'curl-minimal'....Marius Bakke 2020-12-17gnu: cURL: Don't build with OpenLDAP....Marius Bakke 2020-12-13gnu: cURL: Remove graft for 7.74.0 and reinstate lost patch....Marius Bakke 2020-12-13Merge branch 'master' into ungraftingMarius Bakke 2020-12-13gnu: cURL: Update replacement to 7.74.0 [security fixes]....Marius Bakke 2020-12-08gnu: cURL: Update to 7.73.0 [fixes CVE-2020-8231]....Marius Bakke 2020-12-08gnu: curl: Update to 7.71.0 and remove replacement....Ludovic Courtès 2020-10-18gnu: curl: Update to 7.73.0....Maxim Cournoyer 2020-10-10gnu: curl: Use python-minimal-wrapper instead of python-wrapper....Jan (janneke) Nieuwenhuizen 2020-10-08gnu: curl: Update to 7.72.0....Danny Milosavljevic