Age | Commit message (Expand) | Author |
2016-08-30 | gnu: Add prefix to license imports in (gnu packages qt).•••* gnu/packages/qt.scm: Import (guix licenses) with prefix
"license:".
| David Craven |
2016-08-30 | gnu: qtbase: Add native search paths.•••* gnu/packages/qt.scm (qtbase)[native-search-paths]: Add
QML2_IMPORT_PATH, QT_PLUGIN_PATH, XDG_DATA_DIRS and XDG_CONFIG_DIRS.
| David Craven |
2016-08-30 | import: hackage: Default to https urls.•••* guix/import/hackage.scm (hackage-source-url, hackage-cabal-url): Use https
for hackage.haskell.org.
| ng0 |
2016-08-30 | gnu: emacs-neotree: Keep downloaded source file format.•••* gnu/packages/emacs.scm (emacs-neotree)[source]: Keep downloaded file format.
| ng0 |
2016-08-30 | gnu: entr: Update to 3.6.•••Suggested by Matthew O'N.S Jordan <matthewjordannm@gmail.com>.
* gnu/packages/entr.scm (entr): Update to 3.6.
| Leo Famulari |
2016-08-30 | import: cpan: Use tls to query api.metacpan.org.•••* guix/import/cpan.scm (module->dist-name, cpan-fetch-module): Use tls
for api.metacpan.org.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| ng0 |
2016-08-30 | gnu: libnfsidmap: Correct punctuation•••* gnu/packages/linux.scm (libnfsidmap)[description]: Replace semicolon with colon.
| John Darrington |
2016-08-30 | gnu: squeak-vm: Make builds bit-reproducible.•••* gnu/packages/smalltalk.scm (squeak-vm)[source]: Add 'snippet'.
| Ludovic Courtès |
2016-08-30 | gnu: Add squeak-vm.•••* gnu/packages/smalltalk.scm (squeak-vm): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Goaziou |
2016-08-30 | gnu: smalltalk: Use 'license:' prefix.•••* gnu/packages/smalltalk.scm: Use 'license:' prefix for (guix licenses).
| Ludovic Courtès |
2016-08-30 | doc: Update '--show' example to use '@' syntax.•••* doc/guix.texi (Invoking guix package): Use '@' syntax in --show
example.
| Ludovic Courtès |
2016-08-30 | gnu: libnfsidmap: Fix Texinfo markup.•••* gnu/packages/linux.scm (libnfsidmap)[description]: Add missing @code.
| Ludovic Courtès |
2016-08-30 | gnu: guile-gnunet: Use https URL.•••* gnu/packages/gnunet.scm (guile-gnunet)[home-page]: Use https URL.
| ng0 |
2016-08-30 | gnu: grub: Use https URL.•••* gnu/packages/grub.scm (grub)[home-page]: Use https URL.
| ng0 |
2016-08-30 | gnu: guile-opengl: Use https URL.•••* gnu/packages/gl.scm (guile-opengl)[home-page]: Use https URL.
| ng0 |
2016-08-30 | gnu: gsl: Update to 2.2.•••* gnu/packages/maths.scm (gsl): Update to 2.2.
| Efraim Flashner |
2016-08-30 | gnu: apl: Update to 1.6.•••* gnu/packages/apl.scm (apl): Update to 1.6.
| Efraim Flashner |
2016-08-30 | gnu: Add libnfsidmap•••* gnu/packages/linux.scm (libnfsidmap): New variable.
| John Darrington |
2016-08-30 | gnu: libtirpc: Use 'modify-phases'.•••* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Use 'modify-phases'.
| John Darrington |
2016-08-30 | gnu: libtirpc: Remove the --disable-gssapi configure flag.•••* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Remove the --disable-gssapi
configure flag.
[inputs]: Add mit-krb5
| John Darrington |
2016-08-30 | gnu: Add German Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-de): New variable.
| John Darrington |
2016-08-30 | gnu: yelp: Update to 3.21.3•••* gnu/packages/gnome.scm (yelp): Update to 3.21.3
| John Darrington |
2016-08-29 | gnu: Add stagit.•••* gnu/packages/version-control.scm (stagit): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-08-29 | gnu: version-control: Use license: prefix.•••* gnu/packages/version-control.scm (define-module): Import guix licenses with a prefix.
(parted): Use the import prefix.
(bazaar): Likewise.
(git): Likewise.
(libgit2): Likewise.
(cgit): Likewise.
(shflags): Likewise.
(git-flow): Likewise.
(gitolite): Likewise.
(mercurial): Likewise.
(neon): Likewise.
(subversion): Likewise.
(rcs): Likewise.
(cvs): Likewise.
(cvs-fast-export): Likewise.
(vc-dwim): Likewise.
(diffstat): Likewise.
(cssc): Likewise.
(aegis): Likewise.
(reposurgeon): Likewise.
(tig): Likewise.
(findnewest): Likewise.
(myrepos): Likewise.
(git-annex-remote-hubic):: Likewise.
(fossil): Likewise.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-08-29 | gnu: libtiff: Fix CVE-2016-5314.•••* gnu/packages/patches/libtiff-CVE-2016-5314.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff/fixed): Use it.
| Leo Famulari |
2016-08-30 | gnu: diamond: Update to 0.8.20.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.20.
| Ben Woodcroft |
2016-08-30 | gnu: ruby-concurrent: Adjust for 'replace-git-ls-files'.•••* gnu/packages/ruby.scm (ruby-concurrent)[arguments]: Adjust for new build
phase 'replace-git-ls-files'.
| Ben Woodcroft |
2016-08-30 | guix: ruby-build-system: Add replace-git-ls-files.•••* guix/build/ruby-build-system.scm (replace-git-ls-files): New variable.
(%standard-phases): Add it.
| Ben Woodcroft |
2016-08-30 | guix: ruby-build-system: Build compiled gems reproducibly.•••* guix/build/ruby-build-system.scm (log-file-deletion): New procedure.
(install): Remove files containing non-reproducible elements. Print when each
file is deleted.
| Ben Woodcroft |
2016-08-29 | gnu: libtiff: Fix CVE-2016-{3623,3945,3990,3991,5321,5323}.•••* gnu/packages/image.scm (libtiff)[replacement]: New field.
(libtiff/fixed): New variable.
* gnu/packages/patches/libtiff-CVE-2016-3623.patch,
gnu/packages/patches/libtiff-CVE-2016-3945.patch,
gnu/packages/patches/libtiff-CVE-2016-3990.patch,
gnu/packages/patches/libtiff-CVE-2016-3991.patch,
gnu/packages/patches/libtiff-CVE-2016-5321.patch,
gnu/packages/patches/libtiff-CVE-2016-5323.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
| Leo Famulari |
2016-08-29 | gnu: imagemagick: Update to 6.9.5-8.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-8.
| Leo Famulari |
2016-08-29 | gnu: khal: Update to 0.8.3.•••* gnu/packages/calendar.scm (khal): Update to 0.8.3.
[source]: Remove snippet.
[arguments]: Remove 'disable-tests' phase.
[native-inputs]: Add python-pytest-cov and python-freezegun.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Troy Sankey |
2016-08-29 | gnu: python-icalendar: Update to 3.10.•••* gnu/packages/python.scm (python-icalendar): Update to 3.10.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Troy Sankey |
2016-08-29 | gnu: Add python-freezegun.•••* gnu/packages/python.scm (python-freezegun, python2-freezegun): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Troy Sankey |
2016-08-29 | gnu: keyutils: Fix typo in synopsis.•••* gnu/packages/crypto.scm (keyutils)[synopsis]: Fix typo.
| Tobias Geerinckx-Rice |
2016-08-29 | gnu: hplip: Update to 3.16.8.•••* gnu/packages/cups.scm (hplip): Update 3.16.8.
| Tobias Geerinckx-Rice |
2016-08-29 | gnu: ffmpeg: Update to 3.1.3.•••* gnu/packages/video.scm (ffmpeg): Update to 3.1.3.
| Efraim Flashner |
2016-08-28 | guix: lint: Check descriptions for trademark signs.•••* guix/scripts/lint.scm (check-description-style): Emit a warning if
trademark signs found in description.
* tests/lint.scm (description: may not contain trademark signs): Add
test.
| Eric Bavier |
2016-08-29 | tests: Make sure /var/guix/gcroots/profiles is a valid symlink.•••Reported by csanchezdll@gmail.com (Carlos Sánchez de La Lama)
at <https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01641.html>.
* gnu/build/install.scm (directives): Add /var/guix/gcroots/profiles
symlink.
* gnu/tests/base.scm (run-basic-test)["/var/guix/gcroots/profiles is a
valid symlink"]: New test.
| Ludovic Courtès |
2016-08-29 | tests: Make sure /run/current-system is a GC root.•••* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC
root"]: New test.
| Ludovic Courtès |
2016-08-29 | gnu: libmicrohttpd: Update to 0.9.51.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.51.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2016-08-29 | tests: Fix 'guix environment --container' test in the presence of tmpfs.•••Reported by Ting-Wei Lan <lantw44@gmail.com>.
This is a followup to 1250034d5aff14fe236aad9900233a2b6f8563bb.
* tests/guix-environment-container.sh (mount_test_code): Reverse order
of 'string-prefix?' arguments.
| Ludovic Courtès |
2016-08-28 | gnu: Add ecryptfs-utils.•••* gnu/packages/linux.scm (ecryptfs-utils): New variable.
| Tobias Geerinckx-Rice |
2016-08-28 | gnu: Add keyutils.•••* gnu/packages/crypto.scm (keyutils): New variable.
| Tobias Geerinckx-Rice |
2016-08-28 | gnu: xf86-input-synaptics: Update to 1.8.99.1.•••* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.99.1.
| Efraim Flashner |
2016-08-28 | gnu: xf86-video-openchrome: Update to 0.5.0.•••* gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.5.0.
[source]: Remove patch.
* gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner |
2016-08-28 | gnu: xf86-input-evdev: Update to 2.10.3.•••* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.3.
| Efraim Flashner |
2016-08-28 | gnu: xf86-video-ati: Update to 7.7.0.•••* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.7.0.
| Efraim Flashner |
2016-08-28 | guix scripts: Disable grafting on dry runs.•••* guix/scripts/archive.scm, guix/scripts/build.scm,
guix/scripts/environment.scm, guix/scripts/system.scm,
guix/scripts/package.scm: Disable grafting when a dry-run parameter is given.
| Roel Janssen |
2016-08-28 | system: Do not create the home directory of "nobody".•••Fixes <http://bugs.gnu.org/24275>.
Reported by John Darrington <john@darrington.wattle.id.au>.
* gnu/system/shadow.scm (%base-user-accounts):
Add (create-home-directory? #f) for "nobody".
| Ludovic Courtès |