Re: [NEW] devel/mongo-c-driver

2020-01-24 Thread Murilo Ijanc'
On Wed, Jan 22, 2020 at 01:53:35PM +, Stuart Henderson wrote:
> On 2020/01/22 08:20, mbsd wrote:
> > ping? 
> 
> That is a very short time for sending a "ping" mail ...

Stuart, I'm sorry for the anxiety! 

> - use share/doc/mongo-c-driver instead of share/mongo-c-driver
OK 
> - for the SSL_OP_NO_RENEGOTIATION patch, definitely don't just comment it
> out. either add a !defined(LIBRESSL_VERSION) check or use
> 
>  #ifdef SSL_OP_NO_RENEGOTIATION
> ssl_ctx_options |= SSL_OP_NO_RENEGOTIATION;
>  #endif
OK 
> - CATEGORIES=databases would be better
OK 
> - don't use -DCMAKE_BUILD_TYPE=Release this is set automatically
OK 

New attachment with corrections.


mongo-c-driver.tgz
Description: application/tar-gz


Re: [NEW] devel/mongo-c-driver

2020-01-22 Thread Stuart Henderson
On 2020/01/22 08:20, mbsd wrote:
> ping? 

That is a very short time for sending a "ping" mail ...

- use share/doc/mongo-c-driver instead of share/mongo-c-driver

- for the SSL_OP_NO_RENEGOTIATION patch, definitely don't just comment it
out. either add a !defined(LIBRESSL_VERSION) check or use

 #ifdef SSL_OP_NO_RENEGOTIATION
ssl_ctx_options |= SSL_OP_NO_RENEGOTIATION;
 #endif

- CATEGORIES=databases would be better

- don't use -DCMAKE_BUILD_TYPE=Release this is set automatically



Re: [NEW] devel/mongo-c-driver

2020-01-22 Thread mbsd
ping? 

~
mbsd[at]m0x.ru

> Em 19 de jan de 2020, à(s) 18:10, Murilo Ijanc'  escreveu:
> 
> Hi,
> 
> This is a new port for mongodb c driveri [1].
> 
> The MongoDB C Driveri [2], also known as “libmongoc”, is a library for using
> MongoDB from C applications, and for writing MongoDB drivers in higher-level
> languages.
> 
> Tested on 6.6-CURRENT
> 
> Comments, feedback OK?
> 
> Thanks
> 
> --
> Murilo Ijanc'
> 
> [1] https://github.com/mongodb/mongo-c-driver
> [2] http://mongoc.org/
> 



[NEW] devel/mongo-c-driver

2020-01-19 Thread Murilo Ijanc'
Hi,

This is a new port for mongodb c driveri [1].

The MongoDB C Driveri [2], also known as “libmongoc”, is a library for using
MongoDB from C applications, and for writing MongoDB drivers in higher-level
languages.

Tested on 6.6-CURRENT

Comments, feedback OK?

Thanks

--
Murilo Ijanc'

[1] https://github.com/mongodb/mongo-c-driver
[2] http://mongoc.org/


mongo-c-driver.tgz
Description: application/tar-gz