summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: links: Use 'modify-phases'.Efraim Flashner2016-09-14
| | | | * gnu/packages/links.scm (links)[arguments]: Use 'modify-phases'.
* gnu: links: Update to 2.13.Efraim Flashner2016-09-14
| | | | * gnu/packages/links.scm (links): Update to 2.13.
* gnu: curl: Update replacement to 7.50.3 [fixes CVE-2016-7167].Leo Famulari2016-09-14
| | | | | | * gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.3. (curl-7.50.2): Replace with .... (curl-7.50.3): ... this.
* gnu: mariadb: Update to 10.1.17 [fixes CVE-2016-6662 ].Leo Famulari2016-09-14
| | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.17.
* gnu: mysql: Update to 5.7.15 [fixes CVE-2016-6662].Leo Famulari2016-09-14
| | | | | | | * gnu/packages/databases.scm (mysql): Update to 5.7.15. [source]: Remove obsolete 'mysql-fix-failing-test.patch'. * gnu/packages/patches/mysql-fix-failing-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: guile-next: Update to 2.1.4.David Thompson2016-09-14
| | | | * gnu/packages/guile.scm (guile-next): Update to 2.1.4.
* gnu: Add emacs-es-mode.Christopher Baines2016-09-14
| | | | | | * gnu/packages/emacs.scm (emacs-es-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: #:target takes a GNU triplet, not a system type.Ludovic Courtès2016-09-14
| | | | | * doc/guix.texi (G-Expressions): In cross-compilation example, pass a GNU triplet to #:target.
* gnu: Remove unused, obsolete, private rlog.Tobias Geerinckx-Rice2016-09-14
| | | | * gnu/packages/crypto.scm (rlog): Remove variable.
* gnu: encfs: Update to 1.9.Tobias Geerinckx-Rice2016-09-14
| | | | | | | | | | | | * gnu/packages/crypto.scm (encfs): Update to 1.9. [source]: Remove bundled TinyXML2 in a snippet. [build-system]: Switch to cmake-build-system. [arguments]: Remove autotools-related phases and configure-flags. Don't use bundled TinyXML2. Move under *inputs. [native-inputs]: Remove autoconf, automake, libtool, and pkg-config. Add expect. [inputs]: Remove boost and rlog, while adding attr and tinyxml2. [license]: Add expat licence for new easylogging++.h file.
* gnu: Add tinyxml2.Tobias Geerinckx-Rice2016-09-14
| | | | * gnu/packages/xml.scm (tinyxml2): New variable.
* gnu: Add direnv.Christopher Baines2016-09-14
| | | | | | * gnu/packages/shellutils.scm (direnv): New variable. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add guile2.2-redis.Ricardo Wurmus2016-09-14
| | | | * gnu/packages/guile.scm (guile2.2-redis): New variable.
* gnu: guile-redis: Remove hard-coded Guile effective version.Ricardo Wurmus2016-09-14
| | | | | | * gnu/packages/guile.scm (guile-redis)[snippet]: Modify 'ac_subst_vars' in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in 'Makefile.in'.
* doc: "Various Services" -> "Miscellaneous Services"John Darrington2016-09-14
| | | | * doc/guix.texi (Services): "Various" -> "Miscellaneous"
* gnu: kernel-config: Remove redundant file-exists? check.David Craven2016-09-13
| | | | | * gnu/packages/linux.scm (kernel-config): Remove redundant file-exists? check.
* gnu: make-linux-libre: Only use configuration-file when one is provided.David Craven2016-09-13
| | | | | * gnu/packages/linux.scm (make-linux-libre): Only use configuration-file when one is provided.
* gnu: Add femtolisp.ng02016-09-13
| | | | | | * gnu/packages/lisp.scm (femtolisp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ldc: Fix build failure.Danny Milosavljevic2016-09-13
| | | | | | | | * gnu/packages/ldc.scm (ldc)[arguments]: Add 'patch-dmd2' phase. [inputs]: Add zlib. [native-inputs]: Specify version 3.7 of LLVM and Clang. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add microcomJohn Darrington2016-09-13
| | | | | * gnu/packages/microcom.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: module-init-tools: Move to (gnu packages linux).David Craven2016-09-13
| | | | * gnu/packages/linux.scm (module-init-tools): Move.
* gnu: libnfsidmap: Move to (gnu packages linux).David Craven2016-09-13
| | | | * gnu/packages/linux.scm (libnfsidmap): Move.
* gnu: Add linux-libre-beagle-bone-black.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
* gnu: Add linux-libre-arm-generic.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (linux-libre-arm-generic): New variable.
* gnu: linux-libre: Use kmod.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (make-linux-libre): Use kmod.
* gnu: make-linux-libre: Add supported-systems parameter.David Craven2016-09-13
| | | | | * gnu/packages/linux.scm (make-linux-libre): Add supported-systems parameter.
* gnu: make-linux-libre: Add zImage to output.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (make-linux-libre): Add zImage to output.
* gnu: make-linux-libre: Add extra-version parameter.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (make-linux-libre): Add extra-version option.
* gnu: make-linux-libre: Add extra-options parameter.David Craven2016-09-13
| | | | | | * gnu/packages/linux.scm (linux-libre): Use %default-extra-linux-options. (config->string, %default-extra-linux-options): New variables.
* gnu: Use make-linux-libre.David Craven2016-09-13
| | | | | | * gnu/packages/linux.scm (make-linux-libre): New variable. (linux-libre, linux-libre-4.4, linux-libre-4.1): Use make-linux-libre. (kernel-config): Take arch instead of system.
* gnu: lispf4: Remove unused inputs key.ng02016-09-13
| | | | | | | | * gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused inputs key from 'install' phase. [source](file-name): Append "-checkout" to the file-name. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress.David Craven2016-09-13
| | | | * gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
* gnu: Add u-boot-beagle-bone-black.David Craven2016-09-13
| | | | * gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
* gnu: dtc: Remove patch-paths phase.Danny Milosavljevic2016-09-13
| | | | | | | * gnu/packages/u-boot.scm (dtc)[arguments]: Remove patch-paths phase. [configure-flags]: Add INSTALL. Signed-off-by: David Craven <david@craven.ch>
* gnu: Add python-lit, python2-lit.Danny Milosavljevic2016-09-13
| | | | | | * gnu/packages/python.scm (python-lit, python2-lit): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-prompt-toolkit: Update to 1.0.7.Tobias Geerinckx-Rice2016-09-13
| | | | | * gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.7. [source]: Use 'pypi-uri'.
* gnu: ruby: Remove string-append call with single argument.Tobias Geerinckx-Rice2016-09-13
| | | | * gnu/packages/ruby.scm (ruby)[source]: Remove string-append.
* gnu: tinyxml: Fix typo in description.Tobias Geerinckx-Rice2016-09-13
| | | | * gnu/packages/xml.scm (tinyxml)[description]: Fix typo.
* services: nginx: Actually check if configuration is valid.Tobias Geerinckx-Rice2016-09-13
| | | | * gnu/services/web.scm (nginx-activation): Fix path to nginx binary.
* gnu: linux-libre: Add support for cross-compilation.David Craven2016-09-13
| | | | | * gnu/packages/linux.scm (linux-libre): Add support for cross-compilation.
* gnu: linux-libre: Move kernel configuration to configure phase.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (linux-libre)[arguments]: Add configure phase.
* gnu: linux-libre: Apply %boot-logo patch in origin.David Craven2016-09-13
| | | | | * gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch in origin.
* gnu: linux-libre: Use system->architecture.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (linux-libre): Use system->architecture.
* gnu: linux-libre: Use modify-phases.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (linux-libre): Use modify-phases.
* gnu: module-init-tools: Prevent line wrapping.David Craven2016-09-13
| | | | * gnu/packages/linux.scm (module-init-tools): Break line.
* gnu: Add schismtracker.Kei Kebreau2016-09-13
| | | | * gnu/packages/music.scm (schismtracker): New variable.
* gnu: guile-wm: Add '.desktop' file.Alex ter Weele2016-09-13
| | | | | | | * gnu/packages/guile-wm.scm (guile-wm)[arguments]: Add 'install-xsession' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add seqtk.Ben J Woodcroft2016-09-13
| | | | * gnu/packages/bioinformatics.scm (seqtk): New variable.
* gnu: libbluray: Enable libaacs and libbdplus support.Andy Patterson2016-09-13
| | | | | | | | * gnu/packages/video.scm (libbluray) [inputs]: Add libaacs and libbdplus. [arguments]: Add 'fix-dlopen-paths' to #:phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libaacs.Andy Patterson2016-09-13
| | | | | | * gnu/packages/video.scm (libaacs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>