Age | Commit message (Expand) | Author |
2015-10-10 | gnu: Add python-bandit....* gnu/packages/openstack.scm (python-bandit, python2-bandit): New variables.
| Cyril Roelandt |
2015-10-10 | gnu: Update python-fixtures...* gnu/packages/python.scm (python-fixtures): Update.
* gnu/packages/python.scm (python-fixtures-0.3.16,
python2-fixtures-0.3.16, python-pbr-0.11,
python2-pbr-0.11): New variables.
* gnu/packages/python.scm (python-testrepository): Use python-fxitures-0.3.16
instead of python-fixtures in the inputs.
| Cyril Roelandt |
2015-10-10 | gnu: Add python-pip....* gnu/packages/python.scm (python-pip, python2-pip): New variables.
| Cyril Roelandt |
2015-10-09 | Thank Chris. | Ludovic Courtès |
2015-10-09 | build: Fix libgcrypt detection on FHS systems....Reported by Christopher Allan Webber <cwebber@dustycloud.org>.
* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): Add "grep -e -L" to the pipeline
to account for cases where the output of "libgcrypt-config --libs"
lacks a -L flag.
* configure.ac: When 'GUIX_LIBGCRYPT_LIBDIR' returns the empty string,
set LIBGCRYPT_LIBDIR to "no".
* config-daemon.ac: Add missing space.
| Ludovic Courtès |
2015-10-09 | scripts: environment: Use system* instead of system....This allows for direct program invokation without needing a shell to act
as a command interpreter.
* guix/scripts/environment.scm (%default-shell): New variable.
(show-help): Adjust description. Remove '--exec' reference.
(%default-options): Use '%default-shell'.
(%options): Adjust '--exec' to run command via the default shell.
(parse-args): New procedure.
(guix-environment): Use 'parse-args'. Use 'system*' instead of
'system'.
* tests/guix-environment.sh: Add test for '--' command invokation.
* doc/guix.texi ("Invoking guix environment"): Use new syntax. Remove
'--exec' documentation.
| David Thompson |
2015-10-09 | utils: Add split procedure....* guix/utils.scm (split): New procedure.
* tests/utils.scm: Add tests.
| David Thompson |
2015-10-09 | emacs: Add 'guix-devel-lint-package'...Suggested by Ludovic Courtès <ludo@gnu.org>.
* emacs/guix-devel.el (guix-devel-setup-repl): Add a workaround for
'guix-warning-port'.
(guix-devel-lint-package): New command.
(guix-devel-keys-map): Add key binding for it.
* doc/emacs.texi (Emacs Development): Document it.
| Alex Kost |
2015-10-09 | lint: Export 'run-checkers'....* guix/scripts/lint.scm (run-checkers): Export. Make 'checkers'
argument optional.
| Alex Kost |
2015-10-09 | emacs: Add 'guix-devel-with-definition'....* emacs/guix-devel.el (guix-devel-with-definition): New macro.
(guix-devel-build-package-definition): Use it.
(guix-devel-emacs-font-lock-keywords): New variable.
| Alex Kost |
2015-10-09 | emacs: Fix 'guix-devel-setup-repl'....Setting up guix ports needs to be done in Geiser REPL synchronously,
otherwise this operation may not be finished before the further
evaluating of guile code.
* emacs/guix-guile.el (guix-guile-prompt?): New function.
* emacs/guix-geiser.el (guix-geiser-eval-in-repl-synchronously): New
function.
* emacs/guix-devel.el (guix-devel-setup-repl): Use it.
| Alex Kost |
2015-10-09 | emacs: Fix 'guix-build-log-phase-toggle-all'....* emacs/guix-build-log.el (guix-build-log-phase-toggle-all): Handle the
case when there are no characters before the first phase:
'guix-build-log-next-phase' moves to the second phase in such a case,
and the toggling is not done properly, so use 're-search-forward'
instead.
| Alex Kost |
2015-10-09 | emacs: devel: Fix 'modify-phases' highlighting....* emacs/guix-devel.el (guix-devel-modify-phases-font-lock-pre): Handle
the case when 'modify-phases' is commented.
| Alex Kost |
2015-10-09 | emacs: devel: Highlight gexp symbols....Suggested by Ludovic Courtès <ludo@gnu.org>.
* emacs/guix-devel.el (guix-devel-gexp-symbol): New face.
(guix-devel-font-lock-keywords): Adjust to handle gexp symbols.
| Alex Kost |
2015-10-08 | Revert "gnu: python: Do not retain references to build tools."...This reverts commit 14f8dae6b1e42cfd37678d64c137932b91656a41, which
was unintentionally pushed (it does not work with Python 3.)
| Ludovic Courtès |
2015-10-08 | Merge branch 'master' into core-updates | Mark H Weaver |
2015-10-08 | gnu: libunwind: Add fix for CVE-2015-3239....* gnu/packages/patches/libunwind-CVE-2015-3239.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/libunwind.scm (libunwind)[source]: Add patch.
| Mark H Weaver |
2015-10-08 | gnu: libwmf: Add fixes for several security flaws....* gnu/packages/patches/libwmf-CAN-2004-0941.patch,
gnu/packages/patches/libwmf-CVE-2007-0455.patch,
gnu/packages/patches/libwmf-CVE-2007-2756.patch,
gnu/packages/patches/libwmf-CVE-2007-3472.patch,
gnu/packages/patches/libwmf-CVE-2007-3473.patch,
gnu/packages/patches/libwmf-CVE-2007-3477.patch,
gnu/packages/patches/libwmf-CVE-2009-3546.patch: New files.
* gnu/packages/patches/libwmf-CVE-2015-0848+4588+4695+4696.patch: Delete
file. Replace with ...
* gnu/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch,
gnu/packages/patches/libwmf-CVE-2015-4695.patch,
gnu/packages/patches/libwmf-CVE-2015-4696.patch: ... these new files.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (libwmf)[source]: Adjust set of patches.
| Mark H Weaver |
2015-10-08 | gnu: unzip: Add various fixes....* gnu/packages/patches/unzip-increase-size-of-cfactorstr.patch: Delete
file. Replace with ...
* gnu/packages/patches/unzip-overflow-long-fsize.patch: ... this new file.
* gnu/packages/patches/unzip-attribs-overflow.patch,
gnu/packages/patches/unzip-fix-overflows-and-infloop.patch,
gnu/packages/patches/unzip-format-secure.patch: New files.
* gnu/packages/patches/unzip-CVE-2014-9636.patch: Replace contents with
fixed patch from Fedora.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/zip.scm (unzip)[source]: Adjust list of patches.
| Mark H Weaver |
2015-10-08 | gnu: wpa-supplicant: Update to 2.5....* gnu/packages/patches/wpa-supplicant-2015-2-fix.patch,
gnu/packages/patches/wpa-supplicant-2015-3-fix.patch,
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt1.patch,
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt2.patch,
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt3.patch,
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt4.patch,
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt5.patch,
gnu/packages/patches/wpa-supplicant-2015-5-fix.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-1863.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.5.
Remove patches.
| Mark H Weaver |
2015-10-08 | gnu: python-h5py: Fix path to hdf5 library....* gnu/packages/python.scm (python-h5py)[arguments]: Add "fix-hdf5-paths"
phase.
| Ricardo Wurmus |
2015-10-08 | gnu: python-h5py, python2-h5py: Correct inputs....* gnu/packages/python.scm (python-h5py)
[inputs]: Remove python-cython and python-numpy.
[propagated-inputs]: New field.
[native-inputs]: Drop python-setuptools and add python-cython.
(python2-h5py): Replace "inputs" with "propagated-inputs".
| Ricardo Wurmus |
2015-10-08 | gnu: Add python-joblib....* gnu/packages/python.scm (python-joblib, python2-joblib): New
variables.
| Ricardo Wurmus |
2015-10-08 | Correct "Revert "gnu: camlp4: Remove extra input.""...This corrects a typo in 0d1c0660d7b446188b36f19d0dd79d8f97bd4360.
| Efraim Flashner |
2015-10-08 | Revert "gnu: camlp4: Remove extra input."...This reverts commit d04efa0fff908de0f8822a27582b4b1c3dcae553.
| Efraim Flashner |
2015-10-07 | Merge branch 'master' into core-updates | Mark H Weaver |
2015-10-07 | gnu: webkitgtk-2.4: Fix potential code execution vulnerability....* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/webkit.scm (webkitgtk-2.4)[source]: Add patch.
| Mark H Weaver |
2015-10-07 | gnu: libvpx: Set size limit to avoid CVE-2015-1258....* gnu/packages/video.scm (libvpx)[arguments]: Add "--size-limit"
argument to configure.
| Mark H Weaver |
2015-10-07 | gnu: openjpeg-2.x: Add fix for CVE-2015-6581....* gnu/packages/patches/openjpeg-CVE-2015-6581.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch.
| Mark H Weaver |
2015-10-07 | gnu: gdk-pixbuf: Update to 2.32.1....* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.32.1.
| Mark H Weaver |
2015-10-08 | gnu: python: Simplify list of configure flags....* gnu/packages/patches/python-2.7-search-paths.patch,
gnu/packages/patches/python-3-search-paths.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/python.scm (python-2)[source]: Use first patch.
[arguments]: Remove now unneeded CPPFLAGS and LDFLAGS.
(python)[source]: Use second patch.
(python-minimal)[arguments]: Remove CPPFLAGS and LDFLAGS.
| Ludovic Courtès |
2015-10-07 | gnu: python: Build the tkinter module....Fixes <http://bugs.gnu.org/20889>.
Reported by Federico Beffa <beffa@ieee.org>.
* gnu/packages/python.scm (python-2)[arguments]: Pass
--with-tcltk-includes and --with-tcltk-libs.
[inputs]: Add TCL and TK.
| Ludovic Courtès |
2015-10-07 | gnu: python: Add "minimal" variants....* gnu/packages/python.scm (python2-minimal, python-minimal): New
variables.
(wrap-python3): New procedure.
(python-wrapper): Use it.
(python-minimal-wrapper): New variable.
* gnu/packages/xml.scm (libxslt)[native-inputs]: Use
PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER.
* gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise.
| Ludovic Courtès |
2015-10-07 | gnu: camlp4: Remove extra input....* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml"
entry from native-inputs.
| Efraim Flashner |
2015-10-07 | gnu: gprolog: Remove armhf from supported architectures....* gnu/packages/gprolog.scm (gprolog)[supported-systems]: Remove
armhf-linux from the list of supported systems.
| Efraim Flashner |
2015-10-07 | gnu: mosh: Update to 1.2.5....* gnu/packages/ssh.scm (mosh): Update to 1.2.5.
| Efraim Flashner |
2015-10-07 | gnu: python-wrapper: Improve synopsis and description....* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide
literal 'description' value.
| Ludovic Courtès |
2015-10-07 | gnu: python: Do not retain references to build tools....* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' and
'do-not-record-configure-flags-in-makefile' phases.
| Ludovic Courtès |
2015-10-07 | gnu: enlightenment: Update to 0.19.12....* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.12.
| Efraim Flashner |
2015-10-07 | gnu: Add r-htmlwidgets....* gnu/packages/web.scm (r-htmlwidgets): New variable.
| Ricardo Wurmus |
2015-10-07 | gnu: Add r-htmltools....* gnu/packages/web.scm (r-htmltools): New variable.
| Ricardo Wurmus |
2015-10-07 | gnu: ibus-libpinyin: Add GTK+ and Glib inputs....* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+.
[native-inputs]: Add glib:bin.
| Ricardo Wurmus |
2015-10-06 | gnu: imagemagick: Hard-code delegate paths....If --with-frozenpaths is given, then configure will retain absolute paths
discovered for delegate programs, otherwise they are discarded.
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add
'--with-frozenpaths' to #:configure-flags.
| Eric Bavier |
2015-10-06 | publish: Fix file descriptor leak....A client closing the connection while reading from a /nar URL would
leave an open file descriptor in the server. This patch fixes it.
* guix/scripts/publish.scm (swallow-EPIPE): New macro.
(http-write): Use it around 'write-file' call.
| Ludovic Courtès |
2015-10-06 | doc: Clarify how to run 'guix refresh -u'....* doc/guix.texi (Invoking guix refresh): Mention ./pre-inst-env.
| Ludovic Courtès |
2015-10-06 | import: snix: Adjust names of license attributes....* guix/import/snix.scm (license-variable): Adjust names to current
Nixpkgs.
| Ludovic Courtès |
2015-10-06 | utils: Remove Nixpkgs helpers....* guix/config.scm.in (%nixpkgs): Remove.
* guix/utils.scm (%nixpkgs-directory, nixpkgs-derivation,
nixpkgs-derivation*): Remove.
* test-env.in: Export 'NIXPKGS'.
* tests/derivations.scm (%coreutils): Remove use of
'nixpkgs-derivation'.
* tests/snix.scm (%nixpkgs-directory): New variable.
Adjust users accordingly.
| Ludovic Courtès |
2015-10-06 | build: Automatically determine libgcrypt's file name....* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro.
* configure.ac: Use it when no --with-libgcrypt-* option was passed.
* README: Do not recommend --with-libgcrypt-prefix.
Co-authored-by: 宋文武 <iyzsong@gmail.com>
| Ludovic Courtès |
2015-10-06 | gnu: elementary: Update to 1.15.2....* gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
| Efraim Flashner |
2015-10-06 | gnu: efl: Update to 1.15.2....* gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
| Efraim Flashner |