2012-03-12 08:08:40 by Steven Drake | Files touched by this commit (1) |
Log message:
Add security/openssl buildlink to the buildlink3.mk file.
|
2011-10-03 13:48:12 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.0.14:
* Several SSL bufferevent fixes
* A Solaris sendfile bugfix
* A few other IOCP and rate-limiting bufferevent fixes
* Memory leak fixes
* Coverity fixes
* Portability and build fixes
* and more...
|
2011-09-14 18:33:45 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
Fix build on SunOS.
|
2011-04-23 23:17:29 by Julio Merino | Files touched by this commit (1) |
Log message:
Fix the interpreter of event_rpcgen.py to point to a known Python binary.
This requires a dependency on Python. Bump PKGREVISION to 1.
This is probably not the best solution: I guess it'd be nice to have a
libevent package that only included the binary libraries and no dependency
on Python, and another libevent-dev package with the event_rpcgen.py binary
and the Python dependency. But this can be done later; I want to just fix
the breakage first.
|
2011-02-11 22:13:48 by Tobias Nygren | Files touched by this commit (7) |
Log message:
Update to libevent-2.0.10.
Supposedly API backwards-compatible with libevent 1.x.
Will need a recursive revbump for shlib name changes, though.
All regression tests pass except "thread_conditions_simple". Not sure
why yet, but it's new API so shouldn't break anything existing in pkgsrc
today.
Changes in libevent 2.0 include cleaner interfaces, buffered I/O improvements,
improved multithreading and openssl integration.
|
2010-01-29 16:13:00 by Tobias Nygren | Files touched by this commit (1) |
Log message:
adust CONFLICTS
|
2009-11-13 18:31:07 by Matthias Drochner | Files touched by this commit (1) |
Log message:
recognize builtin libevent-1.4.12 (as in NetBSD-current)
|
2009-10-27 22:02:26 by Matthias Drochner | Files touched by this commit (1) |
Log message:
recognize builtin libevent 1.4.11
|
2009-08-18 19:14:55 by Matthias Drochner | Files touched by this commit (1) |
Log message:
recognize builtin libevent-1.4 so that apps can build against it
This way we sidestep the mess introduced by conflicting libev/libevent,
at least on NetBSD>=5.
|
2009-08-18 18:53:14 by Matthias Drochner | Files touched by this commit (2) |
Log message:
That's all not true... SONAMEs didn't change since at least 1.4.3.
Relax ABI dependency and remove an outdated comment.
|