Age | Commit message (Expand) | Author |
2016-11-08 | gnu: Add pam-krb5 service.•••* doc/guix.texi (Kerberos Services): New node.
* gnu/services/kerberos.scm: New file.
* gnu/local.mk: Add it.
| John Darrington |
2016-11-08 | gnu: Add faust-2.•••* gnu/packages/audio.scm (faust-2): New variable.
| Ricardo Wurmus |
2016-11-08 | gnu: Add LLVM variant with RTTI support.•••* gnu/packages/llvm.scm (llvm-with-rtti): New variable.
| Ricardo Wurmus |
2016-11-08 | gnu: python-tempest-lib: Update to 1.0.0.•••* gnu/packages/openstack.scm (python-tempest-lib): Update to 1.0.0.
[home-page]: Use HTTPS.
| Marius Bakke |
2016-11-08 | gnu: python-os-testr: Update to 0.8.0.•••* gnu/packages/openstack.scm (python-os-testr, python2-os-testr): Update
to 0.8.0.
[home-page]: Use HTTPS.
| Marius Bakke |
2016-11-08 | gnu: python-jsonschema: Correct inputs.•••* gnu/packages/python.scm (python-jsonschema)[inputs]: Remove
python-setuptools. Move python-vcversioner to ...
[native-inputs]: ... here.
* gnu/packages/python.scm (python2-jsonschema)[inputs]: Move
python2-functools32 to ...
[propagated-inputs]: ... here.
[native-inputs]: Add python2-setuptools.
| Marius Bakke |
2016-11-08 | gnu: libgit2: Update to 0.24.3 [fixes CVE-2016-{8568,8569}].•••* gnu/packages/version-control.scm (libgit2): Update to 0.24.3.
| Leo Famulari |
2016-11-08 | gnu: python-cryptography, python-cryptography-vectors: Update to 1.5.3.•••* gnu/packages/python.scm (python-cryptography, python2-cryptography):
Update to 1.5.3.
[native-inputs]: Add python-pytz. Change python-pytest to python-pytest-2.9.2.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.5.3.
| Marius Bakke |
2016-11-08 | gnu: Add python-pytest-2.9.2.•••* gnu/packages/python.scm (python-pytest-2.9.2): New variable.
| Leo Famulari |
2016-11-08 | gnu: mupdf: Fix CVE-2016-{7504,7505,7506,7563,7564,9017,9136} in bundled mujs.•••* gnu/packages/patches/mupdf-CVE-2016-7504.patch,
gnu/packages/patches/mupdf-CVE-2016-7505.patch
gnu/packages/patches/mupdf-CVE-2016-7506.patch
gnu/packages/patches/mupdf-CVE-2016-7563.patch
gnu/packages/patches/mupdf-CVE-2016-7564.patch
gnu/packages/patches/mupdf-CVE-2016-9017.patch
gnu/packages/patches/mupdf-CVE-2016-9136.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf)[source]: Use them.
| Leo Famulari |
2016-11-08 | system: Use grub from bootloader configuration.•••* gnu/system/grub.scm (gnu): Export grub-configuration-grub.
* guix/scripts/system.scm (perform-action): Use it.
(define-module): Don't import (gnu packages grub).
Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
| Marius Bakke |
2016-11-08 | gnu: Add plantuml.•••* gnu/packages/uml.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Roel Janssen <roel@gnu.org>
| Theodoros Foradis |
2016-11-07 | guix download: Add '--no-check-certificate' option.•••* guix/download.scm (download-to-store): Add #:verify-certificate?
parameter and honor it.
* guix/scripts/download.scm (%default-options): Add
'verify-certificate?' key.
(show-help, %options): Add '--no-check-certificate'.
(guix-download): Pass #:verify-certificate to 'download-to-store'.
* doc/guix.texi (Invoking guix download): Document it.
| Ludovic Courtès |
2016-11-07 | download: Verify TLS certificates unless asked not to.•••Fixes <http://bugs.gnu.org/24466>.
Reported by Leo Famulari <leo@famulari.name>.
* guix/build/download.scm (%x509-certificate-directory): New variable.
(make-credendials-with-ca-trust-files, peer-certificate)
(assert-valid-server-certificate, print-tls-certificate-error): New
procedures. Add 'print-tls-certificate-error' as an exception printer
for 'tls-certificate-error'.
(tls-wrap): Add #:verify-certificate? parameter and honor it.
(open-connection-for-uri): Likewise.
(http-fetch): Likewise.
(url-fetch): Likewise.
* guix/download.scm (url-fetch)[builder]: Pass #:verify-certificate? #f.
* guix/scripts/lint.scm (probe-uri): Add case for 'tls-certificate-error'.
(validate-uri): Likewise.
* doc/guix.texi (Invoking guix download): Mention 'SSL_CERT_DIR'.
| Ludovic Courtès |
2016-11-07 | gnu: keepassx: Update to 2.0.3.•••* gnu/packages/password-utils.scm (keepassx): Update to 2.0.3.
[inputs]: Add libxi.
| Efraim Flashner |
2016-11-07 | gnu: owncloud-client: Update to 2.2.4.•••* gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.4.
[arguments]: Enable tests, disable two failing tests.
[inputs]: Remove python-wrapper, qt, ruby. Add qtbase, qtwebkit.
Move perl ...
[native-inputs]: ... to here. Add cmocka and qttools.
| Efraim Flashner |
2016-11-07 | gnu: python-sqlalchemy-utils: Mention optional dependencies in description.•••* gnu/packages/python.scm (python-sqlalchemy-utils,
python2-sqlalchemy-utils)[description]: Mention optional dependencies.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Danny Milosavljevic |
2016-11-07 | gnu: Add efibootmgr.•••* gnu/packages/linux.scm (efibootmgr): New variable.
| Marius Bakke |
2016-11-07 | gnu: Add efivar.•••* gnu/packages/linux.scm (efivar): New variable.
| Marius Bakke |
2016-11-07 | gnu: ruby-tzinfo-data: Update to 1.2016.9.•••* gnu/packages/ruby.scm (ruby-tzinfo-data): Update to 1.2016.9.
| Ben Woodcroft |
2016-11-07 | gnu: ruby-sqlite3: Update to 1.3.12.•••* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.3.12.
| Ben Woodcroft |
2016-11-07 | gnu: ruby-shoulda-context: Update to 1.2.2.•••* gnu/packages/ruby.scm (ruby-shoulda-context): Update to 1.2.2.
| Ben Woodcroft |
2016-11-07 | gnu: ruby-domain-name: Update to 0.5.20161021.•••* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20161021.
| Ben Woodcroft |
2016-11-07 | gnu: ruby-http-cookie: Update to 1.0.3.•••* gnu/packages/ruby.scm (ruby-http-cookie): Update to 1.0.3.
| Ben Woodcroft |
2016-11-07 | gnu: ruby-sequel: Update to 4.40.0.•••* gnu/packages/ruby.scm (ruby-sequel): Update to 4.40.0.
| Ben Woodcroft |
2016-11-07 | gnu: diamond: Update to 0.8.26.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.26.
| Ben Woodcroft |
2016-11-07 | gnu: texmaker: Use modular qt and qtwebkit.•••* gnu/packages/tex.scm (texmaker)[inputs]: Use modular qt and qtwebkit.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thomas Danckaert |
2016-11-07 | gnu: Add qtwebkit.•••* gnu/packages/qt.scm (qtwebkit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thomas Danckaert |
2016-11-07 | gnu: nano: Update to 2.7.1.•••* gnu/packages/nano.scm (nano): Update to 2.7.1.
[home-page]: Use https.
| Efraim Flashner |
2016-11-06 | gnu: jansson: Update to 2.9.•••* gnu/packages/web.scm (jansson): Update to 2.9.
[source]: Remove 'jansson-CVE-2016-4425.patch'.
* gnu/packages/patches/jansson-CVE-2016-4425.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari |
2016-11-06 | gnu: ghostscript: Add 'upstream-name' property.•••This allows 'guix refresh' to do the right thing.
* gnu/packages/ghostscript.scm (ghostscript)[properties]: New field.
| Ludovic Courtès |
2016-11-06 | gnu: acme-client: Update to 0.1.14.•••* gnu/packages/tls.scm (acme-client): Update to 0.1.14.
| Leo Famulari |
2016-11-06 | nls: Update 'fr' translation. | Leo Famulari |
2016-11-06 | gnu: vim: Update to 8.0.0069.•••* gnu/packages/vim.scm (vim): Update to 8.0.0069.
| Marius Bakke |
2016-11-06 | gnu: qtmultimedia: Remove bundled library.•••* gnu/packages/qt.scm (qtmultimedia)[source]: Remove bundled library.
| Efraim Flashner |
2016-11-06 | gnu: qtimageformats: Remove bundled libraries.•••* gnu/packages/qt.scm (qtimagesformats)[source]: Remove bundled 3rd
party libraries.
| Efraim Flashner |
2016-11-06 | gnu: python-sqlalchemy-utils: Use python-pytest.•••* gnu/packages/python.scm (python-sqlalchemy-utils)[native-inputs]: Add
python-pytest.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Danny Milosavljevic |
2016-11-06 | gnu: python-sqlalchemy-utils: Propagate existing inputs.•••* gnu/packages/python.scm (python-sqlalchemy-utils)[inputs]: Move to ...
[propagated-inputs]: ... here.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Danny Milosavljevic |
2016-11-06 | gnu: Add python-flask-babel.•••* gnu/packages/python.scm (python-flask-babel, python2-flask-babel):
New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Danny Milosavljevic |
2016-11-06 | gnu: Add python-furl.•••* gnu/packages/python.scm (python-furl, python2-furl): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Danny Milosavljevic |
2016-11-06 | gnu: Add python-orderedmultidict.•••* gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict):
New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Danny Milosavljevic |
2016-11-06 | gnu: Add python-pycodestyle.•••* gnu/packages/python.scm (python-pycodestyle, python2-pycodestyle):
New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Danny Milosavljevic |
2016-11-06 | gnu: Remove comment which is factually incorrect.•••* gnu/system/pam.scm: Remove incorrect comment.
| John Darrington |
2016-11-06 | system: Add 'guix system' actions: switch-generation and roll-back.•••* guix/scripts/system.scm (roll-back-system, switch-to-system-generation): new
actions.
(reinstall-grub): New procedure, used by switch-to-system-generation.
(show-help, process-command, guix-system): Honor the new actions.
* doc/guix.texi (Invoking guix system) <switch-generation, roll-back>: Add the
new actions.
<reconfigure>: In the footnote, mention that the new actions also only work on
GuixSD.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Marusich |
2016-11-06 | install: Extract procedure: install-grub-config.•••* gnu/build/install.scm (install-grub-config): New procedure.
(install-grub): Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Marusich |
2016-11-06 | system: Optionally limit the entries returned by profile-grub-entries.•••* guix/scripts/system.scm (profile-grub-entries): Add an optional parameter
which allows the caller to limit the number of returned grub entries.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Marusich |
2016-11-06 | system: Rename previous-grub-entries to profile-grub-entries.•••* guix/scripts/system.scm (previous-grub-entries, profile-grub-entries):
Rename previous-grub-entries to profile-grub-entries to indicate that it is
stateful and returns the entries for all profile generations, not just the
previous ones. Update all callers.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Marusich |
2016-11-06 | profiles: Extract a procedure for getting relative generation numbers.•••* guix/profiles.scm (relative-generation-spec->number): New procedure.
* guix/scripts/package.scm (switch-generation-action): Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Marusich |
2016-11-06 | system: Avoid using device paths in <menu-entry> device field.•••This fixes a regression introduced by
1ef8b72a7f87afe7cffe52393d99e1b14e4770e1, in which we would incorrectly use a
device path in a label-based grub root search command, e.g. 'search --label
--set /dev/sda4'.
* gnu/system.scm (grub-device): New procedure.
(operating-system-grub.cfg, operating-system-parameters-file): Use it.
(read-boot-parameters): Handle device paths correctly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Marusich |
2016-11-06 | gnu: nmap: Update to 7.31.•••* gnu/packages/admin.scm (nmap): Update to 7.31.
[arguments]: Add phase 'patch-Makefile' to prevent lua from being built.
| Marius Bakke |