summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-03gnu: wine: Update to 2.0.4....* gnu/packages/wine.scm: Update to 2.0.4. Rutger Helling
2018-01-03gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}]....* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3. Leo Famulari
2018-01-03gnu: httpd: Update to 2.4.29....* gnu/packages/web.scm (httpd): Update to 2.4.29. [source]: Remove patch. * gnu/packages/patches/httpd-CVE-2017-9798.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2018-01-02gnu: OBS Studio: Update to 20.1.3...* gnu/packages/video.scm (obs): Update to 20.1.3 Signed-off-by: Leo Famulari <leo@famulari.name> Adriano Peluso
2018-01-02gnu: Add emacs-evil-smartparens....* gnu/packages/emacs.scm (emacs-evil-smartparens): New variable. Arun Isaac
2018-01-02gnu: knot: Update to 2.6.4....* gnu/packages/dns.scm (knot): Update to 2.6.4. Tobias Geerinckx-Rice
2018-01-02gnu: re2: Update to 2018-01-01....* gnu/packages/regex.scm (re2): Update to 2018-01-01. Tobias Geerinckx-Rice
2018-01-02gnu: htslib: Mark up description....* gnu/packages/bioinformatics.scm (htslib)[description]: Use @command{}. Tobias Geerinckx-Rice
2018-01-02gnu: ribotaper: Wrap executables....* gnu/packages/bioinformatics.scm (ribotaper)[arguments]: Add phase "wrap-executables". Ricardo Wurmus
2018-01-02gnu: wine64-staging: Copy missing man file....* gnu/packages/wine.scm (wine64-staging)[arguments]: Copy missing man file from "wine-staging" input. Clarify 'copy-wine32-files phase with comments. [synopsis]: Use proper "WoW64" term. Rutger Helling
2018-01-02gnu: wine64: Copy missing man file....* gnu/packages/wine.scm (wine64)[arguments]: Copy missing man file from "wine" input. Clarify 'copy-wine32-files phase with comments. [synopsis]: Use proper "WoW64" term. Rutger Helling
2018-01-02gnu: wine-staging: Update synopsis....* gnu/packages/wine.scm (wine-staging)[synopsis]: Clarify synopsis. Rutger Helling
2018-01-02gnu: wine: Update synopsis....* gnu/packages/wine.scm (wine)[synopsis]: Clarify synopsis. Rutger Helling
2018-01-02gnu: python-pysam: Update to 0.13.0....* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.13.0. Tobias Geerinckx-Rice
2018-01-02gnu: htslib: Update to 1.6....* gnu/packages/bioinformatics.scm (htslib): Update to 1.6. Tobias Geerinckx-Rice
2018-01-02gnu: ansible: Update to 2.4.2.0....* gnu/packages/admin.scm (ansible): Update to 2.4.2.0. [description]: Redistribute hyphens. Tobias Geerinckx-Rice
2018-01-02gnu: moreutils: Update to 0.62....* gnu/packages/moreutils.scm (moreutils): Update to 0.62. Tobias Geerinckx-Rice
2018-01-02gnu: ansible: Use HTTPS for home page....* gnu/packages/admin.scm (ansible)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-01-02gnu: perl-archive-zip: Remove duplicate package definition....* gnu/packages/perl.scm (perl-archive-zip): Remove duplicate variable. Tobias Geerinckx-Rice
2018-01-02gnu: Rename perl-zip to perl-archive-zip....It's called Archive::Zip, after all. Bring it in line with other modules. * gnu/packages/compression.scm (perl-zip): Rename from this... (perl-archive-zip): ...to this. * gnu/packages/libreoffice.scm (libreoffice): Update the only caller. Tobias Geerinckx-Rice
2018-01-02gnu: perl-zip: Update to 1.60....* gnu/packages/compression.scm (perl-zip): Update to 1.60. [native-inputs]: Add perl-test-mockmodule. [home-page]: Use version-independent URL. Tobias Geerinckx-Rice
2018-01-02gnu: Add perl-test-mockmodule....* gnu/packages/perl-check.scm (perl-test-mockmodule): New public variable. Tobias Geerinckx-Rice
2018-01-02gnu: perl-check: Request to add packages alphabetically....* gnu/packages/perl-check.scm: Copy comment from gnu/packages/perl.scm. Tobias Geerinckx-Rice
2018-01-02gnu: Add perl-super....* gnu/packages/perl.scm (perl-super): New public variable. Tobias Geerinckx-Rice
2018-01-02gnu: perl-zip: Tweak synopsis & description....* gnu/packages/compression.scm (perl-zip)[synopsis]: Capitalise consisently. [description]: Use @code{}. Tobias Geerinckx-Rice
2018-01-02gnu: libksysguard: Update to 5.11.4....* gnu/packages/kde.scm (libksysguard): Update to 5.11.4. Tobias Geerinckx-Rice
2018-01-02gnu: diffoscope: Update to 90....* gnu/packages/package-management.scm (diffoscope): Update to 90. Tobias Geerinckx-Rice
2018-01-01ui: It's 2018 now!...* guix/ui.scm (show-version-and-exit): Change year to 2018. Ludovic Courtès
2018-01-01doc: Update requirements in 'README'....* README (Requirements): Update. Mathieu Lirzin
2018-01-01gnu: python-jupyter-console: Make it installable....Fixes <https://bugs.gnu.org/29860>. Reported by Johannes Laute <j.laute3@googlemail.com>. * gnu/packages/python.scm (python-jupyter-console-minimal)[name]: New field. Ludovic Courtès
2017-12-31gnu: xonsh: Update to 0.6.0....* gnu/packages/shells.scm (xonsh): Update to 0.6.0. Kei Kebreau
2017-12-31gnu: crypto++: Don't use ‘-march=native’....* gnu/packages/crypto.scm (crypto++)[arguments]: Add ‘disable-native-optimisation’ phase. Tobias Geerinckx-Rice
2017-12-31gnu: nasm: Update to 2.13.02....* gnu/packages/assembly.scm (nasm): Update to 2.13.02. Tobias Geerinckx-Rice
2017-12-31gnu: Add xxhash....* gnu/packages/digest.scm: New file (xxhash): New public variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. Tobias Geerinckx-Rice
2017-12-31gnu: wine: Add support for armhf and aarch64....* gnu/packages/wine.scm (wine)[arguments]: Target armhf-linux when building on armhf or aarch64. [supported-systems]: Add armhf and aarch64 to supported systems. Efraim Flashner
2017-12-31gnu: gimp: Fix CVE-2017-{17784,17785,17786,17787,17789}....* gnu/packages/patches/gimp-CVE-2017-17784.patch, gnu/packages/patches/gimp-CVE-2017-17785.patch, gnu/packages/patches/gimp-CVE-2017-17786.patch, gnu/packages/patches/gimp-CVE-2017-17787.patch, gnu/packages/patches/gimp-CVE-2017-17789.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gimp.scm (gimp)[source]: Use them. Leo Famulari
2017-12-31gnu: wine64-staging: Add 32-bit support....* gnu/packages/wine.scm (wine64-staging)[inputs]: Add wine-staging. [arguments]: Install libraries to /lib/wine64. Don't inherit phases. Add 'copy-win32-files phase. [description]: Update description. - Rutger Helling
2017-12-31gnu: wine64: Add 32-bit support....* gnu/packages/wine.scm (wine64)[inputs]: Add wine. [arguments]: Install libraries to /lib/wine64. Don't inherit phases. Add 'copy-win32-files phase. [description]: Update description. Rutger Helling
2017-12-31gnu: wine: Install libraries to /lib/wine32....* gnu/packages/wine.scm (wine)[arguments]: Install libraries to /lib/wine32. Rutger Helling
2017-12-31gnu: Add kurly....* gnu/packages/curl.scm (kurly): New variable. Leo Famulari
2017-12-31gnu: Add go-github-com-davidjpeacock-cli....* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli): New variable. Leo Famulari
2017-12-31gnu: Add go-github-com-aki237-nscjar....* gnu/packages/golang.scm (go-github-com-aki237-nscjar): New variable. Leo Famulari
2017-12-31gnu: Add go-github-com-alsm-ioprogress....* gnu/packages/golang.scm (go-github-com-alsm-ioprogress): New variable. Leo Famulari
2017-12-31gnu: packages: 0ad: Tweak the build options....Use the -C make option, rather than changing directory before the build phase. Add config=release to the make flags as this might improve performance, and verbose=1 as this might make the build process clearer. Also remove --minimal-flags, as I don't quite understand what this does, but using it seems to remove lots of flags that would be used by default. * gnu/packages/games.scm (0ad)[arguments]: Add #:make-flags, remove the --minimal-flags argument from the configure phase, remove the 'chdir phase, and change the chdir argument in the install phase. Christopher Baines
2017-12-31list-runtime-root: Fix off-by-one in 'strip-drop' call....Fixes <https://bugs.gnu.org/29862>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * nix/scripts/list-runtime-roots.in (canonicalize-store-item): Define 'store' with a trailing "/". Have the 'string-prefix?' call match the 'string-drop' call. Ludovic Courtès
2017-12-30doc: Fix typo....* doc/guix.texi (Desktop Services): "orMATE" --> "or MATE". Mark H Weaver
2017-12-31build: dub-build-system: Make builds reproducible....* guix/build/dub-build-system.scm (build): Make reproducible. (check): Make reproducible. Danny Milosavljevic
2017-12-30gnu: services: Add MATE desktop service....* gnu/services/desktop.scm (<mate-desktop-configuration>, mate-desktop-service-type): New variable. (mate-desktop-service): New public variable. * doc/guix.texi (Desktop Services): Document the service. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> ng0
2017-12-30gnu: mate: Add more packages....* gnu/packages/mate.scm (mate)[inputs]: Add "mate-user-guide", "mate-calc", "mate-backgrounds", "mate-netbook", "hicolor-icon-theme", "mate-utils", "engrampa", "eom", "mate-polkit", "mate-system-monitor", "mate-utils", "pluma", "atril". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> ng0
2017-12-30gnu: Add mate-polkit....* gnu/packages/mate.scm (mate-polkit): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> ng0