forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtual/hyperscan: new package, add 5.4.2, 5.4.11
dev-libs/hyperscan has recently changed the license to Intel Proprietary License (IPL) beginning from version 5.5, see section 2.2 in [1]. It is currently unclear if upstream will maintain the public version [2]. However, there is dev-libs/vectorscan fork already present in the tree. It is actively maintained drop-in replacement of hyperscan, but it has some ABI incompatibilities. This package should be used instead of dev-libs/hyperscan, it will naturally solve a transitions between hyperscan and vectorscan. Users can still select the preferred version by appending it to the world list or by masking the other one. [1] https://networkbuilders.intel.com/docs/networkbuilders/accelerate-snort-performance-with-hyperscan-and-intel-xeon-processors-on-public-clouds-1680176363.pdf [2] intel/hyperscan#421 Signed-off-by: Petr Vaněk <[email protected]>
- Loading branch information
Showing
5 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright 2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="Vritual for hyperscan" | ||
|
||
# subslot prefixes: | ||
# h - for hyperscan | ||
# v - for vectorscan | ||
SLOT="0/v5" | ||
KEYWORDS="~amd64" | ||
|
||
RDEPEND="dev-libs/vectorscan:0/5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright 2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="Vritual for hyperscan" | ||
|
||
# subslot prefixes: | ||
# h - for hyperscan | ||
# v - for vectorscan | ||
SLOT="0/h0" | ||
KEYWORDS="amd64 x86" | ||
|
||
RDEPEND="dev-libs/hyperscan:0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person" proxied="yes"> | ||
<email>[email protected]</email> | ||
<name>Petr Vaněk</name> | ||
</maintainer> | ||
<maintainer type="project" proxied="proxy"> | ||
<email>[email protected]</email> | ||
<name>Proxy Maintainers</name> | ||
</maintainer> | ||
<stabilize-allarches/> | ||
</pkgmetadata> |