Bug 275299 - [PATCH] www/angie-module-testcookie: New angie module
Summary: [PATCH] www/angie-module-testcookie: New angie module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-24 10:01 UTC by oleg
Modified: 2024-02-22 12:35 UTC (History)
1 user (show)

See Also:


Attachments
[PATCH] www/angie-module-testcookie: New angie module (4.76 KB, patch)
2023-11-24 10:01 UTC, oleg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description oleg 2023-11-24 10:01:09 UTC

    
Comment 1 oleg 2023-11-24 10:01:25 UTC
Created attachment 246534 [details]
[PATCH] www/angie-module-testcookie: New angie module
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-02-22 12:32:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f3bdc0e7ae3912b61ec9517633b15a6caec0bf5

commit 2f3bdc0e7ae3912b61ec9517633b15a6caec0bf5
Author:     Oleg A. Mamontov <oleg@mamontov.net>
AuthorDate: 2023-11-24 09:45:46 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-02-22 12:31:52 +0000

    www/angie-module-testcookie: New angie module

    Module is a simple robot mitigation module using cookie based
    challenge/response technique. Challenge cookies can be set using different
    methods and can be encrypted and then decrypted at client side with JavaScript.

    PR:             275299

 www/Makefile                                       |  1 +
 www/angie-module-testcookie/Makefile (new)         | 25 ++++++++++++++++++++++
 .../files/pkg-message.in (new)                     | 15 +++++++++++++
 www/angie-module-testcookie/pkg-descr (new)        |  3 +++
 www/angie-module-testcookie/pkg-plist (new)        |  4 ++++
 www/angie/distinfo                                 |  4 +++-
 6 files changed, 51 insertions(+), 1 deletion(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2024-02-22 12:35:03 UTC
Thank you for your contribution.