summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: webkitgtk-2.4: Update to 2.4.10 [fixes many security flaws].•••Fixes CVE-2014-1748, CVE-2015-1071, CVE-2015-1076, CVE-2015-1081, CVE-2015-1083, CVE-2015-1120, CVE-2015-1122, CVE-2015-1127, CVE-2015-1153, CVE-2015-1155, CVE-2015-3658, CVE-2015-3659, CVE-2015-3727, CVE-2015-3731, CVE-2015-3741, CVE-2015-3743, CVE-2015-3745, CVE-2015-3747, CVE-2015-3748, CVE-2015-3749, CVE-2015-3752, CVE-2015-5788, CVE-2015-5794, CVE-2015-5801, CVE-2015-5809, CVE-2015-5822, and CVE-2015-5928. * gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: Delete file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.4.10. [source]: Remove patch. Mark H Weaver2016-03-222-21/+2
* gnu: linux-libre-4.1: Update to 4.1.20.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.20. Mark H Weaver2016-03-211-2/+2
* Merge branch 'security-updates'Ludovic Courtès2016-03-229-162/+33
|\
| * Merge branch 'master' into security-updatesMark H Weaver2016-03-1528-165/+17777
| |\
| * \ Merge branch 'master' into security-updatesMark H Weaver2016-03-1245-177/+3095
| |\ \
| * | | gnu: dbus: Incorporate "dbus-helper-search-path.patch".•••* gnu/packages/glib.scm (dbus)[source]: Apply "dbus-helper-search-path.patch". (dbus/activation): Remove. * gnu/services/dbus.scm (<dbus-configuration>)[dbus]: Default to DBUS. (dbus-service): Likewise. Ludovic Courtès2016-03-092-17/+7
| * | | gnu: eudev: Add dependency on blkid.•••* gnu/packages/linux.scm (eudev)[inputs]: Add UTIL-LINUX. (eudev-with-blkid): Remove. * gnu/services/base.scm (udev-service): Use EUDEV instead of EUDEV-WITH-BLKID. * gnu/system.scm (%base-packages): Likewise. Ludovic Courtès2016-03-093-17/+8
| * | | gnu: graphite2: Update to 1.3.6.•••* gnu/packages/fontutils.scm (graphite2)[replacement]: Remove. [version, source]: Update to 1.3.6. (graphite2-1.3.6): Remove. Ludovic Courtès2016-03-091-19/+3
| * | | gnu: openssl: Update to 1.0.2g.•••* gnu/packages/tls.scm (openssl)[replacement]: Remove. [version, source]: Bump to 1.0.2g. Use "openssl-c-rehash-in.patch" instead of "openssl-c-rehash.patch". (openssl-1.0.2g): Remove. * gnu-system.am (dist_patch_DATA): Remove "openssl-c-rehash.patch". Ludovic Courtès2016-03-092-85/+13
| * | | gnu: perl: Incorporate patch for CVE-2016-2381.•••* gnu/packages/perl.scm (perl)[source]: Add "perl-CVE-2016-2381.patch". [replacement]: Remove. (perl-fixed): Remove. Ludovic Courtès2016-03-091-24/+2
* | | | gnu: chicken: Build with GCC 4.8.•••* gnu/packages/scheme.scm (chicken)[native-inputs]: Add GCC 4.8. Ricardo Wurmus2016-03-211-0/+7
* | | | gnu: chicken: Disable port tests.•••* gnu/packages/scheme.scm (chicken)[arguments]: Do not run port tests. Ricardo Wurmus2016-03-211-1/+8
* | | | gnu: chicken: Use "modify-phases" syntax.•••* gnu/packages/scheme.scm (chicken)[arguments]: Use "modify-phases" syntax. Ricardo Wurmus2016-03-211-5/+6
* | | | gnu: chicken: Update to 4.10.0.•••* gnu/packages/scheme.scm (chicken): Update to 4.10.0. Ricardo Wurmus2016-03-211-4/+5
* | | | gnu: mutt: Enable header caching.•••* gnu/packages/mail.scm (mutt)[inputs]: Add gdbm. [arguments]: Pass --enable-hcache to #:configure-flags. Leo Famulari2016-03-211-0/+2
* | | | gnu: gmtp: Update to 1.3.10.•••* gnu/packages/libusb.scm (gmtp): Update to 1.3.10. Efraim Flashner2016-03-211-2/+3
* | | | gnu: artanis: Update to 0.1.2.•••* gnu/packages/guile.scm (artanis): Update to 0.1.2. [arguments]: Set DESTDIR. Ricardo Wurmus2016-03-211-3/+4
* | | | gnu: Add r-doparallel.•••* gnu/packages/statistics.scm (r-doparallel): New variable. Ricardo Wurmus2016-03-211-0/+23
* | | | gnu: Add r-foreach.•••* gnu/packages/statistics.scm (r-foreach): New variable. Ricardo Wurmus2016-03-211-0/+28
* | | | gnu: Add r-codetools.•••* gnu/packages/statistics.scm (r-codetools): New variable. Ricardo Wurmus2016-03-211-0/+18
* | | | gnu: Add r-iterators.•••* gnu/packages/statistics.scm (r-iterators): New variable. Ricardo Wurmus2016-03-211-0/+20
* | | | gnu: Add ustr.•••* gnu/packages/textutils.scm (ustr): New variable. Ricardo Wurmus2016-03-211-0/+43
* | | | gnu: ddrescue: Update to 1.21.•••* gnu/packages/disk.scm (ddrescue): Update to 1.21. Efraim Flashner2016-03-211-2/+3
* | | | gnu: udisks: Enforce non-reference of the "doc" output.•••* gnu/packages/freedesktop.scm (udisks)[arguments]: Add #:disallowed-references. Ludovic Courtès2016-03-201-0/+1
* | | | system: Make sure fonts are searched for in the system profile.•••This fixes a bug whereby fonts in /run/current-system/profile would be invisible to Fontconfig. * gnu/packages/fontutils.scm (fontconfig): Add comment about system profile not being searched. * gnu/system/shadow.scm (default-skeletons)[fonts.conf-content, fonts.conf]: New variable. Add FONTS.CONF to the skeletons. Ludovic Courtès2016-03-202-0/+27
* | | | gnu: gnome: Add dependency on font-abattis-cantarell.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add FONT-CANTARELL. Ludovic Courtès2016-03-201-0/+2
* | | | system: Allow account skeletons to be directories.•••* gnu/system/shadow.scm (skeleton-directory): Use 'copy-recursively' instead of 'copy-file'. * gnu/build/activation.scm (copy-account-skeletons): Likewise. Ludovic Courtès2016-03-202-6/+9
* | | | gnu: Add font-abattis-cantarell.•••* gnu/packages/fonts.scm (font-cantarell): New variable. Ludovic Courtès2016-03-201-1/+21
* | | | gnu: fontforge: Make builds bit-reproducible.•••* gnu/packages/fontutils.scm (fontforge)[source](snippet, modules): New fields. Ludovic Courtès2016-03-191-1/+11
* | | | gnu: fontforge: Update to 20150824.•••* gnu/packages/fontutils.scm (fontforge): Update to 20150824. [inputs]: Add libltdl, libxft, python. [native-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> alírio eyng2016-03-191-21/+25
* | | | gnu: kodi: Remove @acronym from description.•••This works around <http://bugs.gnu.org/21772>. * gnu/packages/kodi.scm (crossguid): Remove @acronym. Ludovic Courtès2016-03-191-1/+1
* | | | gnu: r-dnacopy: Fix home page URL.•••* gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing URI scheme. Ludovic Courtès2016-03-181-1/+1
* | | | gnu: gnome: Disable hardware acceleration check via 'gnome.desktop'.•••* gnu/packages/gnome.scm (gnome-session)[arguments]: Add 'disable-hardware-acceleration-check' phase. Ludovic Courtès2016-03-181-0/+11
* | | | services: xorg: Accept session commands with arguments.•••Before that, a session command with several items, such as 'gnome-session --disable-acceleration-check', would trigger the fallback session. * gnu/services/xorg.scm (xinitrc)[builder]: Accept command lines with more than one arguments. Ludovic Courtès2016-03-181-4/+5
* | | | gnu: gnome-session: Make sure 'gsettings' is found.•••* gnu/packages/gnome.scm (gnome-session)[arguments]: Add 'wrap-gnome-session' phase. Ludovic Courtès2016-03-181-1/+9
* | | | gnu: Add beets.•••* gnu/packages/music.scm (beets): New variable. Leo Famulari2016-03-181-0/+48
* | | | gnu: Add python-rarfile.•••* gnu/packages/python.scm (python-rarfile, python2-rarfile): New variables. * gnu/packages/patches/python-rarfile-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Leo Famulari2016-03-182-0/+46
* | | | gnu: Add python2-unicodecsv.•••* gnu/packages/python.scm (python2-unicodecsv): New variable. Leo Famulari2016-03-181-0/+27
* | | | gnu: Add python-jellyfish.•••* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): New variables. Leo Famulari2016-03-181-0/+28
* | | | gnu: Add python-mpd2.•••* gnu/packages/mpd.scm (python-mpd2, python2-mpd2): New variables. Leo Famulari2016-03-181-0/+33
* | | | gnu: Add python2-pathlib.•••* gnu/packages/python.scm (python-pathlib, python2-pathlib): New variables. Leo Famulari2016-03-181-0/+34
* | | | gnu: Add python-responses.•••* gnu/packages/python.scm (python-responses, python2-responses): New variables. Leo Famulari2016-03-181-0/+35
* | | | gnu: Add python-cookies.•••* gnu/packages/python.scm (python-cookies, python2-cookies): New variable. Leo Famulari2016-03-181-0/+30
* | | | gnu: Add python-pylast.•••* gnu/packages/music.scm (python-pylast, python2-pylast): New variables. Leo Famulari2016-03-181-0/+35
* | | | gnu: Add python-pyechonest.•••* gnu/packages/music.scm (python-pyechonest, python2-pyechonest): New variables. Leo Famulari2016-03-181-0/+36
* | | | gnu: Add python-flask.•••* gnu/packages/python.scm (python-flask, python2-flask): New variables. Leo Famulari2016-03-181-0/+28
* | | | gnu: Add python-musicbrainzngs.•••* gnu/packages/music.scm (python-musicbrainzngs, python2-musicbrainzngs): New variables. Leo Famulari2016-03-181-0/+22
* | | | gnu: Add python-munkres.•••* gnu/packages/python.scm (python-munkres, python2-munkres): New variables. Leo Famulari2016-03-181-0/+23
* | | | gnu: Add python-mutagen.•••* gnu/packages/music.scm (python-mutagen, python2-mutagen): New variables. Leo Famulari2016-03-181-0/+26
* | | | gnu: linux-libre-4.4: Update to 4.4.6.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.6. Mark H Weaver2016-03-181-2/+2