summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: Add RabbitMQ.release_25Christopher Baines2018-08-26
| | | | | | * gnu/services/message-broker.scm: New file. * gnu/services/message-broker.scm: New file. * gnu/local.mk: Add entries for new files.
* gnu: Add rabbitmq.Christopher Baines2018-08-26
| | | | | * gnu/packages/rabbitmq.scm: New file. * gnu/local.mk: Add gnu/packages/rabbitmq.scm.
* Use a pid file in the mysql serviceChristopher Baines2018-08-26
|
* scripts: system: Add support for container network sharing.Christopher Baines2018-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a port of the functionality in the Guix environment command to the guix system container command. This requires additional changes to the operating-system definitions used, in particular, networking related services may need removing if the host network is shared. * guix/scripts/system.scm (system-derivation-for-action): Add #:container-shared-network? argument. (perform-action): Add #:container-shared-network? argument. (show-help): Add "-N, --network" help information. (%options): Add network option. (process-action): Call perform-action with #:container-shared-network?. * gnu/system/linux-container.scm (%network-configuration-files): New variable. (container-script): Add support for returning a container script that shares the host network. * gnu/system.scm (essential-services): Add #:container-shared-network? argument. (operating-system-services): Add #:container-shared-network? argument. (operating-system-etc-service): Add #:container-shared-network? argument, and support for ommiting some configuration if the network is shared. (operating-system-activation-script): Add #:container-shared-network? argument, and pass this through to the operating-system-services procedure. (operating-system-boot-script): Add #:container-shared-network? argument, and pass this through to the operating-system-services procedure. (operating-system-derivation): Add the #:container-shared-network? argument, and pass this through to the operating-system-services procedure. (operating-system-profile): Add the #:container-shared-network? argument, and pass this through to the operating-system-services procedure.
* Alter the GitHub updater to use git tagsChristopher Baines2018-08-26
| | | | | Just using tags is the most consistent way of getting releases for GOV.UK related software.
* Add max_allowed_packet to the MariaDB/Mysql configurationChristopher Baines2018-08-26
| | | | | This should be done in govuk-guix, but this configuration is currently not easy.
* Export test-modulesChristopher Baines2018-08-26
|
* Make test-modules a parameterChristopher Baines2018-08-26
|
* services: Add elasticsearch.Christopher Baines2018-08-26
|
* gnu: Add elasticsearch.Christopher Baines2018-08-26
| | | | | * gnu/packages/databases.scm (elasticsearch-1.7.2, elasticsearch): New variables.
* gnu: ghc-scientific: Update to 0.3.6.2.Arun Isaac2018-08-26
| | | | | | * gnu/packages/haskell.scm (ghc-scientific): Update to 0.3.6.2. [inputs]: Move ghc-tasty ... [native-inputs]: ... to here.
* gnu: ghc-integer-logarithms: Update to 1.0.2.1.Arun Isaac2018-08-26
| | | | | | | | * gnu/packages/haskell.scm (ghc-integer-logarithms): Update to 1.0.2.1. [inputs]: Move ghc-quickcheck, ghc-smallcheck, ghc-tasty, ghc-tasty-hunit, ghc-tasty-quickcheck, ghc-tasty-smallcheck ... [native-inputs]: ... to here. [home-page]: Update URI.
* gnu: ghc-smallcheck: Update to 1.1.5.Arun Isaac2018-08-26
| | | | * gnu/packages/haskell.scm (ghc-smallcheck): Update to 1.1.5.
* gnu: ghc-optparse-applicative: Update to 0.14.2.0.Arun Isaac2018-08-26
| | | | | * gnu/packages/haskell.scm (ghc-optparse-applicative): Update to 0.14.2.0. [arguments]: Enable tests.
* gnu: linux-libre: Update to 4.18.5.Mark H Weaver2018-08-26
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.5. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.67.Mark H Weaver2018-08-26
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.67. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.124.Mark H Weaver2018-08-26
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.124.
* gnu: linux-libre@4.4: Update to 4.4.152.Mark H Weaver2018-08-26
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.152.
* gnu: emacs-recent-addresses: Switch to a branch that works with Helm.Ludovic Courtès2018-08-26
| | | | | * gnu/packages/emacs.scm (emacs-recent-addresses)[source]: Change URL and update to afbbfdc.
* cve: Update feed URL.Ludovic Courtès2018-08-26
| | | | | * guix/cve.scm (yearly-feed-uri): Remove "static." from the URL since the web site now redirects to the URL without "static.".
* gnu: Add emacs-git-annex.Kyle Meyer2018-08-26
| | | | | | * gnu/packages/emacs.scm (emacs-git-annex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-recent-addresses: Add missing words to description.Kyle Meyer2018-08-26
| | | | | | | * gnu/packages/emacs.scm (emacs-recent-addresses)[description]: Add missing words. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add avogadro.Kei Kebreau2018-08-25
| | | | | | | | * gnu/packages/chemistry.scm (avogadro): New variable. * gnu/packages/patches/avogadro-boost148.patch, gnu/packages/patches/avogadro-eigen3-update.patch, gnu/packages/patches/avogadro-python-eigen-lib.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: libx11: Replace with 1.6.6 [security fixes].Marius Bakke2018-08-25
| | | | | | | This fixes CVE-2018-14599, CVE-2018-14600, and CVE-2018-14598. * gnu/packages/xorg.scm (libx11)[replacement]: New field. (libx11-1.6.6): New public variable.
* gnu: dante: Disable preloading to make 'sockd' work.宋文武2018-08-25
| | | | | * gnu/packages/networking.scm (dante)[arguments]: Pass '--disable-preload' to #:configure-flags.
* gnu: OpenSSH: Update to 7.8p1.Leo Famulari2018-08-24
| | | | | | | * gnu/packages/ssh.scm (openssh): Update to 7.8p1. [source]: Remove 'openssh-CVE-2018-15473.patch'. * gnu/packages/patches/openssh-CVE-2018-15473.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* nls: Update 'de' translation.Leo Famulari2018-08-24
|
* import: cpan: Adjust test to new URL.Ludovic Courtès2018-08-24
| | | | | | This is a followup to 9aba9b127840a116c806a2cbac901cf8077abcd0. * tests/cpan.scm ("cpan->guix-package"): Adjust 'home-page' URL.
* grafts: Add (guix build debug-link) and use it.Ludovic Courtès2018-08-24
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/19973>. Reported by Mark H Weaver <mhw@netris.org>. * guix/build/debug-link.scm: New file. * guix/build/graft.scm (%graft-hooks): New variable. (graft): Add #:hooks and honor it. * guix/grafts.scm (graft-derivation/shallow): Add (guix build debug-link) and (guix elf) to #:modules. * tests/debug-link.scm: New file. * Makefile.am (MODULES): Add guix/build/debug-link.scm. (SCM_TESTS): Add tests/debug-link.scm.
* grafts: Add high-level 'graft' procedure on the build side.Ludovic Courtès2018-08-24
| | | | | | * guix/build/graft.scm (graft): New procedure. * guix/grafts.scm (graft-derivation/shallow)[build]: Use it instead of inline code.
* gnu: font-gnu-unifont: Update to 11.0.02.Ludovic Courtès2018-08-24
| | | | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.02. [arguments]: Adjust code to install 'unifont.info.gz' in 'install' phase.
* gnu: gdb: Update to 8.1.1.Ludovic Courtès2018-08-24
| | | | * gnu/packages/gdb.scm (gdb): Update to 8.1.1.
* gnu: Add find-circ.Ricardo Wurmus2018-08-24
| | | | * gnu/packages/bioinformatics.scm (find-circ): New variable.
* gnu: r-catools: Update to 1.17.1.1.Tobias Geerinckx-Rice2018-08-24
| | | | * gnu/packages/statistics.scm (r-catools): Update to 1.17.1.1.
* gnu: keepassxc: Update to 2.3.4.Tobias Geerinckx-Rice2018-08-24
| | | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.3.4. [arguments]: Remove obsolete ‘patch-sources’ phase.
* gnu: capstone: Update to 3.0.5.Tobias Geerinckx-Rice2018-08-24
| | | | | | * gnu/packages/engineering.scm (capstone): Update to 3.0.5. [arguments]: Set cstool's LDFLAGS in the environment instead of SUBSTITUTE*ing the Makefile.
* gnu: r-trimcluster: Update to 0.1-2.1.Tobias Geerinckx-Rice2018-08-24
| | | | * gnu/packages/statistics.scm (r-trimcluster): Update to 0.1-2.1.
* gnu: r-synchronicity: Update to 1.3.5.Tobias Geerinckx-Rice2018-08-24
| | | | * gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.5.
* gnu: guile-lib: Update to 0.2.6.1.Tobias Geerinckx-Rice2018-08-24
| | | | | * gnu/packages/guile.scm (guile-lib): Update to 0.2.6.1. [source]: Remove obsolete snippet.
* gnu: tuxguitar: Update to 1.5.2.Tobias Geerinckx-Rice2018-08-24
| | | | | * gnu/packages/music.scm (tuxguitar): Update to 1.5.2. [source]: Remove obsolete snippet.
* gnu: libgig: Update to 4.1.0.Tobias Geerinckx-Rice2018-08-24
| | | | * gnu/packages/music.scm (libgig): Update to 4.1.0.
* gnu: denemo: Use INVOKE.Tobias Geerinckx-Rice2018-08-24
| | | | | * gnu/packages/music.scm (denemo)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: ncmpc: Update to 0.29.Tobias Geerinckx-Rice2018-08-24
| | | | | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.29. [build-system]: Switch to Meson. [arguments]: Find ncurses.h. [native-inputs]: Add gettext.
* gnu: parallel: Update to 20180822.Ludovic Courtès2018-08-24
| | | | * gnu/packages/parallel.scm (parallel): Update to 20180822.
* gnu: boost: Move 1.59.0 definition to boost.scm.Ludovic Courtès2018-08-24
| | | | | | | | | | | Fixes a regression introduced in commit 7cbf06d8c2935abfc6c688cf3f9b99e0e5393960 where the top-level code of these two modules would depend on each other, leading to "boost: unbound variable" kind of errors in some circumstances. * gnu/packages/databases.scm (boost-for-mysql): Move to... * gnu/packages/boost.scm (boost-for-mysql): ... here. Make public and add 'properties' field.
* gnu: r-devtools: Update to 1.13.6.Tobias Geerinckx-Rice2018-08-23
| | | | * gnu/packages/statistics.scm (r-devtools): Update to 1.13.6.
* gnu: drumkv1: Update to 0.9.2.Tobias Geerinckx-Rice2018-08-23
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.2.
* gnu: synthv1: Update to 0.9.2.Tobias Geerinckx-Rice2018-08-23
| | | | * gnu/packages/music.scm (synthv1): Update to 0.9.2.
* gnu: samplv1: Update to 0.9.2.Tobias Geerinckx-Rice2018-08-23
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.2.
* gnu: padthv1: Update to 0.9.2.Tobias Geerinckx-Rice2018-08-23
| | | | * gnu/packages/music.scm (padthv1): Update to 0.9.2.