non port: www/mod_auth_mellon/Makefile |
SVNWeb
|
Number of commits found: 24 |
Mon, 15 May 2023
|
[ 19:02 Ryan Steinmetz (zi) ] 246fee0
www/mod_auth_mellon: Update to 0.18.1
|
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, 2 Nov 2022
|
[ 11:59 Ryan Steinmetz (zi) ] 9507308
www/mod_auth_mellon: Add another key block to generated metadata for encryption
Bump PORTREVISION
|
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 )
|
Wed, 22 Sep 2021
|
[ 13:00 Ryan Steinmetz (zi) ] 7e978f9
www/mod_auth_mellon: Update to 0.18.0
|
Sat, 4 Sep 2021
|
[ 11:45 Bernhard Froehlich (decke) ] 3006e97
www/mod_auth_mellon: Fix CPE information
Approved by: portmgr (blanket)
|
Tue, 27 Jul 2021
|
[ 19:37 Ryan Steinmetz (zi) ] 84d3213
www/mod_auth_mellon: Add metadata creation script, bump PORTREVISION
|
Sat, 1 May 2021
|
[ 17:55 Tobias Kortkamp (tobik) ] 6707a3c (Only the first 10 of 47 ports in this commit are shown above. )
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
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:57 zi ]
- Update to 0.17.0
|
Mon, 18 May 2020
|
[ 18:46 zi ]
New port: www/mod_auth_mellon:
mod_auth_mellon is an authentication module for Apache. It authenticates
the user against a SAML 2.0 IdP, and grants access to directories
depending on attributes received from the IdP.
WWW: https://github.com/latchset/mod_auth_mellon
|
Thu, 24 Jul 2014
|
[ 16:33 bapt ] (Only the first 10 of 79 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Mon, 14 Jul 2014
|
[ 18:56 bapt ]
Modernize LIB_DEPENDS
With hat: portmgr
|
Fri, 21 Feb 2014
|
[ 22:16 tj ]
Add license and remove so version from lib_depends
|
[ 21:59 tj ]
Update to 0.7.0.
Changes:
* Add MellonSPentityId to control entityId in autogenerated metadata
* Fix compatibility with Apache 2.4.
* Handle empty RelayState the same as missing RelayState.
* Add MellonSetEvnNoPrefix directive to set environment variables
without "MELLON_"-prefix.
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Tue, 3 Sep 2013
|
[ 06:36 bapt ] (Only the first 10 of 148 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
|
Sun, 9 Dec 2012
|
[ 17:57 tj ]
Update to 0.5.0.
Changes:
http://modmellon.googlecode.com/svn/tags/v0.5.0/mod_mellon2/NEWS
Feature safe: yes
Approved by: eadler, db (mentors, implicit)
|
Sat, 22 Sep 2012
|
[ 21:15 ohauer ] (Only the first 10 of 45 ports in this commit are shown above. )
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@
|
Thu, 31 May 2012
|
[ 19:40 tj ] (Only the first 10 of 18 ports in this commit are shown above. )
Update my email address.
Approved by: eadler (mentor)
|
Sat, 20 Aug 2011
|
[ 17:27 ohauer ] (Only the first 10 of 152 ports in this commit are shown above. )
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
|
Thu, 11 Nov 2010
|
[ 05:09 pgollucci ]
This is a port of mod_auth_mellon, which is an apache module built around lasso
that provides a SAML 2 SP endpoint.
WWW: http://docs.feide.no/fs-0050
WWW: http://code.google.com/p/modmellon/
PR: ports/152083
Submitted by: Tom Judge <tom at tomjudge.com>
|
Number of commits found: 24 |