rpms/horde/devel horde.spec,1.10,1.11

Nigel Jones nigelj at fedoraproject.org
Wed Sep 10 09:08:15 UTC 2008


Author: nigelj

Update of /cvs/pkgs/rpms/horde/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23911/devel

Modified Files:
	horde.spec 
Log Message:
Make the apache config read a bit better


Index: horde.spec
===================================================================
RCS file: /cvs/pkgs/rpms/horde/devel/horde.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- horde.spec	22 Jun 2008 04:35:42 -0000	1.10
+++ horde.spec	10 Sep 2008 09:07:45 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		horde
 Version:	3.2.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The common Horde Framework for all Horde applications
 
 Source0:	ftp://ftp.horde.org/pub/horde/tarballs/horde-%{version}.tar.gz
@@ -109,7 +109,7 @@
 		php-pear-Net-SMTP
 	(or install them individually)
 	- Increase memory_limit in %{_sysconfdir}/httpd/conf.d/%{name}.conf to 32M or higher
-	- Browse http://127.0.0.1/horde/test.php for additional suggestions
+	- Browse http://localhost.localdomain/horde/test.php for additional suggestions
 
 _EOF_
 
@@ -166,7 +166,10 @@
 Alias /%{name} %{_datadir}/%{name}
 
 <Directory %{_datadir}/%{name}>
-	# Comment out the following 3 lines to make Horde accessible from anywhere
+        # By default Horde does not implement an authentication method
+        # which can allow full access to your system open, please read
+	# README.fedora for more information on how to setup horde 
+        # before commenting the following three lines.
 	Order Deny,Allow
 	Deny from all
 	Allow from 127.0.0.1
@@ -250,6 +253,11 @@
 %doc README.Fedora
 
 %changelog
+* Wed Sep 10 2008 Nigel Jones <dev at nigelj.com> - 3.2.1-2
+- Change apache config file to better document why localhost is only
+  allowed by default
+- ***OTHER CHANGES HERE BEFORE BUILD***
+
 * Sun Jun 22 2008 Nigel Jones <dev at nigelj.com> - 3.2.1-1
 - New Upstream (3.2.1) - Security Updates mainly
 




More information about the fedora-extras-commits mailing list