summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-15nls: Adjust to qemu.scm renaming.宋文武
This is a followup to 59132b800093e486e4d81aed6b837e9ac76aa86c. * po/packages/POTFILES.in: Remove qemu.scm and add virtualization.scm.
2017-07-15gnu: Add lxc.宋文武
* gnu/packages/virtualization.scm (lxc): New package.
2017-07-15gnu: Rename (gnu packages qemu) to (gnu packages virtualization).宋文武
* gnu/packages/qemu.scm: Rename this ... * gnu/packages/virtualization.scm: ... to this. * gnu/local.mk (GNU_SYSTEM_MODULES), gnu/packages/bootloaders.scm, gnu/packages/debug.scm, gnu/packages/gnome.scm, gnu/system/vm.scm, gnu/tests/install.scm: Adjust accordingly.
2017-07-15bootloader: Add u-boot.Danny Milosavljevic
* gnu/bootloader/u-boot.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi: Document it.
2017-07-15gnu: python-internetarchive: Heed disabled test suite.Danny Milosavljevic
* gnu/packages/web.scm (python-internetarchive)[arguments]: Heed disable test suite.
2017-07-15gnu: Add python-internetarchive.Oleg Pykhalov
* gnu/packages/web.scm (python-internetarchive, python2-internetarchive): New variable.
2017-07-15gnu: Add python-pytest-capturelog.Danny Milosavljevic
* gnu/packages/python.scm (python-pytest-capturelog, python2-pytest-capturelog): New variables.
2017-07-15gnu: Add python-jsonpatch.Oleg Pykhalov
* gnu/packages/python.scm (python-jsonpatch, python2-jsonpatch, python-jsonpatch-0.4, python2-jsonpatch-0.4): New variables.
2017-07-15gnu: Add python-backports-csv.Oleg Pykhalov
* gnu/packages/python.scm (python-backports-csv, python2-backports-csv): New variables.
2017-07-15gnu: Add python-schema.Oleg Pykhalov
* gnu/packages/python.scm (python-schema, python2-schema, python-schema-0.5, python2-schema-0.5): New variables.
2017-07-15gnu: Add guile-ncurses-with-gpm.Danny Milosavljevic
* gnu/packages/guile.scm (guile-ncurses/gpm): New variable.
2017-07-15gnu: Add ncurses-with-gpm.Danny Milosavljevic
* gnu/packages/linux.scm (ncurses/gpm): New variable.
2017-07-14gnu: expat: Update replacement to 2.2.2 [security fixes].Leo Famulari
See 'Changes' in the source distribution for more information about the fixed security issues. * gnu/packages/xml.scm (expat)[replacement]: Update to 2.2.2. (expat-2.2.1): Replace with ... (expat-2.2.2): ... new variable.
2017-07-14gnu: gstreamer: Update to 1.12.2.Marius Bakke
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.12.2.
2017-07-14gnu: neomutt: Update to 20170714.ng0
* gnu/packages/mail.scm (neomutt): Update to 20170714. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-14gnu: yadifa: Re-enable NSID support.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa)[arguments]: Remove ‘--disable-nsid’ configure flag.
2017-07-14gnu: yadifa: Update to 2.2.5.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.2.5. [source]: Call the source revision a ‘build’ to match upstream terminology.
2017-07-14gnu: knot: Update to 2.5.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.5.3.
2017-07-14gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
2017-07-14gnu: samba: Update to 4.6.6 [fixes CVE-2017-11103].Leo Famulari
* gnu/packages/samba.scm (samba): Update to 4.6.6.
2017-07-14gnu: certbot, python-acme: Update to 0.16.0.Leo Famulari
* gnu/pckages/tls.scm (certbot, python-acme, python2-acme): Update to 0.16.0.
2017-07-14gnu: bowtie: Use 'modify-phases'.Ben Woodcroft
* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Use 'modify-phases' syntax.
2017-07-14gnu: bowtie: Update to 2.3.2.Ben Woodcroft
* gnu/packages/bioinformatics.scm (bowtie): Update to 2.3.2. [inputs]: Add zlib.
2017-07-14gnu: terminals: Clean up module imports.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm: Remove duplicate module imports and order the remainder alphabetically.
2017-07-14gnu: hplip: Update to 3.17.6.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (hplip): Update to 3.17.6.
2017-07-14gnu: mit-krb5: Add ‘cpe-name’.Tobias Geerinckx-Rice
* gnu/packages/kerberos.scm (mit-krb5)[properties]: New field.
2017-07-14gnu: kbd: Recursively search $LOADKEYS_KEYMAP_PATH.Tobias Geerinckx-Rice
Fix a regression since commit fd7000fe33d3c4188c241cab97e2b891dd4e1268. * gnu/packages/linux.scm (kbd)[native-search-paths]: Add a double asterisk.
2017-07-13gnu: git: Update to 2.13.3.Marius Bakke
* gnu/packages/version-control.scm (git): Update to 2.13.3.
2017-07-13gnu: evince: Fix CVE-2017-1000083.Marius Bakke
* gnu/packages/patches/evince-CVE-2017-1000083.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (evince)[source]: Use it.
2017-07-13gnu: linux-libre: Update to 4.12.1.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.1. (%linux-libre-hash): Update hash.
2017-07-13gnu: linux-libre@4.9: Update to 4.9.37.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.37.
2017-07-13gnu: spice-protocol: Update to 0.12.13.Leo Famulari
* gnu/packages/spice.scm (spice-protocol): Update to 0.12.13.
2017-07-13gnu: httpd: Update to 2.4.27 [fixes CVE-2017-{9788,9789}].Leo Famulari
* gnu/packages/web.scm (httpd): Update to 2.4.27.
2017-07-13gnu: libressl: Provide a TLS-enabled implementation of netcat.Leo Famulari
* gnu/packages/tls.scm (libressl)[arguments]: Pass '--enable-nc' to #:configure-flags.
2017-07-13gnu: libressl: Update to 2.5.5.Leo Famulari
* gnu/packages/tls.scm (libressl): Update to 2.5.5. [source]: Use HTTPS URL.
2017-07-12gnu: lynx: Update to 2.8.9dev.15.Leo Famulari
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.15.
2017-07-12gnu: libaacs: Use HTTPS URL.Leo Famulari
* gnu/packages/video.scm (libaacs)[source]: Use HTTPS URL.
2017-07-12gnu: libbdplus: Use HTTPS URL.Leo Famulari
* gnu/packages/video.scm (libbdplus)[source]: Use HTTPS URL.
2017-07-12gnu: xclip: Use a descriptive source file name.Leo Famulari
* gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
2017-07-12gnu: guix: Update snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to b547349.
2017-07-13gnu: Add simplescreenrecorder.Alex Vong
* gnu/packages/video.scm (simplescreenrecorder): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-12gnu: spice: Fix CVE-2017-7506.Leo Famulari
* gnu/packages/patches/spice-CVE-2017-7506.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/spice.scm (spice)[source]: Use it.
2017-07-12gnu: usbredir: Use HTTPS home-page URL.Leo Famulari
* gnu/packages/spice.scm (usbredir)[home-page]: Use HTTPS URL.
2017-07-12gnu: virt-viewer: Update to 5.0.Leo Famulari
* gnu/packages/spice.scm (virt-viewer): Update to 5.0.
2017-07-12substitute: Work around Guile 2.2 'time-monotonic' bug.Ludovic Courtès
Prior to this change, half of the cached narinfos would expire immediately since they contained the number of nanoseconds instead of the number of seconds as their date. * guix/scripts/substitute.scm (time-monotonic) <guile-2.2>: Define, as a workaround.
2017-07-12size: Add '--sort=KEY'.Ludovic Courtès
* guix/scripts/size.scm (profile-closure<?, profile-self<?): New procedures. (display-profile): Add #:profile<? parameter and honor it. (show-help, %options): Add '--sort'. (%default-options): Add 'profile<?'. (guix-size): Pass PROFILE<? to 'display-profile*'. * doc/guix.texi (Invoking guix size): Document '--sort'.
2017-07-12environment: Rationalize calls to 'set-build-options'.Ludovic Courtès
Before this change '--substitute-urls' would be ignored. * guix/scripts/environment.scm (build-environment): Remove redundant call to 'set-build-options-from-command-line*'. (guix-environment): Move 'set-build-options-from-command-line' right after 'with-store'.
2017-07-12gnu: hyperrogue: Update to 9.4n.Kei Kebreau
* gnu/packages/games.scm (hyperrogue): Update to 9.4n.
2017-07-12build: Make ISO-9660 image bootable from USB flash drive.Danny Milosavljevic
* gnu/build/vm.scm (make-iso9660-image): Make image bootable from USB flash drive.
2017-07-12syscalls: Add network-interface-running?Danny Milosavljevic
* guix/build/syscalls.scm (network-interface-running?): New variable. Export it. * tests/syscalls.scm: Add test. Co-authored-by: John Darrington <jmd@gnu.org>