aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libevent.scm
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-20
|\
| * gnu: Add libuv-for-r-httpuv.Ricardo Wurmus2023-03-19
| | | | | | | | * gnu/packages/libevent.scm (libuv-for-r-httpuv): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2023-01-30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm
| * gnu: julia: Update to 1.8.3.Efraim Flashner2022-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/julia.scm (julia): Update to 1.8.3. [source]: Remove one patch. [arguments]: Adjust 'prepare-deps phase to changes in inputs. Remove custom 'use-system-libwhich, 'change-number-of-precompiled-statements, 'symlink-libraries phases. In 'fix-include-and-link-paths phase remove substitution for utf8proc linking and adjust libuv linking. Fix reference to shell in 'replace-default-shell phase. Adjust the 'shared-objects-path phase to changes in the source. Change the 'enable-parallel-tests phase for upstream changes. Adjust the 'adjust-test-suite phase to be more robust. Change the 'disable-broken-tests phase to help the test suite pass. Rename 'symlink-llvm-utf8proc phase to 'symlink-missing-libraries and add two more. Adjust make-flags for changes in shared system libraries. Reorder make-flags to changes in the source. Except for aarch64, use the defaults for choosing to use 64-bit blas. [inputs]: Add libblastrampoline. Replace libgit-1.1 with libgit-1.3, utf8proc-2.7.1 with utf8proc-2.8.0. [native-inputs]: Replace python-2 with python. (libunwind-julia): Update to 1.5.0. [source]: Update patches. * gnu/packages/libevent.scm (libuv-julia): Update to 2.0.0-4.e6f0e49. [arguments]: Also build static library, build position-independent-code. * gnu/packages/llvm.scm (llvm-julia): Update to llvm-13, following upstream's build instructions. * gnu/packages/maths.scm (openlibm): Update to 0.8.1. * gnu/packages/textutils.scm (utf8proc-2.7.1): Update and rename to utf8proc-2.8.0. [native-inputs]: Update unicode to 14.0.0. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.0. [source]: Remove snippet. [arguments]: Remove trailing #t from phases. * gnu/packages/patches/julia-allow-parallel-build.patch, (julia-patch): Update version string to 1.8.2. gnu/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Co-authored-by: Akira Kyle <akira@akirakyle.com>
| * gnu: libevent: Prefix (guix licenses) bindings.Ludovic Courtès2022-10-23
| | | | | | | | | | * gnu/packages/libevent.scm: Import (guix licenses) with the 'license:' prefix.
| * gnu: Add libevent-with-openssl.Thomas Albers2022-10-23
| | | | | | | | | | | | * gnu/packages/libevent.scm (libevent-with-openssl): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: libuv: Update to 1.44.2.Marius Bakke2022-08-30
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.44.2.
* | gnu: libuv: Update to 1.44.1.Marius Bakke2022-06-26
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.44.1.
* | gnu: libevent: Remove input label.Marius Bakke2022-06-26
|/ | | | * gnu/packages/libevent.scm (libevent)[inputs]: Remove label.
* gnu: lua-luv: Update to 1.43.0-0.Luis Henrique Gomes Higino2022-05-18
| | | | | | | | | * gnu/packages/libevent.scm (libuv-for-luv): New variable * gnu/packages/lua.scm (lua-luv): Update to 1.43.0-0. [inputs]: Change libuv to libuv-for-luv. [native-inputs]: Update lua-compat-5.3 to 0.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: libuv-julia: Move next to libuv.Ludovic Courtès2021-11-18
| | | | | | | Inheritance should happen within the same module. * gnu/packages/julia.scm (libuv-julia): Move to... * gnu/packages/libevent.scm (libuv-julia): ... here.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\
| * gnu: libuv-for-node: Update to 1.42.0.Jelle Licht2021-11-15
| | | | | | | | * gnu/packages/libevent.scm (libuv-for-node): Update to 1.42.0.
* | gnu: libuv: Update to 1.41.1.Marius Bakke2021-07-23
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.41.1.
* | gnu: libuv: Update to 1.41.0.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.41.0. [native-inputs]: Change from AUTOCONF-WRAPPER to AUTOCONF.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * gnu: Add libuv-for-nodeJelle Licht2021-04-02
| | | | | | | | * gnu/packages/libevent.scm (libuv-for-node): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * gnu: Use autoconf instead of autoconf-wrapper when possible.Maxime Devos2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should reduce confusion on when to use the "autoconf" package and when to use "autoconf-wrapper" instead in package definitions. Fixes <https://bugs.gnu.org/46564>. * gnu/packages/autotools.scm (autoconf-wrapper): advise to use the "autoconf" package instead where possible. * gnu/packages/game-development.scm (tsukundere)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/gimp.scm (glimpse)[native-inputs]: likewise. (gimp-resynthesizer)[native-inputs]: add comment on why "autoconf-wrapper" is used. * gnu/packages/gnunet.scm (gnunet)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/gnupg.scm (signing-party)[native-inputs]: add comment on why "autoconf-wrapper" is used. * gnu/packages/guile-xyz.scm (guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/libevent.scm (libuv)[native-inputs]: indicates "autoconf-wrapper" needs to be replaced with "autoconf" on core-updates. * gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/mail.scm (libetpan)[native-inputs]: likewise. * gnu/packages/mate.scm (mate-icon-theme-faenza)[native-inputs]: add comment on why "autoconf-wrapper" is used. (mate-screensaver)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/package-management.scm (guix)[native-inputs]: likewise. * gnu/packages/sawfish.scm (librep)[native-inputs]: likewise. * gnu/packages/video.scm (motion)[native-inputs]: likewise. * gnu/packages/zile.scm (zile)[native-inputs]: likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: libevent: Fix build failure.Danny Milosavljevic2020-10-06
| | | | | | | | | | * gnu/packages/libevent.scm (libevent)[arguments]<#:configure-flags>: Add --disable-openssl.
* | gnu: libuv: Update to 1.38.1.Jakub Kądziołka2020-07-20
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.38.1.
* | gnu: libevent: Update to 2.1.12.Jakub Kądziołka2020-07-20
| | | | | | | | * gnu/packages/libevent.scm (libevent): Update to 2.1.12.
* | gnu: libev: Update to 4.33.Jakub Kądziołka2020-07-20
|/ | | | * gnu/packages/libevent.scm (libev): Update to 4.33.
* gnu: perl-ev: Update to 4.31.Marius Bakke2020-04-13
| | | | * gnu/packages/libevent.scm (perl-ev): Update to 4.31.
* gnu: LibUV: Update to 1.35.0.Marius Bakke2020-03-14
| | | | * gnu/packages/libevent.scm (libuv): Update to 1.35.0.
* Merge branch 'master' into core-updatesMarius Bakke2020-03-04
|\
| * gnu: LibUV: Add version 1.34.2.Marius Bakke2020-02-26
| | | | | | | | * gnu/packages/libevent.scm (libuv/latest): New public variable.
| * gnu: libevent: Split into two outputs.Julien Lepiller2020-02-20
| | | | | | | | | | | | | | This removes python and its dependencies from the libevent closure, reducing it from 180MB to 70MB. * gnu/packages/libevent.scm (libevent): Add bin output.
* | gnu: libuv: Update to 1.34.2.Marius Bakke2020-01-24
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.34.2.
* | gnu: libuv: Do not build the static library.Marius Bakke2020-01-14
| | | | | | | | * gnu/packages/libevent.scm (libuv)[arguments]: Add #:configure-flags.
* | gnu: libuv: Update to 1.34.1.Marius Bakke2020-01-14
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.34.1.
* | gnu: libev: Do not build the static library.Marius Bakke2020-01-14
| | | | | | | | * gnu/packages/libevent.scm (libev)[arguments]: New field.
* | gnu: libev: Update to 4.31.Marius Bakke2020-01-14
| | | | | | | | * gnu/packages/libevent.scm (libev): Update to 4.31.
* | gnu: libuv: Update to 1.34.0.Marius Bakke2019-12-05
|/ | | | * gnu/packages/libevent.scm (libuv): Update to 1.34.0.
* Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\
| * gnu: perl-anyevent: Update to 7.17.Tobias Geerinckx-Rice2019-09-20
| | | | | | | | * gnu/packages/libevent.scm (perl-anyevent): Update to 7.17.
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * gnu: libevent: Update to 2.1.11.Marius Bakke2019-08-04
| | | | | | | | * gnu/packages/libevent.scm (libevent): Update to 2.1.11.
* | gnu: libevent: Use Python 3 for event_rpcgen.py.Marius Bakke2019-07-07
| | | | | | | | * gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
* | gnu: libuv: Update to 1.30.1.Marius Bakke2019-07-02
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.30.1.
* | gnu: libuv: Update to 1.30.0.Marius Bakke2019-06-30
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.30.0.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-13
|\|
| * gnu: Remove libevent@2.0.Marius Bakke2019-06-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/libevent-2.0-CVE-2016-10195.patch, gnu/packages/patches/libevent-2.0-CVE-2016-10196.patch, gnu/packages/patches/libevent-2.0-CVE-2016-10197.patch, gnu/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch, gnu/packages/patches/libevent-dns-tests.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libevent.scm (libevevent-2.0): Remove variable.
| * gnu: libevent: Update home page.Marius Bakke2019-06-03
| | | | | | | | * gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS.
| * gnu: node: Update to 10.15.3.Marius Bakke2019-05-26
| | | | | | | | | | | | | | | | | | | | * gnu/packages/libevent.scm (libuv-1.19): Remove variable. * gnu/packages/node.scm (node): Update to 10.15.3. [source]: Use XZ-compressed tarball. [arguments]: Add #:test-target. Use DELETE-FILE instead of DELETE-IF-EXISTS. Remove obsolete test deletions. [inputs]: Change OPENSSL to OPENSSL-NEXT. Change LIBUV-1.19 to LIBUV. (node-lts): Remove variable.
| * gnu: libevent: Update to 2.1.0.Marius Bakke2019-05-26
| | | | | | | | | | | | | | | | * gnu/packages/patches/libevent-2.1-dns-tests.patch, gnu/packages/patches/libevent-2.1-skip-failing-test.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libevent.scm (libevent): Update to 2.1.10. [source](patches): Remove.
* | gnu: libev: Update to 4.25.Marius Bakke2019-05-30
| | | | | | | | * gnu/packages/libevent.scm (libev): Update to 4.25.
* | gnu: libuv: Update to 1.29.1.Marius Bakke2019-05-25
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.29.1.
* | gnu: libuv: Update to 1.28.0.Marius Bakke2019-05-02
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.28.0.