summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-29gnu: zeromq: Update to 4.0.7 [fixes CVE-2014-9721]....* gnu/packages/networking.scm (zeromq): Update to 4.0.7. Leo Famulari
2016-05-29gnu: libsodium: Update to 1.0.10....* gnu/packages/crypto.scm (libsodium): Update to 1.0.10. Leo Famulari
2016-05-29gnu: procmail: Fix CVE-2014-3618....* gnu/packages/patches/procmail-CVE-2014-3618.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (procmail): Use it. Leo Famulari
2016-05-29gnu: elfutils: Update to 0.166 [fixes CVE-2014-9447]....* gnu/packages/elf.scm (elfutils): Update to 0.166. Leo Famulari
2016-05-29gnu: luajit: Update to 2.0.4....* gnu/packages/lua.scm (luajit): Update to 2.0.4. Efraim Flashner
2016-05-29gnu: lua: Update to 5.2.4....* gnu/packages/lua.scm (lua): Update to 5.2.4. Efraim Flashner
2016-05-29gnu: lua: Use 'modify-phases'....* gnu/packages/lua.scm (lua)[arguments]: Use 'modify-phases'. Efraim Flashner
2016-05-29gnu: lua-5.1: Fix CVE-2014-5461....* gnu/packages/lua.scm (lua-5.1)[source]: Add patch. * gnu/packages/patches/lua-CVE-2014-5461: New file. * gnu/local.mk (dist_patch_DATA): Add it. Efraim Flashner
2016-05-29gnu: retroarch: Update to 1.3.4....* gnu/packages/games.scm (retroarch): Update to 1.3.4. 宋文武
2016-05-28gnu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525]....* gnu/packages/web.scm (libyaml): Update to 0.1.6. Leo Famulari
2016-05-28services: 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-28gnu: potrace: Update to 1.13 [fixes CVE-2013-7437]....* gnu/packages/fontutils.scm (potrace): Update to 1.13. Efraim Flashner
2016-05-28gnu: Add Guile-GNOME....* gnu/packages/gtk.scm (guile-gnome): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Patrick Hetu
2016-05-28gnu: Update diamond to 0.8.3....* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.3. Ben Woodcroft
2016-05-28gnu: Add gcide....* gnu/packages/dictionaries.scm (gcide): New variable. 宋文武
2016-05-28gnu: 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-28gnu: 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-28gnu: Add wiredtiger....* gnu/packages/database.scm (wiredtiger): New variable. 宋文武
2016-05-28cve: 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-27guix 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-27gnu: 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-27gnu: scrot: Add source mirror....* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror. Efraim Flashner
2016-05-27gnu: 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-27gnu: xlockmore: Update to 5.47....* gnu/packages/xdisorg.scm (xlockmore): Update to 5.47. Efraim Flashner
2016-05-27gnu: t1lib: Add source mirror....* gnu/packages/fontutils.scm (t1lib)[souce]: Add fossies mirror. Efraim Flashner
2016-05-27gnu: synergy: Update to 1.7.6....* gnu/packages/synergy.scm (synergy): Update to 1.7.6. Efraim Flashner
2016-05-27gnu: synergy: Use 'modify-phases'....* gnu/packages/synergy.scm (synergy)[arguments]; Use 'modify-phases'. Efraim Flashner
2016-05-27gnu: synergy: Update project source....* gnu/packages/synergy.scm (synergy)[source]: Use new location. [home-page]: Use project's new website. Efraim Flashner
2016-05-27gnu: eyed3: Update to 0.7.9....* gnu/packages/mp3.scm (eyed3): Update to 0.7.9. Efraim Flashner
2016-05-27gnu: mpc123: Use 'modify-phases'....* gnu/packages/mp3.scm (mpc123)[arguments]: Use 'modify-phases'. Efraim Flashner
2016-05-27gnu: 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-27download: 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-27download: 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-27gnu: Add emacs-epl....* gnu/packages/emacs.scm (emacs-epl): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> humanitiesNerd
2016-05-27gnu: emacs-async: Update to 1.9....* gnu/packages/emacs.scm (emacs-async): Update to 1.9. Alex Kost
2016-05-27gnu: magit: Update to 2.7.0....* gnu/packages/emacs.scm (magit): Update to 2.7.0. Alex Kost
2016-05-27gnu: moreutils: Use 'modify-phases'....* gnu/packages/moreutils.scm (moreutils)[arguments]: Use 'modify-phases'. Efraim Flashner
2016-05-27gnu: moreutils: Update to 0.58....* gnu/packages/moreutils.scm (moreutils): Update to 0.58. Efraim Flashner
2016-05-26gnu: qemu: Make tests more verbose....* gnu/packages/qemu.scm (qemu)[arguments]: Add 'make-gtester-verbose' phase. Ludovic Courtès
2016-05-26gnu: qemu: Use 'install-file' instead of 'copy-file'....* gnu/packages/qemu.scm (qemu)[arguments]: Use 'install-file'. Ludovic Courtès
2016-05-26gnu: qemu: Use 'modify-phases'....* gnu/packages/qemu.scm (qemu)[arguments]: Use 'modify-phases'. Ludovic Courtès
2016-05-26gnu: 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-26cve: 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-26gnu: isc-dhcp: Specify CPE name....* gnu/packages/admin.scm (isc-dhcp)[properties]: New field. Ludovic Courtès
2016-05-26gnu: 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-26nls: Adjust to texlive.scm renaming....* po/packages/POTFILES.in: Adjust to texlive.scm rename in commit 8f9ac90182c022c69600f17ef9c1149e029bc301. Ludovic Courtès
2016-05-26substitute: Internationalize the "Downloading" message....* guix/scripts/substitute.scm (process-substitution): I18n "Downloading" message. Ludovic Courtès
2016-05-26gnu: Add mitlm....* gnu/packages/speech.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. David Thompson
2016-05-26gnu: Add autoconf-archive....* gnu/packages/autotools.scm (autoconf-archive): New variable. David Thompson
2016-05-26doc: Fix typo....* doc/guix.texi (Derivations): Add 's' to "contain". Mathieu Lirzin