summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ui: 'string->duration' supports hours and seconds.Ludovic Courtès2016-06-09
| | | | | * guix/ui.scm (string->duration): Add seconds and hours. * tests/ui.scm ("duration, 1 second"): New test.
* gnu: st: Update to 0.6ng02016-06-09
| | | | | | * gnu/packages/suckless.scm (st): Update to 0.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: weechat: Update to 1.5.ng02016-06-09
| | | | | | * gnu/packages/irc.scm (weechat): Update to 1.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add googletest.Lukas Gradl2016-06-09
| | | | | | * gnu/packages/check.scm (googletest): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: owncloud-client: Update to 2.2.1.Efraim Flashner2016-06-09
| | | | * gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.1.
* gnu: xboard: Update to 4.9.0, use GTK+ front-end.宋文武2016-06-09
| | | | | * gnu/packages/games.scm (xboard): Update to 4.9.0. [inputs]: Add gtk+-2.
* Revert "gnu: libxml2: Add fix for CVE-2016-1762."Mark H Weaver2016-06-08
| | | | This reverts commit 6e4f18cfdd1bf747e77f81b64497f1c05f57a057.
* gnu: libxml2: Add fix for CVE-2016-1762.Mark H Weaver2016-06-08
| | | | | | * gnu/packages/patches/libxml2-CVE-2016-1762.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (libxml2/fixed)[source]: Add patch.
* gnu: icecat: Add fixes for CVE-2016-{2818,2819,2821,2824,2828,2831}.Mark H Weaver2016-06-08
| | | | | | | | | | | | | | | | | | | * gnu/packages/patches/icecat-CVE-2016-2818-pt1.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt2.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt3.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt4.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt5.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt6.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt7.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt8.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt9.patch, gnu/packages/patches/icecat-CVE-2016-2819.patch, gnu/packages/patches/icecat-CVE-2016-2821.patch, gnu/packages/patches/icecat-CVE-2016-2824.patch, gnu/packages/patches/icecat-CVE-2016-2828.patch, gnu/packages/patches/icecat-CVE-2016-2831.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
* gnu: libvpx: Add fix for CVE-2016-2818.Mark H Weaver2016-06-08
| | | | | | * gnu/packages/patches/libvpx-CVE-2016-2818.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (libvpx)[source]: Add patch.
* publish: Encore URIs that appear in narinfos.Ludovic Courtès2016-06-08
| | | | | | | | | | Fixes <http://bugs.gnu.org/21888>. Reported by iyzsong@member.fsf.org (宋文武). * guix/scripts/publish.scm (narinfo-string): Use 'encode-and-join-uri-path' instead of 'string-append' to compute URL. * tests/publish.scm ("/*.narinfo with properly encoded '+' sign"): ("/nar/ with properly encoded '+' sign"): New tests.
* gnu-maintenance: Replace 'find-packages' with 'find-package' (singular).Ludovic Courtès2016-06-08
| | | | | | | | | | Fixes <http://bugs.gnu.org/23718>. Reported by Efraim Flashner <efraim@flashner.co.il>. * guix/gnu-maintenance.scm (find-packages): Remove. (find-package): New procedure. * guix/import/gnu.scm (gnu->guix-package): Use 'find-package' instead of 'find-packages' and adjust accordingly.
* doc: Add missing quotes in wpa_supplicant example.Ludovic Courtès2016-06-08
| | | | | | | Reported by Kete Foy <kete@ninthfloor.org>. * doc/guix.texi (Preparing for Installation): Add quotes in wpa_supplicant example.
* gnu: vlc: Update to 2.2.4 [fixes CVE-2016-5108].Efraim Flashner2016-06-08
| | | | | | * gnu/packages/video.scm (vlc): Update to 2.2.4. [inputs]: Remove qt, add qtbase. [arguments]: Add phase to disable display test.
* gnu: Add ruby-concurrent.Ben Woodcroft2016-06-08
| | | | | | * gnu/packages/ruby.scm (ruby-concurrent): New variable. * gnu/packages/patches/ruby-concurrent-ignore-broken-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add ruby-timecop.Ben Woodcroft2016-06-08
| | | | * gnu/packages/ruby.scm (ruby-timecop): New variable.
* gnu: ruby-activesupport: Add 'ruby-tzinfo-data' propagated input.Ben Woodcroft2016-06-08
| | | | | * gnu/packages/ruby.scm (ruby-activesupport)[propagated-inputs]: Add 'ruby-tzinfo-data'.
* gnu: Add ruby-tzinfo-data.Ben Woodcroft2016-06-08
| | | | | | * gnu/packages/ruby.scm (ruby-tzinfo-data): New variable. * gnu/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: libressl: Update to 2.3.5.Leo Famulari2016-06-08
| | | | * gnu/packages/tls.scm (libressl): Update to 2.3.5.
* gnu: Add higan.Taylan Ulrich Bayırlı/Kammer2016-06-08
| | | | * gnu/packages/games.scm (higan): New variable.
* gnu: Add python-ply.Danny Milosavljevic2016-06-07
| | | | | | * gnu/packages/python.scm (python-ply, python2-ply): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add font-hack.8p8c2016-06-07
| | | | | | * gnu/packages/fonts.scm (font-hack): New variable. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: java-swt: Use 64-bit archive on x86_64.Ricardo Wurmus2016-06-07
| | | | | * gnu/packages/java.scm (java-swt)[source]: Use separate source archive for x86_64.
* bournish: Allow compilation of multiple expressions.Ludovic Courtès2016-06-06
| | | | | | | * guix/build/bournish.scm (%bournish-language): Add a joiner to SCHEME. Compile only to Scheme. * tests/bournish.scm: New file. * Makefile.am (SCM_TESTS): Add it.
* bournish: Handle EOF in the reader.Ludovic Courtès2016-06-06
| | | | * guix/build/bournish.scm (read-bournish): Add case for EOF.
* gnu: Add ghc-wl-pprint.Ludovic Courtès2016-06-06
| | | | * gnu/packages/haskell.scm (ghc-wl-pprint): New variable.
* gnu: Add ghc-union-find.Ludovic Courtès2016-06-06
| | | | * gnu/packages/haskell.scm (ghc-union-find): New variable.
* gnu: Add ghc-indents.Ludovic Courtès2016-06-06
| | | | * gnu/packages/haskell.scm (ghc-indents): New variable.
* gnu: Add ghc-concatenative.Ludovic Courtès2016-06-06
| | | | * gnu/packages/haskell.scm (ghc-concatenative): New variable.
* gnu: Add ghc-aeson-pretty.Ludovic Courtès2016-06-06
| | | | * gnu/packages/haskell.scm (ghc-aeson-pretty): New variable.
* file-systems: Remove unneeded import.Ludovic Courtès2016-06-06
| | | | | * gnu/system/file-systems.scm: Remove import of (guix gexp), unneeded since commit 060d62a740fc1932a3be505534feff099b59ac9f.
* gnu: qtkeychain: Update to 0.7.0.Efraim Flashner2016-06-06
| | | | * gnu/packages/qt.scm (qtkeychain): Update to 0.7.0.
* gnu: calibre: Update to 2.58.0.Efraim Flashner2016-06-06
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.58.0.
* gnu: python-pyqt: Use 'modify-phases'.Efraim Flashner2016-06-06
| | | | * gnu/packages/qt.scm (python-pyqt)[arguments]: Use 'modify-phases'.
* gnu: python-pyqt: Update to 5.6.Efraim Flashner2016-06-06
| | | | | | * gnu/packages/qt.scm (python-pyqt, python2-pyqt): Update to 5.6. (python-pyqt)[native-inputs]: Remove qt, add qtbase. (python2-pyqt)[native-inputs]: Remove qt, add qtbase.
* gnu: python-sip: Use 'modify-phases'.Efraim Flashner2016-06-06
| | | | * gnu/packages/qt.scm (python-sip)[arguments]: Use 'modify-phases'.
* gnu: python-sip: Update to 4.18.Efraim Flashner2016-06-06
| | | | * gnu/packages/qt.scm (python-sip, python2-sip): Update to 4.18.
* gnu: Add emacs-cider.humanitiesNerd2016-06-05
| | | | | | * gnu/packages/emacs.scm (emacs-cider): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: znc: Update to 1.6.3.宋文武2016-06-05
| | | | * gnu/packages/messaging.scm (znc): Update to 1.6.3.
* gnu: services: Add dicod-service.宋文武2016-06-05
| | | | | | * gnu/services/dict.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): Document it.
* gnu: ntp: Update to 4.2.8p8 [fixes CVE-2016-{4953, 4954, 4955, 4956, 4957}].Leo Famulari2016-06-05
| | | | * gnu/packages/ntp.scm (ntp): Update to 4.2.8p8.
* gnu: ntp: Add HTTPS URL.Leo Famulari2016-06-05
| | | | | | This works around an HTTP -> HTTPS redirection. * gnu/packages/ntp.scm (ntp)[source]: Add HTTPS URL.
* services: urandom-seed: Refresh seed at boot.Leo Famulari2016-06-05
| | | | | | | | * gnu/services/base.scm (urandom-seed-shepherd-service): Refresh the random seed unconditionally at boot. Ensure directory structure for %random-seed-file exists when shutting down. (%urandom-seed-activation): Remove variable. (urandom-seed-service-type): Remove deleted variable from list of extensions.
* gnu: krona-tools: Correct paths used internally.Ben Woodcroft2016-06-05
| | | | | * gnu/packages/web.scm (krona-tools)[arguments]: Add 'check' phase. Correct paths used internally.
* profiles: 'profile-derivation' now honors #:system.Ludovic Courtès2016-06-05
| | | | | | | | | Fixes <http://bugs.gnu.org/23682>. Reported by Ander GM <anthk@openmailbox.org>. * guix/profiles.scm (profile-derivation): Pass #:system to 'gexp->derivation'. * tests/guix-environment.sh: Add 'guix environment -s' test.
* gnu: Add Wireshark.Nicolas Goaziou2016-06-05
| | | | | | * gnu/packages/networking.scm (wireshark): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Use full SHA1 commit ids.Hartmut Goebel2016-06-05
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (pbtranscript-tofu, mosaik, smithlab-cpp, piranha): Use full SHA1 commit ids. * gnu/packages/ci.scm (hydra): Likewise. * gnu/packages/compression.scm (sfarkxtc): Likewise. * gnu/packages/emacs.scm (emacs-ob-ipython): Likewise. * gnu/packages/games.scm (mars, emulation-station): Likewise. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/music.scm (non-sequencer): Likewise. * gnu/packages/version-control.scm (git-flow, git-test-sequence): Likewise. * gnu/packages/xorg.scm (xf86-video-intel): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Mention the 'ip' command.Ludovic Courtès2016-06-05
| | | | | | Suggested by Alex Kost <alezost@gmail.com>. * doc/guix.texi (Preparing for Installation): Mention 'ip'.
* gnu: Add qtbase.Andreas Enge2016-06-04
| | | | | | * gnu/packages/qt.scm (qtbase): New variable. Co-authored by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add emacs-helm.Matthew Jordan2016-06-04
| | | | | | * gnu/packages/emacs.scm (emacs-helm): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>