Age | Commit message (Expand) | Author |
2018-06-10 | gnu: Add keepalived....* gnu/packages/cluster.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| 宋文武 |
2018-06-10 | gnu: mumble: Fix build with Boost 1.66....Fixes <https://bugs.gnu.org/31775>.
* gnu/packages/patches/mumble-1.2.19-abs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (mumble)[source]: Add it.
| Danny Milosavljevic |
2018-06-10 | gnu: heimdal: Update to 7.5.0....* gnu/packages/kerberos.scm (heimdal): Update to 7.5.0.
[source]: Update source uri. Remove patches.
[arguments]: Adjust #:configure-flags and build phases accordingly.
[inputs]: Add sqlite.
[native-inputs]: Add texinfo and unzip.
* gnu/packages/patches/heimdal-CVE-2017-6594.patch,
gnu/packages/patches/heimdal-CVE-2017-11103.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
| Alex Vong |
2018-06-09 | gnu: GnuPG 1.4: Fix CVE-2018-12020....* gnu/packages/patches/gnupg-1.4-CVE-2018-12020.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnupg.scm (gnupg-1)[source]: Use it.
| Leo Famulari |
2018-06-09 | gnu: Add maven-artifact....* gnu/packages/maven.scm (maven-artifact): New variable.
* gnu/packages/patches/maven-generate-component-xml.patch: New file.
* gnu/packages/patches/maven-generate-javax-inject-named.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add them.
| Julien Lepiller |
2018-06-08 | gnu: doxygen: Work around GCC ICE on armhf-linux....Reported by Mark H Weaver <mhw@netris.org>
at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31708#10>.
* gnu/packages/patches/doxygen-gcc-ice.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/documentation.scm (doxygen)[inputs]: Add "gcc-ice-patch"
on armhf-* only.
[arguments]: Add 'apply-gcc-patch' phase on armhf-* only.
| Ludovic Courtès |
2018-06-07 | gnu: libreoffice: Update to 6.0.5.1....* gnu/packages/patches/libreoffice-icu.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.0.5.1.
[source]: Add patch.
[inputs]: Add libepubgen and libqxp.
[arguments]: Adjust "prepare-src" phase.
| Ricardo Wurmus |
2018-06-07 | gnu: opensmtpd: Fix crash on table authentication....* gnu/packages/patches/opensmtpd-fix-crash.patch: New patch.
* gnu/packages/mail.scm (opensmtpd)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Adam Zimmerman |
2018-06-04 | gnu: perf: Work around GCC bug....Works around <https://bugs.gnu.org/31708>.
* gnu/packages/patches/perf-gcc-ice.patch: New patch.
* gnu/packages/linux.scm (perf)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2018-06-04 | Merge branch 'master' into core-updates | Ricardo Wurmus |
2018-06-03 | gnu: quassel: Fix building with Qt 5.11....* gnu/packages/irc.scm (quassel)[sources]: Add patch. Return #t from
snippet.
* gnu/packages/patches/quassel-qt-5.11.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2018-06-01 | Merge branch 'master' into core-updates | Ludovic Courtès |
2018-06-01 | gnu: sddm: Fix CMake build....* gnu/packages/display-managers.scm (sddm): Fix CMake build.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/patches/sddm-fix-build-with-qt-5.11-1024.patch: New file.
Signed-off-by: Rutger Helling <rhelling@mykolab.com>
| Stefan Stefanović |
2018-05-30 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-30 | Revert "gnu: swig: Patch for Octave 4.4."...This reverts commit 3771000f893d4b53e302f5bca07afeba69e76cd4.
| Mark H Weaver |
2018-05-29 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-29 | gnu: swig: Patch for Octave 4.4....* gnu/packages/swig.scm (swig)[source]: Add patch.
* gnu/packages/patches/swig-octave-patches.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Kei Kebreau |
2018-05-28 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-28 | gnu: Fix typo....Fix a typo introduced in commit 2101cc3fb691f443b830fdf5f846ded5fa018739.
* gnu/local.mk: Add back the missing comment character.
| Mark H Weaver |
2018-05-28 | gnu: Add fifo-map....* gnu/packages/cpp.scm (fifo-map): New variable.
* gnu/packages/patches/fifo-map-fix-flags-for-gcc.patch: New file.
* gnu/packages/patches/fifo-map-remove-catch.hpp.patch: New file.
* gnu/local.mk: Add new patch files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-05-27 | gnu: libmygpo-qt: Fix Qt 5.11 build....The update to Qt 5.11.0 broke libmygpo-qt. It turned it was using a deprecated
CMake function (qt5_use_moduldes). Let's pick up two upstream patches that
fix the issue: https://github.com/gpodder/libmygpo-qt/pull/15
As mentioned in the the pull request, there is now a test failure but it looks
harmless.
* gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch,
gnu/packages/patches/libmygpo-qt-missing-qt5-modules.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/music.scm (libmygpo-qt)[source]: Add patches.
[arguments]: Build tests but do not run them.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Pierre Langlois |
2018-05-27 | gnu: gnu: Make alsa find its plugins by setting ALSA_PLUGIN_DIR....* gnu/packages/patches/alsa-lib-add-environment-variable.patch: New
file.
* gnu/packages/linux.scm (alsa-lib)[source]: Use it.
[native-search-paths]: Add ALSA_PLUGIN_DIR.
* gnu/local.mk (dist_patch_DATA): Add it.
| Julien Lepiller |
2018-05-24 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-23 | gnu: Move 'indent' to code.scm....Suggested by Pierre Neidhardt <ambrevar@gmail.com>.
* gnu/packages/indent.scm: Remove. Move 'indent' to...
* gnu/packages/code.scm (indent): ... here. New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove indent.scm.
| Ludovic Courtès |
2018-05-21 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-21 | gnu: pius: Fix incompatibility with newer GnuPG versions....* gnu/packages/gnupg.scm (pius)[source]: Add patch.
* gnu/packages/patches/pius.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Andreas Enge |
2018-05-20 | gnu: enlightenment: Fix setuid program locations....* gnu/packages/enlightenment.scm (enlightenment)[source]: Add patch.
* gnu/packages/patches/enlightenment-fix-setuid-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2018-05-17 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-16 | gnu: python-statsmodels: Fix build....* gnu/packages/patches/python-statsmodels-fix-tests.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/statistics.scm (python-statsmodels)[source]: Remove patches.
[arguments]: Disable tests; adjust build phases; add build phase
"patch-for-scipy" to fix runtime error.
| Ricardo Wurmus |
2018-05-15 | gnu: wesnoth: Update to 1.14.1....* gnu/packages/games.scm (wesnoth): Update to 1.14.1.
[source]: Remove wesnoth-fix-std-bad-cast.patch.
* gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
| Arun Isaac |
2018-05-14 | gnu: mupdf: Update to 1.13.0....* gnu/packages/pdf.scm (mupdf): Update to 1.13.0.
[source]: Remove patches.
* gnu/packages/patches/mupdf-build-with-latest-openjpeg.patch,
gnu/packages/patches/mupdf-CVE-2017-17858.patch,
gnu/packages/patches/mupdf-CVE-2018-6544.patch,
gnu/packages/patches/mupdf-CVE-2018-1000051.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Efraim Flashner |
2018-05-13 | gnu: myrepos: Fix CVE-2018-7032....* gnu/packages/version-control.scm (myrepos)[source]: Add patch.
* gnu/packages/patches/myrepos-CVE-2018-7032.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2018-05-13 | gnu: Add Robocut....* gnu/packages/printers.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |
2018-05-11 | gnu: icecat: Relabel patches to reflect CVE assignments....Document the fact that we include fixes for CVE-2018-5154, CVE-2018-5155,
CVE-2018-5157, CVE-2018-5158, CVE-2018-5159, CVE-2018-5168, CVE-2018-5178,
and 9/10 changesets for CVE-2018-5150.
* gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE
assignments.
* gnu/packages/patches/icecat-bug-1452075.patch: Rename to...
* gnu/packages/patches/icecat-CVE-2018-5157-and-CVE-2018-5158.patch: ...this.
* gnu/local.mk (dist_patch_DATA): Rename it.
| Mark H Weaver |
2018-05-09 | gnu: Add android-libutils....* gnu/packages/patches/libutils-add-includes.patch: New file.
* gnu/packages/patches/libutils-remove-damaging-includes.patch: New file.
* gnu/packages/android.scm (android-platform-system-core): Use them.
(android-libutils): New variable.
* gnu/local.mk: Add them.
| Danny Milosavljevic |
2018-05-09 | gnu: Add android-libziparchive....* gnu/packages/android.scm (android-libziparchive): New variable.
* gnu/packages/patches/libziparchive-add-includes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Danny Milosavljevic |
2018-05-09 | gnu: adb: Use android-ndk-build-system....* gnu/packages/android.scm (adb)[build-system]: Switch to
android-ndk-build-system.
[arguments]<#:tests?>: Disable.
[arguments]<#:phases>[create-Makefile]: Delete phase.
[arguments]<#:phases>[fix-clang]: Delete phase.
[arguments]<#:phases>[fix-main]: Delete phase.
[arguments]<#:phases>[make-libs-available]: New phase.
[arguments]<#:phases>[install-headers]: New phase.
[arguments]<#:make-flags]: Add CFLAGS, CXXFLAGS.
[inputs]: Add liblog.
[source]: Add patch "adb-add-libraries.patch".
* gnu/packages/patches/adb-add-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Danny Milosavljevic |
2018-05-09 | gnu: Add java-groovy-bootstrap....* gnu/packages/groovy.scm: New file.
* gnu/packages/patches/groovy-add-exceptionutilsgenerator.patch: New
file.
* gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Add them.
| Julien Lepiller |
2018-05-08 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-08 | gnu: wesnoth: Update to 1.14.0....* gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/games.scm (wesnoth): Update to 1.14.0.
[source]: Add wesnoth-fix-std-bad-cast.patch to patches.
[arguments]: Remove "-DENABLE_STRICT_COMPILATION=OFF" configure flag.
[inputs]: Remove sdl-image, sdl-mixer, sdl-net and sdl-ttf. Add openssl and
sdl-union of sdl2, sdl2-image, sdl2-mixer and sdl2-ttf.
[home-page]: Use HTTPS URI.
(wesnoth-server)[inputs]: Remove sdl-net. Add icu4c, openssl and sdl2.
[arguments]: Remove delete-data phase. Since wesnoth 1.14.0, configure flag
"-DENABLE_GAME=OFF" disables installation of game assets.
| Arun Isaac |
2018-05-06 | gnu: strace: Fix build failure on Linux-Libre 4.16....* gnu/packages/patches/strace-kernel-4.16.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (strace)][source](patches): New field.
| Marius Bakke |
2018-05-06 | Merge branch 'master' into core-updates | Marius Bakke |
2018-05-02 | gnu: Add sound service....* gnu/services/sound.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add this.
* doc/guix.texi (Sound Services): New chapter.
| Oleg Pykhalov |
2018-05-02 | gnu: e2fsprogs: Fix build with glibc-2.27....* gnu/packages/patches/e2fsprogs-glibc-2.27.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (e2fsprogs)[source]: Add patch.
| Rutger Helling |
2018-05-01 | gnu: liboop: Update to 1.0.1....* gnu/packages/ssh.scm (liboop): Update to 1.0.1.
[source]: Update source URI. Remove patch.
* gnu/packages/patches/liboop-mips64-deplibs-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2018-05-01 | gnu: shadow: Update to 4.6....* gnu/packages/admin.scm (shadow): Update to 4.6.
[source]: Remove upstreamed patch.
* gnu/packages/patches/shadow-CVE-2018-7169.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2018-04-30 | gnu: gimp: Update to 2.10.0....* gnu/packages/gimp.scm (gimp): Update to 2.10.0.
[inputs]: Add glib-networking, gexiv2, libmypaint, mypaint-brushes and
poppler-data.
[native-inputs]: Add glib:bin.
[source]: Remove obsolete patches and use HTTPS URL.
[home-page]: Use HTTPS URL.
* 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: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Leo Famulari |
2018-04-30 | gnu: gegl: Update to 0.4....* gnu/packages/gimp.scm (gegl): Update to 0.4.
[inputs]: Move babl and glib to propagated-inputs.
[propagated-inputs]: Add json-glib.
[arguments]: Re-enable the tests and remove the obsolete 'pre-build'
phase.
[source]: Use HTTPS URL.
* gnu/packages/patches/gegl-CVE-2012-4433.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari |
2018-04-30 | gnu: Add amule....* gnu/packages/networking.scm (amule): New public variable.
* gnu/packages/patches/amule_crypto-6.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| fis |
2018-04-30 | Merge branch 'master' into core-updates | Mark H Weaver |