Bug 252276 - [PATCH] security/wpa_supplicant - add SIM_SIMULATOR and USIM_SIMULATOR options
Summary: [PATCH] security/wpa_supplicant - add SIM_SIMULATOR and USIM_SIMULATOR options
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-29 22:43 UTC by Terry Burton
Modified: 2020-12-30 05:40 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (cy)


Attachments
Add SIM_SIMULATOR and USIM_SIMULATOR options (1.29 KB, patch)
2020-12-29 22:43 UTC, Terry Burton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Terry Burton 2020-12-29 22:43:20 UTC
Created attachment 221095 [details]
Add SIM_SIMULATOR and USIM_SIMULATOR options

Add Ports options for build-time parameters SIM_SIMULATOR and USIM_SIMULATOR which enabled features that are used for testing EAP-AKA and EAP-SIM authentication.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-30 05:38:54 UTC
A commit references this bug:

Author: cy
Date: Wed Dec 30 05:38:19 UTC 2020
New revision: 559640
URL: https://svnweb.freebsd.org/changeset/ports/559640

Log:
  Add SIM_SIMULATOR and USIM_SIMULATOR options.

  SIM_SIMULATOR and USIM_SIMULATOR options enable features that are used for
  testing EAP-AKA and EAP-SIM authentication.

  PR:		252276
  Submitted by:	Terry Burton <tez _ terryburton.co.uk>

Changes:
  head/security/wpa_supplicant/Makefile
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2020-12-30 05:40:49 UTC
Committed. Thanks for the patch.