rpms/BackupPC/F-12 BackupPC.htaccess,1.1,1.2 BackupPC.spec,1.15,1.16

Johan Cwiklinski trasher at fedoraproject.org
Sun Feb 28 17:43:35 UTC 2010


Author: trasher

Update of /cvs/pkgs/rpms/BackupPC/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8959

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/F-12/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:43:35 -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/F-12/BackupPC.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- BackupPC.spec	17 Jan 2010 13:56:11 -0000	1.15
+++ BackupPC.spec	28 Feb 2010 17:43:35 -0000	1.16
@@ -6,13 +6,13 @@
 
 Name:           BackupPC
 Version:        3.1.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        High-performance backup system
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://backuppc.sourceforge.net/
-Source0:        http://dl.sourceforge.net/backuppc/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/backuppc/%{name}-%{version}.tar.gz
 Source1:        BackupPC.htaccess
 Source2:        BackupPC.logrotate
 Source3:        BackupPC-README.fedora
@@ -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