[arch-commits] Commit in backuppc/trunk (PKGBUILD backuppc.httpd)

Sébastien Luttringer seblu at archlinux.org
Tue Aug 19 12:06:38 UTC 2014


    Date: Tuesday, August 19, 2014 @ 14:06:37
  Author: seblu
Revision: 117630

upgpkg: backuppc 3.3.0-3

- fix FS#41201

Modified:
  backuppc/trunk/PKGBUILD
  backuppc/trunk/backuppc.httpd

----------------+
 PKGBUILD       |    4 ++--
 backuppc.httpd |    8 ++------
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-19 12:02:47 UTC (rev 117629)
+++ PKGBUILD	2014-08-19 12:06:37 UTC (rev 117630)
@@ -3,7 +3,7 @@
 
 pkgname=backuppc
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='http://backuppc.sourceforge.net/'
 license=('GPL2')
@@ -44,7 +44,7 @@
          '88344dbc5f8777e04fc8e0d250a2db82'
          '67a939aa63740c52d12bbdca72d37891'
          'ef09e4dae5b4197998f5c3a74e0ec86d'
-         'c61dea98b2a2a0c944a0a6be44e4caf3'
+         '99e641c4f3ba4fbcc53e046ce7290ad5'
          'ec087e8b899450e9e7ab18bff77cb1f3'
          'b468820ed542023e1fec7ce8c88a0c3b'
          '3917c474a275e262fde246daf59ffe31'

Modified: backuppc.httpd
===================================================================
--- backuppc.httpd	2014-08-19 12:02:47 UTC (rev 117629)
+++ backuppc.httpd	2014-08-19 12:06:37 UTC (rev 117630)
@@ -3,9 +3,7 @@
   # You can change the allow line to allow access from your local
   # network, or comment out this region to allow access from all
   # machines.
-  order deny,allow
-  deny from all
-  allow from 127.0.0.1
+  Require ip 127.0.0.1
 
   # You can change the authorization method to LDAP or another method
   # besides htaccess here if you are so inclined.
@@ -16,9 +14,7 @@
 </Directory>
 
 <Directory /usr/share/backuppc/html>
-  order deny,allow
-  deny from all
-  allow from 127.0.0.1
+  Require ip 127.0.0.1
 </Directory>
 
 Alias           /backuppc         /usr/share/backuppc/html




More information about the arch-commits mailing list