FreeBSD Bugzilla – Attachment 167029 Details for
Bug 207211
[MAINTAINER UPDATE] devel/mongo-cxx-driver: update to v1.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to v1.1.0 + add support for SCRAM-SHA-1.
v1.1.0+scram.patch.txt (text/plain), 2.76 KB, created by
Šimun Mikecin
on 2016-02-15 14:59:29 UTC
(
hide
)
Description:
Update to v1.1.0 + add support for SCRAM-SHA-1.
Filename:
MIME Type:
Creator:
Šimun Mikecin
Created:
2016-02-15 14:59:29 UTC
Size:
2.76 KB
patch
obsolete
>diff -urN mongo-cxx-driver.orig/Makefile mongo-cxx-driver/Makefile >--- mongo-cxx-driver.orig/Makefile 2015-10-14 14:20:57.397954000 +0200 >+++ mongo-cxx-driver/Makefile 2016-02-15 15:58:48.558086327 +0100 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/mongo-cxx-driver/Makefile 399250 2015-10-14 11:11:41Z pi $ > > PORTNAME= mongo-cxx-driver >-PORTVERSION= 1.0.5 >+PORTVERSION= 1.1.0 > DISTVERSIONPREFIX=v > CATEGORIES= devel > >@@ -15,12 +15,20 @@ > > MAKE_JOBS_UNSAFE= yes > >+OPTIONS_DEFINE= SCRAM-SHA-1 >+ >+OPTIONS_DEFAULT= SCRAM-SHA-1 >+ >+SCRAM-SHA-1_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 >+SCRAM-SHA-1_MAKE_ARGS= --use-sasl-client --ssl >+SCRAM-SHA-1_DESC= SCRAM-SHA-1 authentication mechanism support. >+ > USE_GITHUB= yes > GH_ACCOUNT= mongodb > GH_PROJECT= mongo-cxx-driver >-GH_TAGNAME= e849f94 >+GH_TAGNAME= 4890f82 > >-WRKSRC= ${WRKDIR}/mongo-cxx-driver-e849f94 >+WRKSRC= ${WRKDIR}/mongo-cxx-driver-4890f82 > USES= execinfo scons > MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ > --cc=${CC} \ >diff -urN mongo-cxx-driver.orig/Makefile~ mongo-cxx-driver/Makefile~ >--- mongo-cxx-driver.orig/Makefile~ 1970-01-01 01:00:00.000000000 +0100 >+++ mongo-cxx-driver/Makefile~ 2016-02-15 15:58:46.000000000 +0100 >@@ -0,0 +1,39 @@ >+# Created by: Simun Mikecin <numisemis@yahoo.com> >+# $FreeBSD: head/devel/mongo-cxx-driver/Makefile 399250 2015-10-14 11:11:41Z pi $ >+ >+PORTNAME= mongo-cxx-driver >+PORTVERSION= 1.1.0 >+DISTVERSIONPREFIX=v >+CATEGORIES= devel >+ >+MAINTAINER= numisemis@yahoo.com >+COMMENT= C++ Driver for MongoDB >+ >+LICENSE= APACHE20 >+ >+LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs >+ >+MAKE_JOBS_UNSAFE= yes >+ >+OPTIONS_DEFINE= SCRAM-SHA-1 >+ >+OPTIONS_DEFAULT= SCRAM-SHA-1 >+ >+SCRAM-SHA-1_USE= openssl=yes >+SCRAM-SHA-1_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 >+SCRAM-SHA-1_MAKE_ARGS= --use-sasl-client --ssl >+SCRAM-SHA-1_DESC= SCRAM-SHA-1 authentication mechanism support. >+ >+USE_GITHUB= yes >+GH_ACCOUNT= mongodb >+GH_PROJECT= mongo-cxx-driver >+GH_TAGNAME= 4890f82 >+ >+WRKSRC= ${WRKDIR}/mongo-cxx-driver-4890f82 >+USES= execinfo scons >+MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ >+ --cc=${CC} \ >+ --cxx=${CXX} >+USE_LDCONFIG= yes >+ >+.include <bsd.port.mk> >diff -urN mongo-cxx-driver.orig/distinfo mongo-cxx-driver/distinfo >--- mongo-cxx-driver.orig/distinfo 2015-10-14 14:20:57.383030000 +0200 >+++ mongo-cxx-driver/distinfo 2016-02-15 14:33:47.559389601 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (mongodb-mongo-cxx-driver-v1.0.5-e849f94_GH0.tar.gz) = f3db90b238e89f3327efe675405b6446037ebf6a055094f71d190c582b19fdd1 >-SIZE (mongodb-mongo-cxx-driver-v1.0.5-e849f94_GH0.tar.gz) = 1573851 >+SHA256 (mongodb-mongo-cxx-driver-v1.1.0-4890f82_GH0.tar.gz) = 597ee554f82697b7e1e5e4be2fdd7889e22df0ff3857cec9edfc4bfeb3eed36b >+SIZE (mongodb-mongo-cxx-driver-v1.1.0-4890f82_GH0.tar.gz) = 1573074
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rakuco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207211
:
167024
|
167028
| 167029