summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: font-liberation: Use 'font-build-system'.ng02017-06-01
| | | | | | * gnu/packages/fonts.scm (font-liberation): Switch to 'font-build-system'. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-dejavu: Fix the switch to 'font-build-system'.ng02017-06-01
| | | | | | | | This is a follow-up to commit 2e8840194121be6042502f363f143a4faeceb00e. * gnu/packages/fonts.scm (font-dejavu): Remove 'trivial-build-system' line. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-awesome: Use 'font-build-system'.ng02017-06-01
| | | | | | | * gnu/packages/fonts.scm (font-awesome): Switch to 'font-build-system'. [source]: The package was updated in place, so hash has changed. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: sicp: Add the HTML version.Clément Lassieur2017-06-01
| | | | | * gnu/packages/scheme.scm (sicp)[arguments]: Copy the HTML directory to the output.
* gnu: emacs-let-alist: Use 'emacs-build-system'.Alex Kost2017-06-01
| | | | | * gnu/packages/emacs.scm (let-alist): Use 'emacs-build-system'. [arguments, native-inputs]: Remove.
* gnu: emacs-paredit: Use 'emacs-build-system'.Alex Kost2017-06-01
| | | | | * gnu/packages/emacs.scm (paredit): Use 'emacs-build-system'. [arguments, native-inputs]: Remove.
* gnu: git-modes: Use 'emacs-build-system'.Alex Kost2017-06-01
| | | | | * gnu/packages/emacs.scm (git-modes): Use 'emacs-build-system'. [arguments, native-inputs]: Remove.
* gnu: Add python-xsge.Kei Kebreau2017-05-31
| | | | | * gnu/packages/game-development.scm (python-xsge, python2-xsge): New variables.
* gnu: font-go: Use 'font-build-system'.Alex Griffin2017-05-31
| | | | | | | * gnu/packages/fonts.scm (font-go): Switch to font-build-system. Re-indent. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: font-iosevka: Use 'font-build-system'.Alex Griffin2017-05-31
| | | | | | | | | | Fixes <https://bugs.gnu.org/27172>. * gnu/packages/fonts.scm (font-iosevka): Switch to font-build-system. [source]: Use url-fetch/zipbomb. [native-inputs]: Remove dependency on unzip. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* file-systems: Improve error reporting.Danny Milosavljevic2017-05-31
| | | | | | | | Suggested by Chris Marusich <cmmarusich@gmail.com>. Fixes <https://bugs.gnu.org/27143>. * gnu/build/file-systems.scm (read-iso9660-primary-volume-descriptor): Improve error reporting.
* gnu: build: Improve comments.Danny Milosavljevic2017-05-31
| | | | | * gnu/build/file-systems.scm (iso9660-superblock-volume-name): Add clarifying comment.
* gnu: go@1.8: Update to 1.8.3 [fixes CVE-2017-8932].Leo Famulari2017-05-31
| | | | * gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
* gnu: scons: Update to 2.5.1.Roel Janssen2017-05-31
| | | | * gnu/packages/python.scm (scons): Update to 2.5.1.
* gnu: font-iosevka: Update to 1.12.5.Alex Griffin2017-05-31
| | | | | | * gnu/packages/fonts.scm (font-iosevka): Update to 1.12.5. Re-indent. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-go: Update to 20170330-1.f03a046.Alex Griffin2017-05-31
| | | | | | * gnu/packages/fonts.scm (font-go): Update to 20170330-1.f03a046. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add mediainfo.Ethan R. Jones2017-05-31
| | | | | | * gnu/packages/video.scm (mediainfo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libmediainfoEthan R. Jones2017-05-31
| | | | | | * gnu/packages/video.scm (libmediainfo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libzen.Ethan R. Jones2017-05-31
| | | | | | | * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * gnu/packages/cpp.scm (libzen): New varible. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dovecot: Update to 2.2.30.1.Tobias Geerinckx-Rice2017-05-31
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.30.1.
* gnu: synfigstudio: Fix crash on opening files.Ricardo Wurmus2017-05-31
| | | | | * gnu/packages/animation.scm (synfigstudio)[arguments]: Add "wrap-program" phase.
* gnu: openldap: Fix CVE-2017-9287.Leo Famulari2017-05-30
| | | | | | | * gnu/packages/patches/openldap-CVE-2017-9287.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/openldap.scm (openldap)[replacement]: New field. (openldap/fixed): New variable.
* gnu: dovecot: Update to 2.2.30.Tobias Geerinckx-Rice2017-05-30
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.30.
* gnu: sudo: Unbundle zlib.Marius Bakke2017-05-30
| | | | | * gnu/packages/admin.scm (sudo)[source]: Add 'snippet'. [inputs]: Add ZLIB.
* gnu: Add xsel.Marius Bakke2017-05-30
| | | | * gnu/packages/xdisorg.scm (xsel): New variable.
* gnu: graphicsmagick: Remove bundled libraries from source checkout.Leo Famulari2017-05-30
| | | | | | | | Fixes <https://bugs.gnu.org/27120>. * gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add a snippet to delete bundled libraries. [version]: Bump the package revision counter to 3.
* gnu: Add 'git-remote-gcrypt' packageAndré Miranda2017-05-30
| | | | | | * gnu/packages/version-control.scm (git-remote-gcrypt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* activation: Change permissions on /root to #o700.Ludovic Courtès2017-05-30
| | | | | | | | | Reported by Alex Griffin <a@ajgrf.com>. Fixes <http://bugs.gnu.org/27135>. * gnu/build/activation.scm (add-user): When UID is zero, add 'chmod' call. * gnu/tests/base.scm (run-basic-test)["permissions on /root"]: New test.
* gnu: libntlm: Update to 1.4.Ricardo Wurmus2017-05-30
| | | | * gnu/packages/gsasl.scm (libntlm): Update to 1.4.
* gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].Marius Bakke2017-05-30
| | | | * gnu/packages/admin.scm (sudo): Update to 1.8.20p1.
* gnu: emacs-debbugs: Install missing file.Alex Kost2017-05-30
| | | | | | | This is a followup to commit d879685176d23c111f4fc665698251b25cdf9124. * gnu/packages/emacs.scm (emacs-debbugs)[arguments]: Include ".wsdl" along with ".el" and ".info".
* gnu: classpath-devel: Ensure initial heap size is less than maximum.Ricardo Wurmus2017-05-30
| | | | | | | Fixes <https://bugs.gnu.org/27142>. * gnu/packages/java.scm (classpath-devel)[arguments]: Pass Xms option with a value lower than Xmx.
* gnu: asciinema: Update to 1.4.0.Alex Griffin2017-05-29
| | | | | | | * gnu/packages/terminals.scm (asciinema): Update to 1.4.0. [source]: Use pypi-uri. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: jasper: Update to 2.0.13.Leo Famulari2017-05-29
| | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.13. [source]: Use GitHub URL and set the file-name. Remove 'jasper-CVE-2017-6850.patch'. * gnu/packages/patches/jasper-CVE-2017-6850.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: cross-base: Turn '%xgcc' into a macro.Ludovic Courtès2017-05-29
| | | | | | | | | | Previously: ./pre-inst-env guile -c '(use-modules (gnu packages gcc))' would fail due to circular dependencies. * gnu/packages/cross-base.scm (%xgcc): Turn into a macro.
* gnu: Add translate-shell.Efraim Flashner2017-05-29
| | | | * gnu/packages/dictionaries.scm (translate-shell): New variable.
* gnu: libtiff@4.0.8: Fix source URL.Ludovic Courtès2017-05-29
| | | | | * gnu/packages/image.scm (libtiff-4.0.8)[origin]: Use 'ftp://' not 'http://'.
* byzanz: Add file-name for source.Efraim Flashner2017-05-29
| | | | * gnu/packages/gnome.scm (byzanz)[source]: Add file-name field.
* gnu: diamond: Update to 0.9.3.Ben Woodcroft2017-05-28
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.3.
* gnu: parallel: Update to 20170522.Marius Bakke2017-05-28
| | | | * gnu/packages/parallel.scm (parallel): Update to 20170522.
* gnu: Add emacs-direnv.Christopher Baines2017-05-28
| | | | | | * gnu/packages/emacs.scm (emacs-direnv): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add spectrwm.ng02017-05-28
| | | | | | * gnu/packages/wm.scm (spectrwm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-restclient.James Richardson2017-05-28
| | | | | | * gnu/packages/emacs.scm (emacs-restclient): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: certbot, python-acme: Update to 0.14.2.Leo Famulari2017-05-28
| | | | * gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.2.
* gnu: rxvt-unicode: Disable an unwanted code execution vector.Leo Famulari2017-05-28
| | | | | | * gnu/packages/patches/rxvt-unicode-escape-sequences.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xdisorg.scm (rxvt-unicode)[source]: Use it.
* gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.Leo Famulari2017-05-28
| | | | | | This is a followup to commit 2ac2b17251be51778963e6ced0b83e461d175d01. * gnu/local.mk (dist_patch_DATA): Fix typo.
* gnu: libtiff: Update replacement to 4.0.8 [security fixes].Leo Famulari2017-05-28
| | | | | | | | | | | | | See 'ChangeLog' in the source distribution for more information about the bugs and security issues fixed in this release. * gnu/packages/image.scm (libtiff)[replacement]: Replace with libtiff-4.0.8. (libtiff/fixed): Replace with ... (libtiff-4.0.8): New variable. * gnu/packages/patches/libtiff-CVE-2017-7593.patch, gnu/packages/patches/libtiff-CVE-2017-7594.patch, gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: offlineimap: Update to 7.1.1.Tobias Geerinckx-Rice2017-05-28
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.1.1.
* gnu: font-bitstream-vera: Use 'font-build-system'.Arun Isaac2017-05-28
| | | | * gnu/packages/fonts.scm (font-bitstream-vera): Switch to 'font-build-system'.
* gnu: font-dejavu: Use 'font-build-system'.Arun Isaac2017-05-28
| | | | * gnu/packages/fonts.scm (font-dejavu): Switch to 'font-build-system'.