| Commit message (Expand) | Author | Age |
* | services: Add urandom-seed-service.•••Fixes <http://bugs.gnu.org/23605>.
* gnu/services/base.scm (urandom-seed-service): New procedure.
(%random-seed-file, urandom-seed-service-type): New variables.
(%urandom-seed-shepherd-service): New procedure.
(%base-services): Call 'urandom-seed-service'.
* doc/guix.texi (Base Services): Document it.
| Leo Famulari | 2016-05-28 |
* | gnu: potrace: Update to 1.13 [fixes CVE-2013-7437].•••* gnu/packages/fontutils.scm (potrace): Update to 1.13.
| Efraim Flashner | 2016-05-28 |
* | gnu: Add Guile-GNOME.•••* gnu/packages/gtk.scm (guile-gnome): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Patrick Hetu | 2016-05-28 |
* | gnu: Update diamond to 0.8.3.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.3.
| Ben Woodcroft | 2016-05-28 |
* | gnu: Add gcide.•••* gnu/packages/dictionaries.scm (gcide): New variable.
| 宋文武 | 2016-05-28 |
* | gnu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.•••Fixes <http://bugs.gnu.org/22709> and <http://bugs.gnu.org/23260>.
* gnu/packages/math.scm (wxmaxima)[arguments]: Wrap with
GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.
| 宋文武 | 2016-05-28 |
* | gnu: gprolog: Don't install files into "$out/gprolog-1.4.4".•••* gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir'
to #:configure-flags.
| 宋文武 | 2016-05-28 |
* | gnu: Add wiredtiger.•••* gnu/packages/database.scm (wiredtiger): New variable.
| 宋文武 | 2016-05-28 |
* | cve: Use a more compact format for the list of package/versions.•••On a warm cache, "guix lint -c cve vorbis-tools" goes down
from 6.5s to 2.4s.
* guix/cve.scm (cpe->package-name): Change to return two values instead
of a pair.
(cpe->product-alist): New procedure.
(%parse-vulnerability-feed): Use it instead of 'filter-map'.
(fetch-vulnerabilities): Bump sexp format version to 1.
(vulnerabilities->lookup-proc): Adjust accordingly. When #:version is
omitted, return a list of vulnerabilities instead of a list of
version/vulnerability pairs.
* tests/cve.scm (%expected-vulnerabilities)
("vulnerabilities->lookup-proc): Adjust accordingly.
| Ludovic Courtès | 2016-05-28 |
* | guix package: Inherit the transformed version number.•••Previously, 'guix package -i emacs --with-source=./emacs-42.tar.gz'
would fail to use "42" as the version number in the manifest entry.
Reported by piyo on #guix.
* guix/scripts/package.scm (process-actions)[transform-entry]: Inherit
the version number from the result of TRANSFORM when it's a package.
* tests/guix-package.sh: Test it.
| Ludovic Courtès | 2016-05-27 |
* | gnu: gd: Update to 2.2.1 [fixes CVE-2015-{8874, 8877}].•••* gnu/packages/patches/gd-CVE-2016-3074.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gd.scm (gd): Update to 2.2.1.
[source]: Remove patch. Update source URL.
| Leo Famulari | 2016-05-27 |
* | gnu: scrot: Add source mirror.•••* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror.
| Efraim Flashner | 2016-05-27 |
* | gnu: serf: Update project source.•••* gnu/packages/web.scm (serf)[source]: Releases are now hosted by Apache.
[home-page]: Project is now hosted by Apache.
| Efraim Flashner | 2016-05-27 |
* | gnu: xlockmore: Update to 5.47.•••* gnu/packages/xdisorg.scm (xlockmore): Update to 5.47.
| Efraim Flashner | 2016-05-27 |
* | gnu: t1lib: Add source mirror.•••* gnu/packages/fontutils.scm (t1lib)[souce]: Add fossies mirror.
| Efraim Flashner | 2016-05-27 |
* | gnu: synergy: Update to 1.7.6.•••* gnu/packages/synergy.scm (synergy): Update to 1.7.6.
| Efraim Flashner | 2016-05-27 |
* | gnu: synergy: Use 'modify-phases'.•••* gnu/packages/synergy.scm (synergy)[arguments]; Use 'modify-phases'.
| Efraim Flashner | 2016-05-27 |
* | gnu: synergy: Update project source.•••* gnu/packages/synergy.scm (synergy)[source]: Use new location.
[home-page]: Use project's new website.
| Efraim Flashner | 2016-05-27 |
* | gnu: eyed3: Update to 0.7.9.•••* gnu/packages/mp3.scm (eyed3): Update to 0.7.9.
| Efraim Flashner | 2016-05-27 |
* | gnu: mpc123: Use 'modify-phases'.•••* gnu/packages/mp3.scm (mpc123)[arguments]: Use 'modify-phases'.
| Efraim Flashner | 2016-05-27 |
* | gnu: mpc123: Add new source location.•••* gnu/packages/mp3.scm (mpc123)[source]: Add Debian mirror.
[home-page]: Project has moved to Github.
| Efraim Flashner | 2016-05-27 |
* | download: Default to a 10s connection establishment timeout.•••* guix/build/download.scm (ftp-fetch): Add #:timeout and pass it to
'ftp-open'.
(http-fetch): Add #:timeout and pass it to 'open-connection-for-uri' and
in recursive calls.
(url-fetch): Add #:timeout and pass it to 'http-fetch' and 'ftp-fetch'.
| Ludovic Courtès | 2016-05-27 |
* | download: Use URI objects for content-addressed mirrors.•••This fixes a bug whereby 'http-fetch' would be passed a string instead
of a URI object.
* guix/build/download.scm (url-fetch): Rename 'content-addressed-urls'
to 'content-addressed-uris', and call 'string->uri'.
| Ludovic Courtès | 2016-05-27 |
* | gnu: Add emacs-epl.•••* gnu/packages/emacs.scm (emacs-epl): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| humanitiesNerd | 2016-05-27 |
* | gnu: emacs-async: Update to 1.9.•••* gnu/packages/emacs.scm (emacs-async): Update to 1.9.
| Alex Kost | 2016-05-27 |
* | gnu: magit: Update to 2.7.0.•••* gnu/packages/emacs.scm (magit): Update to 2.7.0.
| Alex Kost | 2016-05-27 |
* | gnu: moreutils: Use 'modify-phases'.•••* gnu/packages/moreutils.scm (moreutils)[arguments]: Use 'modify-phases'.
| Efraim Flashner | 2016-05-27 |
* | gnu: moreutils: Update to 0.58.•••* gnu/packages/moreutils.scm (moreutils): Update to 0.58.
| Efraim Flashner | 2016-05-27 |
* | gnu: qemu: Make tests more verbose.•••* gnu/packages/qemu.scm (qemu)[arguments]: Add 'make-gtester-verbose'
phase.
| Ludovic Courtès | 2016-05-26 |
* | gnu: qemu: Use 'install-file' instead of 'copy-file'.•••* gnu/packages/qemu.scm (qemu)[arguments]: Use 'install-file'.
| Ludovic Courtès | 2016-05-26 |
* | gnu: qemu: Use 'modify-phases'.•••* gnu/packages/qemu.scm (qemu)[arguments]: Use 'modify-phases'.
| Ludovic Courtès | 2016-05-26 |
* | gnu: qemu: Disable parallel tests again.•••* gnu/packages/qemu.scm (qemu)[arguments]: Re-add #:parallel-tests? #f,
which had been removed in a2ccaa0d790004c1c303a4421f7494ef73b65bd5.
| Ludovic Courtès | 2016-05-26 |
* | cve: Include the 3 previous years of vulnerabilities.•••* guix/cve.scm (fetch-vulnerabilities): Add 'format' call.
(current-vulnerabilities): Include the 3 previous years.
| Ludovic Courtès | 2016-05-26 |
* | gnu: isc-dhcp: Specify CPE name.•••* gnu/packages/admin.scm (isc-dhcp)[properties]: New field.
| Ludovic Courtès | 2016-05-26 |
* | gnu: rush: Fix CVE-2013-6889.•••* gnu/packages/patches/rush-CVE-2013-6889.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/rush.scm (rush): Use it.
| Ludovic Courtès | 2016-05-26 |
* | nls: Adjust to texlive.scm renaming.•••* po/packages/POTFILES.in: Adjust to texlive.scm rename in
commit 8f9ac90182c022c69600f17ef9c1149e029bc301.
| Ludovic Courtès | 2016-05-26 |
* | substitute: Internationalize the "Downloading" message.•••* guix/scripts/substitute.scm (process-substitution): I18n "Downloading"
message.
| Ludovic Courtès | 2016-05-26 |
* | gnu: Add mitlm.•••* gnu/packages/speech.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| David Thompson | 2016-05-26 |
* | gnu: Add autoconf-archive.•••* gnu/packages/autotools.scm (autoconf-archive): New variable.
| David Thompson | 2016-05-26 |
* | doc: Fix typo.•••* doc/guix.texi (Derivations): Add 's' to "contain".
| Mathieu Lirzin | 2016-05-26 |
* | gnu: hurd: Add hurd-core-headers package.•••* gnu/packages/hurd.scm (hurd-core-headers): New variable.
| Manolis Ragkousis | 2016-05-26 |
* | gnu: Add texmaker.•••* gnu/packages/tex.scm (texmaker): New variable.
| Roel Janssen | 2016-05-26 |
* | gnu: Rename texlive module to tex.•••* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
* gnu/packages/texlive.scm: Rename file to tex.scm.
* gnu/packages/tex.scm: Renamed from texlive.scm.
* gnu/packages/algebra.scm: Adjust accordingly.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/gettext.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/lisp.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/plotutils.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.
| Roel Janssen | 2016-05-26 |
* | gnu: aria2: Update to 1.23.0.•••* gnu/packages/bittorrent.scm (aria2): Update to 1.23.0.
[inputs]: Move cppunit ...
[native-inputs]: ... to here.
[home-page]: Update to new Github website.
| Efraim Flashner | 2016-05-26 |
* | grafts: Create only one grafted variant of each derivation.•••Currently, with several grafts applicable to Inkscape, this makes:
guix gc -R $(guix build inkscape -d) | wc -l
go from 2376 to 2266 (4.6%).
* guix/grafts.scm (cumulative-grafts): Pass 'graft-derivation/shallow'
the subset of GRAFTS that applies to DRV.
| Ludovic Courtès | 2016-05-25 |
* | gnu: randomjungle: Add gfortran:lib to native-inputs.•••* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Add
gfortran:lib.
| Efraim Flashner | 2016-05-25 |
* | gnu: enlightenment: Update to 0.20.8.•••* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.8.
| Efraim Flashner | 2016-05-25 |
* | gnu: elementary: Update to 1.17.1.•••* gnu/packages/enlightenment.scm (elementary): Update to 1.17.1.
| Efraim Flashner | 2016-05-25 |
* | gnu: efl: Update to 1.17.1.•••* gnu/packages/enlightenment.scm (efl): Update to 1.17.1.
| Efraim Flashner | 2016-05-25 |
* | gnu: python-llfuse: Update to 1.1.•••* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.
| Leo Famulari | 2016-05-25 |