| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.99.
|
|
|
|
|
|
|
| |
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Set MENU TITLE in
generated extlinux.conf.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.22.
|
|
|
|
| |
* gnu/packages/package-management.scm (diffoscope): Update to 94.
|
|
|
|
| |
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.2.
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (arpack-ng-openmpi)[arguments]: Inherit
arguments from ARPACK-NG. Previously the 'configure' phase would fail
due to the lack of a 'configure' script.
|
|
|
|
|
|
|
|
|
| |
* guix/scripts/pack.scm (self-contained-tarball)[build](symlink->directives):
Do not add a 'directory' directive for "/". Previously, as soon as we
were using '-S /bin=bin' or similar, we would add every entry a second
time in the tarball; this would translate as hard links in the tarball,
which tar < 1.30 sometimes fails to extract.
Pass symlinks defined in DIRECTIVES to 'tar'.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* guix/scripts/lint.scm: Fix typo.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader):
New exported variable.
* gnu/system/install.scm (wandboard-installation-os):
New exported variable.
|
|
|
|
|
|
|
| |
* gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader):
New exported variable.
* gnu/system/install.scm (mx6cuboxi-installation-os):
New exported variable.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.13.
[description]: Tiny rewording.
(emacs-org-contrib): Update to 20180507.
|
|
|
|
|
| |
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2018-5183
and the remaining 1 of 10 changesets for CVE-2018-5150.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/packages/python-crypto.scm (python-duniterpy): New variable.
|
|
|
|
| |
* gnu/packages/python-web.scm (python-aiohttp): New variable.
|
|
|
|
| |
* gnu/packages/python-crypto.scm (python-libnacl): New variable.
|
|
|
|
| |
* gnu/packages/python-web.scm (python-yarl): New variable.
|
|
|
|
| |
* gnu/packages/python-web.scm (python-aiodns): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-multidict): New variable.
|
|
|
|
| |
* gnu/packages/python-crypto.scm (python-pylibscrypt): New variable.
|
|
|
|
| |
* gnu/packages/python-crypto.scm (python-base58): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-idna-ssl): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-async-timeout): New variable.
|
|
|
|
| |
* gnu/packages/python-web.scm (python-pycares): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-async-generator): New variable.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0.
[native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
|
|
|
|
| |
* gnu/services/desktop.scm (%desktop-services): Add 'alsa-service-type'.
|
|
|
|
| |
* gnu/packages/education.scm (snap): New variable.
|
|
|
|
| |
* gnu/packages/javascript.scm (js-filesaver): New variable.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-ewmctrl): Make sure 'wmctrl' is in the right
place.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-ewmctrl)[version]: Use 'git-version'.
[source]: Use 'git-file-name'.
|
|
|
|
| |
* gnu/packages/tls.scm (libressl): Update to 2.7.3.
|
|
|
|
|
|
|
|
| |
* 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/packages/android.scm (android-make-stub): Update to 0.6.0.
* guix/build-system/android-ndk.scm (android-ndk-build): Modify.
(lower): Modify.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* guix/search-paths.scm (set-search-paths): New procedure.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* guix/build/union.scm (%not-slash): New variable.
(relative-file-name): New procedure.
* tests/union.scm (test-relative-file-name): New macro and tests.
|
|
|
|
|
| |
* gnu/packages/messaging.scm (gajim)[arguments]: Add 'wrap-program phase to fix
GtkFileChooserDialog.
|
|
|
|
|
| |
* gnu/packages/android.scm (android-f2fs-utils)[arguments]<#:phases>
[install-shell-scripts]: New phase.
|
|
|
|
|
| |
* gnu/packages/android.scm (android-f2fs-utils)[synopsis]: Modify.
[description]: Modify.
|
|
|
|
| |
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.3.
|
|
|
|
|
|
|
|
| |
* 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/packages/android.scm (fastboot)[inputs]: Remove googletest.
|
|
|
|
|
|
| |
* gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
|
|
|
|
| |
* gnu/packages/android.scm (adb): Document test failure.
|
|
|
|
| |
* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
|