SHA256
1
0
forked from pool/fsarchiver

Accepting request 407926 from Archiving:Backup

1

OBS-URL: https://build.opensuse.org/request/show/407926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fsarchiver?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2016-07-14 07:50:03 +00:00 committed by Git OBS Bridge
commit 6907a9cd70
5 changed files with 33 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b84a932cd9a989e019bb22733f6ee86e5db389a17459d1b482162a2384fd49f9
size 261341

3
fsarchiver-0.6.23.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffb363b4f7e36817ed1ece86686e8bd00494a69029df8d305792aeb3faea5db8
size 261572

View File

@ -1,5 +1,7 @@
--- fsarchiver-0.6.19.orig/src/oper_restore.c
+++ fsarchiver-0.6.19/src/oper_restore.c
Index: fsarchiver-0.6.23/src/oper_restore.c
===================================================================
--- fsarchiver-0.6.23.orig/src/oper_restore.c
+++ fsarchiver-0.6.23/src/oper_restore.c
@@ -19,12 +19,13 @@
# include "config.h"
#endif
@ -15,10 +17,12 @@
#include <sys/time.h>
#include <sys/stat.h>
#include <gcrypt.h>
--- fsarchiver-0.6.19.orig/src/oper_save.c
+++ fsarchiver-0.6.19/src/oper_save.c
@@ -28,7 +28,8 @@
#include <sys/mount.h>
Index: fsarchiver-0.6.23/src/oper_save.c
===================================================================
--- fsarchiver-0.6.23.orig/src/oper_save.c
+++ fsarchiver-0.6.23/src/oper_save.c
@@ -29,7 +29,8 @@
#include <sys/param.h>
#include <sys/statvfs.h>
#include <sys/stat.h>
-#include <attr/xattr.h>
@ -27,19 +31,21 @@
#include <zlib.h>
#include <assert.h>
#include <gcrypt.h>
@@ -57,6 +58,10 @@
@@ -59,6 +60,10 @@
#include "error.h"
#include "queue.h"
+#ifndef ENOATTR
+#ifndef ENOATTR
+#define ENOATTR ENODATA
+#endif
+
typedef struct s_savear
{ carchwriter ai;
cregmulti regmulti;
--- fsarchiver-0.6.19.orig/configure.ac
+++ fsarchiver-0.6.19/configure.ac
Index: fsarchiver-0.6.23/configure.ac
===================================================================
--- fsarchiver-0.6.23.orig/configure.ac
+++ fsarchiver-0.6.23/configure.ac
@@ -88,7 +88,7 @@ PKG_CHECK_MODULES([BLKID], [blkid])
PKG_CHECK_MODULES([UUID], [uuid])

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 5 17:55:38 UTC 2016 - lazy.kent@opensuse.org
- Update to 0.6.23.
* Added micro-seconds to timestamp used in the name of the
temporary directory.
* Fixed memory leaks on failure scenarios and protect against
buffer overflows in scanf.
* Fixed possible failure to restore ext4 filesystems when mkfs
running in interactive mode.
* Fixed compilation errors with the musl libc.
- Refresh fsarchiver-attr.patch.
-------------------------------------------------------------------
Sat Feb 13 23:13:17 UTC 2016 - lazy.kent@opensuse.org

View File

@ -17,7 +17,7 @@
Name: fsarchiver
Version: 0.6.22
Version: 0.6.23
Release: 0
Summary: Filesystem Archiver
License: GPL-2.0