diff --git a/debian/auth_mellon.conf b/debian/auth_mellon.conf new file mode 100644 index 0000000..2d3d336 --- /dev/null +++ b/debian/auth_mellon.conf @@ -0,0 +1,11 @@ +# MellonCacheSize sets the maximum number of sessions which can be active +# at once. When mod_auth_mellon reaches this limit, it will begin removing +# the least recently used sessions. +# Default: MellonCacheSize 100 +#MellonCacheSize 100 + +# MellonLockFile is the full path to a file used for synchronizing access +# to the session data. The path should only be used by one instance of +# apache at a time. +# Default: MellonLockFile "/tmp/mellonLock" +#MellonLockFile "/tmp/mellonLock" diff --git a/debian/auth_mellon.load b/debian/auth_mellon.load new file mode 100644 index 0000000..e085284 --- /dev/null +++ b/debian/auth_mellon.load @@ -0,0 +1 @@ +LoadModule auth_mellon_module /usr/lib/apache2/modules/mod_auth_mellon.so diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1291569 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,119 @@ +libapache2-mod-auth-mellon (0.5.0-1) unstable; urgency=low + + * Update version to 0.5.0. + + -- Olav Morken Fri, 09 Mar 2012 12:11:29 +0100 + +libapache2-mod-auth-mellon (0.4.0-1) unstable; urgency=low + + * Update version to 0.4.0. + + -- Olav Morken Wed, 18 May 2011 12:41:53 +0200 + +libapache2-mod-auth-mellon (0.3.0-1) unstable; urgency=low + + * Update version to 0.3.0. + + -- Olav Morken Thu, 12 Aug 2010 12:52:21 +0200 + +libapache2-mod-auth-mellon (0.2.7-1) unstable; urgency=low + + * Update version to 0.2.7. + + -- Olav Morken Mon, 31 May 2010 14:44:17 +0200 + +libapache2-mod-auth-mellon (0.2.6-1) unstable; urgency=low + + * Update version to 0.2.6. + + -- Olav Morken Mon, 16 Nov 2009 08:22:23 +0100 + +libapache2-mod-auth-mellon (0.2.5-1) unstable; urgency=low + + * Update version to 0.2.5. + + -- Olav Morken Mon, 16 Nov 2009 08:22:23 +0100 + +libapache2-mod-auth-mellon (0.2.4-1) unstable; urgency=low + + * Update version to 0.2.4. + + -- Olav Morken Tue, 11 Aug 2009 15:48:35 +0200 + +libapache2-mod-auth-mellon (0.2.3-1) unstable; urgency=low + + * Update version to 0.2.3. + + -- Olav Morken Fri, 07 Aug 2009 14:52:53 +0200 + +libapache2-mod-auth-mellon (0.2.2-1) unstable; urgency=low + + * Update version to 0.2.2. + + -- Olav Morken Fri, 07 Aug 2009 10:43:31 +0200 + +libapache2-mod-auth-mellon (0.2.0-1) unstable; urgency=low + + * Update version to 0.2.0. + + -- Olav Morken Wed, 13 May 2009 07:57:09 +0100 + +libapache2-mod-auth-mellon (0.1.1-1) unstable; urgency=low + + * Update version to 0.1.1. + + -- Olav Morken Fri, 6 Mar 2009 08:57:16 +0100 + +libapache2-mod-auth-mellon (0.1.0-1) unstable; urgency=low + + * Update version to 0.1.0. + + -- Olav Morken Tue, 11 Nov 2008 21:50:25 +0100 + +libapache2-mod-auth-mellon (0.0.7-1) unstable; urgency=low + + * Update version to 0.0.7. + + -- Olav Morken Tue, 1 Jul 2008 15:45:23 +0200 + +libapache2-mod-auth-mellon (0.0.6-1) unstable; urgency=low + + * Update version to 0.0.6. + + -- Olav Morken Wed, 15 Aug 2007 14:03:23 +0200 + + +libapache2-mod-auth-mellon (0.0.5-1) unstable; urgency=low + + * Update version to 0.0.5. + + -- Olav Morken Wed, 8 Aug 2007 11:36:13 +0200 + + +libapache2-mod-auth-mellon (0.0.4-1) unstable; urgency=low + + * Update version to 0.0.4. + + -- Olav Morken Tue, 7 Aug 2007 10:30:43 +0200 + + +libapache2-mod-auth-mellon (0.0.3-1) unstable; urgency=low + + * Update version to 0.0.3. + + -- Olav Morken Fri, 13 Jul 2007 14:30:05 +0200 + + +libapache2-mod-auth-mellon (0.0.2-1) unstable; urgency=low + + * Update version to 0.0.2. + + -- Olav Morken Tue, 10 Jul 2007 08:55:49 +0200 + + +libapache2-mod-auth-mellon (0.0.1-1) unstable; urgency=low + + * Initial release + + -- Olav Morken Mon, 9 Jul 2007 09:52:45 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7bcdb03 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: libapache2-mod-auth-mellon +Section: web +Priority: extra +Maintainer: Olav Morken +Build-Depends: debhelper (>= 5), autotools-dev, apache2-prefork-dev (>= 2.0.55), libcurl3-dev, liblasso3-dev (>= 2.1.0) +Standards-Version: 3.7.2 + +Package: libapache2-mod-auth-mellon +Architecture: any +Depends: openssl, apache2.2-common, libcurl3, liblasso3 (>= 2.1.0) +Description: A SAML 2.0 authentication module for Apache + mod-auth-mellon is an Apache module which enables you to authenticate + users of a web site against a SAML 2.0 enabled IdP. + After installing this package, you should run "a2enmon auth_mellon". See + /usr/share/doc/libapache2-mod-auth-mellon/README.gz for configuration + information. + +Package: libapache2-mod-auth-mellon-dbg +Architecture: any +Depends: libapache2-mod-auth-mellon (=${Source-Version}) +Description: Debug symbols for libapache2-mod-auth-mellon. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fbeea05 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by Olav Morken on +Fri, 6 Jul 2007 15:25:15 +0200. + +Copyright: 2007 UNINETT + +License: + +GPL + + +The Debian packaging is (C) 2007, UNINETT and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..8e8d38b --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/lib/apache2/modules diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..5502ed8 --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..333941e --- /dev/null +++ b/debian/install @@ -0,0 +1,3 @@ +.libs/mod_auth_mellon.so usr/lib/apache2/modules +debian/auth_mellon.load /etc/apache2/mods-available +debian/auth_mellon.conf /etc/apache2/mods-available diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..efa4613 --- /dev/null +++ b/debian/rules @@ -0,0 +1,108 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: + ./autogen.sh + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/mod-auth-mellon.sgml > mod-auth-mellon.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip --dbg-package=libapache2-mod-auth-mellon-dbg + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb +# dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install