Commit Graph

24 Commits

Author SHA1 Message Date
Paul Howarth
1a87887c2e Update to 7.04
- New upstream release 7.04:
  - AnyEvent::Socket::inet_aton did not work when DNS resolution was used to
    find the addresses
  - Fix a memory leak in the /etc/hosts lookup code when hosts don't resolve
    and are not in hosts
2012-11-15 12:51:07 +00:00
Paul Howarth
eae35cb72e Update to 7.02
- New upstream release 7.02:
  - AnyEvent::Util::run_cmd could block indefinitely
  - Verified that AnyEvent::Socket follows RFC5952
  - Try to parse "ADDR#PORT" in addition to "ADDR PORT"
- Make %files list more explicit
2012-08-21 10:08:33 +01:00
Paul Howarth
c27a78c70d Update to 7.01
- New upstream release 7.01:
  - Fail with EPROTO in AnyEvent::Handle when TLS is requested but not
    available, instead of throwing an exception
  - Use File::Spec to get the tmpdir in t/*, to avoid needless failures on
    (most, not mine :) windows boxes
  - New handle read types: tls_detect and tls_autostart
- BR: perl(File::Spec)
2012-05-14 14:27:32 +01:00
Paul Howarth
9ee0873160 Update to 7.0
- Update to 7.0
- Package generates no debuginfo, so avoid creation of debuginfo sub-package
- Add explicit build requirements for the module's needs
- Add build requirements for as much event loop testing as is possible in
  Fedora, breaking potential build dependency cycles by use of the
  %{perl_bootstrap} macro
- Clean up spec for modern rpmbuild:
  - Drop %defattr, redundant since rpm 4.4
  - Use DESTDIR rather than PERL_INSTALL_ROOT
  - Drop buildroot definition and cleaning
  - Drop requires/provides filters for rpm versions prior to 4.9
- Simplify requires/provides filtering
- Explicitly require perl(Task::Weaken) as per upstream recommendation
2012-04-26 16:44:32 +01:00
Nicolas Chauvet
b45f1dc718 Update to 6.14 2012-04-22 18:47:06 +02:00
Nicolas Chauvet
a72052bb99 Update to 6.13 2012-01-16 12:01:09 +01:00
Nicolas Chauvet
d6cf610cde Update to 5.271 2010-08-22 14:40:59 +02:00
Nicolas Chauvet
5705e7cda5 - Update to 5.261 (rpm version : 5.26) 2010-04-29 19:36:42 +00:00
Nicolas Chauvet
d2ce085f66 - Update to 5.24 (rpm version : 5.24) 2010-01-19 22:23:07 +00:00
Nicolas Chauvet
76d126a469 Update to 5.22 2009-12-07 18:02:31 +00:00
Nicolas Chauvet
04101a4144 Fix source 2009-08-31 14:27:25 +00:00
Nicolas Chauvet
dd0834e454 Update to 4.870 2009-07-27 15:17:30 +00:00
Nicolas Chauvet
bf9a525ddf Update to 4.82 2009-07-15 10:03:44 +00:00
Nicolas Chauvet
2e7ea6b6c6 Update changelog 2009-05-29 08:35:10 +00:00
Nicolas Chauvet
fa0aa3f263 Update to 4.352 2009-04-22 12:48:23 +00:00
Nicolas Chauvet
97d09a6b60 Update to 4.35 2009-04-03 21:20:12 +00:00
Nicolas Chauvet
4407650263 Update to 4.34 2009-03-05 17:20:19 +00:00
Nicolas Chauvet
d5194a7cf8 Update to 4.331 2009-01-12 21:26:28 +00:00
Nicolas Chauvet
2e3945f453 - Update to 4.3 2008-10-14 18:04:51 +00:00
Nicolas Chauvet
55e78d346f - Update to 4.231 (rpm version : match )
4.231 Tue Jul 29 13:12:15 CEST 2008
- remove some debugging code left in AnyEvent::Util::fork_call (and no,
    it's impossible to implement with the broken windows perls without
    resource leaks or worse).
4.23 Tue Jul 29 12:19:59 CEST 2008
- document the first parameter passed to condvar callbacks to be the
    callback.
- add AnyEvent::Socket::{ntoa,aton} aliases.
- optimize the AE::Handle->push_read (line) for the default eol marker.
- optimize push_read (packstring|storable) for small packets.
- invoke on_error callback when no on_eof callback is set.
- fix a bug in push_read (storable) of unknown impact.
2008-08-04 10:51:47 +00:00
Nicolas Chauvet
b58f0708a9 Update source 2008-07-24 16:18:13 +00:00
Nicolas Chauvet
971afab84f - Update to 4.21 2008-07-18 11:28:37 +00:00
Nicolas Chauvet
2e6741c50f Initial import 2008-07-04 21:48:21 +00:00
Kevin Fenzi
bfd17e8fdf Setup of module perl-AnyEvent 2008-07-04 20:16:36 +00:00