Age | Commit message (Expand) | Author |
2015-11-13 | gnu: Adjust formatting as recommended by 'guix lint'....* gnu/packages/aidc.scm (barcode, qrencode),
gnu/packages/bash.scm (bash, bash-completion),
gnu/packages/busybox.scm (busybox),
gnu/packages/cdrom.scm (cdparanoia),
gnu/packages/cmake.scm (cmake),
gnu/packages/conkeror.scm (conkeror),
gnu/packages/cook.scm (cook),
gnu/packages/curl.scm (curl),
gnu/packages/docbook.scm (docbook-xsl),
gnu/packages/enlightenment.scm (enlightenment),
gnu/packages/games.scm (abbaye),
gnu/packages/geeqie.scm (exiv2),
gnu/packages/gimp.scm (gegl),
gnu/packages/gl.scm (glu, freeglut, ftgl),
gnu/packages/glib.scm (glib),
gnu/packages/gnome.scm (orbit2, gconf, geocode-glib),
gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base),
gnu/packages/linux.scm (util-linux),
gnu/packages/lisp.scm (gcl, ecl),
gnu/packages/maths.scm (gnuplot, hdf5),
gnu/packages/ssh.scm (dropbear),
gnu/packages/web.scm (json-c): Remove tabulations and trailing
white spaces or reformat to fit within 80 columns.
* gnu/packages/audio.scm (aubio),
gnu/packages/emacs.scm (emacs-s),
gnu/packages/engineering.scm (geda-gaf),
gnu/packages/games.scm (dosbox),
gnu/packages/gnome.scm (gusb),
gnu/packages/gtk.scm (gtk+),
gnu/packages/guile.scm (guile-wisp),
gnu/packages/hurd.scm (hurd-headers),
gnu/packages/wm.scm (i3-wm): Adjust synopsis or description.
| 宋文武 |
2015-11-13 | gnu: upower: Update to 0.99.3....* gnu/packages/gnome.scm (upower): Update to 0.99.3.
| 宋文武 |
2015-11-13 | gnu: upower: Enable GObject introspection....* gnu/packages/gnome.scm (upower)[native-inputs]: Add gobject-introspection.
| 宋文武 |
2015-11-13 | gnu: gcr: Update to 3.18.0, enable introspection....* gnu/packages/gnome.scm (gcr): Update to 3.18.0.
[native-inputs]: Add gobject-introspection and libxslt.
| 宋文武 |
2015-11-13 | gnu: nix: Don't propagate Perl libraries....* gnu/packages/package-management.scm (nix): Move perl-www-curl,
perl-dbi and perl-dbd-sqlite from 'propagated-inputs' to 'inputs'.
[arguments]: Add #:configure-flags.
| 宋文武 |
2015-11-13 | gnu: nix: Update to 1.10....* gnu/packages/package-management.scm (nix): Update to 1.10.
| 宋文武 |
2015-11-12 | lint: Have connections time out after 3 seconds....* guix/scripts/lint.scm (probe-uri): Add #:timeout parameter. Pass it
to 'open-connection-for-uri' and 'ftp-open'.
(validate-uri): Pass #:timeout 3 to 'probe-uri'.
| Ludovic Courtès |
2015-11-12 | download: Always use AI_ADDRCONFIG when resolving host names....* guix/build/download.scm (open-socket-for-uri): Always pass
AI_ADDRCONFIG to 'getaddrinfo' as recommended in the fine Guile
manual.
* guix/ftp-client.scm (ftp-open): Ditto.
| Ludovic Courtès |
2015-11-12 | download: Add timeout parameter for connections....* guix/build/download.scm (ensure-uri): New procedure.
(current-http-proxy): New variable.
(open-socket-for-uri): Copy from Guile commit aaea5b2, but add #:timeout
parameter and use 'connect*' instead of 'connect'.
(open-connection-for-uri): Add #:timeout parameter and pass it to
'open-socket-for-uri'.
| Ludovic Courtès |
2015-11-12 | ftp-client: Add timeout parameter to 'ftp-open'....* guix/ftp-client.scm (catch-EINPROGRESS): New macro.
(connect*): New procedure.
(ftp-open): Add #:timeout parameter. Use 'connect*' instead of
'connect' and pass it TIMEOUT.
| Ludovic Courtès |
2015-11-12 | ftp-client: Restrict to TCP connections....* guix/ftp-client.scm (ftp-open): Force SOCK_STREAM as the socket type
to avoid calling 'connect' on a datagram socket.
| Ludovic Courtès |
2015-11-12 | emacs: Adjust 'guix environment' popup....* emacs/guix-command.el (guix-command-improve-environment-argument): Use
"E" for '--expose' and "S" for '--share' to distinguish them from
'--expression' and '--system' accordingly. Make '--ad-hoc' an option
taking packages instead of a simple switch.
(guix-command-rest-argument): Complete shell command instead of
packages for '--' argument.
(guix-command-additional-arguments): Add fake 'packages' argument.
New variable.
(guix-command-additional-arguments): Use it.
(guix-command-post-process-environment-packages,
guix-command-post-process-environment-ad-hoc): New functions.
(guix-command-post-processors): Add "environment" command with the new
argument processors.
| Alex Kost |
2015-11-12 | emacs: Adjust 'guix container' popup....* emacs/guix-command.el (guix-command-improve-action-argument): Use "C"
key for 'container' action to distinguish it from 'challenge'.
(guix-command-rest-argument): Add positional arguments.
| Alex Kost |
2015-11-12 | emacs: Improve post processing of popup arguments....* emacs/guix-command.el (guix-command-switches,
guix-command-rest-arg-regexp): New variables.
(guix-command-post-processors,
guix-command-post-process-matching-args,
guix-command-post-process-rest-single,
guix-command-post-process-rest-multiple,
guix-command-post-process-rest-multiple-leave,
guix-command-post-process-package-args): New functions.
(guix-command-post-process-rest-multiple): Take 2 arguments.
(guix-command-define-popup-action): Adjust accordingly.
* emacs/guix-utils.el (guix-modify): New function.
| Alex Kost |
2015-11-12 | Revert "gnu: libvpx: Update to 1.5.0."...This reverts commit fb3f69394a139fca0d60efb49843599fcc2e6e28.
| Efraim Flashner |
2015-11-12 | gnu: mupen64plus-core: Add comment....* gnu/packages/games.scm (mupen64plus-core): Comment the reason for the
supported-systems field.
| Taylan Ulrich Bayırlı/Kammer |
2015-11-12 | gnu: mupen64plus-core: Specify supported-systems....* gnu/packages/games.scm (mupen64plus-core): Specify supported-systems.
| Taylan Ulrich Bayırlı/Kammer |
2015-11-12 | gnu: Add inklingreader....* gnu/packages/inklingreader.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
| Roel Janssen |
2015-11-12 | gnu: gsl: Update to 2.1....* gnu/packages/maths.scm (gsl): Update to 2.1.
| Efraim Flashner |
2015-11-12 | gnu: Add c-ares....* gnu/packages/aria2.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Efraim Flashner |
2015-11-12 | gnu: Add owncloud-client....* gnu/packages/owncloud.scm (owncloud-client): New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Efraim Flashner |
2015-11-12 | gnu: Add qtkeychain....* gnu/packages/qt.scm (qtkeychain): New variable.
| Efraim Flashner |
2015-11-12 | gnu: libvpx: Update to 1.5.0....* gnu/packages/video.scm (libvpx): Update to 1.5.0.
| Efraim Flashner |
2015-11-12 | gnu: mosaik: Build only on x86_64....* gnu/packages/bioinformatics.scm (mosaik)[supported-systems]: Add
field.
| Ricardo Wurmus |
2015-11-12 | gnu: sudo: Upgrade to 1.8.15 [fixes CVE-2015-5602]....* gnu/packages/admin.scm (sudo)[arguments]: Add CPPFLAGS to
#:configure-flags. In 'pre-configure' phase, modify
'sudo_usage.h.in'. Add pattern to remove '-o 0 -g 0' installation
flag in 'Makefile.in', and remove pattern for '-O 0 -G 0'. Remove
modifications of 'configure'.
| Ludovic Courtès |
2015-11-12 | gnu: Add caribou....* gnu/packages/gnome.scm (caribou): New variable.
| 宋文武 |
2015-11-12 | gnu: Add evolution-data-server....* gnu/packages/gnome.scm (evolution-data-server): New variable.
| 宋文武 |
2015-11-12 | gnu: Add gnome-online-accounts....* gnu/packages/gnome.scm (gnome-online-accounts): New variable.
| 宋文武 |
2015-11-12 | gnu: lua: Register patch....* gnu-system.am (dist_patch_DATA): Register lua52-liblua-so.patch.
This is a follow-up to commit 0f9c1f34000e7fd3f4c6bdb45c568f6416906c3b.
| Andreas Enge |
2015-11-11 | gnu: stow: Update to 2.2.2....* gnu/packages/package-management.scm (stow): Update to 2.2.2.
[native-inputs]: Add PERL-IO-STRINGY.
| Ludovic Courtès |
2015-11-11 | gnu: libmicrohttpd: Update to 0.9.46....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.46.
| Ludovic Courtès |
2015-11-11 | guix gc: Error out when extra arguments are passed....Fixes <http://bugs.gnu.org/21817>.
Reported by Petter Berntsen <petter@mykolab.ch>.
* guix/scripts/gc.scm (guix-gc)[assert-no-extra-arguments]: New
procedure.
Use it for actions 'collect-garbage', 'optimize', and 'verify'.
* tests/guix-gc.sh: Add tests.
| Ludovic Courtès |
2015-11-11 | edit: Honor $VISUAL....Suggested by Andreas Enge <andreas@enge.fr>.
* guix/scripts/edit.scm (%editor): Honor 'VISUAL' before 'EDITOR'.
(show-help): Adjust accordingly.
* doc/guix.texi (Invoking guix edit): Likewise.
| Ludovic Courtès |
2015-11-11 | gnu: Add microscheme....* gnu/packages/avr.scm (microscheme): New variable.
| Ricardo Wurmus |
2015-11-11 | refresh: Avoid non-literal format string....Reported by Mathieu Lirzin <mthl@gnu.org>.
* guix/scripts/refresh.scm (guix-refresh): Rewrite 'list-dependent?'
report to avoid nested 'N_' calls.
| Ludovic Courtès |
2015-11-11 | gnu: Add prefix to license imports in (gnu packages avr)....* gnu/packages/avr.scm: Import (guix licenses) with prefix "license:".
| Ricardo Wurmus |
2015-11-11 | gnu: ardour: Update to 4.4....* gnu/packages/audio.scm (ardour): Update to 4.4.
| Ricardo Wurmus |
2015-11-11 | gnu: Add gfortran 5....* gnu/packages/gcc.scm (gfortran-5): New variable.
| Ricardo Wurmus |
2015-11-11 | gnu: wpa-supplicant: Add fixes for CVE-2015-{5310,5314,5315,5316}....* gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Add patches.
| Mark H Weaver |
2015-11-11 | gnu: youtube-dl: Upgrade to 2015.11.10....* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.11.10.
| Efraim Flashner |
2015-11-11 | gnu: linux-libre: Update to 4.2.6....* gnu/packages/linux.scm (linux-libre): Update to 4.2.6.
| Mark H Weaver |
2015-11-10 | gnu: git: Update to 2.6.3....* gnu/packages/version-control.scm (git): Update to 2.6.3.
(git-manpages)[source]: Update hash.
| Mark H Weaver |
2015-11-11 | ui: 'guix help COMMAND' is like 'guix COMMAND --help'....* guix/ui.scm (run-guix): Add ("help" COMMAND) case.
| Ludovic Courtès |
2015-11-11 | guix package: '--search-paths' can report combined search paths....Partly fixes <http://bugs.gnu.org/20255>.
* guix/scripts/package.scm (search-path-environment-variables): Change
'profile' to 'profiles'; expect it to be a list.
(display-search-paths): Likewise.
(%default-options): Remove 'profile' entry.
(%options) <--profile>: Keep previous values associated with 'profile'
in RESULT.
(guix-package)[process-actions, process-query]: Handle the possible
lack of 'profile' pair in OPTS.
| Ludovic Courtès |
2015-11-11 | system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE....* gnu/system.scm (user-shells): Remove.
(operating-system-etc-service): Remove "shells" entry.
(shells-file): Move to...
* gnu/system/shadow.scm (shells-file): ... here. New procedure.
(etc-skel): Rename to...
(etc-files): ... this. Add "shells" entry.
(account-service-type): Adjust accordingly.
| Ludovic Courtès |
2015-11-11 | gnu: torsocks: Upgrade to 2.0.0....* gnu/packages/tor.scm (torsocks): Update to 2.0.0.
[source]: Fetch from git.torproject.org. Use
'torsocks-dns-test.patch'.
[arguments, native-inputs]: New fields.
[license]: Change to GPL2.
* gnu/packages/patches/torsocks-dns-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès |
2015-11-10 | gnu: gtksourceview-2: Propagate input libxml2....* gnu/packages/gtk.scm (gtksourceview-2): Move libxml2 to propagated
inputs.
| Taylan Ulrich Bayırlı/Kammer |
2015-11-10 | gnu: Add mupen64plus-ui-console....* gnu/packages/games.scm (mupen64plus-ui-console): New variable.
* gnu/packages/patches/mupen64plus-ui-console-notice.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Taylan Ulrich Bayırlı/Kammer |
2015-11-10 | gnu: Add mupen64plus-video-z64....* gnu/packages/games.scm (mupen64plus-video-z64): New variable.
| Taylan Ulrich Bayırlı/Kammer |
2015-11-10 | gnu: Add mupen64plus-video-rice....* gnu/packages/games.scm (mupen64plus-video-rice): New variable.
| Taylan Ulrich Bayırlı/Kammer |