Re: Update: SQLite 3.13.0

2016-08-02 Thread James Turner
On Tue, Aug 02, 2016 at 03:09:33PM -0400, James Turner wrote: > On Tue, Aug 02, 2016 at 07:54:19PM +0100, Stuart Henderson wrote: > > On 2016/08/02 14:20, James Turner wrote: > > > Attached is an update for the sqlite3 port. This brings our port up to > > > the latest 3.13.0. It also brings along t

Re: Update: SQLite 3.13.0

2016-08-02 Thread James Turner
On Tue, Aug 02, 2016 at 07:54:19PM +0100, Stuart Henderson wrote: > On 2016/08/02 14:20, James Turner wrote: > > Attached is an update for the sqlite3 port. This brings our port up to > > the latest 3.13.0. It also brings along the arc4random changes from our > > in tree sqlite3 and the latest pthr

Re: Update: SQLite 3.13.0

2016-08-02 Thread Stuart Henderson
On 2016/08/02 14:20, James Turner wrote: > Attached is an update for the sqlite3 port. This brings our port up to > the latest 3.13.0. It also brings along the arc4random changes from our > in tree sqlite3 and the latest pthread_stub updates. > > This is the first part of getting sqlite3 removed f

Update: SQLite 3.13.0

2016-08-02 Thread James Turner
Attached is an update for the sqlite3 port. This brings our port up to the latest 3.13.0. It also brings along the arc4random changes from our in tree sqlite3 and the latest pthread_stub updates. This is the first part of getting sqlite3 removed from our src tree and back into ports. I would love