8
0
forked from pool/perl-AnyEvent

29 Commits

Author SHA256 Message Date
1f070365ca Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=66
2025-06-03 15:08:46 +00:00
Christian Wittmer
4164d10293 Accepting request 731677 from devel:languages:perl:autoupdate
- updated to 7.17
   see /usr/share/doc/packages/perl-AnyEvent/Changes
  TODO: document TCP_*** constants
  TODO: add debug/trace logging to some modules
  TODO: use the eval-with-cb-call trick also to speed up JSON?
  TODO: FAQ: common pitfalls? invoke-before-return
  TODO: FAQ: scope-ids? hosts file order?
  TODO: AnyEvent::Handle with AnyEvent::IO?
  TODO: invalid. and localhost. specialcasing inside AEDNS and not AESocket (rfc6761)
  TODO: maybe implement env variable to give hosts precedence
  TODO: more formats for parse_ipv6 (single ipv6 address without port, ...p80, ...#80)
  TODO: inet_aton maybe pack C4? no, add a comment why not
  TODO: socket prepare callbacks, can they easily signal failure as well?
  TODO: Олег Г <verdrehung@gmail.com>, empty A record response causes
  AnyEvent::resolve_sockaddr to eventually call pack_sockaddr with undef -
  broken dns server, but maybe improve the response.
  
  7.17 
  	- work around antique openssl version in RHEL 7  by formatting
            dh parameters differently (reported by several people).
  	- add t/13_weaken.t.

OBS-URL: https://build.opensuse.org/request/show/731677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=64
2019-09-21 06:37:09 +00:00
Lars Vogdt
e8009ca65d Accepting request 717353 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/717353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=62
2019-07-22 09:44:32 +00:00
8709b7669a Accepting request 679138 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/679138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=60
2019-03-01 07:40:11 +00:00
Stephan Kulow
273118e2be Accepting request 506073 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/506073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=58
2017-06-25 06:29:25 +00:00
bcd9eb349d Accepting request 428551 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/428551
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=56
2016-09-26 12:30:06 +00:00
Stephan Kulow
c4c54bca47 Accepting request 358162 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/358162
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=54
2016-02-08 06:48:22 +00:00
Stephan Kulow
641d471f29 Accepting request 332480 from devel:languages:perl:autoupdate
OBS-URL: https://build.opensuse.org/request/show/332480
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=53
2015-09-21 04:53:26 +00:00
Stephan Kulow
0e12386911 Accepting request 305145 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/305145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=51
2015-05-03 11:58:02 +00:00
Stephan Kulow
7d9f129681 Accepting request 296858 from devel:languages:perl:autoupdate
- updated to 7.08
   see /usr/share/doc/packages/perl-AnyEvent/Changes
  7.08 Wed Dec 10 05:27:17 CET 2014
          - work around a newly introduced bug in Socket 2.011 (an
            errornous sun_length check) (analyzed by Maxime Soulé).
  	- AnyEvent::TLS didn't load (but refer to) AnyEvent::Socket
            (analyzed by Ben Magistro).
          - AnyEvent::Strict will now confess, not croak. This is in line with
            it being a development/debugging tool.
          - work around a number of libglib bugs (debug builds of libglib enforce
            certain undocumented behaviour patterns such as not being able to
            remove a child watch source after it has fired, which we will try
            to emulate to avoid "criticals". what where they thinking...).
          - mention json security issues in AnyEvent::Handle, now that Douglas
            Crockford has foolishly and incompatibly changed JSON.
          - changed default dns resolver "max_outstanding" value from 1 to 10,
            the latter beinfg the intended value all along
            (reported by Ilya Chesnokov).
          - added new "AnyEvent::Impl::UV" interface module to the UV event lib
            (written by Mike Lowell).

OBS-URL: https://build.opensuse.org/request/show/296858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=49
2015-04-15 17:34:42 +00:00
Stephan Kulow
37265e497a - updated to 7.07
- the documentation for custom tls verify schemes was wrong. make it agree
         with the code (reported by Maxime Soulé).
      - added cbor read and write types to AnyEvent::Handle (using CBOR::XS).
       - work around an API change in openssl that could cause wrong tls connection
         aborts, likely on windows only (analyzed by sten).
       - calling AnyEvent->now_update with AnyEvent::Impl::Perl caused an
         endless loop (reported by Dietrich Rebmann).
       - add tlsv1_1 and tlsv1_2 protocols to AnyEvent::TLS
         (patch by Maxime Soulé).
       - document AnyEvent::Impl::IOAsync::set_loop and
         $AnyEvent::Impl::IOAsync::LOOP. Though only documented now, this
         functionality has _always_ been available.
      - force a toplevel domain name in t/81_hosts.t (analyzed by
         David Jack Wange Olrik).
       - document that AnyEvent::Log uses AnyEvent::IO.
       - warn about AnyEvent::Filesys::Notify performance.
       - praise the joys of AnyEvent::Fork::*.
       - time for an =encoding directive.
       - do no longer use JSON to create a default json coder, use
         JSON::XS or JSON::PP directly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=47
2014-02-09 14:45:24 +00:00
Stephan Kulow
9303116bb2 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=45
2013-10-04 11:58:08 +00:00
Stephan Kulow
41db4a93e9 Accepting request 177233 from home:coolo:update-perl
- updated to 7.04
      - debugging code left in.
      - AnyEvent::Socket::inet_aton did not work when dns resolution was
         used to find the addresses (analyzed and patch by Maxime Soulé).
       - fix a memory leak in the /etc/hosts lookup code when hosts don't
         resolve and are not in hosts (analyzed by sten).

OBS-URL: https://build.opensuse.org/request/show/177233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=43
2013-06-04 08:18:44 +00:00
Stephan Kulow
3ddb3ac2f5 - updated to 7.02
- AnyEvent::Util::run_cmd could block indefinitely (analyzed and test
     program by Yorhel).
   - verified that AnyEvent::Socket follows RFC5952.
   - try to parse "ADDR#PORT" in addition to "ADDR PORT".

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=41
2012-09-04 13:01:44 +00:00
Stephan Kulow
36371dbb70 - it's not noarch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=39
2012-05-30 07:48:35 +00:00
Stephan Kulow
f45013d751 - updated to 7.01
- fail with EPROTO in AnyEvent::Handle wqhen 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.
        - child watchers are broken in POE 1.352 (also many earlier
          versions) and there seems to be no way to work around it, as POE
          itself is inherently racy. Document this regression and add a delay
          in t/68_poe_03_child.t for the time being.
       - new module AnyEvent::IO, that is a frontend to either a pure-perl
          synchronous I/O implementation (AnyEvent::IO::Perl), or to the
          asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO).
        - load /etc/hosts only when DNS has no answer.
        - stat /etc/hosts on every access and reload it if it changed.
        - load /etc/hosts via AnyEvent::IO - potentially asynchronous.
        - fix a buggy croak in the dh parameter reading in AnyEvent::TLS.
        - AnyEvent::Log log_to_file and log_to_path now use AnyEvent::IO. As
          a side effect, they now use true appending as opposed to libc
          appending, and the file might not have been opened when the function
          returns.
        - the default logging level was not properly documented in a variety of
          places, this has hopefully been rectified.
       - updated uts46data.pl for unicode 6.1.0.
        - made log messages generated by AnyEvent submodules not
          include the package name anymore, as it will be logged
          by default already.
        - upgrade to the trick used by common-sense 3.5 to work
          around extra warning torture/breakage under perl 5.15.x.
        - log messages by anyevent are now ucfirst, are usually full

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=38
2012-05-25 03:24:48 +00:00
Stephan Kulow
562a798ed0 - updated to 6.14
- AnyEvent::Impl::Tk was broken due to a mysterious "die" inside,
        probably an editing mistake (reported by Darin McBride).
     - AnyEvent::Util::fork_call checked for POSIX availability in the wrong way,
        causing it to fail if POSIX wasn't loaded already (analysed by Rock Power).
     - AnyEvent::Handle::push_read (line => did pass $1 directly, so
        regex-matching inside the callback would change the parameter, despite
        $1 being dynamically scoped per-block. this perl bug is now being
        worked around (testcase by Cindy Wang).
     - $! was clobbered by subsequent calls in tcp_connect, due to
        the postpone not saving/restoring it (analyzed by Richard Garnish).
     - Tk cannot create windows when tainted unless you set a title, so
        set a dummy title for AnyEvent's dummy mainwindow. How dummy.
     - escape any nonprintable/nonascii characters when stringifying
        backtraces.
      - log the reason loading an interface module fails to load at level debug.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=34
2012-02-10 23:01:57 +00:00
Stephan Kulow
67fd17e8c1 - update to 6.1
- INCOMPATIBLE CHANGE: the default log level is now "4" (error
        and above), and some messages inside AnyEvent have been elevated
        to higher log levels to print by default.
   ... see Changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=31
2011-11-18 13:45:22 +00:00
Stephan Kulow
8506d8ba68 - updated to 6.02
- log_to_syslog now accepts facility strings.
   - log_to_syslog would not allow facilities - "$facility|$level"
     *literally* means that string. sheesh.
   - the CPAN parser got confused and thought we provide Sys::Syslog, try
     to work around.
   - renamed AnyEvent::Impl::FLTK2 to FLTK.
 ... for more see Changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=27
2011-09-19 08:28:14 +00:00
Christian Wittmer
df929646c6 fix deps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=24
2011-08-25 15:44:28 +00:00
Christian Wittmer
dc16237c53 fix deps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=23
2011-08-22 17:25:48 +00:00
Pascal Bleser
7d34be444b switch spec file to bm.pl
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=21
2011-06-11 22:05:46 +00:00
Pascal Bleser
eeda4e2b2f merge
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=19
2011-06-11 01:39:16 +00:00
Stephan Kulow
9267180777 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=15
2010-12-01 13:37:33 +00:00
OBS User buildservice-autocommit
8afb70fcb3 Updating link to change in openSUSE:Factory/perl-AnyEvent revision 6.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=1e2729a9b39adac694950929282ef992
2010-07-19 13:09:53 +00:00
OBS User autobuild
aaf3a7e65f Accepting request 43298 from devel:languages:perl
checked in (request 43298)

OBS-URL: https://build.opensuse.org/request/show/43298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=14
2010-07-19 13:09:52 +00:00
Christian Wittmer
889b53ef22 Accepting request 42640 from home:computersalat:devel:perl
Copy from home:computersalat:devel:perl/perl-AnyEvent via accept of submit request 42640 revision 2.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/42640
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=13
2010-07-06 09:04:22 +00:00
OBS User autobuild
8f97974fed Accepting request 41839 from devel:languages:perl
Copy from devel:languages:perl/perl-AnyEvent based on submit request 41839 from user coolo

OBS-URL: https://build.opensuse.org/request/show/41839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=3
2010-06-22 08:20:18 +00:00
OBS User autobuild
f3aa3f7ca2 Accepting request 34968 from devel:languages:perl
Copy from devel:languages:perl/perl-AnyEvent based on submit request 34968 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/34968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=1
2010-03-16 16:43:45 +00:00