summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-27gnu: icu4c: Update to 58.1.Efraim Flashner
* gnu/packages/icu4c.scm (icu4c): Update to 58.1. [source]: Download from their website. [arguments]: Remove extra bash replacement.
2016-11-26gnu: cyrus-sasl: Incorporate grafted patch.Leo Famulari
* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Use 'cyrus-sasl-CVE-2013-4122.patch'. [replacement]: Remove field. (cyrus-sasl/fixed): Remove variable.
2016-11-26Merge branch 'master' into core-updatesLeo Famulari
2016-11-26gnu: cyrus-sasl: Fix CVE-2013-4122.Leo Famulari
* gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[replacement]: New field. (cyrus-sasl/fixed): New variable. [source]: Use patch.
2016-11-26gnu: ffmpeg: Update to 3.2.1.Efraim Flashner
* gnu/packages/video.scm (ffmpeg): Update to 3.2.1.
2016-11-26gnu: gst-plugins-good: Fix CVE-2016-{9634,9635,9636} and other security issues.Leo Famulari
* gnu/packages/patches/gst-plugins-good-fix-crashes.patch, gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch, gnu/packages/patches/gst-plugins-good-fix-signedness.patch, gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gstreamer.scm (gst-plugins-good): Use them.
2016-11-26services: Factorize configuration abstraction.Julien Lepiller
* gnu/services/mail.scm and gnu/services/cups.scm (&configuration-error) (configuration-error, configuration-field-error) (configuration-missing-field, configuration-field, serialize-configuration) (validate-configuration, define-configuration, uglify-field-name) (serialize-field, serialize-package, serialize-string) (serialize-space-separated-string-list, space-separated-string-list?) (serialize-file-name, file-name?, serialize-field-name) (generate-documentation): Move duplicate code... * gnu/services/configuration.scm: ...to this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add configuration.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-26gnu: psyclpc: Update comment.Leo Famulari
This is a followup to commit eaa45301f46f13a3f71bcae6089d312f31174801. * gnu/packages/messaging.scm (psyclpc): Update comment.
2016-11-26gnu: Move content of (gnu packages psyc) into (gnu packages messaging).ng0
* gnu/packages/psyc.scm (perl-net-psyc, libpsyc, psyclpc): Move this ... * gnu/packages/messaging.scm (perl-net-psyc, libpsyc, psyclpc): ... here. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove psyc.scm. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-26gnu: psyclpc: Upgrade to 20160821-2.61cf9aa.ng0
This makes the package reproducible. * gnu/packages/psyc.scm (psyclpc): Upgrade to 20160821-2.61cf9aa. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-26gnu: python-flask: Update to 0.11.1.Danny Milosavljevic
* gnu/packages/python.scm (python-flask): Update to 0.11.1. [native-inputs]: Add python-click. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26gnu: python-pyopenssl: Update to 16.2.0.Danny Milosavljevic
* gnu/packages/python.scm (python-pyopenssl): Update to 16.2.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26gnu: python-simplejson: Update to 3.10.0.Danny Milosavljevic
* gnu/packages/python.scm (python-simplejson): Update to 3.10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26pull: Add guile-ssh to the dependencies.宋文武
Fix regression introduced in 9e76eed. * build-aux/build-self.scm (guile-ssh): New variable. (build)[builder]: Add 'guile-ssh' to %load-path and %load-compiled-path.
2016-11-26gnu: Add mumble.ng0
* gnu/packages/telephony.scm (mumble): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26gnu: transmission: Update to 2.92.Marius Bakke
* gnu/packages/bittorrent.scm (transmission): Update to 2.92. [inputs]: Add cyrus-sasl.
2016-11-26gnu: roary: Update to 3.7.0.Ben Woodcroft
* gnu/packages/bioinformatics.scm (roary): Update to 3.7.0.
2016-11-26gnu: Add proteinortho.Ben Woodcroft
* gnu/packages/bioinformatics.scm (proteinortho): New variable.
2016-11-26gnu: Add python-polib.Julien Lepiller
* gnu/packages/python.scm (python-polib, python2-polib): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26gnu: sqlite: Update to 3.15.1.Marius Bakke
* gnu/packages/databases.scm (sqlite): Update to 3.15.1. [source]: Download from sqlite.org. [home-page]: Use HTTPS. (sqlite-3.15.1): Remove. * gnu/packages/php.scm (php)[inputs]: Change 'sqlite-3.15.1' to 'sqlite'.
2016-11-26build-system/gnu: Make libraries writable before stripping.Marius Bakke
* guix/build/gnu-build-system.scm (strip)[strip-dir]: Change mode of files before running strip-command.
2016-11-26gnu: Whitespace changesJohn Darrington
* gnu/services/kerberos.scm: Fold lines to 80 character limit.
2016-11-26mailmap: Associate all commits by ng0 with ng0.ng0
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-26gnu: imagemagick: Update to 6.9.6-6 [fixes CVE-2016-9556].Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-6.
2016-11-26doc: mysql-configuration: Fix typo.宋文武
* doc/guix.texi (Database Services): Fix typo of 'mysql-configuration'.
2016-11-26services: Add opensmtpd service.宋文武
* gnu/services/mail.scm (<opensmtpd-configuration>): New record type. (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. (opensmtpd-service-type): New variable. * doc/guix.texi (Mail Services): Document it.
2016-11-25gnu: Add missing module import to (gnu packages ldc).Leo Famulari
This is a followup to commit e44b511298590ecc87c2c85d1cbc043a638dd1e0. * gnu/packages/ldc.scm: Import (gnu packages python).
2016-11-25gnu: ldc: Update to 0.17.2.Danny Milosavljevic
* gnu/packages/ldc.scm (ldc): Update to 0.17.2. * gnu/packages/patches/ldc-disable-tests.patch: Fix timezone file name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-25offload: Drop 'remote-pipe'.Ludovic Courtès
* guix/scripts/offload.scm (remote-pipe): Remove. (machine-load): Use 'open-remote-pipe*' instead of 'remote-pipe'.
2016-11-25offload: Rewrite to make direct RPCs to the remote daemon.Ludovic Courtès
* guix/scripts/offload.scm (<build-machine>)[daemon-socket]: New field. (connect-to-remote-daemon): New procedure. (%gc-root-file, register-gc-root, remove-gc-roots, offload): Remove. (transfer-and-offload): Rewrite using 'connect-to-remote-daemon' and RPCs over SSH. (store-import-channel, store-export-channel): New procedures. (send-files, retrieve-files): Rewrite using these.
2016-11-25offload: Remove 'with-nar-error-handling' macro.Ludovic Courtès
* guix/scripts/offload.scm (with-nar-error-handling): Remove. (guix-offload): Use 'with-error-handling' instead.
2016-11-25store: 'open-connection' can taken an open port.Ludovic Courtès
* guix/store.scm (open-unix-domain-socket): New procedure. (open-connection): Add #:port parameter and honor it.
2016-11-25offload: Reuse SSH session during 'transfer-and-offload'.Ludovic Courtès
* guix/scripts/offload.scm (remote-pipe): Replace 'machine' parameter with 'session'. Remove 'open-ssh-session' call. (register-gc-root): Replace 'machine' with 'session'. Use ' session-get' instead of 'build-machine-name'. (remove-gc-roots, offload, send-files, retrieve-files): Likewise. (transfer-and-offload): Add 'open-ssh-session' call. Handle 'offload' errors here. (machine-load): Add call to 'open-ssh-session'.
2016-11-25offload: Use Guile-SSH instead of GNU lsh.Ludovic Courtès
* guix/scripts/offload.scm (<build-machine>)[ssh-options]: Remove. [host-key, host-key-type]: New fields. (%lsh-command, %lshg-command, user-lsh-private-key): Remove. (user-openssh-private-key, private-key-from-file*): New procedures. (host-key->type+key, open-ssh-session): New procedures. (remote-pipe): Remove 'mode' parameter. Rewrite in terms of 'open-ssh-session' etc. Update users. (send-files)[missing-files]: Rewrite using the bidirectional channel port. Remove call to 'call-with-compressed-output-port'. (retrieve-files): Remove call to 'call-with-decompressed-port'. (machine-load): Remove exit status logic. * doc/guix.texi (Requirements): Mention Guile-SSH. (Daemon Offload Setup): Document 'host-key' and 'private-key'. Show the default value on each @item line. * m4/guix.m4 (GUIX_CHECK_GUILE_SSH): New macro. * config-daemon.ac: Use 'GUIX_CHECK_GUILE_SSH'. Set 'HAVE_DAEMON_OFFLOAD_HOOK' as a function of that.
2016-11-25gnu: guile-ssh: Update to 0.10.2.Ludovic Courtès
* gnu/packages/ssh.scm (guile-ssh): Update to 0.10.2. [home-page]: Update. [source]: Use the 'url-fetch' method and a GitHub generated tarball. [arguments] <autoreconf>: Remove now unneeded 'chmod' call.
2016-11-25gnu: hydrogen: Update to 0.9.7.Ricardo Wurmus
* gnu/packages/music.scm (hydrogen): Update to 0.9.7.
2016-11-25gnu: btrfs-progs: Update to 4.8.4.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.4.
2016-11-25gnu: lz4: Update to 1.7.4.2.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lz4): Update to 1.7.4.2.
2016-11-25gnu: hplip: Update to 3.16.11.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (hplip): Update to 3.16.11.
2016-11-25gnu: qtractor: Update to 0.8.0.Ricardo Wurmus
* gnu/packages/music.scm (qtractor): Update to 0.8.0.
2016-11-25gnu: qemu: Install all required info files.Alex Kost
* gnu/packages/qemu.scm (qemu)[arguments]: Adjust 'install-info' phase to find all info files (including "*.info-N").
2016-11-25gnu: Add kicad-library.Theodoros Foradis
* gnu/packages/engineering.scm (kicad-library): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-25gnu: Add kicad.Theodoros Foradis
* gnu/packages/engineering.scm (kicad): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-25gnu: Add python2-wxpython.Theodoros Foradis
* gnu/packages/wxwidgets.scm (python2-wxpython): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-25gnu: Add wxwidgets-gtk2.Theodoros Foradis
* gnu/packages/wxwidgets.scm (wxwidgets-gtk2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-25gnu: nginx: Update to 1.11.6.Leo Famulari
* gnu/packages/web.scm (nginx): Update to 1.11.6. [arguments]: Remove the obsolete option --with-ipv6 from #:configure-flags.
2016-11-25gnu: miniupnpc: Improve synopsis and description.Tobias Geerinckx-Rice
* gnu/packages/upnp.scm (miniupnp)[synopsis, description]: Edit, fix typos, add some relevant (search) terms from the home page, and expand acronyms.
2016-11-25gnu: miniupnpc: Use the correct ‘upnpc’ in ‘external-ip’.Tobias Geerinckx-Rice
* gnu/packages/upnp.scm (miniupnpc)[arguments]: Add ‘qualify-paths’ phase.
2016-11-25gnu: miniupnpc: Use ‘modify-phases’ syntax.Tobias Geerinckx-Rice
* gnu/packages/upnp.scm (miniupnpc)[arguments]: Use ‘modify-phases’.
2016-11-25gnu: miniupnpc: Update to 2.0.Tobias Geerinckx-Rice
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.