<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for rsync friendly file encryption</title><link>https://sourceforge.net/p/rsyncrypto/activity/</link><description>Recent activity for rsync friendly file encryption</description><language>en</language><lastBuildDate>Thu, 09 Jul 2020 02:29:59 -0000</lastBuildDate><item><title>Ryan Carsten Schmidt posted a comment on ticket #22</title><link>https://sourceforge.net/p/rsyncrypto/bugs/22/?limit=25#e91e</link><description>Well I'm not going to subscribe to a mailing list just to report this problem to you again somewhere else. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Thu, 09 Jul 2020 02:29:59 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/22/?limit=25#e91e</guid></item><item><title>Ryan Carsten Schmidt posted a comment on ticket #21</title><link>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#e392</link><description>That'll work, thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Thu, 09 Jul 2020 01:42:55 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#e392</guid></item><item><title>Shachar Shemesh posted a comment on ticket #21</title><link>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#8d47</link><description>I am going to solve bug #19 by removing precompiled headers altogether. As such, reopening this ticket is moot.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 08 Jul 2020 06:17:34 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#8d47</guid></item><item><title>Shachar Shemesh posted a comment on ticket #20</title><link>https://sourceforge.net/p/rsyncrypto/bugs/20/?limit=25#5225/a431</link><description>That is the wrong question. The right question is do you know for sure that all compilers support that command line? As for your other question: both clang of versions 6 and up (possibly earlier) and g++ of versions 6 and up (again, possibly earlier) do not need any special compilation flags to support C++11 features (specifically, unique_ptr). That flags was a transition period requirement. The only reason rsyncrypto was written to make it sound like it was optional was because, when written, std::map...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 08 Jul 2020 04:54:42 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/20/?limit=25#5225/a431</guid></item><item><title>Shachar Shemesh modified ticket #22</title><link>https://sourceforge.net/p/rsyncrypto/bugs/22/</link><description>Homepage doesn't mention version 1.14</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 08 Jul 2020 04:41:28 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/22/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #22</title><link>https://sourceforge.net/p/rsyncrypto/bugs/22/?limit=25#60e0</link><description>This is not a bug in the software. The mailing list is the place for this type of discussions.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 08 Jul 2020 04:41:13 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/22/?limit=25#60e0</guid></item><item><title>Ryan Carsten Schmidt created ticket #22</title><link>https://sourceforge.net/p/rsyncrypto/bugs/22/</link><description>Homepage doesn't mention version 1.14</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 22:37:50 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/22/</guid></item><item><title>Ryan Carsten Schmidt posted a comment on ticket #21</title><link>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#67e5</link><description>I think at least one problem with the code in your configure.ac is that test "! -e a.out -a -f conftest.h.gch" does nothing useful. It's just testing a string. It'll give the same result as testing any other string, such as test "hello world". You probably meant to write it without the quotes: test ! -e a.out -a -f conftest.h.gch But that still doesn't fully fix the problem. One way to improve the situation is to use $CXXFLAGS when doing the conftest: if $CXX $CXXFLAGS -c conftest.h That way, when...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 22:30:20 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#67e5</guid></item><item><title>Ryan Carsten Schmidt posted a comment on ticket #20</title><link>https://sourceforge.net/p/rsyncrypto/bugs/20/?limit=25#e49a</link><description>I tried building on a much older system running Mac OS X 10.4 and using the MacPorts version of Apple gcc 4.2.1. When not using -std=c++11 it failed with: /opt/local/bin/g++-apple-4.2 -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -Os -arch i386 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp In file included from main.cpp:32: rsyncrypto.h:97: error: expected initializer before '&lt;' token In file included from crypto.h:34, from main.cpp:34: crypt_key.h:54: error: ISO C++ forbids declaration...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 21:41:06 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/20/?limit=25#e49a</guid></item><item><title>Ryan Carsten Schmidt posted a comment on ticket #19</title><link>https://sourceforge.net/p/rsyncrypto/bugs/19/?limit=25#f9d6</link><description>I think this issue may end up being solved once #21 is solved.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 19:22:59 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/19/?limit=25#f9d6</guid></item><item><title>Ryan Carsten Schmidt posted a comment on ticket #21</title><link>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#5756</link><description>I am building in a clean directory. I build tons of software with --disable-dependency-tracking and rsyncrypto 1.14 is the only one that fails this way. (Even rsyncrypto 1.12 didn't fail this way.) I think it is caused by this code in your Makefile.am: # If the compiler supports precompiled headers the GNU way, we need to add a few rules here if PRECOMPILED_HEADERS # Generate precompiled headers precomp.h.gch: precomp.h $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.h.Tpo -c -o $@.comp $&lt; mv -f $(DEPDIR)/$*.h.Tpo...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 19:18:08 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#5756</guid></item><item><title>Shachar Shemesh posted a comment on ticket #19</title><link>https://sourceforge.net/p/rsyncrypto/bugs/19/?limit=25#bf67</link><description>I think I better understand the problem you are describing. You are saying that rsyncrypto's use of precompiled headers conflicts with clang's multiarch support. Is that correct?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Tue, 07 Jul 2020 19:13:46 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/19/?limit=25#bf67</guid></item><item><title>Shachar Shemesh modified ticket #21</title><link>https://sourceforge.net/p/rsyncrypto/bugs/21/</link><description>Build fails when dependency tracking is disabled</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Tue, 07 Jul 2020 19:10:23 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/21/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #21</title><link>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#4685</link><description>This problem did not reproduce on my system. Please make sure that you are building from a clean directory (run make distclean). If the problem persists, please report it as a bug on automake, as rsyncrypto uses that to track dependencies.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Tue, 07 Jul 2020 19:09:52 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/21/?limit=25#4685</guid></item><item><title>Ryan Carsten Schmidt posted a comment on ticket #20</title><link>https://sourceforge.net/p/rsyncrypto/bugs/20/?limit=25#5225</link><description>Do you know which compilers don't require -std=c++11 to compile this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 19:08:06 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/20/?limit=25#5225</guid></item><item><title>Shachar Shemesh posted a comment on ticket #20</title><link>https://sourceforge.net/p/rsyncrypto/bugs/20/?limit=25#b98a</link><description>Adding that flag automatically is not as simple as it sounds. Not all compilers require it, and it is not guaranteed that all compiler will even know how to parse std=c++11. As such, having the user add it if needed is the only option that makes sense. With that said, it might be a good idea to add a test to configure to make sure the compiler support C++11 features, to make the failure clearer.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Tue, 07 Jul 2020 19:05:22 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/20/?limit=25#b98a</guid></item><item><title>Shachar Shemesh posted a comment on ticket #19</title><link>https://sourceforge.net/p/rsyncrypto/bugs/19/?limit=25#d0dd</link><description>It seems from the error message that you are trying to build with compile flags that are not supported by clang. I fail to see how I can fix this issue.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Tue, 07 Jul 2020 19:03:00 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/19/?limit=25#d0dd</guid></item><item><title>Ryan Carsten Schmidt created ticket #21</title><link>https://sourceforge.net/p/rsyncrypto/bugs/21/</link><description>Build fails when dependency tracking is disabled</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 18:43:41 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/21/</guid></item><item><title>Ryan Carsten Schmidt created ticket #20</title><link>https://sourceforge.net/p/rsyncrypto/bugs/20/</link><description>Build fails unless using -std=c++11</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 18:22:04 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/20/</guid></item><item><title>Ryan Carsten Schmidt created ticket #19</title><link>https://sourceforge.net/p/rsyncrypto/bugs/19/</link><description>cannot use 'precompiled-header' output with multiple -arch options</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Carsten Schmidt</dc:creator><pubDate>Tue, 07 Jul 2020 17:28:51 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/19/</guid></item><item><title>Shachar Shemesh committed [r612]</title><link>https://sourceforge.net/p/rsyncrypto/code/612/</link><description>Fix infinite recursion on delete</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Thu, 18 Jan 2018 19:10:54 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/612/</guid></item><item><title>rsync friendly file encryption released /rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.asc</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.asc/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Wed, 06 Sep 2017 18:52:02 -0000</pubDate><guid>https://sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.asc/download</guid></item><item><title>rsync friendly file encryption released /rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.old.sig</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.old.sig/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Wed, 06 Sep 2017 18:29:02 -0000</pubDate><guid>https://sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.old.sig/download</guid></item><item><title>Shachar Shemesh committed [r611]</title><link>https://sourceforge.net/p/rsyncrypto/code/611/</link><description>Re-tag v1.14</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 06 Sep 2017 17:48:01 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/611/</guid></item><item><title>Shachar Shemesh committed [r610]</title><link>https://sourceforge.net/p/rsyncrypto/code/610/</link><description>V1.14 incorrectly released</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 06 Sep 2017 17:47:40 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/610/</guid></item><item><title>Shachar Shemesh committed [r609]</title><link>https://sourceforge.net/p/rsyncrypto/code/609/</link><description>Update version information</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 06 Sep 2017 17:33:14 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/609/</guid></item><item><title>Shachar Shemesh committed [r608]</title><link>https://sourceforge.net/p/rsyncrypto/code/608/</link><description>Spelling mistake</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 06 Sep 2017 17:19:53 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/608/</guid></item><item><title>Shlomi Fish posted a comment on ticket #16</title><link>https://sourceforge.net/p/rsyncrypto/bugs/16/?limit=25#65bb/deb6</link><description>On Sun, 03 Sep 2017 18:35:13 +0000 "Shachar Shemesh" thesun@users.sf.net wrote: status: open --&gt; closed-fixed Thanks for fixing it. [bugs:#16] Typo in README - "nees" instead of "needs" Status: closed-fixed Group: v1.14 Created: Tue Dec 20, 2011 07:43 PM UTC by Shlomi Fish Last Updated: Sun Sep 03, 2017 06:28 PM UTC Owner: Shachar Shemesh Hi, thanks for rsyncrypto! There's a small typo in the README - "nees" which should be "needs". I'm attaching a patch that fixes it, but it's not that necessary....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shlomi Fish</dc:creator><pubDate>Sun, 03 Sep 2017 20:06:31 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/16/?limit=25#65bb/deb6</guid></item><item><title>Shachar Shemesh created a blog post</title><link>https://sourceforge.net/p/rsyncrypto/news/2017/09/version-114-of-rsyncrypto-has-been-released/</link><description>Version 1.14 of rsyncrypto has been released</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:46:36 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/news/2017/09/version-114-of-rsyncrypto-has-been-released/</guid></item><item><title>rsync friendly file encryption released /rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Sun, 03 Sep 2017 18:44:04 -0000</pubDate><guid>https://sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2/download</guid></item><item><title>rsync friendly file encryption released /rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.sig</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.sig/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Sun, 03 Sep 2017 18:44:04 -0000</pubDate><guid>https://sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.14/rsyncrypto-1.14.tar.bz2.sig/download</guid></item><item><title>Shachar Shemesh created ticket #18</title><link>https://sourceforge.net/p/rsyncrypto/bugs/18/</link><description>Hard links support</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:36:46 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/18/</guid></item><item><title>Shachar Shemesh modified ticket #16</title><link>https://sourceforge.net/p/rsyncrypto/bugs/16/</link><description>Typo in README - "nees" instead of "needs"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:35:12 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/16/</guid></item><item><title>Shachar Shemesh committed [r607]</title><link>https://sourceforge.net/p/rsyncrypto/code/607/</link><description>Tag version 1.14</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:34:15 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/607/</guid></item><item><title>Shachar Shemesh committed [r606]</title><link>https://sourceforge.net/p/rsyncrypto/code/606/</link><description>Mark version 1.14</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:33:38 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/606/</guid></item><item><title>Shachar Shemesh modified ticket #17</title><link>https://sourceforge.net/p/rsyncrypto/bugs/17/</link><description>orphaned files after interrupt with --name-encrypt</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:29:14 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/17/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #17</title><link>https://sourceforge.net/p/rsyncrypto/bugs/17/?limit=25#be71</link><description>Sorry about the long time it took to look at your report. Option 2 seems the more likely, at this point. Another option is an external tool. Will have to think about it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:29:14 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/17/?limit=25#be71</guid></item><item><title>Shachar Shemesh modified ticket #16</title><link>https://sourceforge.net/p/rsyncrypto/bugs/16/</link><description>Typo in README - "nees" instead of "needs"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:28:11 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/bugs/16/</guid></item><item><title>Shachar Shemesh committed [r605]</title><link>https://sourceforge.net/p/rsyncrypto/code/605/</link><description>Typo in README (closes bug #16)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:24:44 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/605/</guid></item><item><title>Shachar Shemesh committed [r604]</title><link>https://sourceforge.net/p/rsyncrypto/code/604/</link><description>Fix --filelist with --trim</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 03 Sep 2017 18:16:34 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/604/</guid></item><item><title>Shachar Shemesh committed [r603]</title><link>https://sourceforge.net/p/rsyncrypto/code/603/</link><description>Fix spelling mistake</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 27 Nov 2016 18:44:11 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/603/</guid></item><item><title>rsync friendly file encryption released /rsyncrypto/1.13/rsyncrypto-1.13.tar.bz2.sig</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.13/rsyncrypto-1.13.tar.bz2.sig/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Mon, 14 Nov 2016 19:21:02 -0000</pubDate><guid>https://sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.13/rsyncrypto-1.13.tar.bz2.sig/download</guid></item><item><title>Shachar Shemesh modified a blog post</title><link>https://sourceforge.net/p/rsyncrypto/news/2016/11/version-113-has-been-released/</link><description>Version 1.13 has been released</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Mon, 14 Nov 2016 19:11:36 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/news/2016/11/version-113-has-been-released/</guid></item><item><title>Shachar Shemesh created a blog post</title><link>https://sourceforge.net/p/rsyncrypto/news/2016/11/version-113-has-been-released/</link><description>Version 1.13 has been released</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Mon, 14 Nov 2016 19:10:52 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/news/2016/11/version-113-has-been-released/</guid></item><item><title>rsync friendly file encryption released /rsyncrypto/1.13/rsyncrypto-1.13.tar.bz2</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.13/rsyncrypto-1.13.tar.bz2/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Mon, 14 Nov 2016 19:05:03 -0000</pubDate><guid>https://sourceforge.net/projects/rsyncrypto/files/rsyncrypto/1.13/rsyncrypto-1.13.tar.bz2/download</guid></item><item><title>Shachar Shemesh committed [r602]</title><link>https://sourceforge.net/p/rsyncrypto/code/602/</link><description>Tag release V1.13</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Mon, 14 Nov 2016 18:53:25 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/602/</guid></item><item><title>Shachar Shemesh committed [r601]</title><link>https://sourceforge.net/p/rsyncrypto/code/601/</link><description>Mark version 1.13</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Mon, 14 Nov 2016 18:52:36 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/601/</guid></item><item><title>Shachar Shemesh committed [r600]</title><link>https://sourceforge.net/p/rsyncrypto/code/600/</link><description>Proper transition to unique_ptr</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 11 Nov 2016 20:23:00 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/600/</guid></item><item><title>Shachar Shemesh committed [r599]</title><link>https://sourceforge.net/p/rsyncrypto/code/599/</link><description>Adapt to openssl 1.1.0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 11 Nov 2016 19:14:51 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/599/</guid></item><item><title>Shachar Shemesh committed [r598]</title><link>https://sourceforge.net/p/rsyncrypto/code/598/</link><description>Missed (a few) spots</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 11 Nov 2016 13:34:19 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/598/</guid></item><item><title>Shachar Shemesh committed [r597]</title><link>https://sourceforge.net/p/rsyncrypto/code/597/</link><description>Auto_ptr =&gt; unique_ptr throughout</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 11 Nov 2016 13:31:22 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/597/</guid></item><item><title>Shachar Shemesh committed [r596]</title><link>https://sourceforge.net/p/rsyncrypto/code/596/</link><description>-1 to pointer casting problems on 64 bit</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 11 Nov 2016 13:26:21 -0000</pubDate><guid>https://sourceforge.net/p/rsyncrypto/code/596/</guid></item><item><title>rsync friendly file encryption released /OldFiles/rsyncrypto.msi</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rsyncrypto/files/OldFiles/rsyncrypto.msi/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Thu, 08 Jan 2015 04:28:15 -0000</pubDate><guid>http://sourceforge.net/projects/rsyncrypto/files/OldFiles/rsyncrypto.msi/download</guid></item><item><title>rsync friendly file encryption released /OldFiles/Rsyncrypto-1.11.msi</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rsyncrypto/files/OldFiles/Rsyncrypto-1.11.msi/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Thu, 08 Jan 2015 04:28:15 -0000</pubDate><guid>http://sourceforge.net/projects/rsyncrypto/files/OldFiles/Rsyncrypto-1.11.msi/download</guid></item><item><title>rsync friendly file encryption released /OldFiles/rsyncrypto-0.16-beta2.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rsyncrypto/files/OldFiles/rsyncrypto-0.16-beta2.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Thu, 08 Jan 2015 04:28:15 -0000</pubDate><guid>http://sourceforge.net/projects/rsyncrypto/files/OldFiles/rsyncrypto-0.16-beta2.tar.gz/download</guid></item><item><title>rsync friendly file encryption released /OldFiles/rsyncrypto-win32-0.14.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rsyncrypto/files/OldFiles/rsyncrypto-win32-0.14.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Thu, 08 Jan 2015 04:28:15 -0000</pubDate><guid>http://sourceforge.net/projects/rsyncrypto/files/OldFiles/rsyncrypto-win32-0.14.zip/download</guid></item><item><title>rsync friendly file encryption released /OldFiles/rsyncrypto-0.16-beta1.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rsyncrypto/files/OldFiles/rsyncrypto-0.16-beta1.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Thu, 08 Jan 2015 04:28:15 -0000</pubDate><guid>http://sourceforge.net/projects/rsyncrypto/files/OldFiles/rsyncrypto-0.16-beta1.tar.gz/download</guid></item><item><title>rsync friendly file encryption released /OldFiles/Shachar.asc</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/rsyncrypto/files/OldFiles/Shachar.asc/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rsync friendly file encryption</dc:creator><pubDate>Thu, 08 Jan 2015 04:28:15 -0000</pubDate><guid>http://sourceforge.net/projects/rsyncrypto/files/OldFiles/Shachar.asc/download</guid></item></channel></rss>