summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: Python: Consolidate test patches.•••While at it, adjust patches for -p1 patch flag. * gnu/packages/patches/python-fix-tests.patch: Delete file. Move contents ... * gnu/packages/patches/python-3-fix-tests.patch: ... here. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-3.7)[source](patches): Remove obsolete. [source](patch-flags): Remove. * gnu/packages/patches/python-3-deterministic-build-info.patch, gnu/packages/patches/python-3-search-paths.patch: Adjust for `patch -p1`. Marius Bakke2019-02-236-256/+256
* gnu: gd: Incorporate grafted changes.•••* gnu/packages/gd.scm (gd)[replacement]: Remove. [source](patches): Add gd-CVE-2019-6977.patch and gd-CVE-2019-6978.patch. (gd/fixed): Remove variable. Marius Bakke2019-02-231-11/+2
* gnu: libjpeg-turbo: Remove graft for 2.0.2.•••* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.2. [replacement]: Remove. (libjpeg-turbo-2.0.2): Remove variable. Marius Bakke2019-02-231-15/+2
* gnu: tar: Update to 1.32.•••* gnu/packages/base.scm (tar): Update to 1.32. [arguments]: Remove #:make-flags and #:configure-flags. Marius Bakke2019-02-231-23/+3
* gnu: OpenSSL: Remove obsolete phase.•••* gnu/packages/tls.scm (openssl)[arguments]: Remove 'make-libraries-writable' phase. Marius Bakke2019-02-231-10/+0
* gnu: libgpg-error: Update to 1.35.•••* gnu/packages/gnupg.scm (libgpg-error): Update to 1.35. Marius Bakke2019-02-201-2/+2
* gnu: texinfo: Update to 6.6.•••* gnu/packages/patches/texinfo-perl-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/texinfo.scm (texinfo): Update to 6.6. [source](patches): Remove. Marius Bakke2019-02-203-55/+2
* gnu: python-more-itertools: Update to 6.0.0.•••* gnu/packages/python-xyz.scm (python-more-itertools): Update to 6.0.0. [propagated-inputs]: Remove PYTHON-SIX-BOOTSTRAP. [properties]: New field. (python2-more-itertools): Stay on version 5.0.0. Marius Bakke2019-02-201-6/+19
* Merge branch 'staging' into core-updatesMarius Bakke2019-02-20180-7852/+37993
|\
| * gnu: mesa: Build against LLVM 7.•••* gnu/packages/gl.scm (mesa)[inputs]: Change LLVM-6 to LLVM. Marius Bakke2019-02-201-1/+1
| * gnu: libfontenc: Update to 1.1.4.•••* gnu/packages/xorg.scm (libfontenc): Update to 1.1.4. [home-page]: Set to source repository. Marius Bakke2019-02-201-3/+3
| * gnu: librsvg: Update to 2.44.12.•••* gnu/packages/gnome.scm (librsvg): Update to 2.44.12. [arguments]: Replace patching phases with custom variants. Delete five new tests. [native-inputs]: Add RUST-1.27 and RUST-1.27:CARGO. Marius Bakke2019-02-201-9/+32
| * gnu: xorg-server: Use the regular Python for building.•••* gnu/packages/xorg.scm (xorg-server)[native-inputs]: Change PYTHON-MINIMAL-WRAPPER to PYTHON-WRAPPER. Marius Bakke2019-02-201-2/+2
| * Merge branch 'master' into stagingMarius Bakke2019-02-20133-2069/+6313
| |\
| | * gnu: xclock: Update to 1.0.8.•••* gnu/packages/xorg.scm (xclock): Update to 1.0.8. [home-page]: Set to source repository. Marius Bakke2019-02-201-3/+3
| | * gnu: xvinfo: Update to 1.1.4.•••* gnu/packages/xorg.scm (xvinfo): Update to 1.1.4. [home-page]: Set to source repository. Marius Bakke2019-02-201-3/+3
| | * gnu: xrdb: Update to 1.2.0.•••* gnu/packages/xorg.scm (xrdb): Update to 1.2.0. [home-page]: Set to source repository. Marius Bakke2019-02-201-3/+3
| | * gnu: xlsatoms: Update to 1.1.3.•••* gnu/packages/xorg.scm (xlsatoms): Update to 1.1.3. [home-page]: Set to source repository. Marius Bakke2019-02-201-3/+3
| | * gnu: xhost: Update to 1.0.8.•••* gnu/packages/xorg.scm (xhost): Update to 1.0.8. [home-page]: Set to source repository. Marius Bakke2019-02-201-3/+3
| | * gnu: xev: Update to 1.2.3.•••* gnu/packages/xorg.scm (xev): Update to 1.2.3. [home-page]: Set to source repository. Marius Bakke2019-02-201-3/+3
| | * gnu: xmodmap: Update to 1.0.10.•••* gnu/packages/patches/xmodmap-asprintf.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/xorg.scm (xmodmap): Update to 1.0.10. [source](patches): Remove. [home-page]: Set to source repository. Marius Bakke2019-02-203-20/+4
| | * gnu: OpenSSL: Don't use NAME in source URI.Marius Bakke2019-02-201-4/+4
| | * gnu: OpenSSL: Remove obsolete code.•••* gnu/packages/tls.scm (openssl-next)[arguments]: Remove GCC4 workaround. Marius Bakke2019-02-201-9/+1
| | * gnu: emacs-evil-collection: Update to 20190220.•••* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20190220. Pierre Neidhardt2019-02-201-3/+3
| | * gnu: emacs-helm-eww: Update to 1.1.•••* gnu/packages/emacs-xyz.scm (emacs-helm-eww): Update to 1.1. Pierre Neidhardt2019-02-201-20/+19
| | * gnu: emacs-helm-slime: Update to 0.2.0.•••* gnu/packages/emacs-xyz.scm (emacs-helm-slime): Update to 0.2.0. Pierre Neidhardt2019-02-201-21/+20
| | * gnu: Add emacs-orgit.•••* gnu/packages/emacs-xyz.scm (emacs-orgit): New variable. Pierre Neidhardt2019-02-201-0/+27
| | * gnu: r-lava: Update to 1.6.5.•••* gnu/packages/cran.scm (r-lava): Update to 1.6.5. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Brett Gilio2019-02-201-2/+2
| | * gnu: Add micropython.•••* gnu/packages/python.scm (micropython): New variable. Efraim Flashner2019-02-201-0/+62
| | * gnu: owncloud-client: Update to 2.5.3.11470.•••* gnu/packages/sync.scm (owncloud-client): Update to 2.5.3.11470. Efraim Flashner2019-02-201-2/+2
| | * gnu: Don't use the store path in the .desktop file.•••This fixes bug#30228. * gnu/packages/sync.scm (owncloud-client)[arguments]: Add a custom phase to substitute the executable name for the full path to the binary. Remove the 'patch-dot-desktop-files phase. Efraim Flashner2019-02-201-1/+7
| | * gnu: archivemount: Use HTTPS home page.•••* * gnu/packages/linux.scm (archivemount)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-02-191-2/+2
| | * gnu: archivemount: Update to 0.8.12.•••* gnu/packages/linux.scm (archivemount): Update to 0.8.12. Tobias Geerinckx-Rice2019-02-191-3/+2
| | * gnu: kodi: Update to 18.1.•••* gnu/packages/kodi.scm (kodi): Update to 18.1. Tobias Geerinckx-Rice2019-02-191-3/+3
| | * gnu: rng-tools: Update to 6.7.•••* gnu/packages/linux.scm (rng-tools): Update to 6.7. [arguments]: Add ‘--without-pkcs11’ to #:configure-flags to avoid a new dependeny on libp11. Tobias Geerinckx-Rice2019-02-191-3/+4
| | * gnu: libtermkey: Update to 0.21.•••* gnu/packages/terminals.scm (libtermkey): Update to 0.21. Tobias Geerinckx-Rice2019-02-191-3/+3
| | * gnu: libtermkey: Don't use NAME in source URI.•••* gnu/packages/terminals.scm (libtermkey)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-191-2/+2
| | * gnu: javacc: Don't use unstable tarball.•••* gnu/packages/java.scm (javacc)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2019-02-191-13/+14
| | * gnu: javacc: Update to 7.0.4.•••* gnu/packages/java.scm (javacc): Update to 7.0.4. Tobias Geerinckx-Rice2019-02-191-4/+4
| | * gnu: ocaml@4.01: Remove the package, affected by a CVE, and its dependent•••packages. This makes progress towards fixing <https://bugs.gnu.org/27462>. * gnu/packages/ocaml.scm (ocaml-4.01, ocaml4.01-findlib, ocaml4.01-ounit, ocaml4.01-camlzip, ocaml4.01-qtest, ocaml4.01-bisect, ocaml4.01-sqlite3, ocaml4.01-csv, ocaml4.01-xmlm, ocaml4.01-batteries, ocaml4.01-gsl): Remove variables. (ocaml-batteries, ocaml-bisect)[properties]: Remove ocaml4.01-variant. * gnu/packages/machine-learning.scm (ocaml4.01-mcl): Remove variable. Andreas Enge2019-02-192-125/+2
| | * gnu: pplacer: Remove the package, which is affected by a CVE on ocaml@4.01.•••This makes progress towards fixing <https://bugs.gnu.org/27462>. * gnu/packages/bioinformatics.scm (pplacer, pplacer-scripts): Remove variables. Andreas Enge2019-02-191-124/+0
| | * gnu: libgd: Fix CVE-2019-{6977,6978}.•••* gnu/packages/gd.scm (gd)[replacement]: New field. (gd/fixed): New variable. * gnu/packages/patches/gd-CVE-2019-6977.patch, gnu/packages/patches/gd-CVE-2019-6978.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Leo Famulari2019-02-194-0/+350
| | * gnu: Add Magic-Wormhole.•••* gnu/packages/magic-wormhole.scm (magic-wormhole): New variable. Leo Famulari2019-02-191-0/+55
| | * gnu: Add magic-wormhole-transit-relay.•••* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay): New variable. Leo Famulari2019-02-191-0/+40
| | * gnu: Add magic-wormhole-mailbox-server.•••* gnu/packages/magic-wormhole.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Leo Famulari2019-02-192-0/+66
| | * gnu: Add python-autobahn.•••* gnu/packages/python-web.scm (python-autobahn): New variable. Leo Famulari2019-02-191-0/+30
| | * gnu: Add python-txtorcon.•••* gnu/packages/python-crypto.scm (python-txtorcon): New variable. Leo Famulari2019-02-191-0/+30
| | * gnu: Add python-spake2.•••* gnu/packages/python-crypto.scm (python-spake2): New variable. Leo Famulari2019-02-191-0/+20
| | * gnu: Add python-hkdf.•••* gnu/packages/python-crypto.scm (python-hkdf): New variable. Leo Famulari2019-02-191-1/+21
| | * gnu: Add python-treq.•••* gnu/packages/python-web.scm (python-treq): New variable. Leo Famulari2019-02-191-0/+26