commit s3backer for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2020-11-02 09:42:26

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new.3463 (New)


Package is "s3backer"

Mon Nov  2 09:42:26 2020 rev:19 rq:845089 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2020-10-02 
17:41:28.97166 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new.3463/s3backer.changes  
2020-11-02 09:42:52.453752755 +0100
@@ -1,0 +2,10 @@
+Fri Oct 30 17:03:54 UTC 2020 - Archie Cobbs 
+
+- Upgrade to release 1.5.6
+  + Fixed phantom write error when server-side-encryption used (issue #135)
+  + Allow bucket names with "subdirectory" for prefix (issue #130)
+  + Added `--configFile' flag (issue #129)
+  + Added `--accessKeyEnv' flag (issue #128)
+  + Removed deprecated `--rrs' flag
+
+---

Old:

  s3backer-1.5.5.tar.gz

New:

  s3backer-1.5.6.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.3Su5VM/_old  2020-11-02 09:42:53.693753945 +0100
+++ /var/tmp/diff_new_pack.3Su5VM/_new  2020-11-02 09:42:53.697753949 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.5.5
+Version:1.5.6
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0-or-later

++ s3backer-1.5.5.tar.gz -> s3backer-1.5.6.tar.gz ++
 2696 lines of diff (skipped)




commit s3backer for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2020-10-02 17:40:24

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new.4249 (New)


Package is "s3backer"

Fri Oct  2 17:40:24 2020 rev:18 rq:839054 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2019-10-09 
15:19:43.540456811 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new.4249/s3backer.changes  
2020-10-02 17:41:28.97166 +0200
@@ -1,0 +2,9 @@
+Sat Aug 22 17:43:05 UTC 2020 - Archie Cobbs 
+
+- Upgrade to release 1.5.5
+  + Added `--no-vhost' flag (issue #117)
+  + Added `--blockCacheNumProtected' flag (pr #119)
+  + Added `--test-errors', `--test-delays', and `--test-discard'
+  + Disallow stream encryption ciphers (issue #123)
+
+---

Old:

  s3backer-1.5.4.tar.gz

New:

  s3backer-1.5.5.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.klDWci/_old  2020-10-02 17:41:30.814889261 +0200
+++ /var/tmp/diff_new_pack.klDWci/_new  2020-10-02 17:41:30.818889264 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,18 +13,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   s3backer
-Version:1.5.4
+Version:1.5.5
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0-or-later
 Group:  System/Filesystems
 Source: 
https://s3.amazonaws.com/archie-public/%{name}/%{name}-%{version}.tar.gz
-Url:https://github.com/archiecobbs/%{name}
+URL:https://github.com/archiecobbs/%{name}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1100
 BuildRequires:  libcurl-devel >= 7.16.2

++ s3backer-1.5.4.tar.gz -> s3backer-1.5.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.4/CHANGES new/s3backer-1.5.5/CHANGES
--- old/s3backer-1.5.4/CHANGES  2019-10-08 19:18:16.0 +0200
+++ new/s3backer-1.5.5/CHANGES  2020-08-22 19:38:04.0 +0200
@@ -1,3 +1,10 @@
+Version 1.5.5 released August 22, 2020
+
+- Added `--no-vhost' flag (issue #117)
+- Added `--blockCacheNumProtected' flag (pr #119)
+- Added `--test-errors', `--test-delays', and `--test-discard'
+- Disallow stream encryption ciphers (issue #123)
+
 Version 1.5.4 released October 8, 2019
 
 - Only set "x-amz-server-side-encryption" header with PUT requests (issue 
#116)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.4/block_cache.c 
new/s3backer-1.5.5/block_cache.c
--- old/s3backer-1.5.4/block_cache.c2019-07-31 19:16:00.0 +0200
+++ new/s3backer-1.5.5/block_cache.c2020-07-29 16:39:02.0 +0200
@@ -57,6 +57,9 @@
  * used to most recently used (where 'used' means either read or written). 
CLEAN2 is the
  * same as CLEAN except that the data must be MD5 verified before being used.
  *
+ * The linked list for CLEAN/CLEAN2 blocks is actually two lists, hi_cleans 
and lo_cleans.
+ * This allows us to evict "low priority" blocks before "high priority" blocks.
+ *
  * Blocks in the DIRTY state are linked in a list in the order they should be 
written.
  * A pool of worker threads picks them off and writes them through to the 
underlying
  * s3backer_store; while being written they are in state WRITING, or WRITING2 
if another
@@ -130,7 +133,7 @@
 #define ENTRY_IN_LIST(entry)((entry)->link.tqe_prev != NULL)
 #define ENTRY_RESET_LINK(entry) do { (entry)->link.tqe_prev = 
NULL; } while (0)
 #define ENTRY_GET_STATE(entry)  (ENTRY_IN_LIST(entry) ?
 \
-((entry)->dirty ? DIRTY :  
  \
+((entry)->dirty ? DIRTY :  
 \
   ((entry)->verify ? CLEAN2 : 
CLEAN)) : \
 ((entry)->timeout == 
READING_TIMEOUT ?  \
   ((entry)->verify ? READING2 
: 

commit s3backer for openSUSE:Factory

2019-10-09 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2019-10-09 15:19:42

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new.2352 (New)


Package is "s3backer"

Wed Oct  9 15:19:42 2019 rev:17 rq:736308 version:1.5.4

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2019-08-13 
13:17:10.193479250 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new.2352/s3backer.changes  
2019-10-09 15:19:43.540456811 +0200
@@ -1,0 +2,7 @@
+Tue Oct  8 17:25:01 UTC 2019 -  
+
+- Upgrade to release 1.5.4
+  + Only set "x-amz-server-side-encryption" header with PUT requests (issue 
#116)
+  + Don't kill IAM thread unless actually started (issue #115).
+
+---

Old:

  s3backer-1.5.3.tar.gz

New:

  s3backer-1.5.4.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.kJUTMd/_old  2019-10-09 15:19:44.020455574 +0200
+++ /var/tmp/diff_new_pack.kJUTMd/_new  2019-10-09 15:19:44.024455563 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.5.3
+Version:1.5.4
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0-or-later

++ s3backer-1.5.3.tar.gz -> s3backer-1.5.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.3/CHANGES new/s3backer-1.5.4/CHANGES
--- old/s3backer-1.5.3/CHANGES  2019-08-09 20:44:49.0 +0200
+++ new/s3backer-1.5.4/CHANGES  2019-10-08 19:18:16.0 +0200
@@ -1,3 +1,8 @@
+Version 1.5.4 released October 8, 2019
+
+- Only set "x-amz-server-side-encryption" header with PUT requests (issue 
#116)
+- Don't kill IAM thread unless actually started (issue #115).
+
 Version 1.5.3 released August 9, 2019
 
 - Fixed bug where IAM update thread was killed after fork (issue #115)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.3/configure new/s3backer-1.5.4/configure
--- old/s3backer-1.5.3/configure2019-08-09 20:47:04.0 +0200
+++ new/s3backer-1.5.4/configure2019-10-08 19:19:47.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.5.3.
+# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.5.4.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='s3backer FUSE filesystem backed by Amazon S3'
 PACKAGE_TARNAME='s3backer'
-PACKAGE_VERSION='1.5.3'
-PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.5.3'
+PACKAGE_VERSION='1.5.4'
+PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.5.4'
 PACKAGE_BUGREPORT='https://github.com/archiecobbs/s3backer'
 PACKAGE_URL=''
 
@@ -1280,7 +1280,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.5.3 to 
adapt to many kinds of systems.
+\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.5.4 to 
adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1346,7 +1346,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.5.3:";;
+ short | recursive ) echo "Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.5.4:";;
esac
   cat <<\_ACEOF
 
@@ -1449,7 +1449,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-s3backer FUSE filesystem backed by Amazon S3 configure 1.5.3
+s3backer FUSE filesystem backed by Amazon S3 configure 1.5.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1797,7 +1797,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.5.3, 
which was
+It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.5.4, 
which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2660,7 +2660,7 @@
 
 # Define the identity of the package.
  PACKAGE='s3backer'
- VERSION='1.5.3'
+ VERSION='1.5.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5498,7 +5498,7 @@
 # report actual input values of 

commit s3backer for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2019-08-13 13:17:08

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new.9556 (New)


Package is "s3backer"

Tue Aug 13 13:17:08 2019 rev:16 rq:722065 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2019-07-11 
13:17:53.290776942 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new.9556/s3backer.changes  
2019-08-13 13:17:10.193479250 +0200
@@ -1,0 +2,9 @@
+Fri Aug  9 18:52:51 UTC 2019 -  
+
+- Update to release 1.5.3
+  + Fixed bug where IAM update thread was killed after fork (issue #115)
+  + Fixed use-after-free bug in block_cache_verified() (issue #113)
+  + Fixed use-after-free bug when updating IAM credentials (pr #114)
+  + Fixed bug in test mode that was causing bogus I/O errors
+
+---

Old:

  s3backer-1.5.2.tar.gz

New:

  s3backer-1.5.3.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.Y1UJRH/_old  2019-08-13 13:17:10.589479158 +0200
+++ /var/tmp/diff_new_pack.Y1UJRH/_new  2019-08-13 13:17:10.593479157 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0-or-later

++ s3backer-1.5.2.tar.gz -> s3backer-1.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.2/CHANGES new/s3backer-1.5.3/CHANGES
--- old/s3backer-1.5.2/CHANGES  2019-07-09 20:44:36.0 +0200
+++ new/s3backer-1.5.3/CHANGES  2019-08-09 20:44:49.0 +0200
@@ -1,3 +1,10 @@
+Version 1.5.3 released August 9, 2019
+
+- Fixed bug where IAM update thread was killed after fork (issue #115)
+- Fixed use-after-free bug in block_cache_verified() (issue #113)
+- Fixed use-after-free bug when updating IAM credentials (pr #114)
+- Fixed bug in test mode that was causing bogus I/O errors
+
 Version 1.5.2 released July 9, 2019
 
 - Fixed bug where block cache would not work when run in the background 
(issue #112)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.2/block_cache.c 
new/s3backer-1.5.3/block_cache.c
--- old/s3backer-1.5.2/block_cache.c2019-07-09 20:37:22.0 +0200
+++ new/s3backer-1.5.3/block_cache.c2019-07-31 19:16:00.0 +0200
@@ -1321,9 +1321,10 @@
 assert(entry->verify);
 assert(ENTRY_GET_STATE(entry) == CLEAN2 || ENTRY_GET_STATE(entry) == 
READING2);
 
-/* Give back some memory; if we can't no big deal */
-if ((new_entry = realloc(entry, sizeof(*entry))) == NULL)
+/* Allocate new, smaller entry; if we can't no big deal */
+if ((new_entry = malloc(sizeof(*entry))) == NULL)
 goto done;
+memcpy(new_entry, entry, sizeof(*entry));
 
 /* Update all references that point to the entry */
 s3b_hash_put(priv->hashtable, new_entry);
@@ -1331,6 +1332,7 @@
 TAILQ_REMOVE(>cleans, entry, link);
 TAILQ_INSERT_TAIL(>cleans, new_entry, link);
 }
+free(entry);
 entry = new_entry;
 
 done:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.2/configure new/s3backer-1.5.3/configure
--- old/s3backer-1.5.2/configure2019-07-09 20:45:06.0 +0200
+++ new/s3backer-1.5.3/configure2019-08-09 20:47:04.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.5.2.
+# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.5.3.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='s3backer FUSE filesystem backed by Amazon S3'
 PACKAGE_TARNAME='s3backer'
-PACKAGE_VERSION='1.5.2'
-PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.5.2'
+PACKAGE_VERSION='1.5.3'
+PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.5.3'
 PACKAGE_BUGREPORT='https://github.com/archiecobbs/s3backer'
 PACKAGE_URL=''
 
@@ -724,6 +724,7 @@
 enable_assertions
 enable_gprof
 enable_Werror
+enable_sanitize
 '
   ac_precious_vars='build_alias
 host_alias
@@ -1279,7 +1280,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.5.2 to 

commit s3backer for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2019-07-11 13:17:36

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new.4615 (New)


Package is "s3backer"

Thu Jul 11 13:17:36 2019 rev:15 rq:714289 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2019-06-01 
09:50:01.907313388 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new.4615/s3backer.changes  
2019-07-11 13:17:53.290776942 +0200
@@ -1,0 +2,9 @@
+Tue Jul  9 18:51:34 UTC 2019 -  
+
+- Update to release 1.5.2
+  + Fixed bug where block cache would not work when run in the background 
(issue #112)
+  + Fixed bug where we were not parsing HTTP headers case-insensitively (pr 
#11)
+  + Bail out during `--listBlocks' if we see an object name past our block 
range
+  + Added `--blockHashPrefix' flag (issue #80)
+
+---

Old:

  s3backer-1.5.1.tar.gz

New:

  s3backer-1.5.2.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.dzFX8n/_old  2019-07-11 13:17:54.518776555 +0200
+++ /var/tmp/diff_new_pack.dzFX8n/_new  2019-07-11 13:17:54.518776555 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0-or-later

++ s3backer-1.5.1.tar.gz -> s3backer-1.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.1/CHANGES new/s3backer-1.5.2/CHANGES
--- old/s3backer-1.5.1/CHANGES  2019-04-15 22:31:38.0 +0200
+++ new/s3backer-1.5.2/CHANGES  2019-07-09 20:44:36.0 +0200
@@ -1,3 +1,10 @@
+Version 1.5.2 released July 9, 2019
+
+- Fixed bug where block cache would not work when run in the background 
(issue #112)
+- Fixed bug where we were not parsing HTTP headers case-insensitively (pr 
#11)
+- Bail out during `--listBlocks' if we see an object name past our block 
range
+- Added `--blockHashPrefix' flag (issue #80)
+
 Version 1.5.1 released April 15, 2019
 
 - Fixed a few places where fixed-sized buffers were too small (issue #108)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.5.1/block_cache.c 
new/s3backer-1.5.2/block_cache.c
--- old/s3backer-1.5.1/block_cache.c2019-03-07 02:43:01.0 +0100
+++ new/s3backer-1.5.2/block_cache.c2019-07-09 20:37:22.0 +0200
@@ -181,6 +181,7 @@
 };
 
 /* s3backer_store functions */
+static int block_cache_create_threads(struct s3backer_store *s3b);
 static int block_cache_meta_data(struct s3backer_store *s3b, off_t 
*file_sizep, u_int *block_sizep);
 static int block_cache_set_mount_token(struct s3backer_store *s3b, int32_t 
*old_valuep, int32_t new_value);
 static int block_cache_read_block(struct s3backer_store *s3b, s3b_block_t 
block_num, void *dest,
@@ -234,7 +235,6 @@
 struct s3backer_store *s3b;
 struct block_cache_private *priv;
 struct cache_entry *entry;
-pthread_t thread;
 int r;
 
 /* Initialize s3backer_store structure */
@@ -243,6 +243,7 @@
 (*config->log)(LOG_ERR, "calloc(): %s", strerror(r));
 goto fail0;
 }
+s3b->create_threads = block_cache_create_threads;
 s3b->meta_data = block_cache_meta_data;
 s3b->set_mount_token = block_cache_set_mount_token;
 s3b->read_block = block_cache_read_block;
@@ -301,22 +302,11 @@
 pthread_mutex_lock(>mutex);
 S3BCACHE_CHECK_INVARIANTS(priv);
 
-/* Create threads */
-for (priv->num_threads = 0; priv->num_threads < config->num_threads; 
priv->num_threads++) {
-if ((r = pthread_create(, NULL, block_cache_worker_main, priv)) 
!= 0)
-goto fail10;
-}
-
 /* Done */
 pthread_mutex_unlock(>mutex);
 return s3b;
 
-fail10:
-priv->stopping = 1;
-while (priv->num_threads > 0) {
-pthread_cond_broadcast(>worker_work);
-pthread_cond_wait(>worker_exit, >mutex);
-}
+fail9:
 if (config->cache_file != NULL) {
 while ((entry = TAILQ_FIRST(>cleans)) != NULL) {
 TAILQ_REMOVE(>cleans, entry, link);
@@ -324,7 +314,6 @@
 }
 s3b_dcache_close(priv->dcache);
 }
-fail9:
 s3b_hash_destroy(priv->hashtable);
 fail8:
 pthread_cond_destroy(>write_complete);
@@ -402,6 +391,34 @@
 }
 
 static int
+block_cache_create_threads(struct s3backer_store *s3b)
+{
+struct block_cache_private *const priv = s3b->data;
+struct block_cache_conf *const config = priv->config;
+pthread_t thread;
+int r;
+
+/* 

commit s3backer for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2019-06-01 09:49:58

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new.5148 (New)


Package is "s3backer"

Sat Jun  1 09:49:58 2019 rev:14 rq:706049 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2018-06-13 
15:39:34.276161064 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new.5148/s3backer.changes  
2019-06-01 09:50:01.907313388 +0200
@@ -1,0 +2,9 @@
+Mon Apr 15 20:37:59 UTC 2019 - archie.co...@gmail.com
+
+- Update to release 1.5.1
+  + Fixed a few places where fixed-sized buffers were too small (issue #108)
+  + Don't claim cache hit if partial write required reading the block (pr #103)
+  + Exit process with error code if s3backer store setup fails at startup
+  + Reset statistics if stats file is unlinked (issue #106)
+
+---

Old:

  s3backer-1.5.0.tar.gz

New:

  s3backer-1.5.1.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.KLtSq7/_old  2019-06-01 09:50:02.631313141 +0200
+++ /var/tmp/diff_new_pack.KLtSq7/_new  2019-06-01 09:50:02.639313139 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,10 +18,10 @@
 
 
 Name:   s3backer
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Filesystems
 Source: 
https://s3.amazonaws.com/archie-public/%{name}/%{name}-%{version}.tar.gz
 Url:https://github.com/archiecobbs/%{name}

++ s3backer-1.5.0.tar.gz -> s3backer-1.5.1.tar.gz ++
 2718 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.5.0/CHANGES new/s3backer-1.5.1/CHANGES
--- old/s3backer-1.5.0/CHANGES  2018-06-09 22:00:34.0 +0200
+++ new/s3backer-1.5.1/CHANGES  2019-04-15 22:31:38.0 +0200
@@ -1,3 +1,10 @@
+Version 1.5.1 released April 15, 2019
+
+- Fixed a few places where fixed-sized buffers were too small (issue #108)
+- Don't claim cache hit if partial write required reading the block (pr 
#103)
+- Exit process with error code if s3backer store setup fails at startup
+- Reset statistics if stats file is unlinked (issue #106)
+
 Version 1.5.0 released June 9, 2018
 
 - Add support for recovering dirty blocks in the disk cache (issue #87)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.5.0/block_cache.c new/s3backer-1.5.1/block_cache.c
--- old/s3backer-1.5.0/block_cache.c2018-06-09 22:00:21.0 +0200
+++ new/s3backer-1.5.1/block_cache.c2019-03-07 02:43:01.0 +0100
@@ -495,6 +495,16 @@
 pthread_mutex_unlock(>mutex);
 }
 
+void
+block_cache_clear_stats(struct s3backer_store *s3b)
+{
+struct block_cache_private *const priv = s3b->data;
+
+pthread_mutex_lock(>mutex);
+memset(>stats, 0, sizeof(priv->stats));
+pthread_mutex_unlock(>mutex);
+}
+
 static int
 block_cache_list_blocks(struct s3backer_store *s3b, block_list_func_t 
*callback, void *arg)
 {
@@ -773,6 +783,7 @@
 {
 struct block_cache_conf *const config = priv->config;
 struct cache_entry *entry;
+int partial_miss = 0;
 int r;
 
 /* Sanity check */
@@ -827,7 +838,8 @@
 if ((r = block_cache_write_data(priv, entry, src, off, len)) != 0)
 (*config->log)(LOG_ERR, "error updating dirty block! %s", 
strerror(r));
 entry->dirty = 1;
-priv->stats.write_hits++;
+if (!partial_miss)
+priv->stats.write_hits++;
 break;
 default:
 assert(0);
@@ -843,6 +855,8 @@
 if (off != 0 || len != config->block_size) {
 if ((r = block_cache_do_read(priv, block_num, 0, 0, NULL, 0)) != 

commit s3backer for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2018-06-13 15:38:59

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is "s3backer"

Wed Jun 13 15:38:59 2018 rev:13 rq:615445 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2017-02-03 
20:01:07.611978940 +0100
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2018-06-13 
15:39:34.276161064 +0200
@@ -1,0 +2,10 @@
+Sat Jun  9 20:25:23 UTC 2018 - archie.co...@gmail.com
+
+- Update to release 1.5.0
+  + Add support for recovering dirty blocks in the disk cache (issue #87)
+  + Replaced boolean 'mounted' flag with a unique 32-bit mount token (issue 
#87)
+  + Wait for min_write_delay before access after write error (issue #76)
+  + Configure TCP keep-alive on HTTP connections (issue #78)
+  + Added support for server side encryption (pull #81)
+
+---

Old:

  s3backer-1.4.4.tar.gz

New:

  s3backer-1.5.0.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.OCsQql/_old  2018-06-13 15:39:35.272124415 +0200
+++ /var/tmp/diff_new_pack.OCsQql/_new  2018-06-13 15:39:35.284123974 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.4.4
+Version:1.5.0
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.4.4.tar.gz -> s3backer-1.5.0.tar.gz ++
 1736 lines of diff (skipped)




commit s3backer for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2017-02-02 15:46:00

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is "s3backer"

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2016-07-27 
16:13:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2017-02-03 
20:01:07.611978940 +0100
@@ -1,0 +2,8 @@
+Wed Feb  1 23:11:25 UTC 2017 - archie.co...@gmail.com
+
+- Update to release 1.4.4
+  + Added `--defaultContentEncoding' for non-compliant backends (issue #68)
+  + Fixed auth bug when prefix contains URL-encodable char (issue #69)
+  + Remove restriction preventing streaming encryption modes (issue #70)
+
+---

Old:

  s3backer-1.4.3.tar.gz

New:

  s3backer-1.4.4.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.XroOXR/_old  2017-02-03 20:01:08.275885493 +0100
+++ /var/tmp/diff_new_pack.XroOXR/_new  2017-02-03 20:01:08.279884930 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.4.3
+Version:1.4.4
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.4.3.tar.gz -> s3backer-1.4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.3/CHANGES new/s3backer-1.4.4/CHANGES
--- old/s3backer-1.4.3/CHANGES  2016-07-25 20:55:00.0 +0200
+++ new/s3backer-1.4.4/CHANGES  2017-02-02 00:07:49.0 +0100
@@ -1,3 +1,9 @@
+Version 1.4.4 released February 1, 2017
+
+- Added `--defaultContentEncoding' for non-compliant backends (issue #68)
+- Fixed auth bug when prefix contains URL-encodable char (issue #69)
+- Remove restriction preventing streaming encryption modes (issue #70)
+
 Version 1.4.3 released July 25, 2016
 
 - Add support for STANDARD_IA storage class (issue #59)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.3/configure new/s3backer-1.4.4/configure
--- old/s3backer-1.4.3/configure2016-07-25 20:55:36.0 +0200
+++ new/s3backer-1.4.4/configure2017-02-02 00:08:34.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.4.3.
+# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.4.4.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='s3backer FUSE filesystem backed by Amazon S3'
 PACKAGE_TARNAME='s3backer'
-PACKAGE_VERSION='1.4.3'
-PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.4.3'
+PACKAGE_VERSION='1.4.4'
+PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.4.4'
 PACKAGE_BUGREPORT='https://github.com/archiecobbs/s3backer'
 PACKAGE_URL=''
 
@@ -1279,7 +1279,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.4.3 to 
adapt to many kinds of systems.
+\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.4.4 to 
adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1345,7 +1345,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.4.3:";;
+ short | recursive ) echo "Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.4.4:";;
esac
   cat <<\_ACEOF
 
@@ -1446,7 +1446,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-s3backer FUSE filesystem backed by Amazon S3 configure 1.4.3
+s3backer FUSE filesystem backed by Amazon S3 configure 1.4.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1794,7 +1794,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.4.3, 
which was
+It was 

commit s3backer for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2016-07-27 16:13:11

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is "s3backer"

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2015-09-09 
20:21:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2016-07-27 
16:13:19.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 25 18:59:39 UTC 2016 - archie.co...@gmail.com
+
+- Update to release 1.4.3
+  + Add support for STANDARD_IA storage class (issue #59)
+  + Set "Accept-Encoding" header appropriately (issue #48)
+  + Fix build issue with OpenSSL 1.1.0 (issue #64)
+
+---

Old:

  s3backer-1.4.2.tar.gz

New:

  s3backer-1.4.3.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.eqXzqL/_old  2016-07-27 16:13:20.0 +0200
+++ /var/tmp/diff_new_pack.eqXzqL/_new  2016-07-27 16:13:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.4.2.tar.gz -> s3backer-1.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.2/CHANGES new/s3backer-1.4.3/CHANGES
--- old/s3backer-1.4.2/CHANGES  2015-09-01 16:45:24.0 +0200
+++ new/s3backer-1.4.3/CHANGES  2016-07-25 20:55:00.0 +0200
@@ -1,3 +1,9 @@
+Version 1.4.3 released July 25, 2016
+
+- Add support for STANDARD_IA storage class (issue #59)
+- Set "Accept-Encoding" header appropriately (issue #48)
+- Fix build issue with OpenSSL 1.1.0 (issue #64)
+
 Version 1.4.2 released September 1, 2015
 
 - Update license to fix OpenSSL vs. GPL conflict
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.2/Makefile.am 
new/s3backer-1.4.3/Makefile.am
--- old/s3backer-1.4.2/Makefile.am  2015-09-01 16:45:24.0 +0200
+++ new/s3backer-1.4.3/Makefile.am  2016-07-22 22:15:35.0 +0200
@@ -70,6 +70,7 @@
reset.c \
s3b_config.c \
test_io.c \
+   sslcompat.c \
gitrev.c
 
 tester_SOURCES= tester.c \
@@ -83,6 +84,7 @@
reset.c \
s3b_config.c \
test_io.c \
+   sslcompat.c \
gitrev.c
 
 AM_CFLAGS=  $(FUSE_CFLAGS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.2/Makefile.in 
new/s3backer-1.4.3/Makefile.in
--- old/s3backer-1.4.2/Makefile.in  2015-09-01 16:51:03.0 +0200
+++ new/s3backer-1.4.3/Makefile.in  2016-07-25 20:55:35.0 +0200
@@ -139,14 +139,14 @@
block_part.$(OBJEXT) dcache.$(OBJEXT) ec_protect.$(OBJEXT) \
erase.$(OBJEXT) fuse_ops.$(OBJEXT) hash.$(OBJEXT) \
http_io.$(OBJEXT) reset.$(OBJEXT) s3b_config.$(OBJEXT) \
-   test_io.$(OBJEXT) gitrev.$(OBJEXT)
+   test_io.$(OBJEXT) sslcompat.$(OBJEXT) gitrev.$(OBJEXT)
 s3backer_OBJECTS = $(am_s3backer_OBJECTS)
 s3backer_LDADD = $(LDADD)
 am_tester_OBJECTS = tester.$(OBJEXT) block_cache.$(OBJEXT) \
block_part.$(OBJEXT) dcache.$(OBJEXT) ec_protect.$(OBJEXT) \
erase.$(OBJEXT) hash.$(OBJEXT) http_io.$(OBJEXT) \
reset.$(OBJEXT) s3b_config.$(OBJEXT) test_io.$(OBJEXT) \
-   gitrev.$(OBJEXT)
+   sslcompat.$(OBJEXT) gitrev.$(OBJEXT)
 tester_OBJECTS = $(am_tester_OBJECTS)
 tester_LDADD = $(LDADD)
 AM_V_P = $(am__v_P_@AM_V@)
@@ -375,6 +375,7 @@
reset.c \
s3b_config.c \
test_io.c \
+   sslcompat.c \
gitrev.c
 
 tester_SOURCES = tester.c \
@@ -388,6 +389,7 @@
reset.c \
s3b_config.c \
test_io.c \
+   sslcompat.c \
gitrev.c
 
 AM_CFLAGS = $(FUSE_CFLAGS)
@@ -519,6 +521,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reset.Po@am__quote@
 @AMDEP_TRUE@@am__include@ 

commit s3backer for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2015-09-09 20:21:07

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is "s3backer"

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2015-05-11 
20:41:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2015-09-09 
20:21:09.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 14:54:07 UTC 2015 - arc...@dellroad.org
+
+- Update to release 1.4.2
+  + Update license to fix OpenSSL vs. GPL conflict
+
+---

Old:

  s3backer-1.4.1.tar.gz

New:

  s3backer-1.4.2.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.m8zvLm/_old  2015-09-09 20:21:09.0 +0200
+++ /var/tmp/diff_new_pack.m8zvLm/_new  2015-09-09 20:21:09.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.4.1.tar.gz -> s3backer-1.4.2.tar.gz ++
 1824 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.4.1/CHANGES new/s3backer-1.4.2/CHANGES
--- old/s3backer-1.4.1/CHANGES  2015-05-04 17:49:52.0 +0200
+++ new/s3backer-1.4.2/CHANGES  2015-09-01 16:45:24.0 +0200
@@ -1,3 +1,9 @@
+Version 1.4.2 released September 1, 2015
+
+- Update license to fix OpenSSL vs. GPL conflict
+- Remove obsolete Debian files
+- Fix typos in help output
+
 Version 1.4.1 released May 4, 2015
 
 - Fix use-after-free bug configuring base URL (github issue #44)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.4.1/COPYING new/s3backer-1.4.2/COPYING
--- old/s3backer-1.4.1/COPYING  2015-04-17 21:20:11.0 +0200
+++ new/s3backer-1.4.2/COPYING  2015-09-01 16:45:24.0 +0200
@@ -1,3 +1,18 @@
+
+In addition to the license below, as a special exception, the copyright holders
+give permission to link the code of portions of this program with the OpenSSL
+library under certain conditions as described in each individual source file,
+and distribute linked combinations including the two.
+
+You must obey the GNU General Public License in all respects for all of the 
code
+used other than OpenSSL. If you modify file(s) with this exception, you may
+extend this exception to your version of the file(s), but you are not obligated
+to do so. If you do not wish to do so, delete this exception statement from
+your version. If you delete this exception statement from all source files in
+the program, then also delete it here.
+
+--
+
 GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.4.1/Makefile.am new/s3backer-1.4.2/Makefile.am
--- old/s3backer-1.4.1/Makefile.am  2015-04-17 22:34:04.0 +0200
+++ new/s3backer-1.4.2/Makefile.am  2015-09-01 16:45:24.0 +0200
@@ -19,6 +19,19 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 #
+# In addition, as a special exception, the copyright holders give
+# permission to link the code of portions of this program with the
+# OpenSSL library under certain conditions as described in each
+# individual source file, and distribute linked combinations including
+# the two.
+#
+# You must obey the GNU General Public License in all respects for all
+# of the code used other than OpenSSL. If you modify file(s) with this
+# exception, you may extend this exception to your version of the
+# file(s), but you are not obligated to do so. If you do not wish to do
+# so, delete this exception statement from your version. If you delete
+# this exception statement 

commit s3backer for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2015-05-11 20:41:41

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is s3backer

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2015-04-25 
11:26:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2015-05-11 
20:41:42.0 +0200
@@ -1,0 +2,6 @@
+Mon May  4 16:05:10 UTC 2015 - arc...@dellroad.org
+
+- Update to release 1.4.1
+  + Fix use-after-free bug configuring base URL (github issue #44)
+
+---

Old:

  s3backer-1.4.0.tar.gz

New:

  s3backer-1.4.1.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.OUT1AY/_old  2015-05-11 20:41:42.0 +0200
+++ /var/tmp/diff_new_pack.OUT1AY/_new  2015-05-11 20:41:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.4.0.tar.gz - s3backer-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.0/CHANGES new/s3backer-1.4.1/CHANGES
--- old/s3backer-1.4.0/CHANGES  2015-04-17 22:36:01.0 +0200
+++ new/s3backer-1.4.1/CHANGES  2015-05-04 17:49:52.0 +0200
@@ -1,3 +1,7 @@
+Version 1.4.1 released May 4, 2015
+
+- Fix use-after-free bug configuring base URL (github issue #44)
+
 Version 1.4.0 released April 17, 2015
 
 - Added support for authentication version 4 (issue #51)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.0/configure new/s3backer-1.4.1/configure
--- old/s3backer-1.4.0/configure2015-04-17 22:38:15.0 +0200
+++ new/s3backer-1.4.1/configure2015-05-04 17:53:05.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.4.0.
+# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.4.1.
 #
 # Report bugs to https://github.com/archiecobbs/s3backer.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='s3backer FUSE filesystem backed by Amazon S3'
 PACKAGE_TARNAME='s3backer'
-PACKAGE_VERSION='1.4.0'
-PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.4.0'
+PACKAGE_VERSION='1.4.1'
+PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.4.1'
 PACKAGE_BUGREPORT='https://github.com/archiecobbs/s3backer'
 PACKAGE_URL=''
 
@@ -1279,7 +1279,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.4.0 to 
adapt to many kinds of systems.
+\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.4.1 to 
adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1345,7 +1345,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.4.0:;;
+ short | recursive ) echo Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.4.1:;;
esac
   cat \_ACEOF
 
@@ -1446,7 +1446,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-s3backer FUSE filesystem backed by Amazon S3 configure 1.4.0
+s3backer FUSE filesystem backed by Amazon S3 configure 1.4.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1794,7 +1794,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.4.0, 
which was
+It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.4.1, 
which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2657,7 +2657,7 @@
 
 # Define the identity of the package.
  PACKAGE='s3backer'
- VERSION='1.4.0'
+ VERSION='1.4.1'
 
 
 cat confdefs.h _ACEOF
@@ -5388,7 +5388,7 @@
 # report 

commit s3backer for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2015-04-25 09:54:22

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is s3backer

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2013-07-19 
11:14:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2015-04-25 
11:26:31.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 17 22:44:36 UTC 2015 - arc...@dellroad.org
+
+- Update to release 1.4.0 
+  + Added support for authentication version 4 (issue #51)
+  + Added support for credentials via IAM role from EC2 meta-data (issue #48)
+  + Fixed bug where `--erase' did not clear the mounted flag
+  + Moved from Google project hosting to GitHub
+  + Fixed compile problem on FreeBSD
+
+---

Old:

  s3backer-1.3.7.tar.gz

New:

  s3backer-1.4.0.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.EIMRip/_old  2015-04-25 11:26:32.0 +0200
+++ /var/tmp/diff_new_pack.EIMRip/_new  2015-04-25 11:26:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   s3backer
-Version:1.3.7
+Version:1.4.0
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+
 Group:  System/Filesystems
-Source: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
-Url:http://%{name}.googlecode.com/
+Source: 
https://s3.amazonaws.com/archie-public/%{name}/%{name}-%{version}.tar.gz
+Url:https://github.com/archiecobbs/%{name}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1100
 BuildRequires:  libcurl-devel = 7.16.2

++ s3backer-1.3.7.tar.gz - s3backer-1.4.0.tar.gz ++
 5184 lines of diff (skipped)




commit s3backer for openSUSE:Factory

2013-07-19 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2013-07-19 11:14:16

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is s3backer

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2013-07-17 
09:32:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2013-07-19 
11:14:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 18 17:24:30 UTC 2013 - arc...@dellroad.org
+
+- Update to version 1.3.7 
+  + Add `--keyLength' for overriding generated encryption key length
+
+---

Old:

  s3backer-1.3.6.tar.gz

New:

  s3backer-1.3.7.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.P3QfaR/_old  2013-07-19 11:14:18.0 +0200
+++ /var/tmp/diff_new_pack.P3QfaR/_new  2013-07-19 11:14:18.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.3.6
+Version:1.3.7
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.3.6.tar.gz - s3backer-1.3.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.3.6/CHANGES new/s3backer-1.3.7/CHANGES
--- old/s3backer-1.3.6/CHANGES  2013-07-16 18:34:12.0 +0200
+++ new/s3backer-1.3.7/CHANGES  2013-07-18 19:17:52.0 +0200
@@ -1,4 +1,8 @@
 
+Version 1.3.7 (r496) released 18 July 2013
+
+- Add `--keyLength' for overriding generated encryption key length
+
 Version 1.3.6 (r493) released 16 July 2013
 
 - Fix use of MAX_HOST_NAME in http_io.c (issue #42)
@@ -144,4 +148,4 @@
 
 Version 1.0.0 released 19 June 2008
 
-$Id: CHANGES 493 2013-07-16 16:34:11Z archie.cobbs $
+$Id: CHANGES 496 2013-07-18 17:17:51Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.3.6/configure new/s3backer-1.3.7/configure
--- old/s3backer-1.3.6/configure2013-07-16 18:34:31.0 +0200
+++ new/s3backer-1.3.7/configure2013-07-18 19:19:52.0 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Id: configure.ac 487 2013-05-29 17:47:17Z archie.cobbs .
+# From configure.ac Id: configure.ac 494 2013-07-16 16:44:19Z archie.cobbs .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.3.6.
+# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.3.7.
 #
 # Report bugs to http://s3backer.googlecode.com/.
 #
@@ -581,8 +581,8 @@
 # Identity of this package.
 PACKAGE_NAME='s3backer FUSE filesystem backed by Amazon S3'
 PACKAGE_TARNAME='s3backer'
-PACKAGE_VERSION='1.3.6'
-PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.3.6'
+PACKAGE_VERSION='1.3.7'
+PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.3.7'
 PACKAGE_BUGREPORT='http://s3backer.googlecode.com/'
 PACKAGE_URL=''
 
@@ -1275,7 +1275,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.3.6 to 
adapt to many kinds of systems.
+\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.3.7 to 
adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1341,7 +1341,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.3.6:;;
+ short | recursive ) echo Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.3.7:;;
esac
   cat \_ACEOF
 
@@ -1440,7 +1440,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-s3backer FUSE filesystem backed by Amazon S3 configure 1.3.6
+s3backer FUSE filesystem backed by Amazon S3 configure 1.3.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1788,7 +1788,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.3.6, 
which was
+It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.3.7, 
which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2612,7 +2612,7 @@
 
 # Define the identity of the package.
  PACKAGE='s3backer'
- VERSION='1.3.6'
+ VERSION='1.3.7'
 
 
 cat confdefs.h _ACEOF
@@ 

commit s3backer for openSUSE:Factory

2013-07-17 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2013-07-17 09:32:08

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is s3backer

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2013-06-05 
14:24:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2013-07-17 
09:32:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 16 16:42:11 UTC 2013 - arc...@dellroad.org
+
+- Update to version 1.3.6
+  + Fix use of MAX_HOST_NAME in http_io.c (issue #42)
+  + Fix encryption key generation bug (on some systems)
+
+---

Old:

  s3backer-1.3.5.tar.gz

New:

  s3backer-1.3.6.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.xjwTLb/_old  2013-07-17 09:32:11.0 +0200
+++ /var/tmp/diff_new_pack.xjwTLb/_new  2013-07-17 09:32:11.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.3.5
+Version:1.3.6
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.3.5.tar.gz - s3backer-1.3.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.3.5/CHANGES new/s3backer-1.3.6/CHANGES
--- old/s3backer-1.3.5/CHANGES  2013-05-29 19:43:01.0 +0200
+++ new/s3backer-1.3.6/CHANGES  2013-07-16 18:34:12.0 +0200
@@ -1,3 +1,9 @@
+
+Version 1.3.6 (r493) released 16 July 2013
+
+- Fix use of MAX_HOST_NAME in http_io.c (issue #42)
+- Fix encryption key generation bug (on some systems)
+
 Version 1.3.5 (r485) released 29 May 2013
 
 - Check for duplicate mount at startup (issue #10)
@@ -138,4 +144,4 @@
 
 Version 1.0.0 released 19 June 2008
 
-$Id: CHANGES 485 2013-05-29 17:42:59Z archie.cobbs $
+$Id: CHANGES 493 2013-07-16 16:34:11Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.3.5/configure new/s3backer-1.3.6/configure
--- old/s3backer-1.3.5/configure2013-05-29 19:43:26.0 +0200
+++ new/s3backer-1.3.6/configure2013-07-16 18:34:31.0 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Id: configure.ac 477 2013-04-03 01:57:08Z archie.cobbs .
+# From configure.ac Id: configure.ac 487 2013-05-29 17:47:17Z archie.cobbs .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.3.5.
+# Generated by GNU Autoconf 2.69 for s3backer FUSE filesystem backed by Amazon 
S3 1.3.6.
 #
 # Report bugs to http://s3backer.googlecode.com/.
 #
@@ -581,8 +581,8 @@
 # Identity of this package.
 PACKAGE_NAME='s3backer FUSE filesystem backed by Amazon S3'
 PACKAGE_TARNAME='s3backer'
-PACKAGE_VERSION='1.3.5'
-PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.3.5'
+PACKAGE_VERSION='1.3.6'
+PACKAGE_STRING='s3backer FUSE filesystem backed by Amazon S3 1.3.6'
 PACKAGE_BUGREPORT='http://s3backer.googlecode.com/'
 PACKAGE_URL=''
 
@@ -1275,7 +1275,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.3.5 to 
adapt to many kinds of systems.
+\`configure' configures s3backer FUSE filesystem backed by Amazon S3 1.3.6 to 
adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1341,7 +1341,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.3.5:;;
+ short | recursive ) echo Configuration of s3backer FUSE filesystem 
backed by Amazon S3 1.3.6:;;
esac
   cat \_ACEOF
 
@@ -1440,7 +1440,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-s3backer FUSE filesystem backed by Amazon S3 configure 1.3.5
+s3backer FUSE filesystem backed by Amazon S3 configure 1.3.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1788,7 +1788,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.3.5, 
which was
+It was created by s3backer FUSE filesystem backed by Amazon S3 $as_me 1.3.6, 
which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2612,7 +2612,7 @@
 
 # Define the identity of the package.
  

commit s3backer for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2013-06-05 13:38:00

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new (New)


Package is s3backer

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2013-04-03 
13:06:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2013-06-05 
14:24:47.0 +0200
@@ -1,0 +2,7 @@
+Wed May 29 17:49:29 UTC 2013 - arc...@dellroad.org
+
+- Update to version 1.3.5
+  + Check for duplicate mount at startup (issue #10)
+  + Minor spec file cleanups
+
+---

Old:

  s3backer-1.3.4.tar.gz

New:

  s3backer-1.3.5.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.mdgd2q/_old  2013-06-05 14:24:47.0 +0200
+++ /var/tmp/diff_new_pack.mdgd2q/_new  2013-06-05 14:24:47.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.3.4
+Version:1.3.5
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+
@@ -61,22 +61,17 @@
 %build
 export SUSE_ASNEEDED=0
 %{configure}
-make
+make %{?_smp_mflags}
 
 %install
-rm -rf ${RPM_BUILD_ROOT}
-%{makeinstall}
-install COPYING %{buildroot}%{_datadir}/doc/packages/%{name}/
-rm -f %{buildroot}%{_datadir}/doc/packages/%{name}/INSTALL
+make install DESTDIR='%{buildroot}'
+install -m 0644 COPYING %{buildroot}%{_docdir}/%{name}/
+rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
 
 %files
-%defattr(0644,root,root,0755)
-%attr(0755,root,root) %{_bindir}/%{name}
-%if 0%{?mandriva_version}
-%attr(0644,root,root) %{_mandir}/man1/%{name}.1
-%else
-%attr(0644,root,root) %{_mandir}/man1/%{name}.1.gz
-%endif
-%doc %{_datadir}/doc/packages/%{name}
+%defattr(-,root,root,-)
+%{_bindir}/*
+%{_mandir}/man1/*
+%{_docdir}/%{name}
 
 %changelog

++ s3backer-1.3.4.tar.gz - s3backer-1.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.3.4/CHANGES new/s3backer-1.3.5/CHANGES
--- old/s3backer-1.3.4/CHANGES  2013-04-03 03:44:48.0 +0200
+++ new/s3backer-1.3.5/CHANGES  2013-05-29 19:43:01.0 +0200
@@ -1,3 +1,7 @@
+Version 1.3.5 (r485) released 29 May 2013
+
+- Check for duplicate mount at startup (issue #10)
+- Remove obsolete backward-compatibility block size check
 
 Version 1.3.4 (r476) released 2 Apr 2013
 
@@ -134,4 +138,4 @@
 
 Version 1.0.0 released 19 June 2008
 
-$Id: CHANGES 476 2013-04-03 01:44:44Z archie.cobbs $
+$Id: CHANGES 485 2013-05-29 17:42:59Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.3.4/Makefile.am 
new/s3backer-1.3.5/Makefile.am
--- old/s3backer-1.3.4/Makefile.am  2011-02-01 18:31:15.0 +0100
+++ new/s3backer-1.3.5/Makefile.am  2013-05-11 19:07:54.0 +0200
@@ -19,7 +19,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 #
-# $Id: Makefile.am 448 2011-02-01 17:31:15Z archie.cobbs $
+# $Id: Makefile.am 482 2013-05-11 17:07:49Z archie.cobbs $
 #
 
 bin_PROGRAMS=   s3backer
@@ -35,6 +35,7 @@
fuse_ops.h \
hash.h \
http_io.h \
+   reset.h \
test_io.h \
s3b_config.h
 
@@ -55,6 +56,7 @@
fuse_ops.c \
hash.c \
http_io.c \
+   reset.c \
s3b_config.c \
test_io.c \
svnrev.c
@@ -67,6 +69,7 @@
erase.c \
hash.c \
http_io.c \
+   reset.c \
s3b_config.c \
test_io.c \
svnrev.c
@@ -76,5 +79,5 @@
 SUBDIRS=debian
 
 svnrev.c:
-   printf 'const int s3backer_svnrev = %u;\n' `svn info | 
grep -w Rev | sed -r 's/^.*Rev: //g'`  svnrev.c
+   printf 'const int s3backer_svnrev = %u;\n' `svn info | 
grep -w Rev | sed 's/^.*Rev: //g'`  svnrev.c
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.3.4/Makefile.in 
new/s3backer-1.3.5/Makefile.in
--- old/s3backer-1.3.4/Makefile.in  2013-04-03 03:45:21.0 +0200
+++ new/s3backer-1.3.5/Makefile.in  2013-05-29 19:43:26.0 +0200
@@ -34,7 +34,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 #
-# $Id: Makefile.am 448 2011-02-01 17:31:15Z 

commit s3backer for openSUSE:Factory

2013-04-03 Thread h_root


binZIcYf8Bgly.bin
Description: Binary data