diff --git a/fsarchiver-0.6.22.tar.gz b/fsarchiver-0.6.22.tar.gz deleted file mode 100644 index f5b083d..0000000 --- a/fsarchiver-0.6.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b84a932cd9a989e019bb22733f6ee86e5db389a17459d1b482162a2384fd49f9 -size 261341 diff --git a/fsarchiver-0.6.23.tar.gz b/fsarchiver-0.6.23.tar.gz new file mode 100644 index 0000000..91258c7 --- /dev/null +++ b/fsarchiver-0.6.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb363b4f7e36817ed1ece86686e8bd00494a69029df8d305792aeb3faea5db8 +size 261572 diff --git a/fsarchiver-attr.patch b/fsarchiver-attr.patch index fd49174..32d8d7f 100644 --- a/fsarchiver-attr.patch +++ b/fsarchiver-attr.patch @@ -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 #include #include ---- fsarchiver-0.6.19.orig/src/oper_save.c -+++ fsarchiver-0.6.19/src/oper_save.c -@@ -28,7 +28,8 @@ - #include +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 #include #include -#include @@ -27,19 +31,21 @@ #include #include #include -@@ -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]) diff --git a/fsarchiver.changes b/fsarchiver.changes index 5a4e847..d936954 100644 --- a/fsarchiver.changes +++ b/fsarchiver.changes @@ -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 diff --git a/fsarchiver.spec b/fsarchiver.spec index 98898fc..91822fa 100644 --- a/fsarchiver.spec +++ b/fsarchiver.spec @@ -17,7 +17,7 @@ Name: fsarchiver -Version: 0.6.22 +Version: 0.6.23 Release: 0 Summary: Filesystem Archiver License: GPL-2.0