aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2018-03-12gnu: msgpack: Update phase style.Tobias Geerinckx-Rice
* gnu/packages/serialization.scm (msgpack)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
2018-03-12gnu: msgpack: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/serialization.scm (msgpack)[home-page]: Use HTTPS.
2018-03-12gnu: criu: Update to 3.7.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (criu): Update to 3.7.
2018-03-12gnu: mingw-w64: Update to 5.0.3.Tobias Geerinckx-Rice
* gnu/packages/mingw.scm (mingw-w64): Update to 5.0.3.
2018-03-12gnu: mingw-w64: Fix home page and avoid further confusion.Tobias Geerinckx-Rice
MinGW-w64 was forked (in rather dramatic fashion) from the original MinGW. The two projects remain distinct and MinGW-w64 seems by far the actively developed of the two. * gnu/packages/mingw.scm (mingw-w64)[home-page]: Point to the correct upstream. Use HTTPS. [description]: Expand and briefly note the relationship between the two projects. Use @dfn.
2018-03-11gnu: youtube-dl: Update to 2018.03.10.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.03.10.
2018-03-11gnu: python-ipaddress: Update to 1.0.19.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.19.
2018-03-11gnu: python-kitchen: Update to 1.2.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-kitchen): Update to 1.2.5.
2018-03-11gnu: python-pyaes: Update to 1.6.1.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-pyaes): Update to 1.6.1.
2018-03-11gnu: python-markdown: Update to 2.6.11.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-markdown): Update to 2.6.11.
2018-03-11gnu: python-tblib: Update to 1.3.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-tblib): Update to 1.3.2.
2018-03-11gnu: python-pycryptodome: Update to 3.5.1.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.5.1.
2018-03-11gnu: python-jmespath: Update to 0.9.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-jmespath): Update to 0.9.3.
2018-03-11gnu: python-ly: Update to 0.9.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ly): Update to 0.9.5.
2018-03-11gnu: python-rply: Update to 0.7.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-rply): Update to 0.7.5.
2018-03-11gnu: python-colorama: Update to 0.3.9.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-colorama): Update to 0.3.9.
2018-03-11gnu: python-tqdm: Update to 4.19.6.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-tqdm): Update to 4.19.6.
2018-03-11gnu: java-jeromq: Fix tests.Gábor Boskovits
* gnu/packages/patches/java-jeromq-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (java-jeromq)[source](patches): Add it. [arguments](#test-exclude): Disable more failing tests.
2018-03-11gnu: java-hamcrest-all: Build with icedtea-8.Ricardo Wurmus
* gnu/packages/java.scm (java-hamcrest-all)[arguments]: Build with icedtea-8; do not disable tests. [inputs]: Remove java-hamcrest-core.
2018-03-11gnu: Add pigx-bsseq.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-bsseq): New variable.
2018-03-11gnu: Add pigx-chipseq.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-chipseq): New variable.
2018-03-11gnu: icedtea-8: Build "out" reproducibly.Ricardo Wurmus
Partially fixes <https://bugs.gnu.org/30730>. * gnu/packages/java.scm (icedtea-8)[arguments]: Add phases "patch-keystore" and "strip-jar-timestamps". [source]: Also patch DIST_ID in "configure" script.
2018-03-11gnu: gambit-c: Update to 4.8.9.Tobias Geerinckx-Rice
* gnu/packages/scheme.scm (gambit-c): Update to 4.8.9.
2018-03-11gnu: sssd: Update to 1.16.1.Tobias Geerinckx-Rice
* gnu/packages/sssd.scm (sssd): Update to 1.16.1.
2018-03-11gnu: git-remote-gcrypt: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.3.
2018-03-11gnu: archivemount: Update to 0.8.9.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (archivemount): Update to 0.8.9.
2018-03-10gnu: haunt: Update to 0.2.2.David Thompson
* gnu/packages/guile.scm (haunt): Update to 0.2.2.
2018-03-10gnu: guile-syntax-highlight: Update to 0.1.David Thompson
* gnu/packages/guile.scm (guile-syntax-highlight): Update to 0.1.
2018-03-10gnu: enlightenment: Use 'loginctl' for system actions.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Use 'loginctl' functions when powering off, sleeping, rebooting or suspending the system.
2018-03-10gnu: zsh: Fix CVE-2018-{7548,7549}.Leo Famulari
* gnu/packages/patches/zsh-CVE-2018-7548.patch, gnu/packages/patches/zsh-CVE-2018-7549.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/shells.scm (zsh)[source]: Use them.
2018-03-10gnu: r-minimal: Respect SOURCE_DATE_EPOCH in srcfile.Ricardo Wurmus
Fixes <https://bugs.gnu.org/30729>. * gnu/packages/statistics.scm (r-minimal)[arguments]: Replace timestamp hack with patch to "srcfile" and "srcfilecopy".
2018-03-10gnu: xprop: Update to 1.2.3.Marius Bakke
* gnu/packages/xorg.scm (xprop): Update to 1.2.3.
2018-03-10gnu: xpr: Update to 1.0.5.Marius Bakke
* gnu/packages/xorg.scm (xpr): Update to 1.0.5.
2018-03-10gnu: xlsfonts: Update to 1.0.6.Marius Bakke
* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.6.
2018-03-10gnu: xkill: Update to 1.0.5.Marius Bakke
* gnu/packages/xorg.scm (xkill): Update to 1.0.5.
2018-03-10gnu: xbacklight: Update to 1.2.2.Marius Bakke
* gnu/packages/xorg.scm (xbacklight): Update to 1.2.2.
2018-03-10gnu: xwininfo: Update to 1.1.4.Marius Bakke
* gnu/packages/xorg.scm (xwininfo): Update to 1.1.4.
2018-03-10gnu: xset: Update to 1.2.4.Marius Bakke
* gnu/packages/xorg.scm (xset): Update to 1.2.4.
2018-03-10gnu: xwd: Update to 1.0.7.Marius Bakke
* gnu/packages/xorg.scm (xwd): Update to 1.0.7.
2018-03-10gnu: xlsclients: Update to 1.1.4.Marius Bakke
* gnu/packages/xorg.scm (xlsclients): Update to 1.1.4.
2018-03-10gnu: xmessage: Update to 1.0.5.Marius Bakke
* gnu/packages/xorg.scm (xmessage): Update to 1.0.5.
2018-03-10gnu: xinit: Update to 1.4.0.Marius Bakke
* gnu/packages/xorg.scm (xinit): Update to 1.4.0.
2018-03-10gnu: xwud: Update to 1.0.5.Marius Bakke
* gnu/packages/xorg.scm (xwud): Update to 1.0.5.
2018-03-10gnu: xsetroot: Update to 1.1.2.Marius Bakke
* gnu/packages/xorg.scm (xsetroot): Update to 1.1.2.
2018-03-10gnu: xrefresh: Update to 1.0.6.Marius Bakke
* gnu/packages/xorg.scm (xrefresh): Update to 1.0.6.
2018-03-10gnu: xrdb: Update to 1.1.1.Marius Bakke
* gnu/packages/xorg.scm (xrdb): Update to 1.1.1.
2018-03-10gnu: xfontsel: Update to 1.0.6.Marius Bakke
* gnu/packages/xorg.scm (xfontsel): Update to 1.0.6.
2018-03-10gnu: xcursor-themes: Update to 1.0.5.Marius Bakke
* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.5.
2018-03-10gnu: xbitmaps: Update to 1.1.2.Marius Bakke
* gnu/packages/xorg.scm (xbitmaps): Update to 1.1.2.
2018-03-09gnu: linux-libre: Update to 4.15.8.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.8. (%linux-libre-hash): Update hash.