summaryrefslogtreecommitdiff
path: root/gnu/packages/libevent.scm
Commit message (Collapse)AuthorAge
* gnu: Add libuv-for-nodeJelle Licht2021-04-02
| | | | * gnu/packages/libevent.scm (libuv-for-node): New variable.
* 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: 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.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-23
|\|
| * gnu: perl-ev: Update to 4.25.Tobias Geerinckx-Rice2019-03-16
| | | | | | | | * gnu/packages/libevent.scm (perl-ev): Update to 4.25.
* | gnu: libuv: Update to 1.27.0.Marius Bakke2019-03-17
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.27.0.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-14
|\|
| * gnu: perl-anyevent: Update to 7.15.Tobias Geerinckx-Rice2019-03-12
| | | | | | | | * gnu/packages/libevent.scm (perl-anyevent): Update to 7.15.
* | gnu: libuv: Update to 1.26.0.Marius Bakke2019-02-10
|/ | | | * gnu/packages/libevent.scm (libuv): Update to 1.26.0.
* Merge branch 'master' into stagingLudovic Courtès2019-01-20
|\
| * gnu: Add perl-rpc-epc-service.Pierre Neidhardt2019-01-17
| | | | | | | | * gnu/packages/libevent.scm (perl-rpc-epc-service): New variable.
* | gnu: libuv: Update to 1.24.0.Marius Bakke2018-12-12
|/ | | | * gnu/packages/libevent.scm (libuv): Update to 1.24.0.
* gnu: node: Build against libuv@1.19.Marius Bakke2018-09-26
| | | | | * gnu/packages/libevent.scm (libuv-1.19): New public variable. * gnu/packages/node.scm (node)[inputs]: Change LIBUV to LIBUV-1.19.
* Merge branch 'staging' into core-updatesMarius Bakke2018-08-25
|\
| * Migrate search.cpan.org home pages to metacpan.org.Tobias Geerinckx-Rice2018-08-11
| | | | | | | | | | | | | | | | | | | | The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes.
| * gnu: perl-ev: Use INVOKE.Tobias Geerinckx-Rice2018-08-11
| | | | | | | | | | * gnu/packages/libevent.scm (perl-ev)[arguments]: Substitute INVOKE for SYSTEM*.
* | gnu: libuv: Update to 1.23.0.Marius Bakke2018-08-21
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.23.0.
* | gnu: libuv: Drop redundant 'autogen' phase.Marius Bakke2018-07-21
| | | | | | | | * gnu/packages/libevent.scm (libuv)[arguments]: Remove #:phases.
* | gnu: libuv: Update to 1.22.0.Marius Bakke2018-07-21
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.22.0.
* | gnu: libuv: Update to 1.20.3.Jelle Licht2018-05-31
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.20.3.
* | gnu: libuv: Update to 1.20.2.Marius Bakke2018-04-30
|/ | | | * gnu/packages/libevent.scm (libuv): Update to 1.20.2.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-03-14
|\
| * gnu: 'autoconf-wrapper' is no longer a procedure.Ludovic Courtès2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/30710>. Suggested by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/packages/autotools.scm (autoconf-wrapper): Rename to... (make-autoconf-wrapper): ... this. Add 'properties' field. (autoconf-wrapper): New variable. * gnu/packages/gnunet.scm (guile-gnunet): Adjust accordingly. * gnu/packages/gnupg.scm (signing-party): Likewise. * gnu/packages/guile.scm (guile-ics, guile-bash): Likewise. * gnu/packages/libevent.scm (libuv): Likewise. * gnu/packages/logging.scm (glog): Likewise. * gnu/packages/mail.scm (libetpan): Likewise. * gnu/packages/mate.scm (mate-icon-theme-faenza) (mate-screensaver): Likewise. * gnu/packages/package-management.scm (guix): Likewise. * gnu/packages/sawfish.scm (librep): Likewise. * gnu/packages/video.scm (motion): Likewise. * gnu/packages/zile.scm (zile-on-guile): Likewise.
* | gnu: libuv: Update to 1.19.2.Marius Bakke2018-03-08
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.19.2.
* | gnu: libuv: Update to 1.19.1.Marius Bakke2018-02-20
|/ | | | | * gnu/packages/libevent.scm (libuv): Update to 1.19.1. [arguments]: Use INVOKE instead of SYSTEM*.