Compare commits

4 Commits

Author SHA256 Message Date
d0b41c16b8 Accepting request 1291525 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1291525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhtp?expand=0&rev=21
2025-07-10 20:11:27 +00:00
1c1a458a05 Accepting request 1280714 from home:VaiTon:branches:server:monitoring
- 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

OBS-URL: https://build.opensuse.org/request/show/1280714
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/libhtp?expand=0&rev=45
2025-07-09 15:29:33 +00:00
8bd67e118f Accepting request 1222512 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1222512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhtp?expand=0&rev=20
2024-11-08 10:59:43 +00:00
2c320b2456 Accepting request 1205514 from home:mnhauke:monitoring
- 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.

OBS-URL: https://build.opensuse.org/request/show/1205514
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/libhtp?expand=0&rev=43
2024-11-07 16:34:37 +00:00
4 changed files with 40 additions and 7 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9298c1dab9c006944cf851192dc3cbec77d120b04f320bbfdc3426eace91c330
size 504360

View File

@@ -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>

View File

@@ -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}