Age | Commit message (Expand) | Author |
2018-05-11 | pack: Relocatable wrapper now properly maps the current UID/GID....* gnu/packages/aux-files/run-in-namespace.c (write_id_map)
(disallow_setgroups): New functions.
(main): Use 'clone' via 'syscall' instead of 'fork' followed by
'unshare'. Add calls to 'disallow_setgroups' and 'write_id_map' in the
parent process.
| Ludovic Courtès |
2018-05-11 | system: Add u-boot-novena installer....* gnu/packages/bootloaders.scm (u-boot-novena):
New variable.
* gnu/bootloader/u-boot.scm (u-boot-novena-bootloader):
New exported variable.
* gnu/system/install.scm (novena-installation-os):
New exported variable.
| Vagrant Cascadian |
2018-05-11 | system: Add wandboard installer....* gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader):
New exported variable.
* gnu/system/install.scm (wandboard-installation-os):
New exported variable.
| Vagrant Cascadian |
2018-05-11 | system: Add mx6cuboxi installer....* gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader):
New exported variable.
* gnu/system/install.scm (mx6cuboxi-installation-os):
New exported variable.
| Vagrant Cascadian |
2018-05-11 | gnu: Update emacs-org, emacs-org-contrib....* gnu/packages/emacs.scm (emacs-org): Update to 9.1.13.
[description]: Tiny rewording.
(emacs-org-contrib): Update to 20180507.
| Nicolas Goaziou |
2018-05-11 | gnu: icecat: Add more fixes from upstream mozilla-esr52....* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2018-5183
and the remaining 1 of 10 changesets for CVE-2018-5150.
| Mark H Weaver |
2018-05-11 | gnu: icecat: Relabel patches to reflect CVE assignments....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.
| Mark H Weaver |
2018-05-11 | gnu: Add python-duniterpy....* gnu/packages/python-crypto.scm (python-duniterpy): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-aiohttp....* gnu/packages/python-web.scm (python-aiohttp): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-libnacl....* gnu/packages/python-crypto.scm (python-libnacl): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-yarl....* gnu/packages/python-web.scm (python-yarl): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-aiodns....* gnu/packages/python-web.scm (python-aiodns): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-multidict....* gnu/packages/python.scm (python-multidict): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-pylibscrypt....* gnu/packages/python-crypto.scm (python-pylibscrypt): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-base58....* gnu/packages/python-crypto.scm (python-base58): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-idna-ssl....* gnu/packages/python.scm (python-idna-ssl): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-async-timeout....* gnu/packages/python.scm (python-async-timeout): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-pycares....* gnu/packages/python-web.scm (python-pycares): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add python-async-generator....* gnu/packages/python.scm (python-async-generator): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: python-attrs: Update to 17.4.0....* gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0.
[native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
| Nicolas Goaziou |
2018-05-11 | services: desktop: Add alsa-service-type....* gnu/services/desktop.scm (%desktop-services): Add 'alsa-service-type'.
| Oleg Pykhalov |
2018-05-11 | gnu: Add snap....* gnu/packages/education.scm (snap): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: Add js-filesaver....* gnu/packages/javascript.scm (js-filesaver): New variable.
| Nicolas Goaziou |
2018-05-11 | gnu: emacs-ewmctrl: Make sure wmctrl is in the right place....* gnu/packages/emacs.scm (emacs-ewmctrl): Make sure 'wmctrl' is in the right
place.
| Oleg Pykhalov |
2018-05-11 | gnu: emacs-ewmctrl: Use git helpers....* gnu/packages/emacs.scm (emacs-ewmctrl)[version]: Use 'git-version'.
[source]: Use 'git-file-name'.
| Oleg Pykhalov |
2018-05-11 | gnu: libressl: Update to 2.7.3....* gnu/packages/tls.scm (libressl): Update to 2.7.3.
| Leo Famulari |
2018-05-11 | services: bitlbee: Add plugins....* 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>
| Pierre-Antoine Rouby |
2018-05-10 | gnu: android-make-stub: Update to 0.6.0....* gnu/packages/android.scm (android-make-stub): Update to 0.6.0.
* guix/build-system/android-ndk.scm (android-ndk-build): Modify.
(lower): Modify.
| Danny Milosavljevic |
2018-05-10 | pack: Add '--relocatable'....* 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.
| Ludovic Courtès |
2018-05-10 | gnu: gajim: Fix GtkFileChooserDialog....* gnu/packages/messaging.scm (gajim)[arguments]: Add 'wrap-program phase to fix
GtkFileChooserDialog.
| Rutger Helling |
2018-05-10 | gnu: android-f2fs-utils: Install mkf2fsuserimg.sh....* gnu/packages/android.scm (android-f2fs-utils)[arguments]<#:phases>
[install-shell-scripts]: New phase.
| Danny Milosavljevic |
2018-05-10 | gnu: android-f2fs-utils: Update synopsis and description....* gnu/packages/android.scm (android-f2fs-utils)[synopsis]: Modify.
[description]: Modify.
| Danny Milosavljevic |
2018-05-09 | gnu: Update to 2.3.3....* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.3.
| Leo Famulari |
2018-05-10 | gnu: fastboot: Simplify package....* 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.
| Danny Milosavljevic |
2018-05-10 | gnu: fastboot: Remove (duplicate) googletest....* gnu/packages/android.scm (fastboot)[inputs]: Remove googletest.
| Danny Milosavljevic |
2018-05-09 | gnu: twinkle: Fix support for codec speex...* gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| Jovany Leandro G.C |
2018-05-10 | gnu: adb: Document test failure....* gnu/packages/android.scm (adb): Document test failure.
| Danny Milosavljevic |
2018-05-10 | gnu: fastboot: Enable tests....* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
| Danny Milosavljevic |
2018-05-10 | gnu: fastboot: Simplify package....* gnu/packages/android.scm (fastboot)[arguments]<#:phases>
[make-googletest-available]: Delete phase.
[inputs]: Remove openssl.
| Danny Milosavljevic |
2018-05-10 | gnu: android-libutils: Add android-liblog....* gnu/packages/android.scm (android-libutils)[native-inputs]: Add android-liblog.
| Danny Milosavljevic |
2018-05-10 | gnu: android-make-stub: Update to 0.5.5....* gnu/packages/android.scm (android-make-stub): Update to 0.5.5.
| Danny Milosavljevic |
2018-05-10 | gnu: android-make-stub: Update to 0.5.4....* gnu/packages/android.scm (android-make-stub): Update to 0.5.4.
| Danny Milosavljevic |
2018-05-10 | gnu: Add android-googletest....* gnu/packages/android.scm (android-googletest): New variable.
* guix/build-system/android-ndk.scm (android-ndk-build): Use it.
| Danny Milosavljevic |
2018-05-10 | gnu: android-f2fs-utils: Don't disable tests....* gnu/packages/android.scm (android-f2fs-utils): Don't disable tests.
| Danny Milosavljevic |
2018-05-10 | gnu: android-ext4-utils: Don't disable tests....* gnu/packages/android.scm (android-ext4-utils): Don't disable tests.
| Danny Milosavljevic |
2018-05-10 | gnu: android-libziparchive: Enable tests....* gnu/packages/android.scm (android-libziparchive)[arguments]: Enable tests.
<#:phases>[setenv]: New phase.
[native-inputs]: Add android-libbase, android-libutils, android-liblog.
| Danny Milosavljevic |
2018-05-10 | gnu: android-make-stub: Update to 0.5.3....* gnu/packages/android.scm (android-make-stub): Update to 0.5.3.
| Danny Milosavljevic |
2018-05-10 | gnu: android-libsparse: Don't disable tests....* gnu/packages/android.scm (android-libsparse)[arguments]: Enable tests.
| Danny Milosavljevic |
2018-05-10 | gnu: android-libbase: Document test failure....* gnu/packages/android.scm (android-libbase): Document test failure.
| Danny Milosavljevic |
2018-05-10 | gnu: android-liblog: Don't disable tests....* gnu/packages/android.scm (android-liblog)[arguments]: Enable tests.
| Danny Milosavljevic |