summaryrefslogtreecommitdiff
path: root/gnu/packages/libevent.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-20/+15
* gnu: libuv-julia: Move next to libuv.•••Inheritance should happen within the same module. * gnu/packages/julia.scm (libuv-julia): Move to... * gnu/packages/libevent.scm (libuv-julia): ... here. Ludovic Courtès2021-11-181-0/+22
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-171-2/+2
|\
| * gnu: libuv-for-node: Update to 1.42.0.•••* gnu/packages/libevent.scm (libuv-for-node): Update to 1.42.0. Jelle Licht2021-11-151-2/+2
* | gnu: libuv: Update to 1.41.1.•••* gnu/packages/libevent.scm (libuv): Update to 1.41.1. Marius Bakke2021-07-231-2/+2
* | gnu: libuv: Update to 1.41.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.41.0. [native-inputs]: Change from AUTOCONF-WRAPPER to AUTOCONF. Marius Bakke2021-05-221-4/+3
* | Merge remote-tracking branch 'origin/master' into core-updates••• 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 Efraim Flashner2021-04-161-0/+16
|\|
| * gnu: Add libuv-for-node•••* gnu/packages/libevent.scm (libuv-for-node): New variable. Jelle Licht2021-04-021-0/+16
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-241-0/+1
|\|
| * gnu: Use autoconf instead of autoconf-wrapper when possible.•••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> Maxime Devos2021-03-171-0/+1
* | gnu: libevent: Fix build failure.•••* gnu/packages/libevent.scm (libevent)[arguments]<#:configure-flags>: Add --disable-openssl. Danny Milosavljevic2020-10-061-1/+2
* | gnu: libuv: Update to 1.38.1.•••* gnu/packages/libevent.scm (libuv): Update to 1.38.1. Jakub Kądziołka2020-07-201-2/+2
* | gnu: libevent: Update to 2.1.12.•••* gnu/packages/libevent.scm (libevent): Update to 2.1.12. Jakub Kądziołka2020-07-201-2/+2
* | gnu: libev: Update to 4.33.•••* gnu/packages/libevent.scm (libev): Update to 4.33. Jakub Kądziołka2020-07-201-2/+2
|/
* gnu: perl-ev: Update to 4.31.•••* gnu/packages/libevent.scm (perl-ev): Update to 4.31. Marius Bakke2020-04-131-2/+2
* gnu: LibUV: Update to 1.35.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.35.0. Marius Bakke2020-03-141-2/+2
* Merge branch 'master' into core-updatesMarius Bakke2020-03-041-1/+2
|\
| * gnu: LibUV: Add version 1.34.2.•••* gnu/packages/libevent.scm (libuv/latest): New public variable. Marius Bakke2020-02-261-1/+15
| * gnu: libevent: Split into two outputs.•••This removes python and its dependencies from the libevent closure, reducing it from 180MB to 70MB. * gnu/packages/libevent.scm (libevent): Add bin output. Julien Lepiller2020-02-201-0/+1
* | gnu: libuv: Update to 1.34.2.•••* gnu/packages/libevent.scm (libuv): Update to 1.34.2. Marius Bakke2020-01-241-2/+2
* | gnu: libuv: Do not build the static library.•••* gnu/packages/libevent.scm (libuv)[arguments]: Add #:configure-flags. Marius Bakke2020-01-141-1/+2
* | gnu: libuv: Update to 1.34.1.•••* gnu/packages/libevent.scm (libuv): Update to 1.34.1. Marius Bakke2020-01-141-2/+2
* | gnu: libev: Do not build the static library.•••* gnu/packages/libevent.scm (libev)[arguments]: New field. Marius Bakke2020-01-141-0/+2
* | gnu: libev: Update to 4.31.•••* gnu/packages/libevent.scm (libev): Update to 4.31. Marius Bakke2020-01-141-2/+2
* | gnu: libuv: Update to 1.34.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.34.0. Marius Bakke2019-12-051-2/+2
|/
* Merge branch 'master' into core-updatesLudovic Courtès2019-09-241-2/+2
|\
| * gnu: perl-anyevent: Update to 7.17.•••* gnu/packages/libevent.scm (perl-anyevent): Update to 7.17. Tobias Geerinckx-Rice2019-09-201-2/+2
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-131-2/+2
|\|
| * gnu: libevent: Update to 2.1.11.•••* gnu/packages/libevent.scm (libevent): Update to 2.1.11. Marius Bakke2019-08-041-2/+2
* | gnu: libevent: Use Python 3 for event_rpcgen.py.•••* gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER. Marius Bakke2019-07-071-9/+9
* | gnu: libuv: Update to 1.30.1.•••* gnu/packages/libevent.scm (libuv): Update to 1.30.1. Marius Bakke2019-07-021-2/+2
* | gnu: libuv: Update to 1.30.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.30.0. Marius Bakke2019-06-301-2/+2
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-131-42/+4
|\|
| * gnu: Remove libevent@2.0.•••* 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. Marius Bakke2019-06-031-21/+0
| * gnu: libevent: Update home page.•••* gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS. Marius Bakke2019-06-031-1/+1
| * gnu: node: Update to 10.15.3.•••* 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. Marius Bakke2019-05-261-13/+0
| * gnu: libevent: Update to 2.1.0.•••* 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. Marius Bakke2019-05-261-7/+3
* | gnu: libev: Update to 4.25.•••* gnu/packages/libevent.scm (libev): Update to 4.25. Marius Bakke2019-05-301-2/+2
* | gnu: libuv: Update to 1.29.1.•••* gnu/packages/libevent.scm (libuv): Update to 1.29.1. Marius Bakke2019-05-251-2/+2
* | gnu: libuv: Update to 1.28.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.28.0. Marius Bakke2019-05-021-2/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-231-2/+2
|\|
| * gnu: perl-ev: Update to 4.25.•••* gnu/packages/libevent.scm (perl-ev): Update to 4.25. Tobias Geerinckx-Rice2019-03-161-2/+2
* | gnu: libuv: Update to 1.27.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.27.0. Marius Bakke2019-03-171-2/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-141-3/+3
|\|
| * gnu: perl-anyevent: Update to 7.15.•••* gnu/packages/libevent.scm (perl-anyevent): Update to 7.15. Tobias Geerinckx-Rice2019-03-121-3/+3
* | gnu: libuv: Update to 1.26.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.26.0. Marius Bakke2019-02-101-2/+2
|/
* Merge branch 'master' into stagingLudovic Courtès2019-01-201-0/+31
|\
| * gnu: Add perl-rpc-epc-service.•••* gnu/packages/libevent.scm (perl-rpc-epc-service): New variable. Pierre Neidhardt2019-01-171-0/+31
* | gnu: libuv: Update to 1.24.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.24.0. Marius Bakke2018-12-121-2/+2
|/
* gnu: node: Build against libuv@1.19.•••* gnu/packages/libevent.scm (libuv-1.19): New public variable. * gnu/packages/node.scm (node)[inputs]: Change LIBUV to LIBUV-1.19. Marius Bakke2018-09-261-0/+13