Age | Commit message (Expand) | Author |
2016-06-15 | guix: Add downloader for Mercurial repositories....* guix/build/hg.scm: New file.
* guix/hg-download.scm: New file.
* Makefile.am (MODULES): Add them.
| Ricardo Wurmus |
2016-06-15 | gnu: openssl: Fix CVE-2016-2177 and CVE-2016-2178....* gnu/packages/patches/openssl-CVE-2016-2177.patch,
gnu/packages/patches/openssl-CVE-2016-2178.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/tls.scm (openssl/fixed): Use them.
| Leo Famulari |
2016-06-15 | gnu: Add python-wcwidth and python2-wcwidth....* gnu/packages/python.scm (python-wcwidth, python2-wcwidth): New variables.
Co-authored-by: Leo Famulari <leo@famulari.name>
| Danny Milosavljevic |
2016-06-15 | gnu: Add log4cpp....* gnu/packages/logging.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus |
2016-06-15 | gnu: Add gengetopt....* gnu/packages/popt.scm (gengetopt): New variable.
| Ricardo Wurmus |
2016-06-15 | gnu: Add teensy-loader-cli....* gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable.
* gnu/packages/patches/teensy-loader-cli-help.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Hartmut Goebel |
2016-06-15 | store: Add #:select? parameter to 'add-to-store'....* guix/store.scm (write-arg): Remove 'file' case.
(true): New procedure.
(add-to-store): Add #:select? parameter and honor it. Use hand-coded
stub instead of 'operation'.
(interned-file): Add #:select? parameter and honor it.
* doc/guix.texi (The Store Monad): Adjust 'interned-file' documentation
accordingly.
| Ludovic Courtès |
2016-06-15 | gnu: grue-hunter: Move to (gnu packages games)....* gnu/packages/grue-hunter.scm: Remove. Move contents to...
* gnu/packages/games.scm (grue-hunter): ... here. New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
| Ludovic Courtès |
2016-06-15 | packages: The 'source' can be any lowerable object....* guix/packages.scm (expand-input): Use 'struct?' instead of 'origin?'
when matching SOURCE.
(package-source-derivation): Use 'lower-object' instead of
'origin->derivation'.
* tests/packages.scm ("package-source-derivation, local-file"): New
test.
* doc/guix.texi (package Reference): Update 'source' documentation
accordingly.
| Ludovic Courtès |
2016-06-15 | packages: 'origin->derivation' expects an origin and nothing else....* guix/packages.scm (origin->derivation): Rename 'source' parameter to
'origin'. Move cases where SOURCE is a string to...
(package-source-derivation): ... here.
| Ludovic Courtès |
2016-06-15 | packages: Recognize the '.Z' extension....Reported by thomasd on #guix.
* guix/packages.scm (patch-and-repack)[decompression-type]: Add "Z".
| Ludovic Courtès |
2016-06-15 | gnu: cross-gcc: Allow Hurd libraries to be found....* gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Add 'KERNEL/lib'
to 'CROSS_LIBRARY_PATH'.
| Manolis Ragkousis |
2016-06-15 | gnu: pumpa: Build with qtbase....* gnu/packages/pumpio.scm (pumpa)[inputs]: Remove qt, add qtbase.
| Efraim Flashner |
2016-06-15 | gnu: pinentry-qt: Build with qtbase....* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Remove qt, add qtbase.
| Efraim Flashner |
2016-06-15 | gnu: Add qttools....* gnu/packages/qt.scm (qttools): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtlocation....* gnu/packages/qt.scm (qtlocation): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtwebchannel....* gnu/packages/qt.scm (qtwebchannel): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtserialport....* gnu/packages/qt.scm (qtserialport): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtwayland....* gnu/packages/qt.scm (qtwayland): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtmultimedia....* gnu/packages/qt.scm (qtmultimedia): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtsensors....* gnu/packages/qt.scm (qtsensors): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtwebsockets....* gnu/packages/qt.scm (qtwebsockets): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtconnectivity....* gnu/packages/qt.scm (qtconnectivity): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtdeclarative....* gnu/packages/qt.scm (qtdeclarative): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtxmlpatterns....* gnu/packages/qt.scm (qtxmlpatterns): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtx11extras....* gnu/packages/qt.scm (qtx11extras): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtimageformats....* gnu/packages/qt.scm (qtimageformats): New variable.
| Efraim Flashner |
2016-06-15 | gnu: Add qtsvg....* gnu/packages/qt.scm (qtsvg): New variable.
| Efraim Flashner |
2016-06-14 | import: pypi: read requirements from wheels....* doc/guix.tex (Invoking guix import): Mention that the pypi importer
works better with "unzip".
* guix/import/pypi.scm (latest-wheel-release,
wheel-url->extracted-directory): New procedures.
* tests/pypi.scm (("pypi->guix-package, wheels"): New test.
| Cyril Roelandt |
2016-06-14 | gnu: mit-krb5: Update to 1.14.2....* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.14.2.
[source]: Remove 'patches'.
* gnu/packages/patches/mit-krb5-CVE-2015-8629.patch,
gnu/packages/patches/mit-krb5-CVE-2015-8630.patch,
gnu/packages/patches/mit-krb5-CVE-2015-8631.patch,
gnu/packages/patches/mit-krb5-init-context-null-spnego.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès |
2016-06-14 | gnu: mit-krb5: Disable parallel build and testing....* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Pass
#:parallel-build? #f and #:parallel-tests? #f.
| Ludovic Courtès |
2016-06-14 | gnu: julia: Use unbundled release tarball....* gnu/packages/julia.scm (julia)[source]: Use smaller tarball without
bundled sources.
[inputs]: Add inputs for rmath-julia, suitesparse, objconv, dsfmt, and
virtualenv.
[arguments]: Add phase "prepare-deps" to copy tarballs to their expected
locations.
| Ricardo Wurmus |
2016-06-14 | gnu: boost: Allow for customizable build flags....* gnu/packages/boost.scm (boost)[arguments]: Extract build flags to #:make-flags argument.
| David Thompson |
2016-06-14 | gnu: perl-dbi: Update to 1.636....* gnu/packages/databases.scm (perl-dbi): Update to 1.636.
[home-page]: Update it.
| Efraim Flashner |
2016-06-14 | gnu: perl-exporter-lite: Update to 0.08....* gnu/packages/perl.scm (perl-exporter-lite): Update to 0.08.
[home-page]: Update it.
| Efraim Flashner |
2016-06-14 | gnu: perl-image-exiftool: Update to 10.20....* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.20.
[home-page]: Update it.
| Efraim Flashner |
2016-06-14 | gnu: perl-test-deep: Update to 1.120....* gnu/packages/perl.scm (perl-test-deep): Update to 1.120.
[home-page]: Update it.
| Efraim Flashner |
2016-06-14 | gnu: perl-xml-libxml: Update to 2.0125....* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0125.
| Efraim Flashner |
2016-06-14 | gnu: perl-xml-simple: Update to 2.22....* gnu/packages/xml.scm (perl-xml-simple): Update to 2.22.
[propagated-inputs]: Add perl-xml-sax.
[home-page]: Update it.
| Efraim Flashner |
2016-06-14 | gnu: automake: Adjust test to ignore new gzip warnings....* gnu/packages/patches/automake-test-gzip-warning.patch: New file.
* gnu/packages/autotools.scm (automake)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2016-06-14 | gnu: parallel: Update to 20160522....* gnu/packages/parallel.scm (parallel): Update to 20160522.
| Efraim Flashner |
2016-06-14 | gnu: youtube-dl: Update to 2016.06.14....* gnu/packages/video.scm (youtube-dl): Update to 2016.06.14.
[source]: Use https.
[home-page]: Use https.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Alex Vong |
2016-06-13 | gnu: Add gnome-shell-extensions....* gnu/packages/gnome.scm (gnome-shell-extensions): New variable.
| David Thompson |
2016-06-14 | gnu: Add ruby-bio-kseq....* gnu/packages/bioinformatics.scm (ruby-bio-kseq): New variable.
| Ben Woodcroft |
2016-06-13 | gnu: wget: Update to 1.18....* gnu/packages/wget.scm (wget): Update to 1.18.
| Ludovic Courtès |
2016-06-13 | gnu: wayland: Update to 1.11.0....* gnu/packages/freedesktop.scm (wayland): Update to 1.11.0.
| Efraim Flashner |
2016-06-13 | gnu: python-pykafka: Change uri....* gnu/packages/python.scm (python-pykafka)[source]: Update pypi uri.
| Efraim Flashner |
2016-06-13 | gnu: giac-xcas: Update to 1.2.2-59...* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-59.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Goaziou |
2016-06-13 | gnu: asymptote: Update to 2.38...* gnu/packages/plotutils.scm (asymptote): Update to 2.38.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Goaziou |
2016-06-13 | utils: 'with-atomic-file-output' closes the port upon exception....Previously it could have left the file descriptor open.
* guix/utils.scm (with-atomic-file-output): Call 'close-port' in handler.
| Ludovic Courtès |