summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-06-09gnu: GnuPG 1.4: Fix CVE-2018-12020.Leo Famulari
* gnu/packages/patches/gnupg-1.4-CVE-2018-12020.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (gnupg-1)[source]: Use it.
2018-06-09gnu: Add maven-resolver-provider.Julien Lepiller
* gnu/packages/maven.scm (maven-resolver-provider): New variable.
2018-06-09gnu: Add maven-shared-utils.Julien Lepiller
gnu/packages/maven.scm (maven-shared-utils): New variable.
2018-06-09gnu: Add maven-repository-metadata.Julien Lepiller
* gnu/packages/maven.scm (maven-repository-metadata): New variable.
2018-06-09gnu: Add maven-resolver-impl.Julien Lepiller
* gnu/packages/maven.scm (maven-resolver-impl): New variable.
2018-06-09gnu: Add maven-model-builder.Julien Lepiller
* gnu/packages/maven.scm (maven-model-builder): New variable.
2018-06-09gnu: Add maven-settings-builder.Julien Lepiller
* gnu/packages/maven.scm (maven-settings-builder): New variable.
2018-06-09gnu: Add maven-settings.Julien Lepiller
* gnu/packages/maven.scm (maven-settings): New variable.
2018-06-09gnu: Add maven-builder-support.Julien Lepiller
* gnu/packages/maven.scm (maven-builder-support): New variable.
2018-06-09gnu: Add maven-model.Julien Lepiller
* gnu/packages/maven.scm (maven-model): New variable.
2018-06-09gnu: Add maven-artifact.Julien Lepiller
* gnu/packages/maven.scm (maven-artifact): New variable. * gnu/packages/patches/maven-generate-component-xml.patch: New file. * gnu/packages/patches/maven-generate-javax-inject-named.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them.
2018-06-09gnu: po4a: Update to 0.53.Julien Lepiller
* gnu/packages/gettext.scm (po4a): Update to 0.53. [source]: Update to newer github source location. [arguments]: Disable two failing tests.
2018-06-09gnu: terminology: Update to 1.2.1.Efraim Flashner
* gnu/packages/enlightenment.scm (terminology): Update to 1.2.1.
2018-06-09gnu: gnupg: Update to 2.2.8 (fixes CVE-2018-12020).Efraim Flashner
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.8.
2018-06-09gnu: openttd: Add patch to fix compilation.Christopher Baines
* gnu/packages/games.scm (openttd)[source]: Add a unreleased upstream patch to fix building OpenTTD with ICU 61.
2018-06-09gnu: rhythmbox: Add a unreleased patch from upstream.Christopher Baines
* gnu/packages/gnome.scm (rhythmbox)[source]: Add patch from the upstream Git repository, as without this, the package fails to build.
2018-06-09system: Honor ~/.config/guix/current in /etc/profile.Ludovic Courtès
* gnu/system.scm (operating-system-etc-service)[profile]: Add ~/.config/guix/current/share/info to INFOPATH. Treat ~/.guix-profile and ~/.config/guix/current in the same way.
2018-06-09gnu: btrfs-progs: Fix build by disabling tests.宋文武
* gnu/packages/linux.scm (btrfs-progs)[#:arguments]: Add '#:tests? #f'.
2018-06-09gnu: lxc: Update to 3.0.1.宋文武
* gnu/packages/virtualization.scm (lxc): Update to 3.0.1.
2018-06-09gnu: nzbget: Update to 20.0.Rutger Helling
* gnu/packages/networking.scm (nzbget): Update to 20.0.
2018-06-09gnu: mame: New variable.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): New variable.
2018-06-09gnu: asio: New variable.Nicolas Goaziou
* gnu/packages/networking.scm (asio): New variable.
2018-06-08gnu: Add emacs-ivy-yasnippet.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-ivy-yasnippet): New public variable.
2018-06-08gnu: exim: Add libnsl input.Gábor Boskovits
* gnu/packages/mail.scm (exim)[inputs]: Add libnsl. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-06-08gnu: twitchy: Install 'rofi-twitchy'.Oleg Pykhalov
* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
2018-06-08gnu: rcas-web: Update to 0.0.5.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.5.
2018-06-08services: dnsmasq-service-type: Add default configuration and description.宋文武
* gnu/services/dns.scm (dnsmasq-service-type) [default-value, description]: New fields.
2018-06-08services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'.宋文武
The 'no-negcache?' option is mapped to the '--no-negcache' command-line argument directly, but we're in the scheme world, where the general guideline is to avoid double-negations in identifiers. * gnu/services/dns.scm <dnsmasq-configuration>: Replace the 'no-negcache?' field with 'negative-cache?'. * doc/guix.texi (DNS Services)[Dnsmasq Service]: Adjust accordingly.
2018-06-08gnu: debootstrap: Substitute chroot in 'patch-source' phase.Kei Kebreau
* gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase, substitute chroot in the debootstrap script file. [inputs]: Add coreutils.
2018-06-08gnu: hpcguix-web: Update to commit '87cb516'.Rouby Pierre-Antoine
* gnu/packages/web.scm (hpcguix-web): Update to commit '87cb516'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-flycheck.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-flycheck): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-exwm.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-exwm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-emms.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-emms): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-descbinds.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-descbinds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-company.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-company): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-google-translate.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-google-translate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-gif-screencast.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-gif-screencast): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: ruby-rack-protection: Update to 2.0.2.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.2.
2018-06-08gnu: r-fastcluster: Update to 1.1.25.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
2018-06-08gnu: opensmtpd: Clarify phase name.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (opensmtpd)[arguments]: Rename ‘install-compatibilitymode’ to ‘install-compatibility-links’ and avoid needless abbrevs while at it.
2018-06-08gnu: opensmtpd: Patch FHS assumptions.Tobias Geerinckx-Rice
This fixes the following failure... # smtpctl show message 9275c3fbeccbae93 execl: No such file or directory ...due to the absence of ‘/bin/cat’ on GuixSD. * gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘patch-FHS-file-names’ phase.
2018-06-08gnu: duplicity: Update to 0.7.17.Oleg Pykhalov
* gnu/packages/backup.scm (duplicity): Update to 0.7.17.
2018-06-08gnu: Add python-fasteners.Oleg Pykhalov
* gnu/packages/python.scm (python-fasteners, python2-fasteners): New variables.
2018-06-08vm: 'iso9660-image' uses a local /tmp.Ludovic Courtès
Fixes <https://bugs.gnu.org/31752>. Regression introduced in commit 8c9bf2946a1cb58c5b7b941db3a37830ece80708. * gnu/system/vm.scm (iso9660-image): Pass #:file-systems to 'expression->derivation-in-linux-vm'.
2018-06-08vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter.Ludovic Courtès
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add #:file-systems and use it instead of %LINUX-VM-FILE-SYSTEMS.
2018-06-08gnu: doxygen: Work around GCC ICE on armhf-linux.Ludovic Courtès
Reported by Mark H Weaver <mhw@netris.org> at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31708#10>. * gnu/packages/patches/doxygen-gcc-ice.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/documentation.scm (doxygen)[inputs]: Add "gcc-ice-patch" on armhf-* only. [arguments]: Add 'apply-gcc-patch' phase on armhf-* only.
2018-06-08gnu: redis: Update to 4.0.9.宋文武
* gnu/packages/database.scm (redis): Update to 4.0.9.
2018-06-08gnu: ikiwiki: Add inputs for CGI script and remove duplicate input.Paul Garlick
* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-cgi-formbuilder and perl-db-file. Remove perl-uri duplicate. Sort 'perl-*' inputs alphabetically. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-06-08gnu: Add perl-cgi-formbuilder.Paul Garlick
* gnu/packages/web.scm (perl-cgi-formbuilder): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-06-07gnu: linux-libre@4.9: Update to 4.9.107.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.107.