Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32503
Modified Files:
Makefile.build Makefile.install md5sum.lst
Log Message:
added google authenticator support for apache
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- Makefile.build 1 Jan 2016 21:50:21 -0000 1.100
+++ Makefile.build 3 Jan 2016 21:04:42 -0000 1.101
@@ -119,7 +119,8 @@
GROUP_X := git pymilter GeoIP avahi cifs-utils kmod pwauth mod_authnz_external mod_authz_unixgroup \
shellinabox pam-abl mod_spdy netatalk opendkim backports.ssl_match_hostname certifi futures \
- pycurl html5lib GateOne ZoneMinder intltool v4l dovecot-pigeonhole cluster-glue resource-agents
+ pycurl html5lib GateOne ZoneMinder intltool v4l dovecot-pigeonhole cluster-glue resource-agents \
+ google-authenticator-apache-module
# End of dependencies
@@ -817,6 +818,8 @@
mod_authz_unixgroup: | httpd
+google-authenticator-apache-module: | httpd
+
shellinabox: | Linux-PAM openssl zlib
libconfig: | $(GROUP_14)
Index: md5sum.lst
===================================================================
RCS file: /cvsroot/devil-linux/build/md5sum.lst,v
retrieving revision 1.780
retrieving revision 1.781
diff -u -d -r1.780 -r1.781
--- md5sum.lst 1 Jan 2016 21:50:21 -0000 1.780
+++ md5sum.lst 3 Jan 2016 21:04:42 -0000 1.781
@@ -150,6 +150,7 @@
80a84ced45152efab77b86bf38e32a9b src/gnupg-1.4.19.tar.xz
8d01c7e7f2cbc5871fdca832d2260b6b src/gnutls-3.3.17.1.tar.xz
5131c549226f03309566a99e619a1252 src/gocr-0.50.tar.xz
+146f1d8b2902f2d37484fdf8b9cd064a src/google-authenticator-apache-module.tar.xz
b0adf0605b15622873e35b2fda2e8ad2 src/google-authenticator-git-20151224.tar.xz
508288a1c5500b1712629af7a7888962 src/gperf-3.0.4.tar.xz
c2097b85ba5d5dd8338c3fd97fd17376 src/gpm-1.20.7.tar.xz
Index: Makefile.install
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.install,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Makefile.install 1 Jan 2016 21:50:21 -0000 1.57
+++ Makefile.install 3 Jan 2016 21:04:42 -0000 1.58
@@ -110,7 +110,7 @@
GROUP_X := git pymilter GeoIP avahi cifs-utils pwauth mod_authnz_external mod_authz_unixgroup \
shellinabox pam-abl mod_spdy netatalk backports.ssl_match_hostname certifi futures \
pycurl setuptools html5lib GateOne ZoneMinder kmod dovecot-pigeonhole cluster-glue \
- resource-agents
+ resource-agents google-authenticator-apache-module
# End of dependencies
@@ -733,6 +733,8 @@
mod_authz_unixgroup: | httpd
+google-authenticator-apache-module: | httpd
+
shellinabox: | Linux-PAM openssl
pam-abl: | Linux-PAM
|