Age | Commit message (Expand) | Author |
2016-09-11 | gnu: python-git-review: Wrap it so 'git', 'ssh' and 'scp' are found....* gnu/packages/openstack.scm (python-git-review)[arguments]: Add
'wrap-program' phase.
[inputs]: Add openssh.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Clément Lassieur |
2016-09-11 | gnu: gnunet: Use 'modify-phases'....* gnu/packages/gnunet.scm (gnunet)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-09-11 | gnu: gnurl: Use 'modify-phases'....* gnu/packages/gnunet.scm (gnurl)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-09-11 | gnu: gnurl: Update to 7.50.2-1....* gnu/packages/gnunet.scm (gnurl): Update to 7.50.2-1.
[arguments]: Remove 'delete-failing-test1139 phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| ng0 |
2016-09-11 | gnu: go-1.7: Update to 1.7.1....* gnu/packages/golang.scm (go-1.7): Update to 1.7.1.
| Leo Famulari |
2016-09-10 | gnu: linux-libre: Update to 4.7.3....* gnu/packages/linux.scm (linux-libre): Update to 4.7.3.
| Mark H Weaver |
2016-09-10 | gnu: linux-libre@4.4: Update to 4.4.20....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.20.
| Mark H Weaver |
2016-09-10 | gnu: linux-libre@4.1: Update to 4.1.32....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.32.
| Mark H Weaver |
2016-09-11 | gnu: icedtea-8: Hardcode dynamically loaded libraries....Fixes <https://bugs.gnu.org/24327>.
* gnu/packages/java.scm (icedtea-8)[arguments]: Add 'patch-jni-libs' phase.
| 宋文武 |
2016-09-11 | gnu: python-cachecontrol: Correct parentheses....This commit is a follow-up to 'b30565b'.
* gnu/packages/python.scm (python-cachecontrol): Correct parentheses.
| Ben Woodcroft |
2016-09-11 | gnu: Add python-cachecontrol....* gnu/packages/python.scm (python-cachecontrol, python2-cachecontrol):
New variables.
| Marius Bakke |
2016-09-10 | gnu: python-pillow: Update to 3.3.1....* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.3.1.
| Leo Famulari |
2016-09-10 | gnu: Add mash....* gnu/packages/bioinformatics.scm (mash): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Marius Bakke |
2016-09-10 | gnu: Add edi....* gnu/packages/enlightenment.scm (edi): New variable.
| Efraim Flashner |
2016-09-10 | gnu: tig: Install man pages....* gnu/packages/version-control.scm (tig)[native-inputs]: Add asciidoc, xmlto.
| Efraim Flashner |
2016-09-10 | gnu: tig: Add search completion and history support....* gnu/packages/version-control.scm (tig)[inputs]: Add readline.
| Efraim Flashner |
2016-09-10 | gnu: tig: Update to 2.2....* gnu/packages/version-control.scm (tig): Update to 2.2.
| Efraim Flashner |
2016-09-10 | gnu: Add utox....* gnu/packages/messaging.scm (utox): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Erik Edrosa |
2016-09-10 | gnu: Add filteraudio....* gnu/packages/audio.scm (filteraudio): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Erik Edrosa |
2016-09-10 | gnu: glew: Update to 2.0.0....* gnu/packages/gl.scm (glew): Update to 2.0.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-10 | system: Use 'file-append' to denote file names....* gnu/services/avahi.scm, gnu/services/base.scm,
gnu/services/databases.scm, gnu/services/dbus.scm,
gnu/services/desktop.scm, gnu/services/dict.scm,
gnu/services/mail.scm, gnu/services/networking.scm,
gnu/services/sddm.scm, gnu/services/spice.scm,
gnu/services/ssh.scm, gnu/services/web.scm,
gnu/services/xorg.scm, gnu/system.scm: Replace the
#~(string-append #$pkg "/bin/foo") idiom with
(file-append pkg "/bin/foo").
| Ludovic Courtès |
2016-09-10 | gexp: Store compilers in a hash table for O(1) lookup....* guix/gexp.scm (<gexp-compiler>)[predicate]: Remove.
[type]: New field.
(%gexp-compilers): Turn into a hash table.
(register-compiler!, lookup-compiler, lookup-expander): Adjust
accordingly.
(define-gexp-compiler): Replace 'predicate' by 'record-type'.
(derivation-compiler, local-file-compiler, plain-file-compiler)
(computed-file-compiler, program-file-compiler, scheme-file-compiler)
(file-append-compiler): Adjust accordingly.
* guix/packages.scm (package-compiler, origin-compiler): Likewise.
| Ludovic Courtès |
2016-09-10 | gnu: pdf: Remove erroneous module import....This is a followup to commit c41d97bed6ee1765e0845567444d4d2af1a4d373.
* gnu/packages/pdf.scm: Don't import (gnu packages javascript).
| Leo Famulari |
2016-09-09 | gnu: letsencrypt: Superseded by certbot....* gnu/packages/tls.scm (letsencrypt)[properties]: New field.
| Leo Famulari |
2016-09-09 | gnu: Remove openjpeg-2.0....* gnu/packages/image.scm (openjpeg-2.0): Remove variable.
| Leo Famulari |
2016-09-09 | gnu: mupdf: Update to 1.9a....* gnu/packages/pdf.scm (mupdf): Update to 1.9a.
[source]: Use "mupdf-build-with-openjpeg-2.1.patch". Adjust snippet to
preserve bundled 'thirdparty/mujs'.
[inputs]: Add harfbuzz. Replace openjpeg-2.0 with openjpeg.
* gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Leo Famulari |
2016-09-09 | gnu: openjpeg: Fix CVE-2016-5157....* gnu/packages/patches/openjpeg-CVE-2016-5157.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg): Use it.
| Leo Famulari |
2016-09-09 | gnu: openjpeg-2.*: Fix CVE-2016-7163....* gnu/packages/patches/openjpeg-CVE-2016-7163.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg, openjpeg-2.0): Use it.
| Leo Famulari |
2016-09-09 | gnu: openjpeg: Update to 2.1.1....* gnu/packages/image.scm (openjpeg): Update to 2.1.1.
[source]: Use GitHub URL and add file-name field. Remove
"openjpeg-use-after-free-fix.patch" and "openjpeg-CVE-2015-6581.patch" from
patches.
| Leo Famulari |
2016-09-10 | gnu: bamm: Update to 1.7.3....* gnu/packages/bioinformatics.scm (bamm): Update to 1.7.3.
| Ben Woodcroft |
2016-09-09 | system: Build the initrd file name with 'file-append'....* gnu/system.scm (operating-system-initrd-file)
(operating-system-grub.cfg): Use 'file-append' to construct the initrd
file name.
| Ludovic Courtès |
2016-09-09 | system: grub: Allow arbitrary kernel file names in 'menu-entry'....Fixes <http://bugs.gnu.org/20067>.
Reported by Tomáš Čech <sleep_walker@suse.cz>.
* gnu/system.scm (system-linux-image-file-name)
(operating-system-kernel-file): New procedures.
(operating-system-grub.cfg): Use 'operating-system-kernel-file' for the
'kernel' field of 'menu-entry'.
(operating-system-parameters-file): Likewise for the 'kernel' entry.
(read-boot-parameters): Adjust 'kernel' field so that it contains the
absolute file name of the image.
* gnu/system/grub.scm (grub-configuration-file)[linux-image-name]:
Remove.
[entry->gexp]: Assume LINUX is the absolute file name of the kernel
image.
* doc/guix.texi (GRUB Configuration): Add an example, and adjust
'kernel' field documentation accordingly.
| Ludovic Courtès |
2016-09-09 | gexp: Add 'file-append'....* guix/gexp.scm (<file-append>): New record type.
(file-append): New procedure.
(file-append-compiler): New gexp compiler.
* tests/gexp.scm ("file-append", "file-append, output")
("file-append, nested", "gexp->file + file-append"): New tests.
* doc/guix.texi (G-Expressions): Use it in 'nscd' and 'list-files'
examples. Document 'file-append'.
| Ludovic Courtès |
2016-09-09 | gexp: Compilers can now provide an "expander"....* guix/gexp.scm (<gexp-compiler>)[expand]: New field.
(default-expander, lookup-expander): New procedures.
(define-gexp-compiler): Add second pattern to allow for the definition
of both a compiler and an expander.
(gexp->sexp)[reference->sexp]: Call 'lookup-expander' and use its
result.
| Ludovic Courtès |
2016-09-09 | gexp: Remove outdated comment....* guix/gexp.scm (lower-references): Remove outdated "XXX" comment.
| Ludovic Courtès |
2016-09-09 | gnu: geoclue: Update to 2.4.4....* gnu/packages/gnome.scm (geoclue): Update to 2.4.4.
| Leo Famulari |
2016-09-09 | gnu: c-reduce: Upgrade to 2.5.0....* gnu/packages/debug.scm (c-reduce): Upgrade to 2.5.0.
[inputs]: Remove delta and perl-benchmark-timer. Add perl-term-readkey.
[arguments]: Adjust wrapper libraries.
| Eric Bavier |
2016-09-09 | gnu: llvm: Build shared libraries....* gnu/packages/llvm.scm (llvm)[arguments]: Add -DBUILD_SHARED_LIBS to
| Eric Bavier |
2016-09-09 | gnu: llvm: propagate zlib input....* gnu/packages/llvm.scm (llvm)[inputs]: Move zlib from here...
[ppropagated]: ...to here.
| Eric Bavier |
2016-09-09 | gnu: Fix wrong import of '(gnu packages zsh)'....* gnu/packages/crypot.scm: Change import of '(gnu packages zsh)'
to '(gnu packages shells)'.
| 宋文武 |
2016-09-09 | gnu: guile: Search for .go files in "/site-ccache", not "/ccache"....* gnu/packages/guile.scm (guile-next)[search-paths]: Change "2.2/ccache"
to "2.2/site-ccache".
(guile-for-guile-emacs)[search-paths]: Likewise.
| Ludovic Courtès |
2016-09-09 | gnu: ardour: Do not contact ardour.org on start....* gnu/packages/audio.scm (ardour)[arguments]: Add configure flag
"--no-phone-home".
| Ricardo Wurmus |
2016-09-09 | gnu: Add Tomb....* gnu/packages/crypto.scm (tomb): New variable.
| Eric Bavier |
2016-09-09 | gnu: Add Swish-e....* gnu/packages/search.scm (swish-e): New variable.
* gnu/packages/patches/swish-e-search.patch,
gnu/packages/patches/swish-e-format-security.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
| Eric Bavier |
2016-09-09 | gnu: Add steghide....* gnu/packages/image.scm (steghide): New variable.
* gnu/packages/patches/steghide-fixes.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
| Eric Bavier |
2016-09-09 | gnu: Add mlocate....* gnu/packages/search.scm (mlocate): New variable.
| Eric Bavier |
2016-09-09 | gnu: file-roller: Update to 3.20.3 [fixes CVE-2016-7162]....* gnu/packages/gnome.scm (file-roller): Update to 3.20.3.
| Leo Famulari |
2016-09-09 | gnu: ardour: Update to 5.3....* gnu/packages/audio.scm (ardour): Update to 5.3.
| Ricardo Wurmus |
2016-09-09 | gnu: Add libhdate....* gnu/packages/calendar.scm (libhdate): New variable.
| Efraim Flashner |
2016-09-09 | gnu: kmscon: Enable elogind support....* gnu/packages/terminals.scm (kmscon)[source]: Add 'modules' and
'snippet'.
| Ludovic Courtès |