summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: libuv: Update to 1.22.0.Marius Bakke2018-07-21
| | | | * gnu/packages/libevent.scm (libuv): Update to 1.22.0.
* gnu: texinfo: Fix FTBFS with Perl 5.28.Marius Bakke2018-07-21
| | | | | | * gnu/packages/patches/texinfo-perl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/texinfo.scm (texinfo)[source](patches): New field.
* gnu: readline: Update to 7.0.5.Marius Bakke2018-07-21
| | | | * gnu/packages/readline.scm (%patch-series-7.0): Add patch 4 and 5.
* gnu: perl: Update to 5.28.0.Marius Bakke2018-07-21
| | | | | | | | | * gnu/packages/patches/perl-deterministic-ordering.patch: Adjust path. * gnu/packages/patches/perl-archive-tar-CVE-2018-12015.patch, gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/perl.scm (perl): Update to 5.28.0. [source](patches): Remove obsolete.
* gnu: libgc: Update to 7.6.6.Marius Bakke2018-07-19
| | | | | * gnu/packages/bdw-gc.scm (libgc): Update to 7.6.6. [source](uri): Change to the new download location, as noted on the home page.
* gnu: fftw: Update to 3.3.8.Marius Bakke2018-07-19
| | | | * gnu/packages/algebra.scm (fftw): Update to 3.3.8.
* gnu: pcre: Install static libraries to separate output.Marius Bakke2018-07-19
| | | | | * gnu/packages/pcre.scm (pcre)[outputs]: Add "static". [arguments]: Add 'move-static-libs' phase.
* gnu: binutils: Update to 2.31.1.Marius Bakke2018-07-19
| | | | | | | | * gnu/packages/base.scm (binutils): Update to 2.31.1. (binutils/fixed): Remove variable * gnu/packages/linux.scm (make-linux-libre): Remove AArch64 workaround. * gnu/packages/patches/binutils-aarch64-symbol-relocation.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: bzip2: Add static output.Marius Bakke2018-07-19
| | | | | | * gnu/packages/compression.scm (bzip2)[arguments]: Add phase for moving static library. [outputs]: New field.
* gnu: bzip2: Simplify phase.Marius Bakke2018-07-19
| | | | | * gnu/packages/compression.scm (bzip2)[arguments]: Use SCANDIR instead of FIND-FILES when locating the shared library.
* gnu: tk: Add symlink for 'wish' binary.Efraim Flashner2018-07-16
| | | | | | * gnu/packages/tcl.scm (tk)[arguments]: Add custom phase to create a symlink from 'wish' to 'wish8.6'. [home-page]: Use https.
* gnu: lcms: Use libjpeg.Efraim Flashner2018-07-15
| | | | | * gnu/packages/ghostscript.scm (lcms)[inputs]: Replace libpjeg@8 with libjpeg.
* gnu: libgpg-error: Update to 1.31.Leo Famulari2018-07-12
| | | | | | * gnu/packages/gnupg.scm (libgpg-error): Update to 1.31. (libgpg-error-1.31): Remove variable. (gpgme)[propagated-inputs]: Replace libgpg-error-1.31 with libgpg-error.
* gnu: libgcrypt: Ungraft.Leo Famulari2018-07-12
| | | | | | * gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.3. [replacement]: Remove field. (libgcrypt/fixed): Remove variable.
* gnu: cmake: Update to 3.11.4.Tobias Geerinckx-Rice2018-07-08
| | | | * gnu/packages/cmake.scm (cmake): Update to 3.11.4.
* gnu: bash: Update to patch level 23.Efraim Flashner2018-07-03
| | | | * gnu/packages/bash.scm (%patch-series-4.4): Add patches 20 through 23.
* gnu: gdbm: Update to 1.16.Efraim Flashner2018-07-03
| | | | * gnu/packages/databases.scm (gdbm): Update to 1.16.
* build-system/meson: Use invoke.Ricardo Wurmus2018-06-30
| | | | | * guix/build/meson-build-system.scm (configure, build, check, install): Use "invoke" and unconditionally return #t.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-06-29
|\
| * gnu: srt2vtt: Update homepage.Björn Höfling2018-06-29
| | | | | | | | | | | | * gnu/packages/video.scm (srt2vtt): Update Homepage. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: cataclysm-dda: Update snapshot.Kei Kebreau2018-06-29
| | | | | | | | | | | | | | * gnu/packages/games.scm (cataclysm-dda): Update snapshot to ad3b0c3d5. [source]: Use git-fetch and remove snippet. [arguments]: Remove 'configure' phase. Use 'invoke' in 'build-tiles' and 'install-tiles' phases.
| * gnu: mame: Update to 0.199.Tobias Geerinckx-Rice2018-06-29
| | | | | | | | * gnu/packages/emulators.scm (mame): Update to 0.199.
| * gnu: teckit: Update to 2.5.8.Tobias Geerinckx-Rice2018-06-29
| | | | | | | | * gnu/packages/fontutils.scm (teckit): Update to 2.5.8.
| * gnu: teckit: Don't use unstable tarball.Tobias Geerinckx-Rice2018-06-29
| | | | | | | | * gnu/packages/fontutils.scm (teckit)[source]: Use GIT-FETCH.
| * gnu: sxhkd: Update to 0.5.9.Tobias Geerinckx-Rice2018-06-29
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (sxhkd): Update to 0.5.9. [source]: Switch to GIT-FETCH. [arguments]: Let documentation subdirectory match build system defaults.
| * gnu: keepalived: Edit synopsis & description.Tobias Geerinckx-Rice2018-06-29
| | | | | | | | | | * gnu/packages/cluster.scm (keepalived)[synopsis]: Fix typo. [description]: Use @dfn.
| * gnu: keepalived: Update to 2.0.4.Tobias Geerinckx-Rice2018-06-29
| | | | | | | | | | * gnu/packages/cluster.scm (keepalived): Update to 2.0.4. [arguments]: Remove ‘patch-configure’ phase (bug fixed in 2.0.3).
| * gnu: r-ddalpha: Update to 1.3.4.Tobias Geerinckx-Rice2018-06-29
| | | | | | | | * gnu/packages/cran.scm (r-ddalpha): Update to 1.3.4.
| * gnu: tlsdate: Return #t from phases.Tobias Geerinckx-Rice2018-06-29
| | | | | | | | | | * gnu/packages/ntp.scm (tlsdate)[arguments]: Substitute INVOKE for SYSTEM*.
| * gnu: emacs-guix: Update to 0.4.1.1.Alex Kost2018-06-29
| | | | | | | | * gnu/packages/emacs.scm (emacs-guix): Update to 0.4.1.1.
| * gnu: Add qtfaststart.Leo Famulari2018-06-28
| | | | | | | | * gnu/packages/video.scm (qtfaststart): New variable.
| * gnu: feh: Update to 2.27.Marius Bakke2018-06-29
| | | | | | | | * gnu/packages/image-viewers.scm (feh): Update to 2.27.
| * gnu: libsrtp: Update to 2.2.0.Marius Bakke2018-06-28
| | | | | | | | | | * gnu/packages/telephony.scm (libsrtp): Update to 2.2.0. [arguments]: Remove #:phases.
| * gnu: imagemagick: Update to 6.9.10-3.Marius Bakke2018-06-28
| | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-3.
| * gnu: python-pyopenssl: Update to 18.0.0.Marius Bakke2018-06-28
| | | | | | | | * gnu/packages/python-crypto.scm (python-pyopenssl): Update to 18.0.0.
| * gnu: python-pandas: Update to 0.23.1.Marius Bakke2018-06-28
| | | | | | | | | | | | * gnu/packages/python.scm (python-pandas): Update to 0.23.1. [arguments]: Drop new S3 test. [native-inputs]: Add PYTHON-BEAUTIFULSOUP4 and PYTHON-HTML5LIB.
| * gnu: python-numpy: Update to 1.14.5.Marius Bakke2018-06-28
| | | | | | | | * gnu/packages/python.scm (python-numpy): Update to 1.14.5.
| * gnu: samba: Update to 4.8.3.Marius Bakke2018-06-28
| | | | | | | | * gnu/packages/samba.scm (samba): Update to 4.8.3.
| * gnu: perl-image-exiftool: Update to 11.01.Leo Famulari2018-06-28
| | | | | | | | * gnu/packages/photo.scm (perl-image-exiftool): Update to 11.01.
| * Revert "gnu: llvm: Update to 6.0.1."Tobias Geerinckx-Rice2018-06-28
| | | | | | | | | | This is not worth rebuilding mesa when ‘staging’ is merged. This reverts commit 655105ee03d2307194bd3e1b47761c0f941284b5.
| * gnu: xeyes: Update to 1.1.2.Tobias Geerinckx-Rice2018-06-28
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (xeyes): Update to 1.1.2. [source]: Update URI. [inputs]: Add libxrender.
| * gnu: xeyes: Update home page.Tobias Geerinckx-Rice2018-06-28
| | | | | | | | | | | | | | sourcearchive.com smells dead, and was hardly meaningful to begin with: https://web.archive.org/web/20171005053046/http://xeyes.sourcearchive.com * gnu/packages/xdisorg.scm (xeyes)[home-page]: Use main X.org home page.
| * gnu: java-jarjar: Unbundle asm.Gábor Boskovits2018-06-28
| | | | | | | | | | | | | | * gnu/packages/java.scm (java-jarjar)[inputs]: Add java-asm-bootstrap. [source]: Add snippet to delete bundled asm and junit. [arguments]: Add phase 'do-not-use-bundled-asm to patch build.xml to use system asm.
| * gnu: progress: Update to 0.14.Tobias Geerinckx-Rice2018-06-28
| | | | | | | | * gnu/packages/admin.scm (progress): Update to 0.14.
| * gnu: llvm: Update to 6.0.1.Tobias Geerinckx-Rice2018-06-28
| | | | | | | | * gnu/packages/llvm.scm (llvm, clang, clang-runtime): Update to 6.0.1.
| * gnu: r-haven: Update to 1.1.2.Tobias Geerinckx-Rice2018-06-28
| | | | | | | | | | * gnu/packages/cran.scm (r-haven): Update to 1.1.2. [inputs]: Add zlib.
| * gnu: r-ggpubr: Update to 0.1.7.Tobias Geerinckx-Rice2018-06-28
| | | | | | | | * gnu/packages/cran.scm (r-ggpubr): Update to 0.1.7.
| * gnu: wine: Update to 3.0.2.Rutger Helling2018-06-28
| | | | | | | | * gnu/packages/wine.scm (wine): Update to 3.0.2.
| * gnu: java-eclipse-jetty-security: Disable failing test.Gábor Boskovits2018-06-28
| | | | | | | | | | * gnu/packages/web.scm (java-eclise-jetty-security): Disable failing test. * gnu/packages/web.scm (java-eclipse-jetty-security-9.2): Adjust accordingly.
| * gnu: astyle: Update to 3.1.Ricardo Wurmus2018-06-27
| | | | | | | | * gnu/packages/code.scm (astyle): Update to 3.1.