Discussion:
[BackupPC-devel] [patch] 3.2.1 several patches
Alexander Moisseev
2013-02-11 11:25:17 UTC
Permalink
Some patches for BackupPC 3.2.1:

- Lib.pm, Text.pm: fix deprecated usage of qw(...) as parentheses
patch-lib-BackupPC-Lib.pm
patch-lib-BackupPC-Storage-Text.pm

Use of qw(...) as parentheses deprecated since perl 5.14
http://perldoc.perl.org/perl5140delta.html#Use-of-qw%28...%29-as-parentheses

Symptoms - error messages:
"Use of qw(...) as parentheses is deprecated at /usr/share/backuppc/lib/BackupPC/Storage/Text.pm line 302."
"Use of qw(...) as parentheses is deprecated at /usr/share/backuppc/lib/BackupPC/Lib.pm line 1413."

http://sourceforge.net/mailarchive/forum.php?thread_name=20432.43867.560494.330449%40consult.pretender&forum_name=backuppc-users


- config.pl: remove "-N" smbclient option
patch-conf-config.pl

Beginning with version 3.2.3, smbclient has stopped passing the backup user's password to authenticate with Window's LAN Manager, causing backups and restores to fail when the -N flag is specified.

Symptoms:
Get a "tree connect failed: NT_STATUS_ACCESS_DENIED" error with the -N option.

http://sourceforge.net/mailarchive/forum.php?thread_name=4C9A642E.9070509%40free.fr&forum_name=backuppc-users


- BackupPC_zipCreate: fix filenames encoding in Zip archives
patch-bin-BackupPC_zipCreate

Related documentation patches:
patch-doc-BackupPC.html
patch-doc-BackupPC.pod

Details:
http://sourceforge.net/mailarchive/forum.php?thread_name=4DDC94A6.4020901%40mezonplus.ru&forum_name=backuppc-devel


- CGI: add "Code page" option to restore Zip archive form (English only)
patch-lib-BackupPC-CGI-Restore.pm
patch-lib-BackupPC-Lang-en.pm

--
Alexander
Richard Shaw
2013-02-13 13:55:55 UTC
Permalink
On Mon, Feb 11, 2013 at 5:25 AM, Alexander Moisseev
I would be willing to test these on my home BackupPC system. Could you
provide a unified diff?

Thanks,
Richard
Alexander Moisseev
2013-02-13 15:49:55 UTC
Permalink
Post by Richard Shaw
On Mon, Feb 11, 2013 at 5:25 AM, Alexander Moisseev
I would be willing to test these on my home BackupPC system. Could you
provide a unified diff?
Thanks,
Richard
All files attached to original post are unified format diffs. Files named patch-* where * indicates the pathname of the file that is patched. I made this patches for FreeBSD port sysutils/backuppc. If you asked for "all-in-one" patch, see it in attachment.

Regards,
Alexander
Richard Shaw
2013-02-13 17:05:53 UTC
Permalink
On Wed, Feb 13, 2013 at 9:49 AM, Alexander Moisseev
Post by Alexander Moisseev
Post by Richard Shaw
I would be willing to test these on my home BackupPC system. Could you
provide a unified diff?
All files attached to original post are unified format diffs. Files named
patch-* where * indicates the pathname of the file that is patched. I made
this patches for FreeBSD port sysutils/backuppc. If you asked for
"all-in-one" patch, see it in attachment.
Thanks! That's a lot easier than downloading each one individually
since it's in an email.

Richard

Loading...