summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* system: Add mx6cuboxi installer.Vagrant Cascadian2018-05-11
| | | | | | | * gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader): New exported variable. * gnu/system/install.scm (mx6cuboxi-installation-os): New exported variable.
* gnu: Update emacs-org, emacs-org-contrib.Nicolas Goaziou2018-05-11
| | | | | | * gnu/packages/emacs.scm (emacs-org): Update to 9.1.13. [description]: Tiny rewording. (emacs-org-contrib): Update to 20180507.
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2018-05-11
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2018-5183 and the remaining 1 of 10 changesets for CVE-2018-5150.
* gnu: icecat: Relabel patches to reflect CVE assignments.Mark H Weaver2018-05-11
| | | | | | | | | | | | 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.
* gnu: Add python-duniterpy.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-crypto.scm (python-duniterpy): New variable.
* gnu: Add python-aiohttp.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-web.scm (python-aiohttp): New variable.
* gnu: Add python-libnacl.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-crypto.scm (python-libnacl): New variable.
* gnu: Add python-yarl.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-web.scm (python-yarl): New variable.
* gnu: Add python-aiodns.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-web.scm (python-aiodns): New variable.
* gnu: Add python-multidict.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python.scm (python-multidict): New variable.
* gnu: Add python-pylibscrypt.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-crypto.scm (python-pylibscrypt): New variable.
* gnu: Add python-base58.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-crypto.scm (python-base58): New variable.
* gnu: Add python-idna-ssl.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python.scm (python-idna-ssl): New variable.
* gnu: Add python-async-timeout.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python.scm (python-async-timeout): New variable.
* gnu: Add python-pycares.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-web.scm (python-pycares): New variable.
* gnu: Add python-async-generator.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python.scm (python-async-generator): New variable.
* gnu: python-attrs: Update to 17.4.0.Nicolas Goaziou2018-05-11
| | | | | * gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0. [native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
* services: desktop: Add alsa-service-type.Oleg Pykhalov2018-05-11
| | | | * gnu/services/desktop.scm (%desktop-services): Add 'alsa-service-type'.
* gnu: Add snap.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/education.scm (snap): New variable.
* gnu: Add js-filesaver.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/javascript.scm (js-filesaver): New variable.
* gnu: emacs-ewmctrl: Make sure wmctrl is in the right place.Oleg Pykhalov2018-05-11
| | | | | * gnu/packages/emacs.scm (emacs-ewmctrl): Make sure 'wmctrl' is in the right place.
* gnu: emacs-ewmctrl: Use git helpers.Oleg Pykhalov2018-05-11
| | | | | * gnu/packages/emacs.scm (emacs-ewmctrl)[version]: Use 'git-version'. [source]: Use 'git-file-name'.
* gnu: libressl: Update to 2.7.3.Leo Famulari2018-05-11
| | | | * gnu/packages/tls.scm (libressl): Update to 2.7.3.
* services: bitlbee: Add plugins.Pierre-Antoine Rouby2018-05-11
| | | | | | | | * 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>
* gnu: android-make-stub: Update to 0.6.0.Danny Milosavljevic2018-05-10
| | | | | | * gnu/packages/android.scm (android-make-stub): Update to 0.6.0. * guix/build-system/android-ndk.scm (android-ndk-build): Modify. (lower): Modify.
* pack: Add '--relocatable'.Ludovic Courtès2018-05-10
| | | | | | | | | | | | | * 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.
* gnu: gajim: Fix GtkFileChooserDialog.Rutger Helling2018-05-10
| | | | | * gnu/packages/messaging.scm (gajim)[arguments]: Add 'wrap-program phase to fix GtkFileChooserDialog.
* gnu: android-f2fs-utils: Install mkf2fsuserimg.sh.Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (android-f2fs-utils)[arguments]<#:phases> [install-shell-scripts]: New phase.
* gnu: android-f2fs-utils: Update synopsis and description.Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (android-f2fs-utils)[synopsis]: Modify. [description]: Modify.
* gnu: Update to 2.3.3.Leo Famulari2018-05-09
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.3.3.
* gnu: fastboot: Simplify package.Danny Milosavljevic2018-05-10
| | | | | | | | * 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.
* gnu: fastboot: Remove (duplicate) googletest.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (fastboot)[inputs]: Remove googletest.
* gnu: twinkle: Fix support for codec speexJovany Leandro G.C2018-05-09
| | | | | | * gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: adb: Document test failure.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (adb): Document test failure.
* gnu: fastboot: Enable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
* gnu: fastboot: Simplify package.Danny Milosavljevic2018-05-10
| | | | | | * gnu/packages/android.scm (fastboot)[arguments]<#:phases> [make-googletest-available]: Delete phase. [inputs]: Remove openssl.
* gnu: android-libutils: Add android-liblog.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-libutils)[native-inputs]: Add android-liblog.
* gnu: android-make-stub: Update to 0.5.5.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.5.
* gnu: android-make-stub: Update to 0.5.4.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.4.
* gnu: Add android-googletest.Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (android-googletest): New variable. * guix/build-system/android-ndk.scm (android-ndk-build): Use it.
* gnu: android-f2fs-utils: Don't disable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-f2fs-utils): Don't disable tests.
* gnu: android-ext4-utils: Don't disable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-ext4-utils): Don't disable tests.
* gnu: android-libziparchive: Enable tests.Danny Milosavljevic2018-05-10
| | | | | | * gnu/packages/android.scm (android-libziparchive)[arguments]: Enable tests. <#:phases>[setenv]: New phase. [native-inputs]: Add android-libbase, android-libutils, android-liblog.
* gnu: android-make-stub: Update to 0.5.3.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.3.
* gnu: android-libsparse: Don't disable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-libsparse)[arguments]: Enable tests.
* gnu: android-libbase: Document test failure.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-libbase): Document test failure.
* gnu: android-liblog: Don't disable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-liblog)[arguments]: Enable tests.
* gnu: android-selinux: Simplify.Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (android-selinux)[arguments]<#:phases>[unpack-core]: Delete. [native-inputs]: Remove "core".
* gnu: android-make-stub: Update to 0.5.2.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.2.
* gnu: android-make-stub: Update to 0.5.1.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.1.