dar release 2.6.2 is available
Denis Corbin <[email protected]> Sat, 9 Feb 2019 17:49:10 +0100
| Newsgroups | gmane.comp.sysutils.backup.dar.announce |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============1057754698962239917==
Content-Type: multipart/alternative;
boundary="------------211985277E19EA9299391F90"
Content-Language: fr
This is a multi-part message in MIME format.
--------------211985277E19EA9299391F90
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
source package and windows binary for release 2.6.2 are available at:
https://sourceforge.net/projects/dar/files/dar/2.6.2/
As an alternative to Sourceforge you can fetch source and windows
binary packages but also fully featured dar_static binaries for Linux/x86
from the _low bandwidth_ ftp server at:
ftp://ftp.dm3c.org/dar.linux.free.fr/Releases
Package signatures are available at:
http://dar.linux.free.fr/sign/v2.6.2
Author's keys are available on public key servers and on dar website:
http://dar.linux.free.fr/doc/authentification.html
Release 2.6.2 brings several bug fixes which are detailed in the extract
of the Changelog below.
Thanks to Mike on dar-support mailing list for bug report.
Cheers,
Denis Corbin
- -------
from 2.6.1 to 2.6.2
* fixed incoherence in documentation
* updating in-lined help information (-h option)
* fixed unexpected behavior of the dar command-line filtering mechanism
met when the provided path to -P or -g options was ending with a slash
* renaming 'path operator + (std::string)' as method append() to avoid
compiler using it when a std::string need first to be converted to path
before adding it to an existing path.
* adding check test to detect when path::append() is used to add a path
instead of a filename to an existing path object.
* adding a warning when restoring a Unix socket if the path to that
socket is larger than what the sockaddr_un system structure can handle
* fixing bug due to Linux system removing file capabilities (stored as
EA) when file ownership is changed. Though restoring EA after ownership
may lead to the impossibility to restore them due to lack of permission
when dar/libdar is not run as root. Thus we try restoring EA a second
time after ownership restoration. This is not efficient but restores
the file as close as possible to their original state whatever
permission dar has been granted for a restoration operation.
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEOzEprx3d76WjfYGPCDGwvQPYsYIFAlxfBH8ACgkQCDGwvQPY
sYKGKxAAhp91uSh4WUNcYBZRC9T1+mRmotr7totC83EZB09Be7m2GAe4iRY/Jfgm
ryJzykLWtYLE+ESUGq2TCCEIiw3iQdBh9NX1lL2Y3mxHVn8Vf1lrR5Xr6eqsD4JJ
JXmraWuPbWWJ0TOBeHuILzv/VV4r5cyPjzxCEDSiROGm7ZWJ3CssIfXaIa7IxVPn
Q2nhx1SRwOMBBpT1fu4mKGtjCGFlI7iqXeECZeAdGR7iMZCEocRDGpwTU24hey1w
mffxRdRYH2q0rImjHs5d8pyhkiYSq5+u18EnpYybJZRWUaT0gS6dkl9MR6An+I2d
5IF9Jw3lNLemto86osLY+0B6G5HxllIJ/P2K8ljzWshkKWA9Y4RBROTDZoYUCXap
54dMBIGx4aJtslzqvCdhUF3khmm2+6EneRpIgqYA0vVgg4fZWHhQkhxuXLDhV4uh
ynOSAavA+vF0PNkqqcpbhlDb2zMwSTElRjL62oyOBlSVboENVyxxkviWgVj+g0O7
x4YPzeSUSb4YFg2BShkWkB5gjmm2nc5cY54ezRIaA7mT0y4f4ajxDPMflFxJ491p
hboJy0nrW62Kp+u/PB5w6c0/4IFPjVcnnRyht/N0z0X9x9Of/GKIf5v04eQNc0rp
1KV0DVbIU4r7pUxQLhr2OYlrYcNqDg3whjdtNIZ7FTB4AX9QH7Q=
=oELm
-----END PGP SIGNATURE-----
--------------211985277E19EA9299391F90
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA256<br>
<br>
Hi,<br>
<br>
source package and windows binary for release 2.6.2 are available
at:<br>
<br>
<a class="moz-txt-link-freetext" href="https://sourceforge.net/projects/dar/files/dar/2.6.2/">https://sourceforge.net/projects/dar/files/dar/2.6.2/</a><br>
<br>
As an alternative to Sourceforge you can fetch source and windows<br>
binary packages but also fully featured dar_static binaries for
Linux/x86<br>
from the _low bandwidth_ ftp server at:<br>
<br>
<a class="moz-txt-link-freetext" href="ftp://ftp.dm3c.org/dar.linux.free.fr/Releases">ftp://ftp.dm3c.org/dar.linux.free.fr/Releases</a><br>
<br>
Package signatures are available at:<br>
<br>
<a class="moz-txt-link-freetext" href="http://dar.linux.free.fr/sign/v2.6.2">http://dar.linux.free.fr/sign/v2.6.2</a><br>
<br>
Author's keys are available on public key servers and on dar
website:<br>
<br>
<a class="moz-txt-link-freetext" href="http://dar.linux.free.fr/doc/authentification.html">http://dar.linux.free.fr/doc/authentification.html</a><br>
<br>
Release 2.6.2 brings several bug fixes which are detailed in the
extract<br>
of the Changelog below.<br>
<br>
Thanks to Mike on dar-support mailing list for bug report.<br>
<br>
Cheers,<br>
Denis Corbin<br>
<br>
- -------<br>
from 2.6.1 to 2.6.2<br>
* fixed incoherence in documentation<br>
* updating in-lined help information (-h option)<br>
* fixed unexpected behavior of the dar command-line filtering
mechanism<br>
met when the provided path to -P or -g options was ending with a
slash<br>
* renaming 'path operator + (std::string)' as method append() to
avoid<br>
compiler using it when a std::string need first to be converted to
path<br>
before adding it to an existing path.<br>
* adding check test to detect when path::append() is used to add a
path<br>
instead of a filename to an existing path object.<br>
* adding a warning when restoring a Unix socket if the path to that<br>
socket is larger than what the sockaddr_un system structure can
handle<br>
* fixing bug due to Linux system removing file capabilities (stored
as<br>
EA) when file ownership is changed. Though restoring EA after
ownership<br>
may lead to the impossibility to restore them due to lack of
permission<br>
when dar/libdar is not run as root. Thus we try restoring EA a
second<br>
time after ownership restoration. This is not efficient but
restores<br>
the file as close as possible to their original state whatever<br>
permission dar has been granted for a restoration operation.<br>
<br>
-----BEGIN PGP SIGNATURE-----<br>
<br>
iQIzBAEBCAAdFiEEOzEprx3d76WjfYGPCDGwvQPYsYIFAlxfBH8ACgkQCDGwvQPY<br>
sYKGKxAAhp91uSh4WUNcYBZRC9T1+mRmotr7totC83EZB09Be7m2GAe4iRY/Jfgm<br>
ryJzykLWtYLE+ESUGq2TCCEIiw3iQdBh9NX1lL2Y3mxHVn8Vf1lrR5Xr6eqsD4JJ<br>
JXmraWuPbWWJ0TOBeHuILzv/VV4r5cyPjzxCEDSiROGm7ZWJ3CssIfXaIa7IxVPn<br>
Q2nhx1SRwOMBBpT1fu4mKGtjCGFlI7iqXeECZeAdGR7iMZCEocRDGpwTU24hey1w<br>
mffxRdRYH2q0rImjHs5d8pyhkiYSq5+u18EnpYybJZRWUaT0gS6dkl9MR6An+I2d<br>
5IF9Jw3lNLemto86osLY+0B6G5HxllIJ/P2K8ljzWshkKWA9Y4RBROTDZoYUCXap<br>
54dMBIGx4aJtslzqvCdhUF3khmm2+6EneRpIgqYA0vVgg4fZWHhQkhxuXLDhV4uh<br>
ynOSAavA+vF0PNkqqcpbhlDb2zMwSTElRjL62oyOBlSVboENVyxxkviWgVj+g0O7<br>
x4YPzeSUSb4YFg2BShkWkB5gjmm2nc5cY54ezRIaA7mT0y4f4ajxDPMflFxJ491p<br>
hboJy0nrW62Kp+u/PB5w6c0/4IFPjVcnnRyht/N0z0X9x9Of/GKIf5v04eQNc0rp<br>
1KV0DVbIU4r7pUxQLhr2OYlrYcNqDg3whjdtNIZ7FTB4AX9QH7Q=<br>
=oELm<br>
-----END PGP SIGNATURE-----<br>
<br>
</body>
</html>
--------------211985277E19EA9299391F90--
--===============1057754698962239917==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============1057754698962239917==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Dar-news mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dar-news
--===============1057754698962239917==--