Age | Commit message (Expand) | Author |
---|---|---|
2017-01-02 | gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].•••* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.11. | Leo Famulari |
2017-01-02 | gnu: Add sonic.•••* gnu/packages/speech.scm (sonic): New variable. | Leo Famulari |
2017-01-02 | gnu: Add cmst.•••* gnu/packages/connman.scm (cmst): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Mathieu OTHACEHE |
2017-01-02 | gnu: connman: Add dependency on polkit.•••* gnu/packages/connman.scm (connman)[arguments]: Add "--enable-polkit". [inputs]: Add POLKIT. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Mathieu OTHACEHE |
2017-01-02 | gnu: mpv: Update to 0.23.0.•••* gnu/packages/video.scm (mpv): Update to 0.23.0. | Efraim Flashner |
2017-01-02 | gnu: openvpn: Update to 2.3.14.•••* gnu/packages/vpn.scm (openvpn): Update to 2.3.14. | Efraim Flashner |
2017-01-02 | gnu: ffmpeg@2.8: Update to 2.8.10.•••* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.10. | Efraim Flashner |
2017-01-02 | gnu: jasper: Update to 2.0.10.•••* gnu/packages/image.scm (jasper): Update to 2.0.10. | Efraim Flashner |
2017-01-02 | gnu: fftw: Factorize creation of the --enable-threads variant.•••* gnu/packages/algebra.scm (pthread-variant): New procedure. (fftw-with-threads, fftwf-with-threads): Use it. | Ludovic Courtès |
2017-01-02 | gnu: Disambiguate packages with the same name.•••* gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): Add 'name' field. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise. | Ludovic Courtès |
2017-01-02 | gnu: gfortran: Remove non-'eq?' duplicate of gfortran@4.9.•••* gnu/packages/gcc.scm (gfortran): Turn into an alias for GFORTRAN-4.9. | Ludovic Courtès |
2017-01-02 | gnu: python-s3transfer: Update to 0.1.10.•••* gnu/packages/python.scm (python-s3transfer): Update to 0.1.10. | Tobias Geerinckx-Rice |
2017-01-02 | gnu: python-greenlet: Update to 0.4.11.•••* gnu/packages/python.scm (python-greenlet): Update to 0.4.11. | Tobias Geerinckx-Rice |
2017-01-02 | gnu: python-mako: Update to 1.0.6.•••* gnu/packages/python.scm (python-mako): Update to 1.0.6. | Tobias Geerinckx-Rice |
2017-01-02 | gnu: awscli: Update to 1.11.35.•••* gnu/packages/python.scm (awscli): Update to 1.11.35. | Tobias Geerinckx-Rice |
2017-01-02 | gnu: python-werkzeug: Update to 0.11.15.•••* gnu/packages/python.scm (python-werkzeug): Update to 0.11.15. | Tobias Geerinckx-Rice |
2017-01-02 | gnu: python-backports-abc: Update to 0.5.•••* gnu/packages/python.scm (python-backports-abc): Update to 0.5. | Tobias Geerinckx-Rice |
2017-01-02 | gnu: python-decorator: Update to 4.0.10.•••* gnu/packages/python.scm (python-decorator): Update to 4.0.10. | Tobias Geerinckx-Rice |
2017-01-02 | gnu: python-pycparser: Use ‘modify-phases’ syntax.•••* gnu/packages/python.scm (python-pycparser)[arguments]: Use ‘modify-phases’. | Tobias Geerinckx-Rice |
2017-01-02 | gnu: python-pycparser: Update to 2.17.•••* gnu/packages/python.scm (python-pycparser): Update to 2.17. | Tobias Geerinckx-Rice |
2017-01-01 | gnu: beets: Build with Python 3.•••* gnu/packages/music.scm (beets)[arguments]: Build with python@3. (native-inputs): Use Python-2 variants of all inputs. (inputs): Use Python-2 variants of all inputs. Remove python-pyechonest. | Leo Famulari |
2017-01-01 | gnu: beets: Update to 1.4.2.•••* gnu/packages/music.scm (beets): Update to 1.4.2. | Leo Famulari |
2017-01-01 | gnu: python-pyicu: Update to 1.9.5.•••* gnu/packages/python.scm (python-pyicu, python2-pyicu): Update to 1.9.5. [source]: Use pypi-uri. | Leo Famulari |
2017-01-01 | gnu: yosys: Update to 0.7.•••* gnu/packages/fpga.scm (yosys): Update to 0.7. Signed-off-by: Leo Famulari <leo@famulari.name> | Theodoros Foradis |
2017-01-01 | gnu: yosys: Add xdot functionality.•••* gnu/packages/fpga.scm (yosys)[inputs]: Add xdot, graphviz and psmisc. [arguments]: Add 'fix-paths' phase. Signed-off-by: Leo Famulari <leo@famulari.name> | Theodoros Foradis |
2017-01-01 | gnu: Add xdot.•••* gnu/packages/graphviz.scm (xdot): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> | Theodoros Foradis |
2017-01-01 | services: cuirass: Remove 'cuirass-service' procedure.•••* gnu/services/cuirass.scm (<cuirass-configuration>)[specifications]: Remove default value. (cuirass-service): Remove. * doc/guix.texi (Continuous Integration): Adjust accordingly. | Ludovic Courtès |
2017-01-01 | services: cuirass: Allow for gexps in specifications.•••* gnu/services/cuirass.scm (<cuirass-configuration>)[specifications]: Change default value to #~'(). (cuirass-shepherd-service): Remove conditional for "--specifications". Use 'scheme-file' instead of 'plain-file'. Change file name to "cuirass-specs.scm". * doc/guix.texi (Continuous Integration): Change the example to use a gexp where #:file refers to a file within Cuirass. Adjust documentation. | Ludovic Courtès |
2017-01-01 | gnu: python-ndg-httpsclient: Use pypi-uri.•••* gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient) [source]: Use pypi-uri. | Leo Famulari |
2017-01-01 | gnu: diffoscope: Embed tool references.•••Fixes <http://bugs.gnu.org/25315>. * gnu/packages/package-management.scm (diffoscope)[inputs]: Add colordiff and vim. [arguments]: Add "embed-tool-references" build phase to embed references to "colordiff", "xxd", and "readelf". | Ricardo Wurmus |
2017-01-01 | gnu: mariadb: Update to 10.1.20.•••* gnu/packages/databases.scm (mariadb): Update to 10.1.20. Signed-off-by: Leo Famulari <leo@famulari.name> | Alex Vong |
2017-01-01 | gnu: mysql: Update to 5.7.17.•••* gnu/packages/databases.scm (mysql): Update to 5.7.17. Signed-off-by: Leo Famulari <leo@famulari.name> | Alex Vong |
2017-01-01 | gnu: Add propeller-development-suite.•••* gnu/packages/embedded.scm (propeller-development-suite): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add spinsim.•••* gnu/packages/embedded.scm (spinsim): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add spin2cpp.•••* gnu/packages/embedded.scm (spin2cpp): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add propeller-load.•••* gnu/packages/embedded.scm (propeller-load): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add openspin.•••* gnu/packages/embedded.scm (openspin): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add propeller-toolchain.•••* gnu/packages/embedded.scm (propeller-toolchain): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add proplib.•••* gnu/packages/embedded.scm (proplib): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add propeller-gcc.•••* gnu/packages/embedded.scm (propeller-gcc): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add propeller-binutils.•••* gnu/packages/embedded.scm (propeller-binutils): New variable. | Ricardo Wurmus |
2017-01-01 | gnu: Add dummy linker for propeller-elf.•••* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for propeller-elf. | Ricardo Wurmus |
2017-01-01 | gnu: clisp: Remove timestamps.•••* gnu/packages/lisp.scm (clisp)[arguments]: Add "remove-timestamps" phase to remove "__DATE__" and "__TIME__". | Ricardo Wurmus |
2017-01-01 | gnu: clisp: Use modify-phases syntax.•••* gnu/packages/lisp.scm (clisp)[arguments]: Use modify-phases syntax. | Ricardo Wurmus |
2017-01-01 | gnu: manaplus: Update to 1.6.12.24.•••* gnu/packages/games.scm (manaplus): Update to 1.6.12.24. | Alex Kost |
2017-01-01 | gnu: python-dendropy: Update to 4.2.0.•••* gnu/packages/bioinformatics.scm (python-dendropy): Update to 4.2.0. [source]: Remove patch. (python2-dendropy)[source]: Use the same source as python-dendropy. * gnu/packages/patches/python-dendropy-exclude-failing-tests.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. | Ben Woodcroft |
2017-01-01 | gnu: diamond: Update to 0.8.31.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.31. | Ben Woodcroft |
2016-12-31 | gnu: nagios: Update to 4.2.4 [fixes CVE-2016-{9565,9566}].•••* gnu/packages/monitoring.scm (nagios): Update to 4.2.4. [native-inputs]: New field. | Ludovic Courtès |
2016-12-31 | gnu: python-graphql-relay: Update to 0.4.5.•••* gnu/packages/python.scm (python-graphql-relay): Update to 0.4.5. | Tobias Geerinckx-Rice |
2016-12-31 | gnu: python-freezegun: Update to 0.3.8.•••* gnu/packages/python.scm (python-freezegun): Update to 0.3.8. | Tobias Geerinckx-Rice |