summaryrefslogtreecommitdiff
path: root/gnu/packages/libevent.scm
AgeCommit message (Collapse)Author
2019-09-24Merge branch 'master' into core-updatesLudovic Courtès
2019-09-20gnu: perl-anyevent: Update to 7.17.Tobias Geerinckx-Rice
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.17.
2019-08-13Merge branch 'master' into core-updatesMarius Bakke
2019-08-04gnu: libevent: Update to 2.1.11.Marius Bakke
* gnu/packages/libevent.scm (libevent): Update to 2.1.11.
2019-07-07gnu: libevent: Use Python 3 for event_rpcgen.py.Marius Bakke
* gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-02gnu: libuv: Update to 1.30.1.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.30.1.
2019-06-30gnu: libuv: Update to 1.30.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.30.0.
2019-06-13Merge branch 'master' into core-updatesLudovic Courtès
2019-06-03gnu: Remove libevent@2.0.Marius Bakke
* 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.
2019-06-03gnu: libevent: Update home page.Marius Bakke
* gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS.
2019-05-30gnu: libev: Update to 4.25.Marius Bakke
* gnu/packages/libevent.scm (libev): Update to 4.25.
2019-05-26gnu: node: Update to 10.15.3.Marius Bakke
* 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.
2019-05-26gnu: libevent: Update to 2.1.0.Marius Bakke
* 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.
2019-05-25gnu: libuv: Update to 1.29.1.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.29.1.
2019-05-02gnu: libuv: Update to 1.28.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.28.0.
2019-03-23Merge branch 'staging' into core-updatesMarius Bakke
2019-03-17gnu: libuv: Update to 1.27.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.27.0.
2019-03-16gnu: perl-ev: Update to 4.25.Tobias Geerinckx-Rice
* gnu/packages/libevent.scm (perl-ev): Update to 4.25.
2019-03-14Merge branch 'staging' into core-updatesMarius Bakke
2019-03-12gnu: perl-anyevent: Update to 7.15.Tobias Geerinckx-Rice
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.15.
2019-02-10gnu: libuv: Update to 1.26.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.26.0.
2019-01-20Merge branch 'master' into stagingLudovic Courtès
2019-01-17gnu: Add perl-rpc-epc-service.Pierre Neidhardt
* gnu/packages/libevent.scm (perl-rpc-epc-service): New variable.
2018-12-12gnu: libuv: Update to 1.24.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.24.0.
2018-09-26gnu: node: Build against libuv@1.19.Marius Bakke
* gnu/packages/libevent.scm (libuv-1.19): New public variable. * gnu/packages/node.scm (node)[inputs]: Change LIBUV to LIBUV-1.19.
2018-08-25Merge branch 'staging' into core-updatesMarius Bakke
2018-08-21gnu: libuv: Update to 1.23.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.23.0.
2018-08-11Migrate search.cpan.org home pages to metacpan.org.Tobias Geerinckx-Rice
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.
2018-08-11gnu: perl-ev: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/libevent.scm (perl-ev)[arguments]: Substitute INVOKE for SYSTEM*.
2018-07-21gnu: libuv: Drop redundant 'autogen' phase.Marius Bakke
* gnu/packages/libevent.scm (libuv)[arguments]: Remove #:phases.
2018-07-21gnu: libuv: Update to 1.22.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.22.0.
2018-05-31gnu: libuv: Update to 1.20.3.Jelle Licht
* gnu/packages/libevent.scm (libuv): Update to 1.20.3.
2018-04-30gnu: libuv: Update to 1.20.2.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.20.2.
2018-03-14Merge branch 'master' into core-updatesRicardo Wurmus
2018-03-09gnu: 'autoconf-wrapper' is no longer a procedure.Ludovic Courtès
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.
2018-03-08gnu: libuv: Update to 1.19.2.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.19.2.
2018-02-20gnu: libuv: Update to 1.19.1.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.19.1. [arguments]: Use INVOKE instead of SYSTEM*.
2017-12-31Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-12-26gnu: libev: Improve the description.Mark H Weaver
* gnu/packages/libevent.scm (libev)[description]: Rewrite to be more descriptive and less judgmental, based on Debian's description.
2017-12-02gnu: libuv: Update to 1.18.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.18.0.
2017-11-28gnu: libuv: Use 'modify-phases' syntax.Marius Bakke
* gnu/packages/libevent.scm (libuv)[arguments]<#:phases>: Use 'modify-phases'.
2017-11-28gnu: libuv: Update to 1.16.1.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 0.16.1.
2017-11-01gnu: libuv: Update to 1.15.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.15.0.
2017-09-21gnu: libuv: Update to 1.14.1.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.14.1. [source]: Download from dist.libuv.org.
2017-07-26gnu: perl-anyevent: Update to 7.14.Efraim Flashner
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.14.
2017-06-03gnu: libuv: Update to 1.12.0.Marius Bakke
* gnu/packages/libevent.scm (libuv): Update to 1.12.0. [license]: X11 should actually be EXPAT. Add CC-BY4.0.
2017-05-02gnu: Avoid circular dependencies by Perl license.Petter
* guix/licenses.scm (perl-license): New variable. * gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license. * gnu/packages/compression.scm: Same. * gnu/packages/databases.scm: Same. * gnu/packages/gd.scm: Same. * gnu/packages/language.scm: Same. * gnu/packages/libevent.scm: Same. * gnu/packages/mail.scm: Same. * gnu/packages/messaging.scm: Same. * gnu/packages/ncurses.scm: Same. * gnu/packages/networking.scm: Same. * gnu/packages/photo.scm: Same. * gnu/packages/tcl.scm: Same. * gnu/packages/tex.scm: Same. * gnu/packages/tls.scm: Same. * gnu/packages/web.scm: Same. * gnu/packages/wm.scm: Same. * gnu/packages/xml.scm: Same. * gnu/packages/xorg.scm: Same. * gnu/packages/zip.scm: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-24gnu: libevent: Disable regress tests.Efraim Flashner
* gnu/packages/libevent.scm (libevent)[arguments]: Disable the 'regress' tests.
2017-04-17gnu: Fix typos in descriptions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise.
2017-03-19Merge branch 'master' into core-updatesMark H Weaver