diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-27 11:27:24 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-27 11:52:14 +0000 |
| commit | d91356587353d4ec0ac116623486eab85ee39fc7 (patch) | |
| tree | 67e0af473781eb3871b306bad782e540be665af7 | |
| parent | aabd3c60967c06a0f7489ec52745bb45ce65c715 (diff) | |
archivers/ha: Revert "Add CPE information"
The CVE-2015-1198 points to an invalid CPE entry for "Linux
High Availability".
This reverts commit 8e36aa89c5357316ed5bf1cc3d877624b51e21a6.
Discussed with: ak@
See: https://nvd.nist.gov/vuln/detail/CVE-2015-1198
See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774954
| -rw-r--r-- | archivers/ha/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 15f05c41b881..3e69951b4d82 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -16,8 +16,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix ALL_TARGET= ha -USES= cpe gmake tar:tgz -CPE_VENDOR= linux-ha +USES= gmake tar:tgz post-patch: @${REINPLACE_CMD} 's,<malloc.h>,<stdlib.h>,' \ |
