Skip to content

Commit

Permalink
Merge pull request #1577 from tempesta-tech/dkms_path_fix
Browse files Browse the repository at this point in the history
dkms_build modules path fix
  • Loading branch information
pale-emperor authored Mar 2, 2022
2 parents 6841bb0 + f148a1b commit 7c6285d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions pkg/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
tempesta-fw-dkms (0.6.8) focal; urgency=medium

* Fix parsing of an empty extension if it comes last in ClientHello.
* Fix cached data corruption during encryption.
* Close the connection on errors during TLS handshake stage.
* Fix decryption of large records spanning multiple skb's.
* Verify ClientHello extention lengths before trying to read their data.
* Fix the deadlock caused by the error reporting during handshake stage.
* Handle ciphertexts larger than 16384 bytes.

-- Tempesta Technologies, Inc. <info@tempesta-tech.com> Wed, 3 Mar 2022 20:13:43 +0500

tempesta-fw-dkms (0.5.0) stretch; urgency=medium

* Add HTTP health monitoring
Expand Down
4 changes: 2 additions & 2 deletions pkg/debian/tempesta-fw-dkms.dkms
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_V
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"

BUILT_MODULE_NAME[0]="tempesta_db"
BUILT_MODULE_LOCATION[0]="tempesta_db/core"
BUILT_MODULE_LOCATION[0]="db/core"
DEST_MODULE_LOCATION[0]="/kernel/net"
STRIP[0]=no

Expand All @@ -15,7 +15,7 @@ DEST_MODULE_LOCATION[1]="/kernel/net"
STRIP[1]=no

BUILT_MODULE_NAME[2]="tempesta_fw"
BUILT_MODULE_LOCATION[2]="tempesta_fw"
BUILT_MODULE_LOCATION[2]="fw"
DEST_MODULE_LOCATION[2]="/kernel/net"
STRIP[2]=no

Expand Down

0 comments on commit 7c6285d

Please sign in to comment.