non port: www/mod_auth_openidc/Makefile |
SVNWeb
|
Number of commits found: 18 |
Wed, 25 Jan 2023
|
[ 17:54 Muhammad Moinur Rahman (bofh) ] 40843b1 (Only the first 10 of 106 ports in this commit are shown above. )
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 8 Apr 2022
|
[ 17:03 Ryan Steinmetz (zi) ] 134f05e
www/mod_auth_openidc: Update to 2.4.11.1
|
Wed, 28 Apr 2021
|
[ 21:18 Ryan Steinmetz (zi) ] 94e0b61
www/mod_auth_openidc: Update to 2.4.7
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 12 Sep 2020
|
[ 13:45 zi ]
- Update to 2.4.4.1
|
Thu, 8 Aug 2019
|
[ 13:52 zi ]
- Update to 2.3.11
|
Tue, 29 Jan 2019
|
[ 17:16 zi ]
- Update to 2.3.10.2
|
Sun, 7 Oct 2018
|
[ 15:31 zi ]
- Update to 2.3.8
|
Mon, 21 May 2018
|
[ 01:51 zi ]
- Update to 2.3.5
|
Sun, 11 Mar 2018
|
[ 17:38 brnrd ] (Only the first 10 of 117 ports in this commit are shown above. )
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
|
Wed, 24 Jan 2018
|
[ 09:41 ak ]
- Update name of autoreconf WRKSRC variable in comment
- Fix a few ports with invalid USES autoreconf arguments
- Add check for invalid USES autoreconf arguments
Differential Revision: https://reviews.freebsd.org/D14004
Approved by: tijl (autotools maintainer), portmgr (mat)
|
Thu, 23 Nov 2017
|
[ 16:25 zi ]
- Update to 2.3.3
|
Sat, 23 Sep 2017
|
[ 03:22 zi ]
- Update to 2.3.2
|
Thu, 14 Sep 2017
|
[ 00:37 zi ]
- Add redis support
- Add CPE information
- Don't bump PORTREVISION as this is a NOOP
PR: 208127
Submitted by: wollman@
|
Wed, 13 Sep 2017
|
[ 12:38 zi ]
- Update ordering of variables
Requested by: mat@
|
[ 02:04 zi ]
New port: www/mod_auth_openidc:
mod_auth_openidc is an authentication/authorization module for the Apache 2.x
HTTP server that functions as an OpenID Connect Relying Party, authenticating
users against an OpenID Connect Provider. It can also function as an OAuth 2.0
Resource Server, validating OAuth 2.0 access tokens presented by OAuth 2.0
Clients.
WWW: https://github.com/pingidentity/mod_auth_openidc/
|
Number of commits found: 18 |