aboutsummaryrefslogtreecommitdiff
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2014, 2021, 2022 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)
  #:use-module (guix packages)
  #:re-export-and-replace (define-public))        ;from (guix packages)

;; 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
        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)))
d> 2018-01-09gnu: tor: Update to 3.2.9....Tobias Geerinckx-Rice 2017-12-01gnu: tor: Update to 3.1.9 [security fixes]....Tobias Geerinckx-Rice 2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus 2017-11-13gnu: Move web packages from python to python-web....Ludovic Courtès 2017-10-25gnu: tor: Update to 0.3.1.8....Tobias Geerinckx-Rice 2017-10-06Merge branch 'master' into stagingMarius Bakke 2017-10-06gnu: tor: Enable directory protocol compression....Tobias Geerinckx-Rice 2017-10-06gnu: tor: Fix typo....Tobias Geerinckx-Rice 2017-10-05Merge branch 'master' into stagingMarius Bakke 2017-10-02gnu: tor: Update to 0.3.1.7....Tobias Geerinckx-Rice 2017-09-20gnu: Use 'modify-phases' syntax....Kei Kebreau 2017-09-18gnu: tor: Update to 0.3.0.11 [fixes CVE-2017-0380]....Tobias Geerinckx-Rice 2017-08-03gnu: tor: Update to 0.3.0.10....Tobias Geerinckx-Rice 2017-07-31gnu: tor: Remove '--enable-expensive-hardening' option....ng0 2017-07-01gnu: tor: Update to 0.3.0.9 [fixes CVE-2017-0377]....Tobias Geerinckx-Rice 2017-06-20gnu: tor: Add seccomp support....Rutger Helling 2017-06-11gnu: tor: Update to 0.3.0.8 [security fixes]....Marius Bakke 2017-05-16gnu: tor: Update to 0.3.0.7....Efraim Flashner 2017-04-27gnu: tor: Update to 0.3.0.6....Tobias Geerinckx-Rice 2017-04-08gnu: torsocks: Patch references to 'getcap' and 'which'....Eric Bavier 2017-03-03gnu: tor: Update to 0.2.9.10....Tobias Geerinckx-Rice 2017-02-01gnu: Add nyx....Tobias Geerinckx-Rice 2017-02-01gnu: tor: Use ‘license:’ prefix instead of #:select....Tobias Geerinckx-Rice 2017-01-31gnu: tor: Add hardening configure-flags....ng0 2017-01-24gnu: tor: Update to 0.2.9.9 [fixes security issue TROVE-2017-001]....ng0 2016-12-20gnu: tor: Update to 0.2.9.8....Efraim Flashner 2016-12-18gnu: tor: split description into two parts for easier reading....Kei Kebreau 2016-12-16gnu: tor: Recommend torsocks....ng0 2016-12-13gnu: onionshare: Update to 0.9.2 (fixes CVE-2016-5026)....Efraim Flashner 2016-12-08gnu: tor: Update to 0.2.8.11....Efraim Flashner 2016-12-04gnu: tor: Update to 0.2.8.10....Efraim Flashner 2016-11-15gnu: Remove work-arounds for bug 20765 (ensure uncompressed eggs)....Hartmut Goebel 2016-10-18gnu: torsocks: Update to 2.2.0....ng0 2016-10-18gnu: tor: Update to 0.2.8.9....Efraim Flashner 2016-09-24gnu: privoxy: Update to 3.0.26....Efraim Flashner 2016-09-24gnu: tor: Update to 0.2.8.8....Efraim Flashner 2016-09-18gnu: onionshare: Fix build....Efraim Flashner 2016-09-18gnu: Add onionshare....Efraim Flashner 2016-08-24gnu: tor: Update to 0.2.8.7....ng0 2016-08-05gnu: tor: Update to 0.2.8.6....ng0