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

2020-10-23 Thread Morten Linderud via arch-commits
Date: Friday, October 23, 2020 @ 20:37:20
  Author: foxboron
Revision: 730839

Todo List: Removed makepkg subroutine

Modified:
  backuppc/trunk/PKGBUILD
  dopewars/trunk/PKGBUILD

-+
 backuppc/trunk/PKGBUILD |   10 +-
 dopewars/trunk/PKGBUILD |6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: backuppc/trunk/PKGBUILD
===
--- backuppc/trunk/PKGBUILD 2020-10-23 20:37:08 UTC (rev 730838)
+++ backuppc/trunk/PKGBUILD 2020-10-23 20:37:20 UTC (rev 730839)
@@ -47,7 +47,7 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
+  echo "Applying patch ${filename##*/}"
   patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
@@ -55,7 +55,7 @@
 }
 
 build() {
-  msg2 'rsync-bpc'
+  echo 'rsync-bpc'
   cd "$srcdir"/rsync-bpc-$_rbpcver
   ./configure --prefix=/usr/share/backuppc
   make
@@ -62,17 +62,17 @@
 }
 
 package() {
-  msg2 'rsync-bpc'
+  echo 'rsync-bpc'
   cd "$srcdir"/rsync-bpc-$_rbpcver
   make install DESTDIR="$pkgdir"
 
-  msg2 'backuppc-xs'
+  echo 'backuppc-xs'
   cd "$srcdir"/BackupPC-XS-$_xsver
   perl Makefile.PL INSTALLDIRS=vendor
   make -j1 # parallel build fail
   make install DESTDIR="$pkgdir"
 
-  msg2 'backuppc'
+  echo 'backuppc'
   cd "$srcdir"/BackupPC-$pkgver
   export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
   perl configure.pl \

Modified: dopewars/trunk/PKGBUILD
===
--- dopewars/trunk/PKGBUILD 2020-10-23 20:37:08 UTC (rev 730838)
+++ dopewars/trunk/PKGBUILD 2020-10-23 20:37:20 UTC (rev 730839)
@@ -36,19 +36,19 @@
 }
 
 package() {
-  msg2 'Packaging application...'
+  echo 'Packaging application...'
   make -C "$pkgname-$pkgver" \
 DESKTOPDIR="$pkgdir/usr/share/applications" \
 DESTDIR="$pkgdir" \
 install
 
-  msg2 'Packaging systemd service and socket files...'
+  echo 'Packaging systemd service and socket files...'
   install -Dm644 dopewars.service \
 "$pkgdir/usr/lib/systemd/system/dopewars.service"
   install -Dm644 dopewars.socket \
 "$pkgdir/usr/lib/systemd/system/dopewars.socket"
 
-  msg2 'Setting file permissions...'
+  echo 'Setting file permissions...'
   chown root:games "$pkgdir/usr/bin/dopewars"
   chown -R root:games "$pkgdir/srv/dopewars"
   chmod 2755 "$pkgdir/usr/bin/dopewars"


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

2020-10-11 Thread Sébastien Luttringer via arch-commits
Date: Monday, October 12, 2020 @ 04:54:32
  Author: seblu
Revision: 723577

upgpkg: backuppc 4.4.0-3

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-12 04:28:53 UTC (rev 723576)
+++ PKGBUILD2020-10-12 04:54:32 UTC (rev 723577)
@@ -3,8 +3,8 @@
 pkgname=backuppc
 pkgver=4.4.0
 _xsver=0.62
-_rbpcver=3.1.2.2
-pkgrel=2
+_rbpcver=3.1.3.0
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/'
 license=('GPL2')
@@ -33,7 +33,7 @@
 "etc/$pkgname/$pkgname.users")
 sha256sums=('8bc04cd513d47629508bd2fd6f455ced38316974913638e971f44e37786c6365'
 '94d863083a466558f82f10b1b95db7742ea99ebce808214f20897b343dc32b18'
-'3fe98d4fc745b3f964942b8f601f70ac6dfdf3c235a184aded3fa66d210c223b'
+'3eeb137319b608512b2d23c54ea8b52b511db806ffbd5fa730a394431d556f3f'
 '70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'
 '82598186b24b28d7e76c174ac90b046831954d3ebfe22219fa67a9011e306f3f'
 'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'


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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 16:16:01
  Author: foutrelis
Revision: 649708

upgpkg: backuppc 4.4.0-2: Perl 5.32 rebuild

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:15:56 UTC (rev 649707)
+++ PKGBUILD2020-06-21 16:16:01 UTC (rev 649708)
@@ -4,7 +4,7 @@
 pkgver=4.4.0
 _xsver=0.62
 _rbpcver=3.1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/'
 license=('GPL2')


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

2020-06-21 Thread Sébastien Luttringer via arch-commits
Date: Sunday, June 21, 2020 @ 13:04:50
  Author: seblu
Revision: 649282

upgpkg: backuppc 4.4.0-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 12:43:39 UTC (rev 649281)
+++ PKGBUILD2020-06-21 13:04:50 UTC (rev 649282)
@@ -1,10 +1,10 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.3.2
+pkgver=4.4.0
 _xsver=0.62
 _rbpcver=3.1.2.2
-pkgrel=3
+pkgrel=1
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/'
 license=('GPL2')
@@ -12,7 +12,7 @@
 makedepends=('git')
 depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
  'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
- 'smtp-forwarder')
+ 'perl-json-xs' 'smtp-forwarder')
 optdepends=('openssh: ssh transfert support'
 'rsync: rsync transfert support'
 'smbclient: smb/cifs transfert support'
@@ -31,7 +31,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-sha256sums=('b8d5f94bd1073209bb68d4f822ec15e65e1b1358308fb783b1df349f3c3574b4'
+sha256sums=('8bc04cd513d47629508bd2fd6f455ced38316974913638e971f44e37786c6365'
 '94d863083a466558f82f10b1b95db7742ea99ebce808214f20897b343dc32b18'
 '3fe98d4fc745b3f964942b8f601f70ac6dfdf3c235a184aded3fa66d210c223b'
 '70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'


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

2020-06-20 Thread Sébastien Luttringer via arch-commits
Date: Saturday, June 20, 2020 @ 23:11:32
  Author: seblu
Revision: 648686

upgpkg: backuppc 4.3.2-3

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:11:18 UTC (rev 648685)
+++ PKGBUILD2020-06-20 23:11:32 UTC (rev 648686)
@@ -2,11 +2,11 @@
 
 pkgname=backuppc
 pkgver=4.3.2
-_xsver=0.60
-_rbpcver=3.1.2.1
-pkgrel=2
+_xsver=0.62
+_rbpcver=3.1.2.2
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
+url='https://github.com/backuppc/'
 license=('GPL2')
 arch=('x86_64')
 makedepends=('git')
@@ -32,8 +32,8 @@
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
 sha256sums=('b8d5f94bd1073209bb68d4f822ec15e65e1b1358308fb783b1df349f3c3574b4'
-'fd8082f3ad3b713c994dcdde01400e5a3f8027868a5762de1c47fbd78616cb78'
-'947082faf0b2c49a2fa01126990070cf997072b2bbf29bc01d0bfd2d8e6f6de1'
+'94d863083a466558f82f10b1b95db7742ea99ebce808214f20897b343dc32b18'
+'3fe98d4fc745b3f964942b8f601f70ac6dfdf3c235a184aded3fa66d210c223b'
 '70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'
 '82598186b24b28d7e76c174ac90b046831954d3ebfe22219fa67a9011e306f3f'
 'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'


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

2020-05-30 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 30, 2020 @ 23:40:00
  Author: seblu
Revision: 637555

upgpkg: backuppc 4.3.2-2

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 23:00:10 UTC (rev 637554)
+++ PKGBUILD2020-05-30 23:40:00 UTC (rev 637555)
@@ -2,9 +2,9 @@
 
 pkgname=backuppc
 pkgver=4.3.2
-_xsver=0.59
+_xsver=0.60
 _rbpcver=3.1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -31,15 +31,15 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('a4354d846a76e1bf9edf0a468f3b3671'
- '1f64d8ced0095435849a7e771f025d84'
- '7749b21b46db4e6a74120c8687a5944c'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
+sha256sums=('b8d5f94bd1073209bb68d4f822ec15e65e1b1358308fb783b1df349f3c3574b4'
+'fd8082f3ad3b713c994dcdde01400e5a3f8027868a5762de1c47fbd78616cb78'
+'947082faf0b2c49a2fa01126990070cf997072b2bbf29bc01d0bfd2d8e6f6de1'
+'70b414d681b47b8b41a228d8155761eac5f67b63bcdc6e0e4da7a0d27f3b6810'
+'82598186b24b28d7e76c174ac90b046831954d3ebfe22219fa67a9011e306f3f'
+'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'
+'daa9690efe856b01dc749be0dcc8f3daebf7c1c62500df2431eeb2762b446284'
+'2c96d3be7ce0f681ea4b34abab93154b086132166658a747a7a8ed8c7ed2757e'
+'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e')
 
 prepare() {
   cd BackupPC-$pkgver


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

2020-02-21 Thread Sébastien Luttringer via arch-commits
Date: Friday, February 21, 2020 @ 22:38:52
  Author: seblu
Revision: 577883

upgpkg: backuppc 4.3.2-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-21 22:10:09 UTC (rev 577882)
+++ PKGBUILD2020-02-21 22:38:52 UTC (rev 577883)
@@ -1,10 +1,10 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.3.1
+pkgver=4.3.2
 _xsver=0.59
 _rbpcver=3.1.2.1
-pkgrel=2
+pkgrel=1
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -31,7 +31,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('7d686f965be4e6fd6c4a34569ff53e00'
+md5sums=('a4354d846a76e1bf9edf0a468f3b3671'
  '1f64d8ced0095435849a7e771f025d84'
  '7749b21b46db4e6a74120c8687a5944c'
  '9d798d275eb737bcfd035d5277b6b4ce'


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

2019-07-29 Thread Sébastien Luttringer via arch-commits
Date: Monday, July 29, 2019 @ 23:25:49
  Author: seblu
Revision: 494716

upgpkg: backuppc 4.3.1-2

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-29 23:24:10 UTC (rev 494715)
+++ PKGBUILD2019-07-29 23:25:49 UTC (rev 494716)
@@ -4,7 +4,7 @@
 pkgver=4.3.1
 _xsver=0.59
 _rbpcver=3.1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')


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

2019-07-29 Thread Sébastien Luttringer via arch-commits
Date: Monday, July 29, 2019 @ 23:23:59
  Author: seblu
Revision: 494714

upgpkg: backuppc 4.3.1-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-29 23:22:07 UTC (rev 494713)
+++ PKGBUILD2019-07-29 23:23:59 UTC (rev 494714)
@@ -2,8 +2,8 @@
 
 pkgname=backuppc
 pkgver=4.3.1
-_xsver=0.58
-_rbpcver=3.1.2.0
+_xsver=0.59
+_rbpcver=3.1.2.1
 pkgrel=1
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
@@ -32,8 +32,8 @@
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
 md5sums=('7d686f965be4e6fd6c4a34569ff53e00'
- '6bfbb3ef458776af7ef92593e082d6c6'
- '0491dd027a29439486bce836b54cd62e'
+ '1f64d8ced0095435849a7e771f025d84'
+ '7749b21b46db4e6a74120c8687a5944c'
  '9d798d275eb737bcfd035d5277b6b4ce'
  'd90840387358e5dd230cace0b2d6b53a'
  'bda3ec3f4c75521c6869279eb16af2f8'


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

2019-07-14 Thread Sébastien Luttringer via arch-commits
Date: Sunday, July 14, 2019 @ 23:14:10
  Author: seblu
Revision: 489573

upgpkg: backuppc 4.3.1-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-14 22:16:55 UTC (rev 489572)
+++ PKGBUILD2019-07-14 23:14:10 UTC (rev 489573)
@@ -1,10 +1,10 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.3.0
+pkgver=4.3.1
 _xsver=0.58
 _rbpcver=3.1.2.0
-pkgrel=4
+pkgrel=1
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -31,7 +31,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('878090f5fe3c0bf7c37bd4027e37df4b'
+md5sums=('7d686f965be4e6fd6c4a34569ff53e00'
  '6bfbb3ef458776af7ef92593e082d6c6'
  '0491dd027a29439486bce836b54cd62e'
  '9d798d275eb737bcfd035d5277b6b4ce'


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:13:21
  Author: foutrelis
Revision: 476471

Perl 5.30 rebuild

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:13:12 UTC (rev 476470)
+++ PKGBUILD2019-06-01 14:13:21 UTC (rev 476471)
@@ -4,7 +4,7 @@
 pkgver=4.3.0
 _xsver=0.58
 _rbpcver=3.1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:38:05
  Author: foutrelis
Revision: 470403

Perl 5.30 rebuild

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:37:37 UTC (rev 470402)
+++ PKGBUILD2019-05-25 11:38:05 UTC (rev 470403)
@@ -4,7 +4,7 @@
 pkgver=4.3.0
 _xsver=0.58
 _rbpcver=3.1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')


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

2019-02-07 Thread Sébastien Luttringer via arch-commits
Date: Thursday, February 7, 2019 @ 10:07:10
  Author: seblu
Revision: 429837

upgpkg: backuppc 4.3.0-2

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 10:00:47 UTC (rev 429836)
+++ PKGBUILD2019-02-07 10:07:10 UTC (rev 429837)
@@ -2,9 +2,9 @@
 
 pkgname=backuppc
 pkgver=4.3.0
-_xsver=0.57
-_rbpcver=3.0.9.12
-pkgrel=1
+_xsver=0.58
+_rbpcver=3.1.2.0
+pkgrel=2
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -32,8 +32,8 @@
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
 md5sums=('878090f5fe3c0bf7c37bd4027e37df4b'
- '5998eeb5e1fba5a1d39deb873495cce5'
- '9a95c7a1b9c35c4f0da221d22efd01e3'
+ '6bfbb3ef458776af7ef92593e082d6c6'
+ '0491dd027a29439486bce836b54cd62e'
  '9d798d275eb737bcfd035d5277b6b4ce'
  'd90840387358e5dd230cace0b2d6b53a'
  'bda3ec3f4c75521c6869279eb16af2f8'


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

2018-11-25 Thread Sébastien Luttringer via arch-commits
Date: Monday, November 26, 2018 @ 01:17:29
  Author: seblu
Revision: 409748

upgpkg: backuppc 4.3.0-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-25 21:45:02 UTC (rev 409747)
+++ PKGBUILD2018-11-26 01:17:29 UTC (rev 409748)
@@ -1,10 +1,10 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.2.1
+pkgver=4.3.0
 _xsver=0.57
 _rbpcver=3.0.9.12
-pkgrel=2
+pkgrel=1
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -31,7 +31,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('5b68fe44821cac873a928f446b3a5da4'
+md5sums=('878090f5fe3c0bf7c37bd4027e37df4b'
  '5998eeb5e1fba5a1d39deb873495cce5'
  '9a95c7a1b9c35c4f0da221d22efd01e3'
  '9d798d275eb737bcfd035d5277b6b4ce'


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

2018-08-01 Thread Felix Yan via arch-commits
Date: Wednesday, August 1, 2018 @ 11:59:30
  Author: felixonmars
Revision: 366624

Perl 5.28 rebuild

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 11:59:17 UTC (rev 366623)
+++ PKGBUILD2018-08-01 11:59:30 UTC (rev 366624)
@@ -5,7 +5,7 @@
 pkgver=4.2.1
 _xsver=0.57
 _rbpcver=3.0.9.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')


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

2018-05-16 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, May 16, 2018 @ 21:27:18
  Author: seblu
Revision: 323265

upgpkg: backuppc 4.2.1-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 20:54:32 UTC (rev 323264)
+++ PKGBUILD2018-05-16 21:27:18 UTC (rev 323265)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.2.0
+pkgver=4.2.1
 _xsver=0.57
 _rbpcver=3.0.9.12
 pkgrel=1
@@ -32,7 +32,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('0579dfa4b9518c62aa4edec449ceedf8'
+md5sums=('5b68fe44821cac873a928f446b3a5da4'
  '5998eeb5e1fba5a1d39deb873495cce5'
  '9a95c7a1b9c35c4f0da221d22efd01e3'
  '9d798d275eb737bcfd035d5277b6b4ce'


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

2018-04-17 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, April 17, 2018 @ 23:21:13
  Author: seblu
Revision: 316840

upgpkg: backuppc 4.2.0-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-17 23:00:52 UTC (rev 316839)
+++ PKGBUILD2018-04-17 23:21:13 UTC (rev 316840)
@@ -2,10 +2,10 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.1.5
+pkgver=4.2.0
 _xsver=0.57
 _rbpcver=3.0.9.12
-pkgrel=4
+pkgrel=1
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -32,7 +32,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('9a8fc7577ebb99a1ded0366375380718'
+md5sums=('0579dfa4b9518c62aa4edec449ceedf8'
  '5998eeb5e1fba5a1d39deb873495cce5'
  '9a95c7a1b9c35c4f0da221d22efd01e3'
  '9d798d275eb737bcfd035d5277b6b4ce'


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

2018-02-03 Thread Sébastien Luttringer via arch-commits
Date: Saturday, February 3, 2018 @ 13:44:00
  Author: seblu
Revision: 288790

upgpkg: backuppc 4.1.5-4

- fix FS#57287

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-03 13:42:55 UTC (rev 288789)
+++ PKGBUILD2018-02-03 13:44:00 UTC (rev 288790)
@@ -5,7 +5,7 @@
 pkgver=4.1.5
 _xsver=0.57
 _rbpcver=3.0.9.12
-pkgrel=3
+pkgrel=4
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -12,7 +12,8 @@
 arch=('x86_64')
 makedepends=('git')
 depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss')
+ 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss'
+ 'smtp-forwarder')
 optdepends=('openssh: ssh transfert support'
 'rsync: rsync transfert support'
 'smbclient: smb/cifs transfert support'


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

2018-02-03 Thread Sébastien Luttringer via arch-commits
Date: Saturday, February 3, 2018 @ 13:25:14
  Author: seblu
Revision: 288784

upgpkg: backuppc 4.1.5-3

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-03 13:25:05 UTC (rev 288783)
+++ PKGBUILD2018-02-03 13:25:14 UTC (rev 288784)
@@ -4,8 +4,8 @@
 pkgname=backuppc
 pkgver=4.1.5
 _xsver=0.57
-_rbpcver=3.0.9.11
-pkgrel=2
+_rbpcver=3.0.9.12
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -33,7 +33,7 @@
 "etc/$pkgname/$pkgname.users")
 md5sums=('9a8fc7577ebb99a1ded0366375380718'
  '5998eeb5e1fba5a1d39deb873495cce5'
- '743de76c0fae69aa5fe50f22d132e79d'
+ '9a95c7a1b9c35c4f0da221d22efd01e3'
  '9d798d275eb737bcfd035d5277b6b4ce'
  'd90840387358e5dd230cace0b2d6b53a'
  'bda3ec3f4c75521c6869279eb16af2f8'


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

2017-12-16 Thread Sébastien Luttringer via arch-commits
Date: Saturday, December 16, 2017 @ 17:41:20
  Author: seblu
Revision: 274597

upgpkg: backuppc 4.1.5-2

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-16 17:36:37 UTC (rev 274596)
+++ PKGBUILD2017-12-16 17:41:20 UTC (rev 274597)
@@ -4,8 +4,8 @@
 pkgname=backuppc
 pkgver=4.1.5
 _xsver=0.57
-_rbpcver=3.0.9.10
-pkgrel=1
+_rbpcver=3.0.9.11
+pkgrel=2
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -33,7 +33,7 @@
 "etc/$pkgname/$pkgname.users")
 md5sums=('9a8fc7577ebb99a1ded0366375380718'
  '5998eeb5e1fba5a1d39deb873495cce5'
- '06a37c07ac60ce2d818a272189d55ed0'
+ '743de76c0fae69aa5fe50f22d132e79d'
  '9d798d275eb737bcfd035d5277b6b4ce'
  'd90840387358e5dd230cace0b2d6b53a'
  'bda3ec3f4c75521c6869279eb16af2f8'


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

2017-12-10 Thread Sébastien Luttringer via arch-commits
Date: Sunday, December 10, 2017 @ 11:08:14
  Author: seblu
Revision: 273576

upgpkg: backuppc 4.1.5-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 11:05:29 UTC (rev 273575)
+++ PKGBUILD2017-12-10 11:08:14 UTC (rev 273576)
@@ -2,10 +2,10 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.1.3
-_xsver=0.56
-_rbpcver=3.0.9.8
-pkgrel=4
+pkgver=4.1.5
+_xsver=0.57
+_rbpcver=3.0.9.10
+pkgrel=1
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -31,9 +31,9 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('a6df71ba828723ccaf1282bd24bca318'
- 'a5d1c55970cb0291ef6841d60d32c1e7'
- 'e18122758348301b1862c60f20a7e42b'
+md5sums=('9a8fc7577ebb99a1ded0366375380718'
+ '5998eeb5e1fba5a1d39deb873495cce5'
+ '06a37c07ac60ce2d818a272189d55ed0'
  '9d798d275eb737bcfd035d5277b6b4ce'
  'd90840387358e5dd230cace0b2d6b53a'
  'bda3ec3f4c75521c6869279eb16af2f8'


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

2017-08-26 Thread Felix Yan
Date: Saturday, August 26, 2017 @ 19:48:30
  Author: felixonmars
Revision: 254308

Perl versioned binary modules rebuild

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 19:43:17 UTC (rev 254307)
+++ PKGBUILD2017-08-26 19:48:30 UTC (rev 254308)
@@ -5,7 +5,7 @@
 pkgver=4.1.3
 _xsver=0.56
 _rbpcver=3.0.9.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')


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

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 19:43:17
  Author: foutrelis
Revision: 254307

Prepare for Perl versioned binary modules rebuild

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 18:41:32 UTC (rev 254306)
+++ PKGBUILD2017-08-26 19:43:17 UTC (rev 254307)
@@ -74,7 +74,7 @@
 
   msg2 'backuppc'
   cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB="$pkgdir/usr/lib/perl5/vendor_perl/"
+  export PERLLIB=$(echo "$pkgdir"/usr/lib/perl5/*/vendor_perl/)
   perl configure.pl \
 --batch \
 --no-set-perms \
@@ -125,7 +125,7 @@
   # no /run
   rm -rv "$pkgdir"/run
   # no core_perl directory
-  rm -rv "$pkgdir"/usr/lib/perl5/core_perl
+  rm -rv "$pkgdir"/usr/lib/perl5/*/core_perl
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-06-12 Thread Sébastien Luttringer
Date: Monday, June 12, 2017 @ 19:25:17
  Author: seblu
Revision: 236557

upgpkg: backuppc 4.1.3-3

- fix FS#54424
- bump rsync to 3.0.9.8
- bump xs to 0.56

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 18:52:59 UTC (rev 236556)
+++ PKGBUILD2017-06-12 19:25:17 UTC (rev 236557)
@@ -3,9 +3,9 @@
 
 pkgname=backuppc
 pkgver=4.1.3
-_xsver=0.54
-_rbpcver=3.0.9.7
-pkgrel=2
+_xsver=0.56
+_rbpcver=3.0.9.8
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -32,8 +32,8 @@
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
 md5sums=('a6df71ba828723ccaf1282bd24bca318'
- '412295cb6cfe8a0dcb9fd5cf93645ea0'
- 'b5680e57298026283287f672e9151b85'
+ 'a5d1c55970cb0291ef6841d60d32c1e7'
+ 'e18122758348301b1862c60f20a7e42b'
  '9d798d275eb737bcfd035d5277b6b4ce'
  'd90840387358e5dd230cace0b2d6b53a'
  'bda3ec3f4c75521c6869279eb16af2f8'
@@ -68,13 +68,13 @@
 
   msg2 'backuppc-xs'
   cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor
   make -j1 # parallel build fail
   make install DESTDIR="$pkgdir"
 
   msg2 'backuppc'
   cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB="$pkgdir/usr/lib/perl5/site_perl/"
+  export PERLLIB="$pkgdir/usr/lib/perl5/vendor_perl/"
   perl configure.pl \
 --batch \
 --no-set-perms \
@@ -123,7 +123,9 @@
   chmod 750 -R var/lib/$pkgname
   chmod 640 etc/$pkgname/{config.pl,hosts}
   # no /run
-  rm -r "$pkgdir"/run
+  rm -rv "$pkgdir"/run
+  # no core_perl directory
+  rm -rv "$pkgdir"/usr/lib/perl5/core_perl
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-06-10 Thread Sébastien Luttringer
Date: Saturday, June 10, 2017 @ 21:38:37
  Author: seblu
Revision: 236051

upgpkg: backuppc 4.1.3-2

- perl rebuild

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-10 19:40:54 UTC (rev 236050)
+++ PKGBUILD2017-06-10 21:38:37 UTC (rev 236051)
@@ -5,7 +5,7 @@
 pkgver=4.1.3
 _xsver=0.54
 _rbpcver=3.0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')


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

2017-06-01 Thread Sébastien Luttringer
Date: Thursday, June 1, 2017 @ 21:27:40
  Author: seblu
Revision: 232618

upgpkg: backuppc 4.1.2-3

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 21:27:24 UTC (rev 232617)
+++ PKGBUILD2017-06-01 21:27:40 UTC (rev 232618)
@@ -3,9 +3,9 @@
 
 pkgname=backuppc
 pkgver=4.1.2
-_xsver=0.53
-_rbpcver=3.0.9.6
-pkgrel=2
+_xsver=0.54
+_rbpcver=3.0.9.7
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://github.com/backuppc/backuppc/'
 license=('GPL2')
@@ -18,8 +18,8 @@
 'smbclient: smb/cifs transfert support'
 'rrdtool: graphs of the pool usage ')
 
source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz";
-
"https://github.com/backuppc/backuppc-xs/releases/download/v${_xsver//./_}/BackupPC-XS-${_xsver}.tar.gz";
-
"https://github.com/backuppc/rsync-bpc/releases/download/v${_rbpcver//./_}/rsync-bpc-${_rbpcver}.tar.gz";
+
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz";
+
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz";
 '01-fix-edit-compound.patch'
 "$pkgname.service"
 "$pkgname.sysusers"
@@ -33,8 +33,8 @@
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
 md5sums=('51b6328747d7329fe0278329eaa22ac6'
- 'a6e58a97994e0128064ab16ee337f2f0'
- 'c3e4b850d5d522bd1df21555c4287448'
+ '412295cb6cfe8a0dcb9fd5cf93645ea0'
+ 'b5680e57298026283287f672e9151b85'
  '24f8fbf9732fb9c523d71fa3349211d4'
  '9d798d275eb737bcfd035d5277b6b4ce'
  'd90840387358e5dd230cace0b2d6b53a'


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

2017-05-05 Thread Sébastien Luttringer
Date: Friday, May 5, 2017 @ 20:40:35
  Author: seblu
Revision: 227173

upgpkg: backuppc 4.1.2-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 19:16:20 UTC (rev 227172)
+++ PKGBUILD2017-05-05 20:40:35 UTC (rev 227173)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=4.1.1
+pkgver=4.1.2
 _xsver=0.53
 _rbpcver=3.0.9.6
 pkgrel=1
@@ -31,7 +31,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('32b7ecdcfe0a3a7692e4ad86d5225ab8'
+md5sums=('51b6328747d7329fe0278329eaa22ac6'
  'a6e58a97994e0128064ab16ee337f2f0'
  'c3e4b850d5d522bd1df21555c4287448'
  '9d798d275eb737bcfd035d5277b6b4ce'


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

2017-01-12 Thread Sébastien Luttringer
Date: Thursday, January 12, 2017 @ 11:09:45
  Author: seblu
Revision: 206983

upgpkg: backuppc 3.3.1-6

- for real: 
https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/

Modified:
  backuppc/trunk/PKGBUILD
  backuppc/trunk/backuppc.install

--+
 PKGBUILD |2 +-
 backuppc.install |9 -
 2 files changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 11:03:06 UTC (rev 206982)
+++ PKGBUILD2017-01-12 11:09:45 UTC (rev 206983)
@@ -3,7 +3,7 @@
 
 pkgname=backuppc
 pkgver=3.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://sourceforge.net/projects/backuppc/'
 license=('GPL2')

Modified: backuppc.install
===
--- backuppc.install2017-01-12 11:03:06 UTC (rev 206982)
+++ backuppc.install2017-01-12 11:09:45 UTC (rev 206983)
@@ -1,13 +1,6 @@
 #/bin/bash
 
 # arg 1:  the new package version
-post_install() {
-  systemd-sysusers backuppc.conf
-  systemd-tmpfiles --create backuppc.conf
-  :
-}
-
-# arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
   # change uid of old version
@@ -21,8 +14,6 @@
   echo '==> backuppc uid/gid have changed. Check your filesystem 
permissions.'
 fi
   fi
-  # ensure /run/backuppc exists
-  systemd-tmpfiles --create backuppc.conf
   :
 }
 


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

2017-01-12 Thread Sébastien Luttringer
Date: Thursday, January 12, 2017 @ 11:02:32
  Author: seblu
Revision: 206981

upgpkg: backuppc 3.3.1-5

- https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 10:55:12 UTC (rev 206980)
+++ PKGBUILD2017-01-12 11:02:32 UTC (rev 206981)
@@ -3,7 +3,7 @@
 
 pkgname=backuppc
 pkgver=3.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='https://sourceforge.net/projects/backuppc/'
 license=('GPL2')


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

2015-01-25 Thread Sébastien Luttringer
Date: Sunday, January 25, 2015 @ 23:41:26
  Author: seblu
Revision: 126579

upgpkg: backuppc 3.3.1-1

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-25 22:03:40 UTC (rev 126578)
+++ PKGBUILD2015-01-25 22:41:26 UTC (rev 126579)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=backuppc
-pkgver=3.3.0
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='http://backuppc.sourceforge.net/'
 license=('GPL2')
@@ -39,7 +39,7 @@
 "etc/$pkgname/hosts"
 "etc/httpd/conf/extra/$pkgname.conf"
 "etc/$pkgname/$pkgname.users")
-md5sums=('2942a31daeec7c7bb227d843b7846f38'
+md5sums=('5efdcdd48e9e0d4ef7a706902d1f8b3d'
  'ffb8827bbefcf5f0cd959d08fdf64fc1'
  '88344dbc5f8777e04fc8e0d250a2db82'
  '67a939aa63740c52d12bbdca72d37891'


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

2014-08-19 Thread Sébastien Luttringer
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
===
--- PKGBUILD2014-08-19 12:02:47 UTC (rev 117629)
+++ PKGBUILD2014-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 @@
 
 
 
-  order deny,allow
-  deny from all
-  allow from 127.0.0.1
+  Require ip 127.0.0.1
 
 
 Alias   /backuppc /usr/share/backuppc/html



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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 16:13:28
  Author: seblu
Revision: 83711

upgpkg: backuppc 3.2.1-10

Modified:
  backuppc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:57:08 UTC (rev 83710)
+++ PKGBUILD2013-02-04 15:13:28 UTC (rev 83711)
@@ -3,7 +3,7 @@
 
 pkgname=backuppc
 pkgver=3.2.1
-pkgrel=9.1
+pkgrel=10
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='http://backuppc.sourceforge.net/'
 license=('GPL2')