summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-11system: Add wandboard installer.Vagrant Cascadian
* gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader): New exported variable. * gnu/system/install.scm (wandboard-installation-os): New exported variable.
2018-05-11system: Add mx6cuboxi installer.Vagrant Cascadian
* gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader): New exported variable. * gnu/system/install.scm (mx6cuboxi-installation-os): New exported variable.
2018-05-11gnu: Update emacs-org, emacs-org-contrib.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.13. [description]: Tiny rewording. (emacs-org-contrib): Update to 20180507.
2018-05-11gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2018-5183 and the remaining 1 of 10 changesets for CVE-2018-5150.
2018-05-11gnu: icecat: Relabel patches to reflect CVE assignments.Mark H Weaver
Document the fact that we include fixes for CVE-2018-5154, CVE-2018-5155, CVE-2018-5157, CVE-2018-5158, CVE-2018-5159, CVE-2018-5168, CVE-2018-5178, and 9/10 changesets for CVE-2018-5150. * gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE assignments. * gnu/packages/patches/icecat-bug-1452075.patch: Rename to... * gnu/packages/patches/icecat-CVE-2018-5157-and-CVE-2018-5158.patch: ...this. * gnu/local.mk (dist_patch_DATA): Rename it.
2018-05-11gnu: Add python-duniterpy.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-duniterpy): New variable.
2018-05-11gnu: Add python-aiohttp.Nicolas Goaziou
* gnu/packages/python-web.scm (python-aiohttp): New variable.
2018-05-11gnu: Add python-libnacl.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-libnacl): New variable.
2018-05-11gnu: Add python-yarl.Nicolas Goaziou
* gnu/packages/python-web.scm (python-yarl): New variable.
2018-05-11gnu: Add python-aiodns.Nicolas Goaziou
* gnu/packages/python-web.scm (python-aiodns): New variable.
2018-05-11gnu: Add python-multidict.Nicolas Goaziou
* gnu/packages/python.scm (python-multidict): New variable.
2018-05-11gnu: Add python-pylibscrypt.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-pylibscrypt): New variable.
2018-05-11gnu: Add python-base58.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-base58): New variable.
2018-05-11gnu: Add python-idna-ssl.Nicolas Goaziou
* gnu/packages/python.scm (python-idna-ssl): New variable.
2018-05-11gnu: Add python-async-timeout.Nicolas Goaziou
* gnu/packages/python.scm (python-async-timeout): New variable.
2018-05-11gnu: Add python-pycares.Nicolas Goaziou
* gnu/packages/python-web.scm (python-pycares): New variable.
2018-05-11gnu: Add python-async-generator.Nicolas Goaziou
* gnu/packages/python.scm (python-async-generator): New variable.
2018-05-11gnu: python-attrs: Update to 17.4.0.Nicolas Goaziou
* gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0. [native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
2018-05-11services: desktop: Add alsa-service-type.Oleg Pykhalov
* gnu/services/desktop.scm (%desktop-services): Add 'alsa-service-type'.
2018-05-11gnu: Add snap.Nicolas Goaziou
* gnu/packages/education.scm (snap): New variable.
2018-05-11gnu: Add js-filesaver.Nicolas Goaziou
* gnu/packages/javascript.scm (js-filesaver): New variable.
2018-05-11gnu: emacs-ewmctrl: Make sure wmctrl is in the right place.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-ewmctrl): Make sure 'wmctrl' is in the right place.
2018-05-11gnu: emacs-ewmctrl: Use git helpers.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-ewmctrl)[version]: Use 'git-version'. [source]: Use 'git-file-name'.
2018-05-11gnu: libressl: Update to 2.7.3.Leo Famulari
* gnu/packages/tls.scm (libressl): Update to 2.7.3.
2018-05-11services: bitlbee: Add plugins.Pierre-Antoine Rouby
* doc/guix.texi (Bitlbee Service): Add plugins. * gnu/services/messaging.scm (<bitlbee-configuration>): Add plugins argument. (bitlbee-shepherd-service): Update config file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-10gnu: android-make-stub: Update to 0.6.0.Danny Milosavljevic
* gnu/packages/android.scm (android-make-stub): Update to 0.6.0. * guix/build-system/android-ndk.scm (android-ndk-build): Modify. (lower): Modify.
2018-05-10pack: Add '--relocatable'.Ludovic Courtès
* gnu/packages/aux-files/run-in-namespace.c: New file. * Makefile.am (AUX_FILES): Add it. * guix/scripts/pack.scm (<c-compiler>): New record type. (c-compiler, bootstrap-c-compiler, c-compiler-compiler): New procedures. (self-contained-tarball): Use 'relative-file-name' for the SOURCE -> TARGET symlink. (docker-image): Add 'defmod' to please Geiser. (wrapped-package, map-manifest-entries): New procedures. (%options, show-help): Add --relocatable. (guix-pack): Honor it.
2018-05-10search-paths: Add 'set-search-paths'.Ludovic Courtès
* guix/search-paths.scm (set-search-paths): New procedure.
2018-05-10profiles: Allow lowerable objects other than packages in <manifest-entry>.Ludovic Courtès
* guix/profiles.scm (manifest-lookup-package)[entry-lookup-package]: Add case where 'manifest-entry-item' returns something that's neither a string nor a package.
2018-05-10profiles: Optionally use relative file names for symlink targets.Ludovic Courtès
* guix/build/union.scm (symlink-relative): New procedure. * guix/build/profiles.scm: Re-export it. (build-profile): Add #:symlink and pass it to 'union-build'. * guix/profiles.scm (profile-derivation): Add #:relative-symlinks?. Pass #:symlink to 'build-profile'. * tests/profiles.scm ("profile-derivation relative symlinks, one entry") ("profile-derivation relative symlinks, two entries"): New tests.
2018-05-10union: Add 'relative-file-name'.Ludovic Courtès
* guix/build/union.scm (%not-slash): New variable. (relative-file-name): New procedure. * tests/union.scm (test-relative-file-name): New macro and tests.
2018-05-10gnu: gajim: Fix GtkFileChooserDialog.Rutger Helling
* gnu/packages/messaging.scm (gajim)[arguments]: Add 'wrap-program phase to fix GtkFileChooserDialog.
2018-05-10gnu: android-f2fs-utils: Install mkf2fsuserimg.sh.Danny Milosavljevic
* gnu/packages/android.scm (android-f2fs-utils)[arguments]<#:phases> [install-shell-scripts]: New phase.
2018-05-10gnu: android-f2fs-utils: Update synopsis and description.Danny Milosavljevic
* gnu/packages/android.scm (android-f2fs-utils)[synopsis]: Modify. [description]: Modify.
2018-05-09gnu: Update to 2.3.3.Leo Famulari
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.3.
2018-05-10gnu: fastboot: Simplify package.Danny Milosavljevic
* gnu/packages/android.scm (fastboot)[source]: Use android-platform-system-core. [arguments]<#:phases>[unpack]: Remove. <#:phases>[enter-source]: Modify. <#:phases>[patch-source]: New phase. [native-inputs]: Remove core, extras.
2018-05-10gnu: fastboot: Remove (duplicate) googletest.Danny Milosavljevic
* gnu/packages/android.scm (fastboot)[inputs]: Remove googletest.
2018-05-09gnu: twinkle: Fix support for codec speexJovany Leandro G.C
* gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-05-10gnu: adb: Document test failure.Danny Milosavljevic
* gnu/packages/android.scm (adb): Document test failure.
2018-05-10gnu: fastboot: Enable tests.Danny Milosavljevic
* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
2018-05-10gnu: fastboot: Simplify package.Danny Milosavljevic
* gnu/packages/android.scm (fastboot)[arguments]<#:phases> [make-googletest-available]: Delete phase. [inputs]: Remove openssl.
2018-05-10gnu: android-libutils: Add android-liblog.Danny Milosavljevic
* gnu/packages/android.scm (android-libutils)[native-inputs]: Add android-liblog.
2018-05-10gnu: android-make-stub: Update to 0.5.5.Danny Milosavljevic
* gnu/packages/android.scm (android-make-stub): Update to 0.5.5.
2018-05-10gnu: android-make-stub: Update to 0.5.4.Danny Milosavljevic
* gnu/packages/android.scm (android-make-stub): Update to 0.5.4.
2018-05-10gnu: Add android-googletest.Danny Milosavljevic
* gnu/packages/android.scm (android-googletest): New variable. * guix/build-system/android-ndk.scm (android-ndk-build): Use it.
2018-05-10gnu: android-f2fs-utils: Don't disable tests.Danny Milosavljevic
* gnu/packages/android.scm (android-f2fs-utils): Don't disable tests.
2018-05-10gnu: android-ext4-utils: Don't disable tests.Danny Milosavljevic
* gnu/packages/android.scm (android-ext4-utils): Don't disable tests.
2018-05-10gnu: android-libziparchive: Enable tests.Danny Milosavljevic
* gnu/packages/android.scm (android-libziparchive)[arguments]: Enable tests. <#:phases>[setenv]: New phase. [native-inputs]: Add android-libbase, android-libutils, android-liblog.
2018-05-10gnu: android-make-stub: Update to 0.5.3.Danny Milosavljevic
* gnu/packages/android.scm (android-make-stub): Update to 0.5.3.
2018-05-10gnu: android-libsparse: Don't disable tests.Danny Milosavljevic
* gnu/packages/android.scm (android-libsparse)[arguments]: Enable tests.