rpms/BackupPC/devel BackupPC.htaccess, 1.1, 1.2 BackupPC.spec, 1.15, 1.16

Johan Cwiklinski trasher at fedoraproject.org
Sun Feb 28 17:26:02 UTC 2010


Author: trasher

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

Modified Files:
	BackupPC.htaccess BackupPC.spec 
Log Message:
Fix a typo in apache config file and add ::1 to default allowed hosts


Index: BackupPC.htaccess
===================================================================
RCS file: /cvs/pkgs/rpms/BackupPC/devel/BackupPC.htaccess,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- BackupPC.htaccess	27 Jul 2006 20:04:03 -0000	1.1
+++ BackupPC.htaccess	28 Feb 2010 17:26:02 -0000	1.2
@@ -9,9 +9,10 @@
 order deny,allow
 deny from all
 allow from 127.0.0.1
+allow from ::1
 AuthType Basic
 AuthUserFile /etc/BackupPC/apache.users
-AuthName "BackupPC
+AuthName "BackupPC"
 
 require valid-user
 


Index: BackupPC.spec
===================================================================
RCS file: /cvs/pkgs/rpms/BackupPC/devel/BackupPC.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- BackupPC.spec	17 Jan 2010 13:34:17 -0000	1.15
+++ BackupPC.spec	28 Feb 2010 17:26:02 -0000	1.16
@@ -6,7 +6,7 @@
 
 Name:           BackupPC
 Version:        3.1.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        High-performance backup system
 
 Group:          Applications/System
@@ -224,6 +224,10 @@ fi
 %endif
 
 %changelog
+* Sun Feb 28 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-12
+- Add "::1" to the apache config file for default allowed adresses
+- Fix a typo in the apache config file
+
 * Sun Jan 17 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-11
 - Really fix selinux labelling backup directory (bug #525948)
 



More information about the scm-commits mailing list