Age | Commit message (Expand) | Author |
2016-11-22 | gnu: progress: Update to 0.13.1....* gnu/packages/admin.scm (progress): Update to 0.13.1.
[native-inputs]: Add pkg-config and which.
[arguments]: Drop LDFLAGS (now handled by pkg-config) from #:make-flags.
| Tobias Geerinckx-Rice |
2016-11-22 | gnu: ncurses: Install pkg-config ‘.pc’ files....* gnu/packages/ncurses.scm (ncurses)[arguments]: Add ‘--enable-pc-files’
and ‘--with-pkg-config-libdir=’ to #:configure-flags. Create ‘non-wide’
compatibility symbolic links for ‘.pc’ files in the post-install-phase.
[native-inputs]: Add pkg-config.
| Tobias Geerinckx-Rice |
2016-11-21 | gnu: openssl: Remove redundant use of mkdir-p....* gnu/packages/tls.scm (openssl)[arguments]: Remove redundant (mkdir-p).
Signed-off-by: Leo Famulari <leo@famulari.name>
| Petter |
2016-11-21 | gnu: libgc: Update to 7.6.0....* gnu/packages/bdw-gc.scm (libgc): Update to 7.6.0.
| Leo Famulari |
2016-11-21 | gnu: libgc-7.2: Update to 7.2g....* gnu/packages/bdw-gc.scm (libgc-7.2): Update to 7.2g.
| Leo Famulari |
2016-11-21 | gnu: libatomic-ops: Update to 7.4.4....* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.4.4.
| Leo Famulari |
2016-11-19 | gnu: libgpg-error: Update to 1.25....* gnu/packages/gnupg.scm (libgpg-error): Update to 1.25.
| Leo Famulari |
2016-11-16 | gnu: util-linux: Add current system profile to fs search path....* gnu/packages/linux.scm (util-linux)[arguments]: Add
"--enable-fs-paths-default=/run/current-system/profile/sbin"
to configure-flags.
| John Darrington |
2016-11-16 | download: Use the built-in 'download' builder when available....Fixes <http://bugs.gnu.org/22774>.
Reported by Christopher W Carpenter.
* guix/download.scm (built-in-builders*, raw-derivation)
(built-in-download): New procedures.
(in-band-download): New procedure, with code formerly in 'url-fetch'.
(url-fetch): Call 'built-in-builders*' and dispatch between
'built-in-download' and 'in-band-download'.
| Ludovic Courtès |
2016-11-16 | daemon: Add 'built-in-builders' RPC....* nix/libstore/builtins.cc (builtinBuilderNames): New function.
* nix/libstore/builtins.hh (builtinBuilderNames): New declaration.
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x160.
(WorkerOp)[wopBuiltinBuilders]: New value.
* nix/nix-daemon/nix-daemon.cc (performOp): Handle it.
* guix/store.scm (operation-id)[built-in-builders]: New value.
* guix/store.scm (read-arg): Add 'string-list'.
(built-in-builders): New procedure.
* tests/derivations.scm ("built-in-builders"): New test.
| Ludovic Courtès |
2016-11-16 | daemon: Add "builtin:download" derivation builder....This ensures that 1) the derivation doesn't change when Guix changes;
2) the derivation closure doesn't contain Guix and its dependencies; 3)
we don't have to rely on ugly chroot hacks.
Adapted from Nix commit 0a2bee307b20411f5b0dda0c662b1f9bb9e0e131.
* nix/libstore/build.cc (DerivationGoal::runChild): Add special case for
'isBuiltin(drv)'. Disable chroot when 'isBuiltin(drv)'.
* nix/libstore/builtins.cc, nix/libstore/builtins.hh,
nix/scripts/download.in, guix/scripts/perform-download.scm: New files.
* guix/ui.scm (show-guix-help)[internal?]: Add 'perform-download'.
* nix/local.mk (libstore_a_SOURCES): Add builtins.cc.
(libstore_headers): Add builtins.hh.
(nodist_pkglibexec_SCRIPTS): Add 'scripts/download'.
* config-daemon.ac: Emit 'scripts/download'.
* Makefile.am (MODULES): Add 'guix/scripts/perform-download.scm'.
* tests/derivations.scm ("unknown built-in builder")
("'download' built-in builder")
("'download' built-in builder, invalid hash")
("'download' built-in builder, not found")
("'download' built-in builder, not fixed-output"): New tests.
Co-authored-by: Eelco Dolstra <eelco.dolstra@logicblox.com>
| Ludovic Courtès |
2016-11-16 | tests: Move HTTP server to (guix tests http)....* tests/lint.scm (%http-server-port, %local-url)
(%http-server-socket, http-write, %http-server-lock)
(%http-server-ready, http-open, stub-http-server)
(call-with-http-server, with-http-server): Move to (guix tests http).
Adjust tests for %HTTP-SERVER-SOCKET as a promise and %LOCAL-URL as a
parameter.
* guix/tests/http.scm: New file.
* Makefile.am (dist_noinst_DATA): Add it.
(GOBJECTS): Add .go files for all of $(dist_noinst_DATA).
(make-go): Depend on $(dist_noinst_DATA).
| Ludovic Courtès |
2016-11-16 | guix download: Add '-o' option....* guix/scripts/download.scm (download-to-file, download-to-store*): New
procedures.
(%default-options): Add 'download-proc'.
(show-help): Adjust description and document '-o'.
(%options): Add '-o'.
(guix-download): Remove 'store' variable. Add 'fetch' and define 'path'
to as its result.
* tests/guix-download.sh: Add test.
| Ludovic Courtès |
2016-11-16 | gnu: opensmtpd: Update to 6.0.2p1....* gnu/packages/mail.scm (opensmtpd): Update to 6.0.2p1.
[arguments]: Pass '--with-path-sock=/var/run' to #:configure-flags.
| 宋文武 |
2016-11-16 | gnu: linux-libre: Update to 4.8.8....* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.8.
| Mark H Weaver |
2016-11-16 | gnu: linux-libre@4.4: Update to 4.4.32....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.32.
| Mark H Weaver |
2016-11-15 | gnu: Fix name for ng0....* gnu/packages/gnupg.scm: Change name in copyright header.
| ng0 |
2016-11-15 | gnu: Add httptunnel....* gnu/packages/web.scm (httptunnel): New variable.
| Tobias Geerinckx-Rice |
2016-11-15 | gnu: hisat: Fix typo....* gnu/packages/bioinformatics.scm (hisat)[arguments]: Fix directory
name in install phase.
| Ricardo Wurmus |
2016-11-15 | gnu: Add pcb-rnd....* gnu/packages/engineering.scm (pcb-rnd): New variable.
| Ricardo Wurmus |
2016-11-15 | gnu: libmicrohttpd: Update to 0.9.52....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.52.
[home-page]: Use https.
| Efraim Flashner |
2016-11-15 | gnu: octave: Update to 4.2.0....* gnu/packages/maths.scm (octave): Update to 4.2.0.
[native-inputs]: Add lzip.
[home-page]: Use https.
| Efraim Flashner |
2016-11-15 | gnu: parallel: Update to 20161022....* gnu/packages/parallel.scm (parallel): Update to 20161022.
[home-page]: Use https.
| Efraim Flashner |
2016-11-15 | gnu: libcdio: Update to 0.94....* gnu/packages/cdrom.scm (libcdio): Update to 0.94.
[home-page]: Use https.
| Efraim Flashner |
2016-11-15 | gnu: gvpe: Update to 3.0....* gnu/packages/vpn.scm (gvpe): Update to 3.0.
| Efraim Flashner |
2016-11-15 | gnu: cryptsetup: Update to 1.7.3....* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.3.
| Efraim Flashner |
2016-11-15 | gnu: python-vcversioner: Update to 2.16.0.0....* gnu/packages/python.scm (python-vcversioner): Update to 2.16.0.0.
[inputs]: Remove python-setuptools.
[properties]: New field.
(python2-vcversioner): Use 'strip-python2-variant'.
[native-inputs]: Add python2-setuptools.
| Efraim Flashner |
2016-11-15 | gnu: fish: Update to 2.4.0....* gnu/packages/shells.scm (fish): Update to 2.4.0.
| Tobias Geerinckx-Rice |
2016-11-15 | services: Require wpa-supplicant-service for connman-service....* gnu/services/networking.scm (connman-shepherd-service): Add
wpa-supplicant among list of requirements.
| Tomáš Čech |
2016-11-15 | services: Add wpa-supplicant-service....* gnu/services/networking.scm (wpa-supplicant-service): New procedure.
(wpa-supplicant-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
| Tomáš Čech |
2016-11-15 | gnu: connman: Use localstatedir outside of store....* gnu/packages/connman.scm (connman): Use localstatedir outside of store.
| Tomáš Čech |
2016-11-14 | gnu: python-jsonschema: Use 'nosetests'....* gnu/packages/python.scm (python-jsonschema)[arguments]: Replace 'check
phase with python nosetests.
[native-inputs]: Add python-nose.
[home-page]: Use https.
(python2-jsonschema)[native-inputs]: Add python2-mock.
| Efraim Flashner |
2016-11-14 | gnu: accountsservice: Update to 0.6.43....* gnu/packages/freedesktop.scm (accountsservice): Update to 0.6.43.
| Efraim Flashner |
2016-11-14 | gnu: guix-devel: Update development snapshot....* gnu/packages/package-management.scm (guix-devel): Update to commit
7ca37da855fd921fa3925bb62f8015f770b7e784.
| Ludovic Courtès |
2016-11-14 | gnu: guix: Really skip all the container tests....* gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Update
pattern in 'disable-container-tests' to match 'test-equal'.
| Ludovic Courtès |
2016-11-14 | gnu: libpsl: Update to 0.15.0....* gnu/packages/web.scm (libpsl): Update to 0.15.0.
| Tobias Geerinckx-Rice |
2016-11-14 | gnu: libinput: Enable GUI event tool....* gnu/packages/freedesktop.scm (libinput)[inputs]: Add glib.
[native-inputs]: Add cairo, gtk+-3.
(libinput-minimal)[native-inputs]: Only pkg-config.
| Efraim Flashner |
2016-11-14 | gnu: freedesktop.scm: Reorder modules alphabetically....* gnu/packages/freedesktop.scm: Reorder modules alphabetically.
| Efraim Flashner |
2016-11-14 | gnu: libinput: Update to 1.5.1....* gnu/packages/freedesktop.scm (libinput): Update to 1.5.1.
| Efraim Flashner |
2016-11-14 | gnu: wayland-protocols: Update to 1.7....* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.7.
| Efraim Flashner |
2016-11-14 | gnu: mpv: Use lua@5.2....* gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
| Andy Patterson |
2016-11-14 | import/cpan: Maybe coerce version to string....* guix/import/cpan.scm (cpan-module->sexp) <version>: Test if version in
meta is string or number. If it is number, coerce to string.
| Alex Sassmannshausen |
2016-11-13 | gnu: readline-6.2: Fix CVE-2014-2524....* gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/readline.scm (readline-6.2): Use it.
| Leo Famulari |
2016-11-13 | gnu: signify: Update to 20....* gnu/packages/crypto.scm (signify): Update to 20.
| Leo Famulari |
2016-11-13 | gnu: mailutils: Update to 3.0....* gnu/packages/mail.scm (mailutils): Update to 3.0.
[arguments]: Adjust 'pre-build' phase.
* gnu/packages/patches/m4-gets-undeclared.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès |
2016-11-13 | gnu: guile-ncurses: Update to 2.1....* gnu/packages/guile.scm (guile-ncurses): Update to 2.1.
[home-page]: Use https.
| Efraim Flashner |
2016-11-13 | gnu: btrfs-progs: Update to 4.8.3....* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.3.
| Tobias Geerinckx-Rice |
2016-11-13 | gnu: tidy: Use ‘modify-phases’....* gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
| Tobias Geerinckx-Rice |
2016-11-13 | gnu: protobuf: Replace dead Google Code home-page....* gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
| Tobias Geerinckx-Rice |
2016-11-13 | gnu: exfat-utils: Update to 1.2.4....* gnu/packages/mtools.scm (exfat-utils): Update to 1.2.4.
[source, home-page]: Move away from dead Google Code project.
[arguments, native-inputs]: Remove.
| Tobias Geerinckx-Rice |