Re: [fossil-dev] Content-Security-Policy Was: Fossil README symlink

2017-11-03 Thread Ben Summers
> On 30 Oct 2017, at 12:52, Richard Hipp wrote: > > On 10/18/17, Richard Hipp wrote: >> On 10/18/17, Warren Young wrote: >>> On Oct 18, 2017, at 3:44 AM, Warren Young wrote: The more web apps that ship with stringent Content-Security-Policy headers, the fewer arguments we’ll h

Re: [fossil-dev] Proposed roadmap for Fossil 2.0

2017-02-27 Thread Ben Summers
> On 27 Feb 2017, at 18:59, Richard Hipp wrote: > > Maybe I'm making this too hard > > Here is plan B: > > Continue to use SHA1 hashes as the "names" of artifacts. But also > store a second hash for each artifact as a double-check against > collisions. This would allow hash collisions to

Re: [fossil-dev] OpenSSL not on ElCapitan. Was: Time to release Fossil version 1.34?

2015-10-21 Thread Ben Summers
owing fixed it: > > brew install openssl > ./configure -with-openssl=/usr/local/Cellar/openssl/1.0.2d_1 > > On 10/21/15, Richard Hipp wrote: >> But I want Fossil to "just work" for El Capitan, including building >> out-of-the-box. >> >> On 10/21/1

Re: [fossil-dev] OpenSSL not on ElCapitan. Was: Time to release Fossil version 1.34?

2015-10-21 Thread Ben Summers
It's just the headers which are missing. You just need to build it with an older OS X SDK. Ben > On 21 Oct 2015, at 16:03, Richard Hipp wrote: > > I just tried to compile the latest Fossil on Apple OS 10.11 (El > Capitan) and I find that OpenSSL is no longer available on the system. > Bummer