summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: musl: Fix CVE-2016-8859.Leo Famulari2016-10-23
| | | | | | * gnu/packages/patches/musl-CVE-2016-8859.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/musl.scm (musl)[source]: Use it.
* gnu: windowmaker: Update to 0.95.7.Kei Kebreau2016-10-23
| | | | * gnu/packages/gnustep.scm (windowmaker): Update to 0.95.7.
* gnu: gajim: Update to 0.16.6.Arun Isaac2016-10-23
| | | | | | * gnu/packages/messaging.scm (gajim): Update to 0.16.6. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gajim: License is "version 3 only".Arun Isaac2016-10-23
| | | | | | * gnu/packages/messaging.scm (gajim)[license]: Change to GPL3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: weechat: Update to 1.6.ng02016-10-23
| | | | | | * gnu/packages/irc.scm (weechat): Update to 1.6. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-flask-sqlalchemy.Danny Milosavljevic2016-10-23
| | | | * gnu/packages/python.scm (python-flask-sqlalchemy): New variable.
* gnu: Add python-flask-basicauth.Danny Milosavljevic2016-10-23
| | | | * gnu/packages/python.scm (python-flask-basicauth): New variable.
* gnu: Add python-flask-restful.Danny Milosavljevic2016-10-23
| | | | * gnu/packages/python.scm (python-flask-restful): New variable.
* gnu: Add python-aniso8601.Danny Milosavljevic2016-10-23
| | | | * gnu/packages/python.scm (python-aniso8601): New variable.
* gnu: Add bluefish.Rene Saavedra2016-10-23
| | | | * gnu/packages/gnome.scm (bluefish): New variable.
* gnu: openconnect: Update to 7.07.Tobias Geerinckx-Rice2016-10-23
| | | | * gnu/packages/vpn.scm (openconnect): Update to 7.07.
* gnu: weex: Use ‘modify-phases’.Tobias Geerinckx-Rice2016-10-23
| | | | * gnu/packages/ftp.scm (weex): Use the ‘modify-phases’ syntax.
* gnu: Add guitarix-lv2.Ricardo Wurmus2016-10-23
| | | | * gnu/packages/audio.scm (guitarix-lv2): New variable.
* gnu: Add mod-utilities.Ricardo Wurmus2016-10-23
| | | | * gnu/packages/music.scm (mod-utilities): New variable.
* gnu: Add jalv-select.Ricardo Wurmus2016-10-23
| | | | * gnu/packages/music.scm (jalv-select): New variable.
* gnu: Add mod-host.Ricardo Wurmus2016-10-23
| | | | * gnu/packages/music.scm (mod-host): New variable.
* gnu: jasper: Update to 1.900.13.Efraim Flashner2016-10-23
| | | | | * gnu/packages/image.scm (jasper): Update to 1.900.13. [arguments]: Build with -std=c99 support.
* gnu: Add libpsyc.ng02016-10-23
| | | | | | * gnu/packages/psyc.scm (libpsyc): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add perl-net-psyc.ng02016-10-23
| | | | | | | * gnu/packages/psyc.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: vmpk: Remove package.Ricardo Wurmus2016-10-23
| | | | | | | The vmpk package has been broken for a while and attempts to fix it have failed. The package "jack-keyboard" offers similar features. * gnu/packages/music.scm (vmpk): Remove variable.
* gnu: Add supertuxkart.Ricardo Wurmus2016-10-23
| | | | * gnu/packages/games.scm (supertuxkart): New variable.
* gnu: gambit-c: Update to 4.8.5.Efraim Flashner2016-10-23
| | | | | * gnu/packages/scheme.scm (gambit-c): Update to 4.8.5. [source]: Update source tarball name.
* gnu: gambit-c: Use 'modify-phases' syntax.Efraim Flashner2016-10-23
| | | | | * gnu/packages/scheme.scm (gambit-c)[arguments]: Use 'modify-phases' syntax.
* gnu: gambit-c: Update to 4.7.9.Efraim Flashner2016-10-23
| | | | * gnu/packages/scheme.scm (gambit-c): Update to 4.7.9.
* gnu: bigloo: Use 'modify-phases' syntax.Efraim Flashner2016-10-23
| | | | * gnu/packages/scheme.scm (bigloo)[arguments]: Use 'modify-phases' syntax.
* gnu: hop: Use 'modify-phases' syntax.Efraim Flashner2016-10-23
| | | | * gnu/packages/scheme.scm (hop)[arguments]: Use 'modify-phases' syntax.
* gnu: hop: Update to 2.5.1.Efraim Flashner2016-10-23
| | | | | | | * gnu/packages/scheme.scm (hop): Update to 2.5.1. [source]: Remove patch. * gnu/packages/patches/hop-bigloo-4.0b.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: mpg321: Update to 0.3.2.Leo Famulari2016-10-23
| | | | * gnu/packages/mp3.scm (mpg321): Update to 0.3.2.
* gnu: mpg123: Update to 1.23.8.Leo Famulari2016-10-23
| | | | * gnu/packages/mp3.scm (mpg123): Update to 1.23.8.
* gnu: beast: Disable parallel-build.Efraim Flashner2016-10-23
| | | | | * gnu/packages/music.scm (beast)[arguments]: Disable parallel builds to prevent a race condition.
* gnu: infamous-plugins: Remove compiler optimizations.Efraim Flashner2016-10-23
| | | | | * gnu/packages/audio.scm (infamous-plugins)[arguments]: Add phase removing built-in compiler optimizations in the source code.
* gnu: python2-validictory: Add missing input.Efraim Flashner2016-10-23
| | | | | | * gnu/packages/python.scm (python2-validictory)[native-inputs]: Add python2-setuptools. (python-validictory)[properties]: New field.
* gnu: ffmpeg: Update to 3.1.5.Efraim Flashner2016-10-23
| | | | * gnu/packages/video.scm (ffmpeg): Update to 3.1.5.
* gnu: mutt: Update to 1.7.1.Efraim Flashner2016-10-23
| | | | * gnu/packages/mail.scm (mutt): Update to 1.7.1.
* gnu: Add vim-full.ng02016-10-23
| | | | | | * gnu/packages/vim.scm (vim-full): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: aria2: Update to 1.28.0.Efraim Flashner2016-10-23
| | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.28.0.
* gnu: linux-libre: Update to 4.8.4.Mark H Weaver2016-10-23
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.4.
* gnu: linux-libre@4.4: Update to 4.4.27.Mark H Weaver2016-10-23
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.27.
* gnu: guile-ncurses: Update to version 2.0.John Darrington2016-10-22
| | | | * gnu/packages/guile.scm (guile-ncurses): Update version to 2.0.
* gnu: perl-test-mockobject: Update to 1.20150527.Alex Sassmannshausen2016-10-22
| | | | | | * gnu/packages/perl.scm (perl-test-mockobject): Update to 1.20150527. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: wireshark: Update to 2.2.1.Nicolas Goaziou2016-10-22
| | | | | | * gnu/packages/networking.scm (wireshark): Update to 2.2.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: giac-xcas: Update to 1.2.2-95.Nicolas Goaziou2016-10-22
| | | | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-95. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre@4.1: Add fix for CVE-2016-5195.Mark H Weaver2016-10-22
| | | | | | * gnu/packages/patches/linux-libre-4.1-CVE-2016-5195.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre-4.1): Add patch.
* gnu: make-linux-libre: Add #:patches keyword argument.Mark H Weaver2016-10-22
| | | | | * gnu/packages/linux.scm (make-linux-libre): Add 'patches' keyword argument.
* gnu: go-1.7: Update to 1.7.3.Leo Famulari2016-10-21
| | | | * gnu/packages/golang.scm (go-1.7): Update to 1.7.3.
* gnu: mpv: Update to 0.21.0.Leo Famulari2016-10-21
| | | | * gnu/packages/video.scm (mpv): Update to 0.21.0.
* gnu: slim: Fix line numbers in slim-login.patch.Christopher Allan Webber2016-10-21
| | | | | | This was causing build failures. * gnu/packages/patches/slim-login.patch: Fix line numbers.
* gnu: lrzip: Update to 0.631.Tobias Geerinckx-Rice2016-10-21
| | | | * gnu/packages/compression.scm (lrzip): Update to 0.631.
* gnu: slim: Display login message.Eric Bavier2016-10-20
| | | | | | * gnu/packages/patches/slim-login.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/display-managers.scm (slim)[source]: Use it.
* gnu: slim: Do not reset session after failed login.Eric Bavier2016-10-20
| | | | | | * gnu/packages/patches/slim-reset.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/display-managers.scm (slim)[source]: Use it.