Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d0b41c16b8 | |||
| 1c1a458a05 | |||
| 8bd67e118f | |||
| 2c320b2456 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f0719732fd0c82f9915e3df27e31548798590ad624fbad24f58b50885248ab8
|
||||
size 503546
|
||||
3
libhtp-0.5.50.tar.gz
Normal file
3
libhtp-0.5.50.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9298c1dab9c006944cf851192dc3cbec77d120b04f320bbfdc3426eace91c330
|
||||
size 504360
|
||||
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 22:36:21 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- WARNING: OISF is in the process of migrating this package to
|
||||
Rust, so support may be discontinued in the future
|
||||
|
||||
- Reformat spec file to hard-wrap long lines
|
||||
- Update to version 0.5.50:
|
||||
* response: do not error on gap finishing content-length
|
||||
* chunks: probe validity if data was not buffered
|
||||
* chunks: abort asap on invalid chunk length
|
||||
* response: end decompressors in chunked content
|
||||
* decompressors: do not take data after end
|
||||
* readme: update status
|
||||
* readme: update goals
|
||||
* response: end decompressors in chunked content
|
||||
* scan-build: work around optin.performance.Padding
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 12:37:06 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.5.49
|
||||
* headers: put a configurable limit on their numbers.
|
||||
* htp/table: only fetch element when needed.
|
||||
* fuzz: limits the number of transactions.
|
||||
* fuzz: improve debug output.
|
||||
* fuzz: flush to get full assertion text.
|
||||
* request: trim headers values also when there is no name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 1 20:30:02 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
12
libhtp.spec
12
libhtp.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libhtp
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -21,7 +21,7 @@
|
||||
%define lname %{name}%{sover}
|
||||
%bcond_without tests
|
||||
Name: libhtp
|
||||
Version: 0.5.48
|
||||
Version: 0.5.50
|
||||
Release: 0
|
||||
Summary: HTTP normalizer and parser
|
||||
License: BSD-3-Clause
|
||||
@@ -38,14 +38,18 @@ BuildRequires: c++_compiler
|
||||
%endif
|
||||
|
||||
%description
|
||||
The HTP Library is an HTTP normalizer and parser written by Ivan Ristic of Mod Security fame for the OISF. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine, but may also be used independently in a range of applications and tools.
|
||||
LibHTP is a security-aware parser for the HTTP protocol and the related bits
|
||||
and pieces. The goal of the project is mainly to support the Suricata use case.
|
||||
Other use cases might not fully be supported, and we encourage you to cover these.
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Library for HTTP normalizer and parser
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
The HTP Library is an HTTP normalizer and parser written by Ivan Ristic of Mod Security fame for the OISF. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine, but may also be used independently in a range of applications and tools.
|
||||
LibHTP is a security-aware parser for the HTTP protocol and the related bits
|
||||
and pieces. The goal of the project is mainly to support the Suricata use case.
|
||||
Other use cases might not fully be supported, and we encourage you to cover these.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
|
||||
Reference in New Issue
Block a user