Commit message (Expand) | Author | Age | |
---|---|---|---|
* | gnu: youtube-dl: Update to 2018.03.10.•••* gnu/packages/video.scm (youtube-dl): Update to 2018.03.10. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-ipaddress: Update to 1.0.19.•••* gnu/packages/python.scm (python-ipaddress): Update to 1.0.19. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-kitchen: Update to 1.2.5.•••* gnu/packages/python.scm (python-kitchen): Update to 1.2.5. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-pyaes: Update to 1.6.1.•••* gnu/packages/python-crypto.scm (python-pyaes): Update to 1.6.1. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-markdown: Update to 2.6.11.•••* gnu/packages/python.scm (python-markdown): Update to 2.6.11. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-tblib: Update to 1.3.2.•••* gnu/packages/python.scm (python-tblib): Update to 1.3.2. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-pycryptodome: Update to 3.5.1.•••* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.5.1. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-jmespath: Update to 0.9.3.•••* gnu/packages/python.scm (python-jmespath): Update to 0.9.3. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-ly: Update to 0.9.5.•••* gnu/packages/python.scm (python-ly): Update to 0.9.5. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-rply: Update to 0.7.5.•••* gnu/packages/python.scm (python-rply): Update to 0.7.5. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-colorama: Update to 0.3.9.•••* gnu/packages/python.scm (python-colorama): Update to 0.3.9. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: python-tqdm: Update to 4.19.6.•••* gnu/packages/python.scm (python-tqdm): Update to 4.19.6. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: java-jeromq: Fix tests.•••* 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. | Gábor Boskovits | 2018-03-11 |
* | gnu: java-hamcrest-all: Build with icedtea-8.•••* gnu/packages/java.scm (java-hamcrest-all)[arguments]: Build with icedtea-8; do not disable tests. [inputs]: Remove java-hamcrest-core. | Ricardo Wurmus | 2018-03-11 |
* | gnu: Add pigx-bsseq.•••* gnu/packages/bioinformatics.scm (pigx-bsseq): New variable. | Ricardo Wurmus | 2018-03-11 |
* | gnu: Add pigx-chipseq.•••* gnu/packages/bioinformatics.scm (pigx-chipseq): New variable. | Ricardo Wurmus | 2018-03-11 |
* | gnu: icedtea-8: Build "out" reproducibly.•••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. | Ricardo Wurmus | 2018-03-11 |
* | gnu: gambit-c: Update to 4.8.9.•••* gnu/packages/scheme.scm (gambit-c): Update to 4.8.9. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: sssd: Update to 1.16.1.•••* gnu/packages/sssd.scm (sssd): Update to 1.16.1. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: git-remote-gcrypt: Update to 1.0.3.•••* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.3. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: archivemount: Update to 0.8.9.•••* gnu/packages/linux.scm (archivemount): Update to 0.8.9. | Tobias Geerinckx-Rice | 2018-03-11 |
* | gnu: haunt: Update to 0.2.2.•••* gnu/packages/guile.scm (haunt): Update to 0.2.2. | David Thompson | 2018-03-10 |
* | gnu: guile-syntax-highlight: Update to 0.1.•••* gnu/packages/guile.scm (guile-syntax-highlight): Update to 0.1. | David Thompson | 2018-03-10 |
* | gnu: enlightenment: Use 'loginctl' for system actions.•••* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Use 'loginctl' functions when powering off, sleeping, rebooting or suspending the system. | Efraim Flashner | 2018-03-10 |
* | gnu: zsh: Fix CVE-2018-{7548,7549}.•••* 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. | Leo Famulari | 2018-03-10 |
* | services: databases: Add postgresql-configuration record exports.•••* gnu/services/databases.scm: Export the record type, and all the field accessors. | Christopher Baines | 2018-03-10 |
* | tests: databases: Add a system test for PostgreSQL.•••* gnu/tests/databases.scm (%postgresql-os, %test-postgresql): New variables. (run-postgresql-test): New procedure. | Christopher Baines | 2018-03-10 |
* | services: Rework the PostgreSQL config file to use a record type.•••For the default config file representation. This makes it possible to more easily change the configuration file, and have dynamic content. * gnu/services/databases.scm (<postgresql-config-file>): New record type. (%default-postgres-config): Remove this, it's been replaced by the configuration file. (<postgresql-configuration>): Alter the default for the config file field. (postgresql-service): Alter the default value for the config-file parameter. | Christopher Baines | 2018-03-10 |
* | gnu: r-minimal: Respect SOURCE_DATE_EPOCH in srcfile.•••Fixes <https://bugs.gnu.org/30729>. * gnu/packages/statistics.scm (r-minimal)[arguments]: Replace timestamp hack with patch to "srcfile" and "srcfilecopy". | Ricardo Wurmus | 2018-03-10 |
* | gnu: xprop: Update to 1.2.3.•••* gnu/packages/xorg.scm (xprop): Update to 1.2.3. | Marius Bakke | 2018-03-10 |
* | gnu: xpr: Update to 1.0.5.•••* gnu/packages/xorg.scm (xpr): Update to 1.0.5. | Marius Bakke | 2018-03-10 |
* | gnu: xlsfonts: Update to 1.0.6.•••* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.6. | Marius Bakke | 2018-03-10 |
* | gnu: xkill: Update to 1.0.5.•••* gnu/packages/xorg.scm (xkill): Update to 1.0.5. | Marius Bakke | 2018-03-10 |
* | gnu: xbacklight: Update to 1.2.2.•••* gnu/packages/xorg.scm (xbacklight): Update to 1.2.2. | Marius Bakke | 2018-03-10 |
* | gnu: xwininfo: Update to 1.1.4.•••* gnu/packages/xorg.scm (xwininfo): Update to 1.1.4. | Marius Bakke | 2018-03-10 |
* | gnu: xset: Update to 1.2.4.•••* gnu/packages/xorg.scm (xset): Update to 1.2.4. | Marius Bakke | 2018-03-10 |
* | gnu: xwd: Update to 1.0.7.•••* gnu/packages/xorg.scm (xwd): Update to 1.0.7. | Marius Bakke | 2018-03-10 |
* | gnu: xlsclients: Update to 1.1.4.•••* gnu/packages/xorg.scm (xlsclients): Update to 1.1.4. | Marius Bakke | 2018-03-10 |
* | gnu: xmessage: Update to 1.0.5.•••* gnu/packages/xorg.scm (xmessage): Update to 1.0.5. | Marius Bakke | 2018-03-10 |
* | gnu: xinit: Update to 1.4.0.•••* gnu/packages/xorg.scm (xinit): Update to 1.4.0. | Marius Bakke | 2018-03-10 |
* | gnu: xwud: Update to 1.0.5.•••* gnu/packages/xorg.scm (xwud): Update to 1.0.5. | Marius Bakke | 2018-03-10 |
* | gnu: xsetroot: Update to 1.1.2.•••* gnu/packages/xorg.scm (xsetroot): Update to 1.1.2. | Marius Bakke | 2018-03-10 |
* | gnu: xrefresh: Update to 1.0.6.•••* gnu/packages/xorg.scm (xrefresh): Update to 1.0.6. | Marius Bakke | 2018-03-10 |
* | gnu: xrdb: Update to 1.1.1.•••* gnu/packages/xorg.scm (xrdb): Update to 1.1.1. | Marius Bakke | 2018-03-10 |
* | gnu: xfontsel: Update to 1.0.6.•••* gnu/packages/xorg.scm (xfontsel): Update to 1.0.6. | Marius Bakke | 2018-03-10 |
* | gnu: xcursor-themes: Update to 1.0.5.•••* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.5. | Marius Bakke | 2018-03-10 |
* | gnu: xbitmaps: Update to 1.1.2.•••* gnu/packages/xorg.scm (xbitmaps): Update to 1.1.2. | Marius Bakke | 2018-03-10 |
* | linux-initrd: Autoload known-module-aliases.•••* gnu/system/linux-initrd.scm: Autoload known-module-aliases. | Danny Milosavljevic | 2018-03-10 |
* | gnu: linux-libre: Update to 4.15.8.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.8. (%linux-libre-hash): Update hash. | Mark H Weaver | 2018-03-09 |
* | gnu: linux-libre@4.14: Update to 4.14.25.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.25. (%linux-libre-4.14-hash): Update hash. | Mark H Weaver | 2018-03-09 |