notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/mod_auth_openidc/Makefile
SVNWeb

Number of commits found: 18

Wed, 25 Jan 2023
[ 17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  40843b1  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 8 Apr 2022
[ 17:03 Ryan Steinmetz (zi) search for other commits by this committer ]    commit hash:134f05e5af890c40699eb6f3a014a9c2b145bf86  commit hash:134f05e5af890c40699eb6f3a014a9c2b145bf86  commit hash:134f05e5af890c40699eb6f3a014a9c2b145bf86  134f05e 
www/mod_auth_openidc: Update to 2.4.11.1
Wed, 28 Apr 2021
[ 21:18 Ryan Steinmetz (zi) search for other commits by this committer ]    commit hash:94e0b61909f6876ae87bdb6a86d97869269d8fe6  commit hash:94e0b61909f6876ae87bdb6a86d97869269d8fe6  commit hash:94e0b61909f6876ae87bdb6a86d97869269d8fe6  94e0b61 
www/mod_auth_openidc: Update to 2.4.7
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 12 Sep 2020
[ 13:45 zi search for other commits by this committer ] Original commit   Revision:548368
- Update to 2.4.4.1
Thu, 8 Aug 2019
[ 13:52 zi search for other commits by this committer ] Original commit   Revision:508383
- Update to 2.3.11
Tue, 29 Jan 2019
[ 17:16 zi search for other commits by this committer ] Original commit   Revision:491585
- Update to 2.3.10.2
Sun, 7 Oct 2018
[ 15:31 zi search for other commits by this committer ] Original commit   Revision:481449
- Update to 2.3.8
Mon, 21 May 2018
[ 01:51 zi search for other commits by this committer ] Original commit   Revision:470500
- Update to 2.3.5
Sun, 11 Mar 2018
[ 17:38 brnrd search for other commits by this committer ] Original commit   Revision:464189 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:459824
- 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 search for other commits by this committer ] Original commit   Revision:454766
- Update to 2.3.3
Sat, 23 Sep 2017
[ 03:22 zi search for other commits by this committer ] Original commit   Revision:450420
- Update to 2.3.2
Thu, 14 Sep 2017
[ 00:37 zi search for other commits by this committer ] Original commit   Revision:449817
- 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 search for other commits by this committer ] Original commit   Revision:449778
- Update ordering of variables

Requested by:	mat@
[ 02:04 zi search for other commits by this committer ] Original commit   Revision:449748
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