libhtp: Update version from 0.5.30-1 to 0.5.30-1+deb10u1 #183
+8
−10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of pull request
This version fixes following CVEs.
ELA: ELA-1588-1
This version contains patches so removed DEBIAN_QUILT_PATCHES line.
Testing
Package build
Add the following to local.conf.
Functional checks
Build and Start the image on BUILD_PC.
Open another terminal and connect to BUILD_PC.
Then transfer the source tree from BUILD_PC to QEMU.
Create a Makefile to run the tests.
Change the test target link (the dependency of the executable
./libhtp-0.5.30/test/test_all) to the installed file (/usr/local/lib/libhtp.so.2.0.0).Run libhtp test.
Check that the test target links include the installed file (
/usr/local/lib/libhtp.so.2.0.0).Test result
Package build
The package was successfully built.
Functional checks
There was no difference in test results before and after the update.
The test target links were confirmed to include installed files (
/usr/local/lib/libhtp.so.2.0.0).