Age | Commit message (Expand) | Author |
2015-11-18 | gnu: libxml2: Add fixes for CVE-2015-{1819,7941,7942,8035} and other bugs....* gnu/packages/patches/libxml2-CVE-2015-1819.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-8035.patch,
gnu/packages/patches/libxml2-bug-737840.patch,
gnu/packages/patches/libxml2-bug-738805.patch,
gnu/packages/patches/libxml2-bug-746048.patch,
gnu/packages/patches/libxml2-bug-747437.patch,
gnu/packages/patches/libxml2-bug-751603.patch,
gnu/packages/patches/libxml2-bug-751631.patch,
gnu/packages/patches/libxml2-bug-754946.patch,
gnu/packages/patches/libxml2-bug-754947.patch,
gnu/packages/patches/libxml2-bug-755857.patch,
gnu/packages/patches/libxml2-fix-catalog-corruption.patch,
gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch,
gnu/packages/patches/libxml2-node-sort-order-pt1.patch,
gnu/packages/patches/libxml2-node-sort-order-pt2.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (libxml2)[source]: Add patches.
| Mark H Weaver |
2015-11-18 | gnu: libpng: Update to 1.5.24 [fixes CVE-2015-8126]....* gnu/packages/image.scm (libpng): Update to 1.5.24.
| Mark H Weaver |
2015-11-18 | Revert "gnu: libpng: Use 1.5.24 as a replacement [fixes CVE-2015-8126]."...This reverts commit 1b076e630f4a7245d14634b047e1d1a91ee2659e.
| Mark H Weaver |
2015-11-18 | services: Export udev-configuration procedures....* gnu/services/base.scm (udev-configuration, udev-configuration?,
udev-configuration-rules): Export.
| Ricardo Wurmus |
2015-11-18 | gnu: weechat: Fix patching of assignments to 'python2_bin'....Fixes a regression introduced in a9346fa.
* gnu/packages/weechat.scm (weechat)[arguments]: Make sure PYTHON2_BIN
can be freed with 'free'.
| Ludovic Courtès |
2015-11-18 | gnu: weechat: Encode as UTF-8....* gnu/packages/weechat.scm: Reencode as UTF-8.
| Ludovic Courtès |
2015-11-18 | gnu: weechat: Record the absolute file name of 'python'....Fixes <http://bugs.gnu.org/21879>.
Reported by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>.
* gnu/packages/weechat.scm (weechat)[arguments]: Add
'set-python-file-name' phase.
| Ludovic Courtès |
2015-11-18 | gnu: weechat: Use 'modify-phases'....* gnu/packages/weechat.scm (weechat)[arguments]: Use 'modify-phases'.
Remove 'fix-file' phase.
| Ludovic Courtès |
2015-11-18 | gnu: python-tornado: Use the preferred home-page....* gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred
one.
| Mark H Weaver |
2015-11-18 | gnu: python-cryptography: Update to 1.0.2....* gnu/packages/python.scm (python-cryptography): Update to 1.0.2.
| Mark H Weaver |
2015-11-18 | gnu: python-cryptography-vectors: Update to 1.0.2....* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.0.2.
| Mark H Weaver |
2015-11-18 | gnu: zynaddsubfx: Update to 2.5.2....* gnu/packages/music.scm (zynaddsubfx): Update to 2.5.2.
| Ricardo Wurmus |
2015-11-18 | gnu: Add python-pystache....* gnu/packages/python.scm (python-pystache, python2-pystache): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Erik Edrosa |
2015-11-18 | Revert "gnu: wget: Update to 1.17."...This reverts commit 4ca02340691624316330619fc6fec5a5e68e00b7.
| Efraim Flashner |
2015-11-18 | gnu: Add network-manager-applet....* gnu/packages/gnome.scm (network-manager-applet): New variable.
| 宋文武 |
2015-11-18 | gnu: Add network-manager....* gnu/packages/gnome.scm (%network-manager-glib-duplicate-test-patch)
(network-manager): New variables.
| 宋文武 |
2015-11-17 | gnu: youtube-dl: Update to 2015.11.15....* gnu/packages/video.scm (youtube-dl): Update to 2015.11.15.
| Efraim Flashner |
2015-11-17 | gnu: Add Scribus....* gnu/packages/scribus.scm: New file
* gnu/packages/patches/scribus-qobject.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES, dist_patch_DATA): Add them.
| Ricardo Wurmus |
2015-11-17 | gnu: Add GraphicsMagick....* gnu/packages/imagemagick.scm (graphicsmagick): New variable.
| Ricardo Wurmus |
2015-11-17 | gnu: Add prefix to license imports in (gnu packages imagemagick)....* gnu/packages/imagemagick.scm: Import (guix licenses) with prefix
"license:".
| Ricardo Wurmus |
2015-11-17 | gnu: Add ppp....* gnu/packages/samba.scm (ppp): New variable.
| 宋文武 |
2015-11-17 | gnu: wget: Update to 1.17....* gnu/packages/wget.scm (wget): Update to 1.17.
| Efraim Flashner |
2015-11-16 | gnu: dovecot: Update to 2.2.19....* gnu/packages/mail.scm (dovecot): Update to 2.2.19.
| Mark H Weaver |
2015-11-16 | gnu: eigen: Run 'ctest' in verbose mode....* gnu/packages/algebra.scm (eigen)[arguments]: Add "-V" in
'EIGEN_CTEST_ARGS'.
| Ludovic Courtès |
2015-11-16 | gnu: eigen: Use 'modify-phases'....* gnu/packages/algebra.scm (eigen)[arguments]: Use 'modify-phases'
instead of 'alist-cons-before'.
| Ludovic Courtès |
2015-11-16 | gnu: eigen: Fix 'Cflags' value in 'eigen3.pc'....* gnu/packages/algebra.scm (eigen)[source]: Augment snippet to address
<http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1114>.
| Ludovic Courtès |
2015-11-16 | gnu: Add love....* gnu/packages/game-development.scm (love): New variable.
| David Thompson |
2015-11-16 | gnu: Add devil....* gnu/packages/image.scm (devil): New variable.
* gnu/packages/patches/devil-fix-libpng.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| David Thompson |
2015-11-16 | gnu: Add tilda....* gnu/packages/terminals.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Efraim Flashner |
2015-11-16 | gnu: vte: Provide 0.36.5....* gnu/packages/gnome.scm (vte): Add version 0.36.5.
| Efraim Flashner |
2015-11-16 | gnu: mpv: Remove lua configure hack....* gnu/packages/video.scm (mpv)[arguments]: Remove obsolete code that
helped configure find lua.
| Efraim Flashner |
2015-11-16 | gnu: mpv: Update to 0.13.0....* gnu/packages/video.scm (mpv): Update to 0.13.0.
| Efraim Flashner |
2015-11-16 | gnu: Add r-devtools....* gnu/packages/statistics.scm (r-devtools): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-rstudioapi....* gnu/packages/statistics.scm (r-rstudioapi): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-git2r....* gnu/packages/statistics.scm (r-git2r): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-httr....* gnu/packages/statistics.scm (r-httr): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-roxygen2....* gnu/packages/statistics.scm (r-roxygen2): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-brew....* gnu/packages/statistics.scm (r-brew): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-whisker....* gnu/packages/statistics.scm (r-whisker): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-rversions....* gnu/packages/statistics.scm (r-rversions): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-xml2....* gnu/packages/statistics.scm (r-xml2): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: Add r-curl....* gnu/packages/web.scm (r-curl): New variable.
| Ricardo Wurmus |
2015-11-16 | gnu: images: Add jpegoptim 1.4.3...* gnu/packages/images.scm (jpegoptim): New variable jpegoptim
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Amirouche Boubekki |
2015-11-16 | gnu: libpng: Use 1.5.24 as a replacement [fixes CVE-2015-8126]....Reported by Leo Famulari <leo@famulari.name>.
* gnu/packages/image.scm (libpng-urls): New procedure.
(libpng)[source]: Use it.
[replacement]: New field.
(libpng-1.5.24): New variable.
| Ludovic Courtès |
2015-11-16 | gnu: gnucash: Update to 2.6.9....* gnu/packages/gnucash.scm (gnucash): Update to 2.6.9.
[home-page]: Update.
| Andreas Enge |
2015-11-16 | gnu: pari-gp: Update to 2.7.5....* gnu/packages/algebra.scm (pari-gp): Update to 2.7.5.
| Andreas Enge |
2015-11-15 | gnu: enlightenment: Update to 0.19.13....* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.13.
| Efraim Flashner |
2015-11-15 | gnu: evas-generic-loaders: Update to 1.16.0....* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to
1.16.0.
| Efraim Flashner |
2015-11-15 | gnu: emotion-generic-players: Update to 1.16.0....* gnu/packages/enlightenment.scm (emotion-generic-players): Update to
1.16.0.
| Efraim Flashner |
2015-11-15 | gnu: elementary: Update to 1.16.0....* gnu/packages/enlightenment.scm (elementary): Update to 1.16.0.
| Efraim Flashner |