summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-27gnu: Add Git HTTP(S) service support.wip-git-httpsAndy Wingo
* doc/guix.texi (Version Control Services): Add documentation on the HTTP backend for git. * gnu/services/version-control.scm (<git-http-configuration>): New data type. (git-http-nginx-location-configuration): New helper function.
2017-04-27doc: Create Version Control Services section.Andy Wingo
* doc/guix.texi (Version Control Services): Move to its own node.
2017-04-27gnu: Add fcgiwrap service.Andy Wingo
* doc/guix.texi (Web Services): Add documentation. * gnu/services/web.scm (<fcgiwrap-configuration>): New record type. (fcgiwrap-accounts, fcgiwrap-shepherd-service): New service extensions. (fcgiwrap-service-type): New service type.
2017-04-27gnu: Add certbot service.Andy Wingo
* gnu/services/certbot.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * doc/guix.texi (Certificate Services): New section.
2017-04-27gnu: services: Nginx configs can reference storeAndy Wingo
* gnu/services/web.scm (config-domain-strings, config-index-strings): Emit lists instead of strings. (emit-nginx-location-config, emit-nginx-server-config) (emit-nginx-upstream-config): Rename from nginx-location-config, default-nginx-server-config, and nginx-upstream-config. Emit lists instead of strings. (flatten): New helper. (default-nginx-config): Use flatten helper to write nginx conf. This allows location configs to reference store values.
2017-04-27gnu: tor: Update to 0.3.0.6.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor): Update to 0.3.0.6.
2017-04-27gnu: simple-scan: Update to 3.24.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (simple-scan): Update to 3.24.1.
2017-04-27gnu: Add mdbtools.Arun Isaac
* gnu/packages/databases.scm (mdbtools): New variable.
2017-04-27Merge branch 'staging'Leo Famulari
2017-04-26gnu: owncloud-client: Update to 2.3.1.Efraim Flashner
* gnu/packages/sync.scm (owncloud-client): Update to 2.3.1. [arguments]: Enable more tests.
2017-04-27gnu: synergy: Update to 1.8.8.Vasile Dumitrascu
* gnu/packages/synergy.scm (synergy): Update to 1.8.8. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-26gnu: Add Xfce Notification Daemon.Petter
* gnu/packages/xfce.scm (xfce4-notifyd): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-26gnu: Add volk.Danny Milosavljevic
Fixes <http://bugs.gnu.org/26614>. * gnu/packages/engineering.scm (volk): New variable.
2017-04-26gnu: nss-pam-ldapd: Add Kerberos support.Ricardo Wurmus
* gnu/packages/openldap.scm (nss-pam-ldapd)[inputs]: Add mit-krb5.
2017-04-26gnu: nss-pam-ldapd: Look for nslcd.conf in global /etc/ directory.Ricardo Wurmus
* gnu/packages/openldap.scm (nss-pam-ldapd)[arguments]: Set "--with-ldap-conf-file" to look for global configuration file; add build phase to install example configuration file in the package output directory.
2017-04-26gnu: ethtool: Update to 4.10.Mathieu Othacehe
* gnu/packages/networking.scm (ethtool): Update to 4.10. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-26gnu: ceph: Update to 12.0.2.Marius Bakke
* gnu/packages/storage.scm (ceph): Update to 12.0.2. [arguments]<#:phases>: Disable new test. * gnu/packages/patches/ceph-disable-cpu-optimizations.patch: Adjust.
2017-04-26gnu: vte-ng: Update to 0.48.2.a.Marius Bakke
* gnu/packages/gnome.scm (vte-ng): Update to 0.48.2.a. [native-inputs]: Change GPERF-3.0 to GPERF.
2017-04-26gnu: Add gcompris-qt.Efraim Flashner
* gnu/packages/education.scm (gcompris-qt): New variable.
2017-04-26gnu: qtkeychain: Update to 0.8.0.Efraim Flashner
* gnu/packages/qt.scm (qtkeychain): Update to 0.8.0.
2017-04-26gnu: fuse: Patch conflicting headers with the kernel.Efraim Flashner
* gnu/packages/linux.scm (fuse)[source]: Add patch. * gnu/packages/patches/fuse-overlapping-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2017-04-25gnu: Add guile-sjson.Christopher Allan Webber
* gnu/packages/guile.scm (guile-sjson): Add guile-sjson.
2017-04-25gnu: Add freexl.Catonano
* gnu/packages/xml.scm (freexl): New variable.
2017-04-25gnu: duplicity: Update to 0.7.12.Thomas Danckaert
* gnu/packages/backup.scm (duplicity): Update to 0.7.12.
2017-04-26Update name on email address for Mathieu Othacehe.Arun Isaac
2017-04-25Merge branch 'master' into stagingLeo Famulari
2017-04-25gnu: cmst: Update to 2017.03.18.Mathieu Othacehe
* gnu/packages/connman.scm (cmst): Update to 2017.03.18. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-25gnu: python-pysam: Disable tests.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pysam): Disable tests.
2017-04-24gnu: mpv: Update to 0.25.0.Efraim Flashner
* gnu/packages/video.scm (mpv): Update to 0.25.0. [arguments]: Add explicit configure-flags to enable cdda, dvdread and dvdnav.
2017-04-24gnu: speedtest-cli: Update to 1.0.5.Mathieu Othacehe
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-04-24gnu: python-pysam: Fix tests, again.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Run nosetests explicitly with a single process.
2017-04-24gnu: diamond: Enable building on all architectures.Efraim Flashner
* gnu/packages/bioinformatics.scm (diamond)[supported-systems]: Remove field.
2017-04-24gnu: libevent: Disable regress tests.Efraim Flashner
* gnu/packages/libevent.scm (libevent)[arguments]: Disable the 'regress' tests.
2017-04-24gnu: wmfire: Update source code for new GDK versions.Kei Kebreau
* gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnustep.scm (wmfire)[source]: Add patch.
2017-04-24gnu: unionfs-fuse: Enable tests.Efraim Flashner
* gnu/packages/linux.scm (unionfs-fuse)[arguments]: Replace 'check phase. [native-inputs]: Add python, python-pytest.
2017-04-24gnu: unionfs-fuse: Update to 2.0.Efraim Flashner
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.0. [home-page]: Update to Github page.
2017-04-24gnu: wiredtiger: Enable building on aarch64-linux.Efraim Flashner
* gnu/packages/databases.scm (wiredtiger)[supported-systems]: Add aarch64-linux to supported-systems.
2017-04-24gnu: reptyr: Remove aarch64 from supported systems.Efraim Flashner
* gnu/packages/screen.scm (reptyr)[supported-systems]: Remove aarch64-linux from supported-systems.
2017-04-24gnu: sdl-gfx: Enable building on all architectures.Efraim Flashner
* gnu/packages/sdl.scm (sdl-gfx)[arguments]: On non-Intel architectures disable mmx processor instructions. [supported-systems]: Remove field.
2017-04-24gnu: libsmpeg: Set source file-name.Efraim Flashner
* gnu/packages/video.scm (libsmpeg)[source]: Add file-name field.
2017-04-24libcroco: Fix CVE-2017-{7960,7961}.Leo Famulari
* gnu/packages/gnome.scm (libcroco)[replacement]: New field. (libcroco/fixed): New variable. * gnu/packages/patches/libcroco-CVE-2017-7960.patch, gnu/packages/patches/libcroco-CVE-2017-7961.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
2017-04-24gnu: xorg-server@1.19.3: Correct hash.Marius Bakke
This hash got reset back to 1.19.2 when 1f49cd546ec was merged (1524851f58d). * gnu/packages/xorg.scm (xorg-server-1.19.3)[source]: Update sha256 checksum.
2017-04-23gnu: Add emacs-google-maps.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-google-maps): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-23gnu: r-minimal: Update to 3.4.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.0. [arguments]: Set timezone to UTC+1 in "set-timezone" phase to avoid regression test failure.
2017-04-23gnu: Add font-linuxlibertine.Ricardo Wurmus
* gnu/packages/fonts.scm (font-linuxlibertine): New variable.
2017-04-23gnu: obs: Mark as supported only on Intel systems.Efraim Flashner
* gnu/packages/video.scm (obs)[supported-systems]: New field. [arguments]: Remove armhf and mips specific substitutions.
2017-04-23gnu: nss: Further increase test timeouts on armhf.Marius Bakke
* gnu/packages/gnuzilla.scm (nss)[arguments]<#:phases>: Add a substitution when target platform is armhf.
2017-04-22Increase "TasksMax" in 'guix-daemon.service'.Sergei Trofimovich
* etc/guix-daemon.service.in (TasksMax): Increase to 8192. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-04-23gnu: coreutils@8.27: Do not apply 'coreutils-cut-huge-range-test.patch'.Ludovic Courtès
This patch is not needed in 8.27. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/base.scm (coreutils-8.27)[arguments]: New field.
2017-04-23gnu: Add aspell-dict-pt-br.Daniel Pimentel
* gnu/packages/aspell.scm (aspell-dict-pt-br): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>