Port details |
- iddawc OAuth2/OIDC Client and Relying Party library
- 1.1.8 security =2 1.1.8Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2022-07-08 22:03:09
- Last Update: 2023-06-30 07:02:11
- Commit Hash: 83ba054
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://babelouest.github.io/iddawc/
- https://github.com/babelouest/iddawc
- Description:
- Iddawc is a C library used to implement OAuth2/OIDC clients according to the
OAuth2 RFC and the OpenID Connect Specs.
It's based on Ulfius library for the HTTP requests and response management and
Rhonabwy library for the JOSE management.
Iddawc supports the following features:
- Loading openid-configuration endpoints and parsing the results
- Making auth requests using the given parameters (client_id, client_secret,
redirect_uri, etc.) and parsing the result
- Making token requests using the given parameters (code, client_id,
client_secret, redirect_uri, etc.) and parsing the result
- Making userinfo, token introspection, token revocation requests
- Parse responses, validate id_token
- Registering new clients using the register endpoint if any
- Sending signed and or encrypted requests in the auth and token endpoints
- Client TLS Authentication available
- Making Pushed Auth Requests
- Making Rich Auth Requests
- Adding claims to requests
- Sending DPoP proofs
- JWT Secured Authorization Response Mode
- End session and single-logout functionalities
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/iddawc/ && make install clean
- To add the package, run one of these commands:
- pkg install security/iddawc
- pkg install iddawc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iddawc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686496690
SHA256 (babelouest-iddawc-v1.1.8_GH0.tar.gz) = 1e075ffd64b26ab042b571473d4be6d6fcfc11f348b4833c79af52d70573dc59
SIZE (babelouest-iddawc-v1.1.8_GH0.tar.gz) = 1463208
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- jansson>=2.11 : devel/jansson
- orcania>=2.3.2 : devel/orcania
- rhonabwy>=1.1.10 : security/rhonabwy
- ulfius>=2.7.12 : www/ulfius
- yder>=1.4.14 : devel/yder
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libcurl.so : ftp/curl
- libgnutls.so : security/gnutls
- libjansson.so : devel/jansson
- libmicrohttpd.so : www/libmicrohttpd
- liborcania.so : devel/orcania
- librhonabwy.so : security/rhonabwy
- libulfius.so : www/ulfius
- libyder.so : devel/yder
- This port is required by:
- for Libraries
-
- www/glewlwyd
Configuration Options:
- No options to configure
- Options name:
- security_iddawc
- USES:
- cmake pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.8 30 Jun 2023 07:02:11 |
Po-Chuan Hsieh (sunpoet) |
security/iddawc: Update to 1.1.8
- Update WWW
- Update version requirement of BUILD_DEPENDS
- Use USES=pathfix to fix .pc installation
- Use complete arguments/options
- Update pkg-descr
- Take maintainership
Changes: https://github.com/babelouest/iddawc/releases |
1.1.7 26 May 2023 12:23:24 |
Dan Langille (dvl) |
www/glewlwyd: Give up maintainership
Give up maintainership of www/glewlwyd and related ports.
I no longer use this and have no interest/motivation to maintain them.
I hope someone can pick it up and get it working/up to date. It seems
like a good solution, but I cannot devote time to it. |
1.1.7 03 Dec 2022 18:30:54 |
Dan Langille (dvl) |
security/iddawc: Update to 1.1.7 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.6 22 Aug 2022 20:38:15 |
Dan Langille (dvl) |
security/iddawc: Update to 1.1.6
re: https://github.com/babelouest/iddawc/releases/tag/v1.1.5
https://github.com/babelouest/iddawc/releases/tag/v1.1.6 |
1.1.4 08 Jul 2022 21:57:13 |
Dan Langille (dvl) |
security/iddawc: New port: OAuth2/OIDC Client
OAuth2/OIDC Client and Relying Party library |