| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 08:50:47
0.3.0_2
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
12 Dec 2012 18:48:34
0.3.0_2
|
wxs  |
Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it. |
10 Oct 2012 11:41:35
0.3.0_2
|
zi  |
- Add patch to fix null dereference
- Bump PORTREVISION
Approved by: wxs@ (maintainer)
Obtained from: Upstream bug repo |
06 Sep 2012 02:06:37
0.3.0_1
|
zi  |
- Link against required libiconv
- Fix build when using custom PREFIX/LOCALBASE
- Bump PORTREVISION
Approved by: wxs (maintainer) |
28 Aug 2012 14:38:40
0.3.0
|
wxs  |
Silence a REINPLACE_CMD. |
28 Aug 2012 09:21:12
0.3.0
|
wxs  |
Update to 0.3.0 |
09 Apr 2012 02:41:18
0.2.8
|
wxs  |
Update to 0.2.8
Feature safe: yes |
02 Apr 2012 00:56:55
0.2.7
|
wxs  |
Fixup WWW.
Feature safe: yes |
31 Jan 2012 19:01:26
0.2.7
|
wxs  |
Update to 0.2.7 |
25 Dec 2011 02:41:07
0.2.6
|
wxs  |
LibHTP is a security-aware parser for the HTTP protocol and the related bits
and pieces. The goals of the project, in the order of importance, are as
follows:
1. Completeness of coverage; LibHTP must be able to parse virtually all
traffic that is found in practice.
2. Permissive parsing; LibHTP must never fail to parse a stream that would
be parsed by some other web server.
3. Awareness of evasion techniques; LibHTP must be able to detect and
effectively deal with various evasion techniques, producing, where
practical, identical or practically identical results as the web
server processing the same traffic stream.
4. Performance; The performance must be adequate for the desired tasks.
Completeness and security are often detremental to performance. Our
idea of handling the conflicting requirements is to put the library
user in control, allowing him to choose the most desired library
characteristic.
Author: Ivan Ristic <ivanr@webkreator.com>
WWW: http://www.libhtp.org |