-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [libevent] add features * Update version * Add libevent[openssl] dependent for evpp * Update CONTROL file
- Loading branch information
1 parent
ff6a725
commit 058f6e2
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Source: evpp | ||
Version: 0.7.0-1 | ||
Version: 0.7.0-2 | ||
Homepage: https://github.com/Qihoo360/evpp | ||
Description: A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols. | ||
Build-Depends: glog, libevent, rapidjson, concurrentqueue (!windows), boost-lockfree (!windows) | ||
Build-Depends: glog, libevent (windows), libevent[openssl] (!windows), rapidjson, concurrentqueue (!windows), boost-lockfree (!windows) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
Source: libevent | ||
Version: 2.1.11 | ||
Version: 2.1.11-1 | ||
Build-Depends: openssl | ||
Homepage: https://github.com/libevent/libevent | ||
Description: An event notification library | ||
|
||
Feature: openssl | ||
Description: Support for openssl | ||
Build-Depends: openssl | ||
|
||
Feature: thread | ||
Description: Support for thread |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters