[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-12-30 Thread Felix Yan via arch-commits
Date: Sunday, December 30, 2018 @ 10:17:51
  Author: felixonmars
Revision: 419002

upgpkg: mongodb 4.0.5-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-30 10:17:06 UTC (rev 419001)
+++ PKGBUILD2018-12-30 10:17:51 UTC (rev 419002)
@@ -5,7 +5,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=4.0.4
+pkgver=4.0.5
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('7e434c8ac715793d7b0015116af72cde766bae953cdc38653a2746ef4a76898dec58f8ee607d9357b87fa11e5a1f0248ae739473ded2d3dcca2b2801434b07e2'
+sha512sums=('4a544ad40d75583b38a6a97a0a6e4fae7d0d7a740aa1f993adac6855c5f7fae43b4cf6966e58d16ec716e8b93c770a3dc3997c2785597b5e37dfc7aafa516976'
 
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 18:01:42
  Author: felixonmars
Revision: 404382

upgpkg: mongodb 4.0.4-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 17:51:45 UTC (rev 404381)
+++ PKGBUILD2018-11-09 18:01:42 UTC (rev 404382)
@@ -5,7 +5,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('c77a01d8d16322514f42030c46a0aa9cedb90f186375222eeb31648060265006b5e929bdde6ca8e7ecd71018f7c19f5bade463d98db0f053d586ffc8adc99550'
+sha512sums=('7e434c8ac715793d7b0015116af72cde766bae953cdc38653a2746ef4a76898dec58f8ee607d9357b87fa11e5a1f0248ae739473ded2d3dcca2b2801434b07e2'
 
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-10-09 Thread Felix Yan via arch-commits
Date: Tuesday, October 9, 2018 @ 18:00:56
  Author: felixonmars
Revision: 391716

upgpkg: mongodb 4.0.3-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-09 17:59:07 UTC (rev 391715)
+++ PKGBUILD2018-10-09 18:00:56 UTC (rev 391716)
@@ -5,7 +5,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 url='https://www.mongodb.com/'
 license=('AGPL3')
 depends=('pcre' 'snappy' 'openssl' 'libsasl' 'yaml-cpp' 'lsb-release' 
'wiredtiger'
- 'libstemmer')
+ 'libstemmer' 'curl')
 makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'python2-setuptools' 
'python2-regex'
  'python2-cheetah' 'python2-typing' 'python2-requests' 
'python2-yaml')
 checkdepends=('python2-pymongo')
@@ -21,7 +21,7 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('171422ee028ebc279bb2cf20c78a3ce89a6cc15abf0955ac20a6c67f1aae577bf99ca4363fc428dba6ae0250b97f95d2fc51ca7f4a4505e8c38c9a11ca249800'
+sha512sums=('c77a01d8d16322514f42030c46a0aa9cedb90f186375222eeb31648060265006b5e929bdde6ca8e7ecd71018f7c19f5bade463d98db0f053d586ffc8adc99550'
 
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:50:37
  Author: felixonmars
Revision: 381131

upgpkg: mongodb 4.0.2-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 05:50:04 UTC (rev 381130)
+++ PKGBUILD2018-09-15 05:50:37 UTC (rev 381131)
@@ -5,7 +5,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=4.0.0
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('11d00cdde606cfea268471cffccedb6d003e421aeffda2303aff4d4126c386aaec50a1de733d7a1d5fb6605403cf9f2218dae50374c7b5e8625fa80317804589'
+sha512sums=('171422ee028ebc279bb2cf20c78a3ce89a6cc15abf0955ac20a6c67f1aae577bf99ca4363fc428dba6ae0250b97f95d2fc51ca7f4a4505e8c38c9a11ca249800'
 
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
@@ -43,6 +43,12 @@
   # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
 )
 
+prepare() {
+  cd mongodb-src-r$pkgver
+  # Broken tls13 support, removing to fix build
+  sed -i '/counts.tls13/d' src/mongo/util/net/ssl_manager_openssl.cpp
+}
+
 build() {
   cd mongodb-src-r${pkgver}
   export SCONSFLAGS="$MAKEFLAGS"


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-07-17 Thread Felix Yan via arch-commits
Date: Tuesday, July 17, 2018 @ 11:16:02
  Author: felixonmars
Revision: 360691

upgpkg: mongodb 4.0.0-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-17 11:15:02 UTC (rev 360690)
+++ PKGBUILD2018-07-17 11:16:02 UTC (rev 360691)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.6.5
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('6ecb3140ee4a7929fabe62d698f23e87cb5030cf31abefe7f82374f407fb87dc05f712089998f96bc40e23698836a86e7f3590892bde9d2d6f2c4bcc15cc3ebf'
+sha512sums=('11d00cdde606cfea268471cffccedb6d003e421aeffda2303aff4d4126c386aaec50a1de733d7a1d5fb6605403cf9f2218dae50374c7b5e8625fa80317804589'
 
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-06-02 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 05:01:23
  Author: felixonmars
Revision: 338545

upgpkg: mongodb 3.6.5-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 05:00:21 UTC (rev 338544)
+++ PKGBUILD2018-06-03 05:01:23 UTC (rev 338545)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.6.4
+pkgver=3.6.5
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('02c2a697af9fdcbb16d19792be17d987e18c684418a63ed4750471c7ec22eb2eabf84e93cb1d298f67898b7e23687f668bb333c50ffc4e1b8adf8859f856ad95'
+sha512sums=('6ecb3140ee4a7929fabe62d698f23e87cb5030cf31abefe7f82374f407fb87dc05f712089998f96bc40e23698836a86e7f3590892bde9d2d6f2c4bcc15cc3ebf'
 
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-05-21 Thread Felix Yan via arch-commits
Date: Monday, May 21, 2018 @ 14:23:47
  Author: felixonmars
Revision: 326172

upgpkg: mongodb 3.6.4-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-21 14:15:29 UTC (rev 326171)
+++ PKGBUILD2018-05-21 14:23:47 UTC (rev 326172)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.6.3
+pkgver=3.6.4
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('94aa9955f99d5f6bbbe65dc3755583952525398308ca7cb9224b91d1fa403de5bb3abb63a651583815cbecaff58966b5cfe7334a36ef6583f73d8c213410ddbc'
+sha512sums=('02c2a697af9fdcbb16d19792be17d987e18c684418a63ed4750471c7ec22eb2eabf84e93cb1d298f67898b7e23687f668bb333c50ffc4e1b8adf8859f856ad95'
 
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-03-07 Thread Felix Yan via arch-commits
Date: Thursday, March 8, 2018 @ 01:51:38
  Author: felixonmars
Revision: 304160

upgpkg: mongodb 3.6.3-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-08 01:26:03 UTC (rev 304159)
+++ PKGBUILD2018-03-08 01:51:38 UTC (rev 304160)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.6.2
-pkgrel=2
+pkgver=3.6.3
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='https://www.mongodb.com/'
@@ -22,7 +22,7 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('7acfbcc68c1bd4e6e63eee09be1dfbb064be6f8b0144418105100a065f8162cafc9b776fe0429fd64c79b958561aa42d0bdef56588dda65acee27ccc98631f39'
+sha512sums=('94aa9955f99d5f6bbbe65dc3755583952525398308ca7cb9224b91d1fa403de5bb3abb63a651583815cbecaff58966b5cfe7334a36ef6583f73d8c213410ddbc'
 
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-02-04 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 4, 2018 @ 08:40:33
  Author: svenstaro
Revision: 288931

upgpkg: mongodb 3.6.2-2

yaml-cpp 0.6.1 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 06:12:37 UTC (rev 288930)
+++ PKGBUILD2018-02-04 08:40:33 UTC (rev 288931)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='https://www.mongodb.com/'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 14, 2018 @ 07:31:39
  Author: felixonmars
Revision: 281879

upgpkg: mongodb 3.6.2-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 06:39:11 UTC (rev 281878)
+++ PKGBUILD2018-01-14 07:31:39 UTC (rev 281879)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='https://www.mongodb.com/'
@@ -22,8 +22,8 @@
 backup=('etc/mongodb.conf')
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.sysusers' 'mongodb.tmpfiles' 'mongodb.conf' 'mongodb.service')
-sha512sums=('ad02fac423186da725493bf82a417cf5f68b08afe91c67f007b46324dfde3d6b4c51ed8eb1a314da73563be498b844f79be66a4f5d1fb83095df6c5458bd6d1f'
-
'df2dd4ca256ed8f4079be7717ca9b102d986952751d201ef560d1a043c371210a94d64412c11827b27ff61b3066c9ee5d04c5a818b9cf21a9e89d6914bf4a60d'
+sha512sums=('7acfbcc68c1bd4e6e63eee09be1dfbb064be6f8b0144418105100a065f8162cafc9b776fe0429fd64c79b958561aa42d0bdef56588dda65acee27ccc98631f39'
+
'889425b864c58a767aa5865c0ce9817361ad99fec78050fa600f14eaef5a56ce0bc41a03878233e99f4862596a94dafcfebebecd4d57443b742117b873ab813d'
 
'a931c401792f4e7928e4778d91626c1ecc3e97e5728549b170c050de487b2e5234747b0ee2d5acc3d63b798716758c17e30914dcaa9a92ac386db39f8a45a05c'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2018-01-02 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, January 2, 2018 @ 11:54:31
  Author: bpiotrowski
Revision: 277679

3.6.1-2: use bundled boost

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-02 10:17:04 UTC (rev 277678)
+++ PKGBUILD2018-01-02 11:54:31 UTC (rev 277679)
@@ -7,14 +7,14 @@
 
 pkgname=mongodb
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger'
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'yaml-cpp' 'lsb-release' 
'wiredtiger'
  'libstemmer')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 
'python2-setuptools' 'python2-regex'
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'python2-setuptools' 
'python2-regex'
  'python2-cheetah' 'python2-typing' 'python2-requests')
 checkdepends=('python2-pymongo' 'python2-yaml')
 optdepends=('libpcap: needed for mongosniff'
@@ -28,7 +28,6 @@
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
 _scons_args=(
-  --use-system-boost
   --use-system-pcre
   --use-system-snappy
   --use-system-yaml


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2017-12-27 Thread Felix Yan via arch-commits
Date: Thursday, December 28, 2017 @ 05:11:40
  Author: felixonmars
Revision: 276330

upgpkg: mongodb 3.6.1-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 02:18:20 UTC (rev 276329)
+++ PKGBUILD2017-12-28 05:11:40 UTC (rev 276330)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
-sha512sums=('05fa6f5875f23b7415bb87ed71324f3e7bd2120983b03a8a779b2c386d05f18e3cb9980023304bce8326b71af404b518ceea0fba0b59505ca8aeb657b82ed57f'
+sha512sums=('ad02fac423186da725493bf82a417cf5f68b08afe91c67f007b46324dfde3d6b4c51ed8eb1a314da73563be498b844f79be66a4f5d1fb83095df6c5458bd6d1f'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:17:35
  Author: felixonmars
Revision: 275903

upgpkg: mongodb 3.6.0-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   41 -
 1 file changed, 12 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 01:26:29 UTC (rev 275902)
+++ PKGBUILD2017-12-25 04:17:35 UTC (rev 275903)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.4.9
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -14,7 +14,8 @@
 license=('AGPL3')
 depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger'
  'libstemmer')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 
'python2-setuptools' 'python2-regex'
+ 'python2-cheetah' 'python2-typing' 'python2-requests')
 checkdepends=('python2-pymongo' 'python2-yaml')
 optdepends=('libpcap: needed for mongosniff'
 'mongodb-tools: mongoimport, mongodump, mongotop, etc')
@@ -21,15 +22,10 @@
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch'
-'asio-openssl-1.1.0.patch'
-'using-std-string.patch')
-sha512sums=('b6803c91e9cda8e6963359386d2014d03f68151f64d580d5baacc3c66b2adabc62ee5c2cf203b9aee7d11942934afc6f9e17364d2f3aafd238ba88d13c77f26d'
+'mongodb.conf' 'mongodb.service')
+sha512sums=('05fa6f5875f23b7415bb87ed71324f3e7bd2120983b03a8a779b2c386d05f18e3cb9980023304bce8326b71af404b518ceea0fba0b59505ca8aeb657b82ed57f'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'
-
'aea8fecb17be07e4517822798810751114f61164dc3ab3e335a7b837876acb918d287caa8b9fe32d7b1d9e7cad2e677d9818a1532ae08b8b013840d2a68b25f5'
-
'f2e1e9b9418701738c7a9b6db4f894dc3c35a6fbbf9ded8321080350ba692c6c8b11d6f507043a5bdae83fe8f9806426c0f33acd94895412369e4776c2358052')
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
 _scons_args=(
   --use-system-boost
@@ -48,19 +44,6 @@
   # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
 )
 
-prepare() {
-  cd mongodb-src-r${pkgver}
-  patch -Np1 -i ../using-std-string.patch
-  patch -Np1 -i ../mongodb-3.2.10-boost-1.62.0.patch
-
-  sed -e 's|-std=c++11|-std=gnu++11|g' -i SConstruct  # tests use hex floats, 
not supported in plain C++
-
-  sed -i '/#include "mongo.platform.strnlen.h"/a using namespace std;' 
src/mongo/bson/bsonelement.h
-
-  cd src/third_party/asio-asio-1-11-0
-  patch -Np1 -i "${srcdir}/asio-openssl-1.1.0.patch"
-}
-
 build() {
   cd mongodb-src-r${pkgver}
   export SCONSFLAGS="$MAKEFLAGS"
@@ -75,16 +58,16 @@
   # Setting LANG to workaround the following test error:
   # std::exception: locale::facet::_S_create_c_locale name not valid
 
-  # 3.4.9: Tests hang
-  # scons unittests "${_scons_args[@]}"
-  # sed -i -e '/oplog_buffer_collection_test/d' build/unittests.txt
-  # LANG=en_US.UTF-8 python2 buildscripts/resmoke.py --suites=unittests
+  # 3.6.0: mlock permission denied
+  scons unittests "${_scons_args[@]}"
+  sed -i -e '/oplog_buffer_collection_test/d' build/unittests.txt
+  LANG=en_US.UTF-8 python2 buildscripts/resmoke.py --suites=unittests || 
warning "Tests failed"
 
   scons dbtest "${_scons_args[@]}"
   python2 buildscripts/resmoke.py --suites=dbtest
 
-  #scons integration_tests "${_scons_args[@]}"
-  #python2 buildscripts/resmoke.py 
--suites=integration_tests_replset,integration_tests_standalone 
--dbpathPrefix="$srcdir"
+  scons integration_tests "${_scons_args[@]}"
+  python2 buildscripts/resmoke.py 
--suites=integration_tests_replset,integration_tests_standalone 
--dbpathPrefix="$srcdir"
 }
 
 package() {


[arch-commits] Commit in mongodb/trunk (PKGBUILD openssl-1.1.0.patch)

2017-09-18 Thread Felix Yan
Date: Monday, September 18, 2017 @ 07:27:09
  Author: felixonmars
Revision: 258729

upgpkg: mongodb 3.4.9-1

Modified:
  mongodb/trunk/PKGBUILD
Deleted:
  mongodb/trunk/openssl-1.1.0.patch

-+
 PKGBUILD|   26 ++
 openssl-1.1.0.patch |   71 --
 2 files changed, 15 insertions(+), 82 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-18 06:58:57 UTC (rev 258728)
+++ PKGBUILD2017-09-18 07:27:09 UTC (rev 258729)
@@ -6,13 +6,14 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.4.3
-pkgrel=3
+pkgver=3.4.9
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger'
+ 'libstemmer')
 makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
 checkdepends=('python2-pymongo' 'python2-yaml')
 optdepends=('libpcap: needed for mongosniff'
@@ -22,14 +23,12 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch'
 'asio-openssl-1.1.0.patch'
-'openssl-1.1.0.patch'
 'using-std-string.patch')
-sha512sums=('e2fb5fc2f02e9dbca6c30d2e2aaf1569180ca15198226cdad46f47f44905293afe77763fe2e5c9add0b5bcbd62b7ce7905fb183068c0738cdeeae8d39f848cef'
+sha512sums=('b6803c91e9cda8e6963359386d2014d03f68151f64d580d5baacc3c66b2adabc62ee5c2cf203b9aee7d11942934afc6f9e17364d2f3aafd238ba88d13c77f26d'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
 
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'
 
'aea8fecb17be07e4517822798810751114f61164dc3ab3e335a7b837876acb918d287caa8b9fe32d7b1d9e7cad2e677d9818a1532ae08b8b013840d2a68b25f5'
-
'62ec95ac4eef42b6fefa1063336812e5e6a78f2d119e5f9a7206e063c5b5a859d160ce77bc57123150a55a51e8695eefea7e301259154bc009bfe027d40de314'
 
'f2e1e9b9418701738c7a9b6db4f894dc3c35a6fbbf9ded8321080350ba692c6c8b11d6f507043a5bdae83fe8f9806426c0f33acd94895412369e4776c2358052')
 
 _scons_args=(
@@ -39,22 +38,25 @@
   --use-system-yaml
   --use-system-zlib
   --use-system-wiredtiger
+  --use-system-stemmer
   --use-sasl-client
   --ssl
   --disable-warnings-as-errors
   # --use-system-asio # https://jira.mongodb.org/browse/SERVER-21839
   # --use-system-v8   # Doesn't compile
+  # --use-system-icu
   # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
 )
 
 prepare() {
   cd mongodb-src-r${pkgver}
+  patch -Np1 -i ../using-std-string.patch
   patch -Np1 -i ../mongodb-3.2.10-boost-1.62.0.patch
-  patch -Np1 -i ../openssl-1.1.0.patch
-  patch -Np1 -i ../using-std-string.patch
 
   sed -e 's|-std=c++11|-std=gnu++11|g' -i SConstruct  # tests use hex floats, 
not supported in plain C++
 
+  sed -i '/#include "mongo.platform.strnlen.h"/a using namespace std;' 
src/mongo/bson/bsonelement.h
+
   cd src/third_party/asio-asio-1-11-0
   patch -Np1 -i "${srcdir}/asio-openssl-1.1.0.patch"
 }
@@ -72,10 +74,12 @@
 
   # Setting LANG to workaround the following test error:
   # std::exception: locale::facet::_S_create_c_locale name not valid
-  scons unittests "${_scons_args[@]}"
-  sed -i -e '/oplog_buffer_collection_test/d' build/unittests.txt
-  LANG=en_US.UTF-8 python2 buildscripts/resmoke.py --suites=unittests
 
+  # 3.4.9: Tests hang
+  # scons unittests "${_scons_args[@]}"
+  # sed -i -e '/oplog_buffer_collection_test/d' build/unittests.txt
+  # LANG=en_US.UTF-8 python2 buildscripts/resmoke.py --suites=unittests
+
   scons dbtest "${_scons_args[@]}"
   python2 buildscripts/resmoke.py --suites=dbtest
 

Deleted: openssl-1.1.0.patch
===
--- openssl-1.1.0.patch 2017-09-18 06:58:57 UTC (rev 258728)
+++ openssl-1.1.0.patch 2017-09-18 07:27:09 UTC (rev 258729)
@@ -1,71 +0,0 @@
-diff --git a/src/mongo/crypto/crypto_openssl.cpp 
b/src/mongo/crypto/crypto_openssl.cpp
-index ca6844a..cd9bf17 100644
 a/src/mongo/crypto/crypto_openssl.cpp
-+++ b/src/mongo/crypto/crypto_openssl.cpp
-@@ -45,19 +45,26 @@ namespace crypto {
-  * Computes a SHA-1 hash of 'input'.
-  */
- bool sha1(const unsigned char* input, const size_t inputLen, unsigned char* 
output) {
--  

[arch-commits] Commit in mongodb/trunk (PKGBUILD using-std-string.patch)

2017-09-17 Thread Bartłomiej Piotrowski
Date: Sunday, September 17, 2017 @ 20:42:51
  Author: bpiotrowski
Revision: 258648

3.4.3-3: rebuild against boost 1.65.1

Added:
  mongodb/trunk/using-std-string.patch
Modified:
  mongodb/trunk/PKGBUILD

+
 PKGBUILD   |9 --
 using-std-string.patch |   70 +++
 2 files changed, 76 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-17 20:25:50 UTC (rev 258647)
+++ PKGBUILD2017-09-17 20:42:51 UTC (rev 258648)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='http://www.mongodb.org'
@@ -22,13 +22,15 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch'
 'asio-openssl-1.1.0.patch'
-'openssl-1.1.0.patch')
+'openssl-1.1.0.patch'
+'using-std-string.patch')
 
sha512sums=('e2fb5fc2f02e9dbca6c30d2e2aaf1569180ca15198226cdad46f47f44905293afe77763fe2e5c9add0b5bcbd62b7ce7905fb183068c0738cdeeae8d39f848cef'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
 
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'
 
'aea8fecb17be07e4517822798810751114f61164dc3ab3e335a7b837876acb918d287caa8b9fe32d7b1d9e7cad2e677d9818a1532ae08b8b013840d2a68b25f5'
-
'62ec95ac4eef42b6fefa1063336812e5e6a78f2d119e5f9a7206e063c5b5a859d160ce77bc57123150a55a51e8695eefea7e301259154bc009bfe027d40de314')
+
'62ec95ac4eef42b6fefa1063336812e5e6a78f2d119e5f9a7206e063c5b5a859d160ce77bc57123150a55a51e8695eefea7e301259154bc009bfe027d40de314'
+
'f2e1e9b9418701738c7a9b6db4f894dc3c35a6fbbf9ded8321080350ba692c6c8b11d6f507043a5bdae83fe8f9806426c0f33acd94895412369e4776c2358052')
 
 _scons_args=(
   --use-system-boost
@@ -49,6 +51,7 @@
   cd mongodb-src-r${pkgver}
   patch -Np1 -i ../mongodb-3.2.10-boost-1.62.0.patch
   patch -Np1 -i ../openssl-1.1.0.patch
+  patch -Np1 -i ../using-std-string.patch
 
   sed -e 's|-std=c++11|-std=gnu++11|g' -i SConstruct  # tests use hex floats, 
not supported in plain C++
 

Added: using-std-string.patch
===
--- using-std-string.patch  (rev 0)
+++ using-std-string.patch  2017-09-17 20:42:51 UTC (rev 258648)
@@ -0,0 +1,70 @@
+diff --git a/src/mongo/db/dbwebserver.cpp b/src/mongo/db/dbwebserver.cpp
+index b202e05..0255613 100644
+--- a/src/mongo/db/dbwebserver.cpp
 b/src/mongo/db/dbwebserver.cpp
+@@ -67,6 +67,7 @@ namespace mongo {
+ using std::map;
+ using std::stringstream;
+ using std::vector;
++using std::string;
+ 
+ using namespace html;
+ 
+diff --git a/src/mongo/db/matcher/expression_leaf.cpp 
b/src/mongo/db/matcher/expression_leaf.cpp
+index d562bff..b96a36d 100644
+--- a/src/mongo/db/matcher/expression_leaf.cpp
 b/src/mongo/db/matcher/expression_leaf.cpp
+@@ -202,7 +202,7 @@ void ComparisonMatchExpression::debugString(StringBuilder& 
debug, int level) con
+ }
+ 
+ void ComparisonMatchExpression::serialize(BSONObjBuilder* out) const {
+-string opString = "";
++std::string opString = "";
+ switch (matchType()) {
+ case LT:
+ opString = "$lt";
+@@ -884,7 +884,7 @@ void BitTestMatchExpression::debugString(StringBuilder& 
debug, int level) const
+ }
+ 
+ void BitTestMatchExpression::serialize(BSONObjBuilder* out) const {
+-string opString = "";
++std::string opString = "";
+ 
+ switch (matchType()) {
+ case BITS_ALL_SET:
+diff --git a/src/mongo/db/repl/master_slave.cpp 
b/src/mongo/db/repl/master_slave.cpp
+index 05faad1..7fbc062 100644
+--- a/src/mongo/db/repl/master_slave.cpp
 b/src/mongo/db/repl/master_slave.cpp
+@@ -81,6 +81,7 @@ using std::set;
+ using std::stringstream;
+ using std::unique_ptr;
+ using std::vector;
++using std::string;
+ 
+ namespace mongo {
+ namespace repl {
+diff --git a/src/mongo/shell/bench.cpp b/src/mongo/shell/bench.cpp
+index 040002f..cb0f6f4 100644
+--- a/src/mongo/shell/bench.cpp
 b/src/mongo/shell/bench.cpp
+@@ -78,6 +78,7 @@ namespace mongo {
+ using std::unique_ptr;
+ using std::cout;
+ using std::map;
++using std::string;
+ 
+ const std::map opTypeName{{OpType::NONE, "none"},
+{OpType::NOP, "nop"},
+diff --git a/src/mongo/util/net/miniwebserver.cpp 
b/src/mongo/util/net/miniwebserver.cpp
+index 5f4165d..7a7d071 100644
+--- a/src/mongo/util/net/miniwebserver.cpp
 b/src/mongo/u

[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2017-05-24 Thread Antonio Rojas
Date: Wednesday, May 24, 2017 @ 16:05:16
  Author: arojas
Revision: 229950

boost 1.64 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-24 15:24:40 UTC (rev 229949)
+++ PKGBUILD2017-05-24 16:05:16 UTC (rev 229950)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:26:30
  Author: felixonmars
Revision: 224488

upgpkg: mongodb 3.4.3-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 03:49:56 UTC (rev 224487)
+++ PKGBUILD2017-04-23 04:26:30 UTC (rev 224488)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch'
 'asio-openssl-1.1.0.patch'
 'openssl-1.1.0.patch')
-sha512sums=('42f1b946e4be22670a3d79ec5ea359c2c43f0cff6f6329486b2cc797fd57981982544fbce53412ab91eafa3a1fbecb30bc95316cc9405d778b20a270f77df777'
+sha512sums=('e2fb5fc2f02e9dbca6c30d2e2aaf1569180ca15198226cdad46f47f44905293afe77763fe2e5c9add0b5bcbd62b7ce7905fb183068c0738cdeeae8d39f848cef'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
 
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2017-01-03 Thread Felix Yan
Date: Tuesday, January 3, 2017 @ 10:38:04
  Author: felixonmars
Revision: 204769

upgpkg: mongodb 3.4.1-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 09:36:53 UTC (rev 204768)
+++ PKGBUILD2017-01-03 10:38:04 UTC (rev 204769)
@@ -9,11 +9,10 @@
 pkgver=3.4.1
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp')
-[[ "$CARCH" == "x86_64" ]] && depends+=('wiredtiger')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger')
 makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
 checkdepends=('python2-pymongo' 'python2-yaml')
 optdepends=('libpcap: needed for mongosniff'
@@ -33,6 +32,7 @@
   --use-system-snappy
   --use-system-yaml
   --use-system-zlib
+  --use-system-wiredtiger
   --use-sasl-client
   --ssl
   --disable-warnings-as-errors
@@ -41,13 +41,6 @@
   # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
 )
 
-if [ "$CARCH" == "x86_64" ]; then
-  _scons_args+=(--use-system-wiredtiger)
-else
-  # WiredTiger must be disabled manually when building for i686
-  _scons_args+=(--wiredtiger=off)
-fi
-
 prepare() {
   cd mongodb-src-r${pkgver}
   patch -Np1 -i ../mongodb-3.2.10-boost-1.62.0.patch
@@ -71,18 +64,11 @@
   scons unittests "${_scons_args[@]}"
   LANG=en_US.UTF-8 python2 buildscripts/resmoke.py --suites=unittests
 
-  # Specifying --storageEngine is needed for i686
-  if [ "$CARCH" == "i686" ]; then
-_storageEngine="--storageEngine=mmapv1"
-  else
-_storageEngine=""
-  fi
-
   scons dbtest "${_scons_args[@]}"
-  python2 buildscripts/resmoke.py --suites=dbtest $_storageEngine
+  python2 buildscripts/resmoke.py --suites=dbtest
 
   scons integration_tests "${_scons_args[@]}"
-  python2 buildscripts/resmoke.py 
--suites=integration_tests_replset,integration_tests_standalone 
--dbpathPrefix="$srcdir" $_storageEngine
+  python2 buildscripts/resmoke.py 
--suites=integration_tests_replset,integration_tests_standalone 
--dbpathPrefix="$srcdir"
 }
 
 package() {


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2017-01-02 Thread Felix Yan
Date: Monday, January 2, 2017 @ 10:29:37
  Author: felixonmars
Revision: 204269

not working, just some steps away...

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-02 10:28:21 UTC (rev 204268)
+++ PKGBUILD2017-01-02 10:29:37 UTC (rev 204269)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.10
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -21,16 +21,11 @@
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'boost160.patch'
-'mongodb.conf' 'mongodb.service'
-'mongodb-3.2.10-boost-1.62.0.patch'
-'mongodb-3.2.10-network_interface_asio_integration_test.patch')
-sha512sums=('b9592c7cb0184ae10e1e7092b3fa0fc52b10acef1d7beffb2c2409867e237042d7765cc7191972ded10c278756cde1ff7b23b57fb7efd8363e18f2ce994985e9'
-
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
+'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch')
+sha512sums=('48400f00ed84922b1e734ad915c376a567af2cd32e9cdcc40819fdfbc0a5c2444e4f325b1a541fc21cf87f4d95f9bdcc64bd59eab9d25e75b28732978feda031'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'
-
'4d044d5bae420c14cc4530728236486a2ea9abe0224ed4f114d5f9e23637bfdbdd0bdfe14ecc6c1f9d6e6a13f278c6f212034077d88aaac60d8220e6c738e209')
+
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417')
 
 _scons_args=(
   --use-system-boost
@@ -55,9 +50,7 @@
 
 prepare() {
   cd mongodb-src-r${pkgver}
-  patch -Np1 -i ../boost160.patch
   patch -Np1 -i ../mongodb-3.2.10-boost-1.62.0.patch
-  patch -Np1 -i ../mongodb-3.2.10-network_interface_asio_integration_test.patch
 
   sed -e 's|-std=c++11|-std=gnu++11|g' -i SConstruct  # tests use hex floats, 
not supported in plain C++
 }


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-10-21 Thread Felix Yan
Date: Friday, October 21, 2016 @ 18:11:52
  Author: felixonmars
Revision: 192884

prepare 3.2.10

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 18:01:14 UTC (rev 192883)
+++ PKGBUILD2016-10-21 18:11:52 UTC (rev 192884)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.9
-pkgrel=2
+pkgver=3.2.10
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('83187167c9775065ac24da180c6483bfc1580e085cfb7ff27572c812b9eee9ec7e9800d5da2238c333f03c641cc0e41b067341f28578ffc4513369a3f99dc002'
+sha512sums=('b9592c7cb0184ae10e1e7092b3fa0fc52b10acef1d7beffb2c2409867e237042d7765cc7191972ded10c278756cde1ff7b23b57fb7efd8363e18f2ce994985e9'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-08-26 Thread Felix Yan
Date: Saturday, August 27, 2016 @ 04:56:06
  Author: felixonmars
Revision: 187814

upgpkg: mongodb 3.2.9-2

boost 1.61 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-27 04:17:45 UTC (rev 187813)
+++ PKGBUILD2016-08-27 04:56:06 UTC (rev 187814)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-08-20 Thread Felix Yan
Date: Saturday, August 20, 2016 @ 07:21:06
  Author: felixonmars
Revision: 187137

upgpkg: mongodb 3.2.9-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-20 04:34:27 UTC (rev 187136)
+++ PKGBUILD2016-08-20 07:21:06 UTC (rev 187137)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.8
-pkgrel=2
+pkgver=3.2.9
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('264161b98e243ed2058487b765d1b06c6aacaabd058f36fff9f4d72b451dd2f811c56b528ad1d26da118844e8020453598727a0367249b959af3c9b39048fd1c'
+sha512sums=('83187167c9775065ac24da180c6483bfc1580e085cfb7ff27572c812b9eee9ec7e9800d5da2238c333f03c641cc0e41b067341f28578ffc4513369a3f99dc002'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD mongodb.install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 20:48:20
  Author: heftig
Revision: 184596

3.2.8-2

Modified:
  mongodb/trunk/PKGBUILD
  mongodb/trunk/mongodb.install

-+
 PKGBUILD|2 +-
 mongodb.install |   22 +-
 2 files changed, 6 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 20:28:40 UTC (rev 184595)
+++ PKGBUILD2016-07-28 20:48:20 UTC (rev 184596)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'

Modified: mongodb.install
===
--- mongodb.install 2016-07-28 20:28:40 UTC (rev 184595)
+++ mongodb.install 2016-07-28 20:48:20 UTC (rev 184596)
@@ -1,9 +1,7 @@
 # vim: syntax=sh
 
 post_install() {
-  useradd -r -g daemon -d /var/lib/mongodb -s /bin/bash mongodb
-  chown -R mongodb:daemon /var/lib/mongodb
-  chown -R mongodb:daemon /var/log/mongodb
+  post_upgrade $1 ''
 
   if [ "$(uname -m)" != "x86_64" ]
   then
@@ -13,20 +11,10 @@
 }
 
 post_upgrade() {
+  if ! getent passwd mongodb >/dev/null
+  then
+useradd -r -g daemon -d /var/lib/mongodb -s /bin/bash mongodb
+  fi
   chown -R mongodb:daemon /var/lib/mongodb
   chown -R mongodb:daemon /var/log/mongodb
-
-  if [ "$(vercmp $2 1.8.2-3)" -lt 0 ]
-  then
-# have to fix my fudge up in 1.8.2-2 and 1.8.2-3
-# added july 5th, 2011
-usermod -s /bin/bash mongodb >& /dev/null
-echo 'The dbpath has changed from /var/state/mongodb to /var/lib/mongodb'
-echo 'Make sure you move your data files to the new dbpath before you 
start/restart mongodb'
-echo 'The logpath has changed from /var/log/mongod to 
/var/log/mongodb/mongod.log'
-  fi
 }
-
-pre_remove() {
-  userdel mongodb
-}


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 16:50:35
  Author: felixonmars
Revision: 184517

upgpkg: mongodb 3.2.8-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 15:54:09 UTC (rev 184516)
+++ PKGBUILD2016-07-27 16:50:35 UTC (rev 184517)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.7
+pkgver=3.2.8
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('cc64d50d37175e6ed8e7a2c9a497ed7f720727af181ae65216c8a03bd68a6353f73a95977aed13fae2596d4be0f4caf37fe60f1f54c410769fc7df02bf1f04bf'
+sha512sums=('264161b98e243ed2058487b765d1b06c6aacaabd058f36fff9f4d72b451dd2f811c56b528ad1d26da118844e8020453598727a0367249b959af3c9b39048fd1c'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-07-03 Thread Felix Yan
Date: Monday, July 4, 2016 @ 01:34:08
  Author: felixonmars
Revision: 181937

upgpkg: mongodb 3.2.7-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 23:40:57 UTC (rev 181936)
+++ PKGBUILD2016-07-04 01:34:08 UTC (rev 181937)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.6
-pkgrel=2
+pkgver=3.2.7
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('8bc90734d24a2fbf9081295b913d93a4536e876f459c8ec9857aa9a7010cdf36691d75789430b5fb33b07ed3511a4835b78deeae2b6102215e3464e1e1a67dcc'
+sha512sums=('cc64d50d37175e6ed8e7a2c9a497ed7f720727af181ae65216c8a03bd68a6353f73a95977aed13fae2596d4be0f4caf37fe60f1f54c410769fc7df02bf1f04bf'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-05-13 Thread Bartłomiej Piotrowski
Date: Friday, May 13, 2016 @ 10:41:38
  Author: bpiotrowski
Revision: 175197

boost 1.60.0-5 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 08:39:53 UTC (rev 175196)
+++ PKGBUILD2016-05-13 08:41:38 UTC (rev 175197)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-05-13 Thread Antonio Rojas
Date: Friday, May 13, 2016 @ 09:59:46
  Author: arojas
Revision: 175133

Use gnu c++ extensions, should fix tests with GCC 6

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 07:53:04 UTC (rev 175132)
+++ PKGBUILD2016-05-13 07:59:46 UTC (rev 175133)
@@ -52,6 +52,8 @@
 prepare() {
   cd mongodb-src-r${pkgver}
   patch -Np1 -i ../boost160.patch
+
+  sed -e 's|-std=c++11|-std=gnu++11|g' -i SConstruct  # tests use hex floats, 
not supported in plain C++
 }
 
 build() {


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-05-01 Thread Felix Yan
Date: Monday, May 2, 2016 @ 07:18:48
  Author: fyan
Revision: 173292

upgpkg: mongodb 3.2.6-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-02 05:08:17 UTC (rev 173291)
+++ PKGBUILD2016-05-02 05:18:48 UTC (rev 173292)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('dbdb7a9f73c8025faf4a670f55d39fbc48577a0825f9edbb1d072d3237f64a4a84c0e415714182fa1da33a6a40673c8c9f31c3f509aa4a339211c913cbaf945b'
+sha512sums=('8bc90734d24a2fbf9081295b913d93a4536e876f459c8ec9857aa9a7010cdf36691d75789430b5fb33b07ed3511a4835b78deeae2b6102215e3464e1e1a67dcc'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD disable-sslv3.patch)

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 11:50:07
  Author: fyan
Revision: 171101

upgpkg: mongodb 3.2.5-1

Modified:
  mongodb/trunk/PKGBUILD
Deleted:
  mongodb/trunk/disable-sslv3.patch

-+
 PKGBUILD|9 +++--
 disable-sslv3.patch |   26 --
 2 files changed, 3 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 08:21:03 UTC (rev 171100)
+++ PKGBUILD2016-04-15 09:50:07 UTC (rev 171101)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.3
-pkgrel=2
+pkgver=3.2.5
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -22,11 +22,9 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
-'disable-sslv3.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('43b652da8fb461c36be1566965985aed036d53a8f4ed2a5f4a67e08571697c4030eb682a2a14ebc41991757d7083a268c5161b536d20dc1b3de13dac8df1da53'
+sha512sums=('dbdb7a9f73c8025faf4a670f55d39fbc48577a0825f9edbb1d072d3237f64a4a84c0e415714182fa1da33a6a40673c8c9f31c3f509aa4a339211c913cbaf945b'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
-
'db2c0a64cb8521334cf4b3658ead12597b93b7e0ac986599f99f6b01dc7e2041352b2bd25cff5e2de30933ff9dc64b189f29be634df5490b21dda1264bcd04f5'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
@@ -54,7 +52,6 @@
 prepare() {
   cd mongodb-src-r${pkgver}
   patch -Np1 -i ../boost160.patch
-  patch -Np1 -i ../disable-sslv3.patch
 }
 
 build() {

Deleted: disable-sslv3.patch
===
--- disable-sslv3.patch 2016-04-15 08:21:03 UTC (rev 171100)
+++ disable-sslv3.patch 2016-04-15 09:50:07 UTC (rev 171101)
@@ -1,26 +0,0 @@
-diff -u -r 
mongodb-src-r3.2.3/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp
 
mongodb-src-r3.2.3-nossl3/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp
 
mongodb-src-r3.2.3/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp
 2016-02-17 19:57:55.0 +0100
-+++ 
mongodb-src-r3.2.3-nossl3/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp
  2016-03-03 18:24:21.321007930 +0100
-@@ -84,6 +84,14 @@
- handle_ = ::SSL_CTX_new(::SSLv2_server_method());
- break;
- #endif // defined(OPENSSL_NO_SSL2)
-+#if defined(OPENSSL_NO_SSL3)
-+  case context::sslv3:
-+  case context::sslv3_client:
-+  case context::sslv3_server:
-+asio::detail::throw_error(
-+asio::error::invalid_argument, "context");
-+break;
-+#else // defined(OPENSSL_NO_SSL3)
-   case context::sslv3:
- handle_ = ::SSL_CTX_new(::SSLv3_method());
- break;
-@@ -93,6 +101,7 @@
-   case context::sslv3_server:
- handle_ = ::SSL_CTX_new(::SSLv3_server_method());
- break;
-+#endif // defined(OPENSSL_NO_SSL3)
-   case context::tlsv1:
- handle_ = ::SSL_CTX_new(::TLSv1_method());
- break;


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-03-03 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 20:18:35
  Author: fyan
Revision: 164549

OpenSSL 1.0.2g rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 17:48:07 UTC (rev 164548)
+++ PKGBUILD2016-03-03 19:18:35 UTC (rev 164549)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD disable-sslv3.patch)

2016-03-03 Thread Jan Steffens
Date: Thursday, March 3, 2016 @ 18:31:20
  Author: heftig
Revision: 164544

Disable SSLv3

Added:
  mongodb/trunk/disable-sslv3.patch
Modified:
  mongodb/trunk/PKGBUILD

-+
 PKGBUILD|3 +++
 disable-sslv3.patch |   26 ++
 2 files changed, 29 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 17:20:46 UTC (rev 164543)
+++ PKGBUILD2016-03-03 17:31:20 UTC (rev 164544)
@@ -22,9 +22,11 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
+'disable-sslv3.patch'
 'mongodb.conf' 'mongodb.service')
 
sha512sums=('43b652da8fb461c36be1566965985aed036d53a8f4ed2a5f4a67e08571697c4030eb682a2a14ebc41991757d7083a268c5161b536d20dc1b3de13dac8df1da53'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
+
'db2c0a64cb8521334cf4b3658ead12597b93b7e0ac986599f99f6b01dc7e2041352b2bd25cff5e2de30933ff9dc64b189f29be634df5490b21dda1264bcd04f5'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
@@ -52,6 +54,7 @@
 prepare() {
   cd mongodb-src-r${pkgver}
   patch -Np1 -i ../boost160.patch
+  patch -Np1 -i ../disable-sslv3.patch
 }
 
 build() {

Added: disable-sslv3.patch
===
--- disable-sslv3.patch (rev 0)
+++ disable-sslv3.patch 2016-03-03 17:31:20 UTC (rev 164544)
@@ -0,0 +1,26 @@
+diff -u -r 
mongodb-src-r3.2.3/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp
 
mongodb-src-r3.2.3-nossl3/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp
+--- 
mongodb-src-r3.2.3/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp
 2016-02-17 19:57:55.0 +0100
 
mongodb-src-r3.2.3-nossl3/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp
  2016-03-03 18:24:21.321007930 +0100
+@@ -84,6 +84,14 @@
+ handle_ = ::SSL_CTX_new(::SSLv2_server_method());
+ break;
+ #endif // defined(OPENSSL_NO_SSL2)
++#if defined(OPENSSL_NO_SSL3)
++  case context::sslv3:
++  case context::sslv3_client:
++  case context::sslv3_server:
++asio::detail::throw_error(
++asio::error::invalid_argument, "context");
++break;
++#else // defined(OPENSSL_NO_SSL3)
+   case context::sslv3:
+ handle_ = ::SSL_CTX_new(::SSLv3_method());
+ break;
+@@ -93,6 +101,7 @@
+   case context::sslv3_server:
+ handle_ = ::SSL_CTX_new(::SSLv3_server_method());
+ break;
++#endif // defined(OPENSSL_NO_SSL3)
+   case context::tlsv1:
+ handle_ = ::SSL_CTX_new(::TLSv1_method());
+ break;


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 08:21:18
  Author: fyan
Revision: 162634

upgpkg: mongodb 3.2.3-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 05:44:13 UTC (rev 162633)
+++ PKGBUILD2016-02-20 07:21:18 UTC (rev 162634)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.1
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('5ce0af3e70010e3602dd2f7c49c80feee1c89903a694db038543a7f399f4296f2c04bf3aee7089da0b24aa9239aa79823e6f5408bf0f3c6fade6166e94070309'
+sha512sums=('43b652da8fb461c36be1566965985aed036d53a8f4ed2a5f4a67e08571697c4030eb682a2a14ebc41991757d7083a268c5161b536d20dc1b3de13dac8df1da53'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-01-31 Thread Felix Yan
Date: Monday, February 1, 2016 @ 06:56:47
  Author: fyan
Revision: 159745

upgpkg: mongodb 3.2.1-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-01 05:32:29 UTC (rev 159744)
+++ PKGBUILD2016-02-01 05:56:47 UTC (rev 159745)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.0
-pkgrel=4
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('4b321b582f5ec2613b869b003a02494c8a9e3b772b1f13898417b1e831c204468309a0e1785acd3b85c8a663cae91e55e44f53f8b74bd3a516b1e1471f606882'
+sha512sums=('5ce0af3e70010e3602dd2f7c49c80feee1c89903a694db038543a7f399f4296f2c04bf3aee7089da0b24aa9239aa79823e6f5408bf0f3c6fade6166e94070309'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 06:07:08
  Author: fyan
Revision: 156357

upgpkg: mongodb 3.2.0-4

rebuild with yaml-cpp 0.5.3

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:06:50 UTC (rev 156356)
+++ PKGBUILD2016-01-14 05:07:08 UTC (rev 156357)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-12-22 Thread Bartłomiej Piotrowski
Date: Tuesday, December 22, 2015 @ 12:39:51
  Author: bpiotrowski
Revision: 154184

boost 1.60.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-22 11:14:53 UTC (rev 154183)
+++ PKGBUILD2015-12-22 11:39:51 UTC (rev 154184)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-12-22 Thread Bartłomiej Piotrowski
Date: Tuesday, December 22, 2015 @ 11:48:45
  Author: bpiotrowski
Revision: 154176

upgpkg: mongodb 3.2.0-2

Boost 1.60.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-22 10:17:31 UTC (rev 154175)
+++ PKGBUILD2015-12-22 10:48:45 UTC (rev 154176)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD boost160.patch)

2015-12-22 Thread Evangelos Foutras
Date: Tuesday, December 22, 2015 @ 10:47:29
  Author: foutrelis
Revision: 154155

Fix build with boost 1.60.0

Added:
  mongodb/trunk/boost160.patch
Modified:
  mongodb/trunk/PKGBUILD

+
 PKGBUILD   |6 +-
 boost160.patch |   11 +++
 2 files changed, 16 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-22 09:33:50 UTC (rev 154154)
+++ PKGBUILD2015-12-22 09:47:29 UTC (rev 154155)
@@ -21,8 +21,10 @@
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
+'boost160.patch'
 'mongodb.conf' 'mongodb.service')
 
sha512sums=('4b321b582f5ec2613b869b003a02494c8a9e3b772b1f13898417b1e831c204468309a0e1785acd3b85c8a663cae91e55e44f53f8b74bd3a516b1e1471f606882'
+
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
@@ -49,11 +51,12 @@
 
 prepare() {
   cd mongodb-src-r${pkgver}
-  export SCONSFLAGS="$MAKEFLAGS"
+  patch -Np1 -i ../boost160.patch
 }
 
 build() {
   cd mongodb-src-r${pkgver}
+  export SCONSFLAGS="$MAKEFLAGS"
 
   scons core tools "${_scons_args[@]}"
 }
@@ -60,6 +63,7 @@
 
 check() {
   cd mongodb-src-r${pkgver}
+  export SCONSFLAGS="$MAKEFLAGS"
 
   # Setting LANG to workaround the following test error:
   # std::exception: locale::facet::_S_create_c_locale name not valid

Added: boost160.patch
===
--- boost160.patch  (rev 0)
+++ boost160.patch  2015-12-22 09:47:29 UTC (rev 154155)
@@ -0,0 +1,11 @@
+diff -uprb mongodb-src-r3.2.0.orig/SConstruct mongodb-src-r3.2.0/SConstruct
+--- mongodb-src-r3.2.0.orig/SConstruct 2015-12-02 21:01:34.0 +0200
 mongodb-src-r3.2.0/SConstruct  2015-12-22 11:18:23.613216445 +0200
+@@ -2245,6 +2245,7 @@ def doConfigure(myenv):
+ # permit more than four parameters.
+ "BOOST_THREAD_DONT_PROVIDE_VARIADIC_THREAD",
+ "BOOST_SYSTEM_NO_DEPRECATED",
++"BOOST_OPTIONAL_USE_SINGLETON_DEFINITION_OF_NONE",
+ ]
+ )
+ 


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 03:03:55
  Author: foutrelis
Revision: 149512

C++11 ABI rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 02:03:50 UTC (rev 149511)
+++ PKGBUILD2015-12-07 02:03:55 UTC (rev 149512)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-10-15 Thread Florian Pritz
Date: Thursday, October 15, 2015 @ 14:39:06
  Author: bluewind
Revision: 144150

boost 1.59.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-15 12:31:18 UTC (rev 144149)
+++ PKGBUILD2015-10-15 12:39:06 UTC (rev 144150)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-10-13 Thread Felix Yan
Date: Wednesday, October 14, 2015 @ 06:07:17
  Author: fyan
Revision: 143958

upgpkg: mongodb 3.0.7-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-14 04:04:35 UTC (rev 143957)
+++ PKGBUILD2015-10-14 04:07:17 UTC (rev 143958)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.6
-pkgrel=2
+pkgver=3.0.7
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -14,7 +14,7 @@
 license=('AGPL3')
 depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs') # 'libyaml' 
'yaml-cpp' 'v8' 'gperftools')
 makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
-checkdepends=('python2-pymongo')
+checkdepends=('python2-pymongo' 'python2-yaml')
 optdepends=('libpcap: needed for mongosniff'
 'mongodb-tools: mongoimport, mongodump, mongotop, etc')
 backup=('etc/mongodb.conf')
@@ -22,7 +22,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'fix-compile-error-in-clang-with-m32-and-64.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('1990e9011ae586e30aef28be58f9fc6d8b7f45b787dbde9785c82eff6fb0a70ea45152e450c032a898e6464bbb9b1683082f2a072ba874f7532e167330658175'
+sha512sums=('183691c5dc137ea4b86d53d24d2935fd66ed8de60fbf5eca0a0a39c159be1f29043cd655cde1a213a98a76b2b3e6369dbccf790b02a1cc4b622c067ad3c0c91b'
 
'94e5b61a81eb3d907f34430cec1fb3bccc2ee5730c8dd33d00adb26fc144b672e605516cc2a83c4ca4aad2a9d67643fa42dd8c6fe4f1f07e1336901cc17ea9ec'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
@@ -61,12 +61,20 @@
 }
 
 check() {
-  # Tests not passing
+  # All tests disabled for 3.0.7
+
   export SCONSFLAGS="$MAKEFLAGS"
 
   cd mongodb-src-r${pkgver}
 
-  scons smoke smokeCppUnittests smokeJsCore --smokedbprefix="$srcdir" 
"${_scons_args[@]}" || warning "Tests failed"
+  # TODO: jstests
+  # python2 buildscripts/resmoke.py --dbpathPrefix="$srcdir"
+
+  scons dbtest "${_scons_args[@]}"
+  # python2 buildscripts/resmoke.py --set suite dbtest
+
+  scons unittests "${_scons_args[@]}"
+  # python2 buildscripts/resmoke.py --set suite unittests
 }
 
 package() {


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-08-26 Thread Felix Yan
Date: Wednesday, August 26, 2015 @ 09:56:53
  Author: fyan
Revision: 138780

upgpkg: mongodb 3.0.6-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-26 07:37:46 UTC (rev 138779)
+++ PKGBUILD2015-08-26 07:56:53 UTC (rev 138780)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
-sha512sums=('17c66f9501e6517feba069f85bb468a421c45300306977ebfed71e6ce120e2bed64f14698e470c644360e23f40132171d64ac85f0962aa3ba824a48cf228775a'
+sha512sums=('1990e9011ae586e30aef28be58f9fc6d8b7f45b787dbde9785c82eff6fb0a70ea45152e450c032a898e6464bbb9b1683082f2a072ba874f7532e167330658175'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 19:18:23
  Author: fyan
Revision: 137733

upgpkg: mongodb 3.0.5-1

- switch back to gcc

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:16:01 UTC (rev 137732)
+++ PKGBUILD2015-08-02 17:18:23 UTC (rev 137733)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url='http://www.mongodb.org'
 license=('AGPL3')
 depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs') # 'libyaml' 
'yaml-cpp' 'v8' 'gperftools')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff'
 'mongodb-tools: mongoimport, mongodump, mongotop, etc')
@@ -21,7 +21,7 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
-sha512sums=('bd35a252cd351a2d755edf5e20c69c904de326d7e47aebc055cd0160476ecf966cf53f3263410c32f70e108ff2a019f86a21e1a71917246c2f13db9251082bc3'
+sha512sums=('17c66f9501e6517feba069f85bb468a421c45300306977ebfed71e6ce120e2bed64f14698e470c644360e23f40132171d64ac85f0962aa3ba824a48cf228775a'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
@@ -32,14 +32,12 @@
   --use-system-boost
   --variant-dir=build
   --ssl
+  --c++11=on
   --disable-warnings-as-errors
-  --cc=clang --cxx=clang++
-  LIBS=atomic
 )
 # --use-system-v8 (Doesn't compile)
 # --use-system-yaml (Doesn't compile)
 # --use-system-tcmalloc (Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890)
-# LIBS=atomic is a workaround for https://jira.mongodb.org/browse/SERVER-17447
 
 build() {
   export SCONSFLAGS="$MAKEFLAGS"


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-06-17 Thread Felix Yan
Date: Thursday, June 18, 2015 @ 08:05:17
  Author: fyan
Revision: 135541

upgpkg: mongodb 3.0.4-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-17 19:30:54 UTC (rev 135540)
+++ PKGBUILD2015-06-18 06:05:17 UTC (rev 135541)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
-sha512sums=('23655d98ba7c0ba5d76c29964babb69a43714f5ca41843b0e8ae7bc5fa4dbba7b67022af4909a34f363406d4db58db39f9a03b4348a46eceb13067210bf8f23f'
+sha512sums=('bd35a252cd351a2d755edf5e20c69c904de326d7e47aebc055cd0160476ecf966cf53f3263410c32f70e108ff2a019f86a21e1a71917246c2f13db9251082bc3'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-05-15 Thread Felix Yan
Date: Saturday, May 16, 2015 @ 08:33:22
  Author: fyan
Revision: 133557

upgpkg: mongodb 3.0.3-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-16 03:53:48 UTC (rev 133556)
+++ PKGBUILD2015-05-16 06:33:22 UTC (rev 133557)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -21,7 +21,7 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
-sha512sums=('ec14529f39459835644dd681a98133c276bb96c676ce3ad91c20dff1ce96aeda3e14f08c05019a72a6f8eaadfed7e176944b42187a273b3e82001946126931d7'
+sha512sums=('23655d98ba7c0ba5d76c29964babb69a43714f5ca41843b0e8ae7bc5fa4dbba7b67022af4909a34f363406d4db58db39f9a03b4348a46eceb13067210bf8f23f'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 10:55:54
  Author: fyan
Revision: 131820

upgpkg: mongodb 3.0.2-2

rebuild for boost 1.58.0

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 08:53:04 UTC (rev 131819)
+++ PKGBUILD2015-04-21 08:55:54 UTC (rev 131820)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-03-20 Thread Felix Yan
Date: Friday, March 20, 2015 @ 16:39:06
  Author: fyan
Revision: 129633

upgpkg: mongodb 3.0.1-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 15:26:39 UTC (rev 129632)
+++ PKGBUILD2015-03-20 15:39:06 UTC (rev 129633)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
-sha512sums=('e9a50066754500d53b2e825bc9c4e7ccb692ce45a852b1ff52ba6cd2bbcbd826efea4c1018c68821bb4070a01335db0e19fd35f09f1eee6ba89d52bb96c228a7'
+sha512sums=('90a32181b472c5852b3839d2b22fe88dbaeb2f7621142ee05a0b35834b7f231b6099d8e0f077c0622fb65604e0140e154a5ff9b9c6f281e189cb251e18497025'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-03-04 Thread Felix Yan
Date: Thursday, March 5, 2015 @ 05:06:51
  Author: fyan
Revision: 128746

upgpkg: mongodb 3.0.0-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   69 -
 1 file changed, 23 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-05 00:04:01 UTC (rev 128745)
+++ PKGBUILD2015-03-05 04:06:51 UTC (rev 128746)
@@ -6,52 +6,47 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.8
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl' 'boost-libs') # 
'libyaml' 'yaml-cpp' 'v8')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs') # 'libyaml' 
'yaml-cpp' 'v8' 'gperftools')
 makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
 checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
+optdepends=('libpcap: needed for mongosniff'
+'mongodb-tools: mongoimport, mongodump, mongotop, etc')
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
-sha512sums=('6fa69750debb40d0be4d5d057125320d97e882e30c43c664fcb6ec6a9e6a8bff5e63637fc8952a6d898556b2c2ce84254d135387dc0879bf65dbd5e91b8732ef'
+sha512sums=('e9a50066754500d53b2e825bc9c4e7ccb692ce45a852b1ff52ba6cd2bbcbd826efea4c1018c68821bb4070a01335db0e19fd35f09f1eee6ba89d52bb96c228a7'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
-prepare() {
-  cd mongodb-src-r${pkgver}
+_scons_args=(
+  --use-system-pcre
+  --use-system-snappy
+  --use-sasl-client
+  --use-system-boost
+  --variant-dir=build
+  --ssl
+  --disable-warnings-as-errors
+  --cc=clang --cxx=clang++
+  LIBS=atomic
+)
+# --use-system-v8 (Doesn't compile)
+# --use-system-yaml (Doesn't compile)
+# --use-system-tcmalloc (Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890)
+# LIBS=atomic is a workaround for https://jira.mongodb.org/browse/SERVER-17447
 
-  # Add missing include required for std::swap()
-  # https://github.com/mongodb/mongo/commit/2d5d662
-  if grep -q '#include ' src/mongo/shell/linenoise_utf8.h; then
-error ' include has been fixed upstream; remove this local fix.'
-return 1
-  fi
-  sed -i '1i #include ' src/mongo/shell/linenoise_utf8.h
-}
-
 build() {
   export SCONSFLAGS="$MAKEFLAGS"
 
   cd mongodb-src-r${pkgver}
 
-  scons all \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl \
---disable-warnings-as-errors \
---cc=clang --cxx=clang++
-# --use-system-v8 \
-# --use-system-yaml \
+  scons all "${_scons_args[@]}"
 }
 
 check() {
@@ -60,16 +55,7 @@
 
   cd mongodb-src-r${pkgver}
 
-  scons smokeAll \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl \
---disable-warnings-as-errors \
---cc=clang --cxx=clang++ \
---smokedbprefix="$srcdir" || warning "Tests failed"
+  scons smoke smokeCppUnittests smokeJsCore --smokedbprefix="$srcdir" 
"${_scons_args[@]}" || warning "Tests failed"
 }
 
 package() {
@@ -77,16 +63,7 @@
 
   cd mongodb-src-r${pkgver}
 
-  scons install \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl \
---disable-warnings-as-errors \
---prefix="$pkgdir/usr" \
---cc=clang --cxx=clang++
+  scons install --prefix="$pkgdir/usr" "${_scons_args[@]}"
 
   install -Dm644 "$srcdir/mongodb.conf" "$pkgdir/etc/mongodb.conf"
   install -Dm644 "$srcdir/mongodb.service" 
"$pkgdir/usr/lib/systemd/system/mongodb.service"


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2015-02-26 Thread Felix Yan
Date: Thursday, February 26, 2015 @ 17:10:42
  Author: fyan
Revision: 128284

upgpkg: mongodb 2.6.8-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 15:17:59 UTC (rev 128283)
+++ PKGBUILD2015-02-26 16:10:42 UTC (rev 128284)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.7
+pkgver=2.6.8
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
-sha512sums=('c74b87d85339e27742054d4ce190e290a5116d48a39b334b6e7be62b2e35f75af99da6b8a899d8c4794b0d953f2c46bcbe5b77ce28e5194c3a0429dc813df04e'
+sha512sums=('6fa69750debb40d0be4d5d057125320d97e882e30c43c664fcb6ec6a9e6a8bff5e63637fc8952a6d898556b2c2ce84254d135387dc0879bf65dbd5e91b8732ef'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


[arch-commits] Commit in mongodb/trunk (PKGBUILD SConscript.client.patch)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 06:56:45
  Author: fyan
Revision: 125981

upgpkg: mongodb 2.6.7-1

Modified:
  mongodb/trunk/PKGBUILD
Deleted:
  mongodb/trunk/SConscript.client.patch

-+
 PKGBUILD|   15 ++-
 SConscript.client.patch |   13 -
 2 files changed, 6 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:27:26 UTC (rev 125980)
+++ PKGBUILD2015-01-16 05:56:45 UTC (rev 125981)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.6
+pkgver=2.6.7
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -20,6 +20,9 @@
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
+sha512sums=('c74b87d85339e27742054d4ce190e290a5116d48a39b334b6e7be62b2e35f75af99da6b8a899d8c4794b0d953f2c46bcbe5b77ce28e5194c3a0429dc813df04e'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
 prepare() {
   cd mongodb-src-r${pkgver}
@@ -47,8 +50,8 @@
 --ssl \
 --disable-warnings-as-errors \
 --cc=clang --cxx=clang++
-# --use-system-v8
-# --use-system-yaml
+# --use-system-v8 \
+# --use-system-yaml \
 }
 
 check() {
@@ -84,8 +87,6 @@
 --disable-warnings-as-errors \
 --prefix="$pkgdir/usr" \
 --cc=clang --cxx=clang++
-# --use-system-yaml
-# --use-system-v8
 
   install -Dm644 "$srcdir/mongodb.conf" "$pkgdir/etc/mongodb.conf"
   install -Dm644 "$srcdir/mongodb.service" 
"$pkgdir/usr/lib/systemd/system/mongodb.service"
@@ -92,7 +93,3 @@
   install -dm700 "$pkgdir/var/lib/mongodb"
   install -dm755 "$pkgdir/var/log/mongodb"
 }
-
-sha512sums=('0f5fdce6ad3aa64e3636099cee9b7099b74c5f1d5887c89543bcdf900e523a855164f497071c8c4251c8e87361841eaec969bd7b7e0efcff5504cf5f1d6b9f05'
-
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')

Deleted: SConscript.client.patch
===
--- SConscript.client.patch 2015-01-16 04:27:26 UTC (rev 125980)
+++ SConscript.client.patch 2015-01-16 05:56:45 UTC (rev 125981)
@@ -1,13 +0,0 @@
-diff --git a/src/SConscript.client b/src/SConscript.client
-index 7a6bdc9..3fb55e5 100644
 a/src/SConscript.client
-+++ b/src/SConscript.client
-@@ -134,7 +134,7 @@ env.Install(
- # install
- prefix = GetOption("prefix")
- 
--env.Install(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}')
-+env.InstallAs(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}')
- 
- for x in clientHeaderDirectories:
- env.Install(prefix + "/include/mongo/" + x,


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-12-12 Thread Felix Yan
Date: Saturday, December 13, 2014 @ 04:03:04
  Author: fyan
Revision: 123816

upgpkg: mongodb 2.6.6-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 18:50:28 UTC (rev 123815)
+++ PKGBUILD2014-12-13 03:03:04 UTC (rev 123816)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.5
-pkgrel=2
+pkgver=2.6.6
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -44,8 +44,9 @@
 --use-system-tcmalloc \
 --use-sasl-client \
 --use-system-boost \
---ssl --cc=clang --cxx=clang++ \
---disable-warnings-as-errors
+--ssl \
+--disable-warnings-as-errors \
+--cc=clang --cxx=clang++
 # --use-system-v8
 # --use-system-yaml
 }
@@ -62,8 +63,9 @@
 --use-system-tcmalloc \
 --use-sasl-client \
 --use-system-boost \
---ssl --cc=clang --cxx=clang++ \
+--ssl \
 --disable-warnings-as-errors \
+--cc=clang --cxx=clang++ \
 --smokedbprefix="$srcdir" || warning "Tests failed"
 }
 
@@ -78,9 +80,10 @@
 --use-system-tcmalloc \
 --use-sasl-client \
 --use-system-boost \
---ssl --cc=clang --cxx=clang++ \
+--ssl \
 --disable-warnings-as-errors \
---prefix="$pkgdir/usr"
+--prefix="$pkgdir/usr" \
+--cc=clang --cxx=clang++
 # --use-system-yaml
 # --use-system-v8
 
@@ -90,6 +93,6 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('eccf6e949fba7cca3f7401fa64c1135282d323222d2b9e53554a83748389b76b3791c5228943ef3e1064211f7fe9f8d68ce4209994dbd8065894b64a9b392f76'
+sha512sums=('0f5fdce6ad3aa64e3636099cee9b7099b74c5f1d5887c89543bcdf900e523a855164f497071c8c4251c8e87361841eaec969bd7b7e0efcff5504cf5f1d6b9f05'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 11:41:53
  Author: foutrelis
Revision: 122044

upgpkg: mongodb 2.6.5-2

boost 1.57.0 rebuild.

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 10:34:23 UTC (rev 122043)
+++ PKGBUILD2014-11-06 10:41:53 UTC (rev 122044)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -21,6 +21,18 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.conf' 'mongodb.service')
 
+prepare() {
+  cd mongodb-src-r${pkgver}
+
+  # Add missing include required for std::swap()
+  # https://github.com/mongodb/mongo/commit/2d5d662
+  if grep -q '#include ' src/mongo/shell/linenoise_utf8.h; then
+error ' include has been fixed upstream; remove this local fix.'
+return 1
+  fi
+  sed -i '1i #include ' src/mongo/shell/linenoise_utf8.h
+}
+
 build() {
   export SCONSFLAGS="$MAKEFLAGS"
 


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-10-11 Thread Felix Yan
Date: Saturday, October 11, 2014 @ 13:11:25
  Author: fyan
Revision: 120522

upgpkg: mongodb 2.6.5-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 07:43:14 UTC (rev 120521)
+++ PKGBUILD2014-10-11 11:11:25 UTC (rev 120522)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Sven-Hendrik Haase 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Mathias Stearn 
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.4
-pkgrel=2
+pkgver=2.6.5
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -32,7 +32,8 @@
 --use-system-tcmalloc \
 --use-sasl-client \
 --use-system-boost \
---ssl --cc=clang --cxx=clang++
+--ssl --cc=clang --cxx=clang++ \
+--disable-warnings-as-errors
 # --use-system-v8
 # --use-system-yaml
 }
@@ -50,6 +51,7 @@
 --use-sasl-client \
 --use-system-boost \
 --ssl --cc=clang --cxx=clang++ \
+--disable-warnings-as-errors \
 --smokedbprefix="$srcdir" || warning "Tests failed"
 }
 
@@ -65,6 +67,7 @@
 --use-sasl-client \
 --use-system-boost \
 --ssl --cc=clang --cxx=clang++ \
+--disable-warnings-as-errors \
 --prefix="$pkgdir/usr"
 # --use-system-yaml
 # --use-system-v8
@@ -75,6 +78,6 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('1f2be43380948897d0f1861797d5b5ef5c5d7d0252f622382221710ed6c91e34ab89825a8e98ff77218854d52e6094534e0a6a336d1c5e8ca1668f0f62c00fad'
+sha512sums=('eccf6e949fba7cca3f7401fa64c1135282d323222d2b9e53554a83748389b76b3791c5228943ef3e1064211f7fe9f8d68ce4209994dbd8065894b64a9b392f76'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-08-17 Thread Felix Yan
Date: Monday, August 18, 2014 @ 03:14:58
  Author: fyan
Revision: 117490

upgpkg: mongodb 2.6.4-2

boost 1.56.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-17 23:41:56 UTC (rev 117489)
+++ PKGBUILD2014-08-18 01:14:58 UTC (rev 117490)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-08-16 Thread Felix Yan
Date: Sunday, August 17, 2014 @ 07:53:48
  Author: fyan
Revision: 117467

upgpkg: mongodb 2.6.4-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 20:47:19 UTC (rev 117466)
+++ PKGBUILD2014-08-17 05:53:48 UTC (rev 117467)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.3
-pkgrel=2
+pkgver=2.6.4
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -75,6 +75,6 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('c73ff95c949380c9b8a8e2c851d53731b08dcd6b93088c0d67fce1580a898d6742bebab3a142d5316353f00fbe12ea32c4651f04b66b85b205589414b7f6811a'
+sha512sums=('1f2be43380948897d0f1861797d5b5ef5c5d7d0252f622382221710ed6c91e34ab89825a8e98ff77218854d52e6094534e0a6a336d1c5e8ca1668f0f62c00fad'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-08-14 Thread Felix Yan
Date: Thursday, August 14, 2014 @ 16:55:48
  Author: fyan
Revision: 117390

upgpkg: mongodb 2.6.3-2

boost 1.56.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-14 07:50:24 UTC (rev 117389)
+++ PKGBUILD2014-08-14 14:55:48 UTC (rev 117390)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -33,8 +33,8 @@
 --use-sasl-client \
 --use-system-boost \
 --ssl --cc=clang --cxx=clang++
+# --use-system-v8
 # --use-system-yaml
-# --use-system-v8
 }
 
 check() {



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-06-22 Thread Felix Yan
Date: Sunday, June 22, 2014 @ 17:27:40
  Author: fyan
Revision: 113425

upgpkg: mongodb 2.6.3-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-22 12:27:45 UTC (rev 113424)
+++ PKGBUILD2014-06-22 15:27:40 UTC (rev 113425)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -50,7 +50,7 @@
 --use-sasl-client \
 --use-system-boost \
 --ssl --cc=clang --cxx=clang++ \
---smokedbprefix="$srcdir" || :
+--smokedbprefix="$srcdir" || warning "Tests failed"
 }
 
 package() {
@@ -75,6 +75,6 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('b1e0fd64d6c93a3ea9b81d48fabf25f4b9d4eabd7fae19b2e97c2676b711515fbd6bc928c0e6f8a146fa83c7a43d3c40d68c377f1ebd1937cf379caff29e5e55'
+sha512sums=('c73ff95c949380c9b8a8e2c851d53731b08dcd6b93088c0d67fce1580a898d6742bebab3a142d5316353f00fbe12ea32c4651f04b66b85b205589414b7f6811a'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')



[arch-commits] Commit in mongodb/trunk (PKGBUILD removeWerror.patch)

2014-06-17 Thread Felix Yan
Date: Wednesday, June 18, 2014 @ 02:39:52
  Author: fyan
Revision: 113315

upgpkg: mongodb 2.6.2-1

Modified:
  mongodb/trunk/PKGBUILD
Deleted:
  mongodb/trunk/removeWerror.patch

+
 PKGBUILD   |   15 +--
 removeWerror.patch |   11 ---
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 19:25:57 UTC (rev 113314)
+++ PKGBUILD2014-06-18 00:39:52 UTC (rev 113315)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.1
-pkgrel=2
+pkgver=2.6.2
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -19,17 +19,13 @@
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
+'mongodb.conf' 'mongodb.service')
 
 build() {
-  # fucking mongo aint no fun to package
   export SCONSFLAGS="$MAKEFLAGS"
 
   cd mongodb-src-r${pkgver}
 
-  # failed to build with -Werror since 2.4.0
-  patch -Np1 -i "$srcdir/removeWerror.patch"
-
   scons all \
 --use-system-pcre \
 --use-system-snappy \
@@ -79,7 +75,6 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('a07168a8fa609d2a22b04db6b761e486e58fb63c66ea4974e5cc53a1255d514cd065a84b4dc62efbb27c39a6e3881d98a3f7025c2391a78d91d5cd515b8a2e56'
+sha512sums=('b1e0fd64d6c93a3ea9b81d48fabf25f4b9d4eabd7fae19b2e97c2676b711515fbd6bc928c0e6f8a146fa83c7a43d3c40d68c377f1ebd1937cf379caff29e5e55'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-
'868e5f93ba3c087f80982ffbe01411644d01329a51e4a1811cf8dd6de5e155f604a924be933623b70903fb4dabb27eed100a7eb6f6edcf4bb7a0fdfddd485270')
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')

Deleted: removeWerror.patch
===
--- removeWerror.patch  2014-06-17 19:25:57 UTC (rev 113314)
+++ removeWerror.patch  2014-06-18 00:39:52 UTC (rev 113315)
@@ -1,11 +0,0 @@
 a/SConstruct   2014-04-08 22:55:57.206075327 +0800
-+++ b/SConstruct   2014-04-08 22:57:58.692240224 +0800
-@@ -819,7 +819,7 @@
-  "-Winvalid-pch"] )
- # env.Append( " -Wconversion" ) TODO: this doesn't really work yet
- if linux or darwin:
--env.Append( CCFLAGS=["-Werror", "-pipe"] )
-+env.Append( CCFLAGS=["-pipe"] )
- 
- env.Append( CPPDEFINES=["_FILE_OFFSET_BITS=64"] )
- env.Append( CXXFLAGS=["-Wnon-virtual-dtor", "-Woverloaded-virtual"] )



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-05-14 Thread Felix Yan
Date: Wednesday, May 14, 2014 @ 18:07:58
  Author: fyan
Revision: 34

upgpkg: mongodb 2.6.1-2

- use clang to workaround FS#40284

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 15:28:55 UTC (rev 33)
+++ PKGBUILD2014-05-14 16:07:58 UTC (rev 34)
@@ -12,8 +12,8 @@
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl') # 'boost-libs' 
'libyaml' 'yaml-cpp' 'v8')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap') # 'boost')
+depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl' 'boost-libs') # 
'libyaml' 'yaml-cpp' 'v8')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
 backup=('etc/mongodb.conf')
@@ -35,8 +35,8 @@
 --use-system-snappy \
 --use-system-tcmalloc \
 --use-sasl-client \
---ssl
-# --use-system-boost
+--use-system-boost \
+--ssl --cc=clang --cxx=clang++
 # --use-system-yaml
 # --use-system-v8
 }
@@ -47,7 +47,14 @@
 
   cd mongodb-src-r${pkgver}
 
-  scons smokeAll --smokedbprefix="$srcdir" || :
+  scons smokeAll \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--use-sasl-client \
+--use-system-boost \
+--ssl --cc=clang --cxx=clang++ \
+--smokedbprefix="$srcdir" || :
 }
 
 package() {
@@ -60,9 +67,9 @@
 --use-system-snappy \
 --use-system-tcmalloc \
 --use-sasl-client \
---ssl \
+--use-system-boost \
+--ssl --cc=clang --cxx=clang++ \
 --prefix="$pkgdir/usr"
-# --use-system-boost
 # --use-system-yaml
 # --use-system-v8
 



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-05-12 Thread Felix Yan
Date: Monday, May 12, 2014 @ 12:44:45
  Author: fyan
Revision: 111046

upgpkg: mongodb 2.6.1-2

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-12 10:09:29 UTC (rev 111045)
+++ PKGBUILD2014-05-12 10:44:45 UTC (rev 111046)
@@ -7,13 +7,13 @@
 
 pkgname=mongodb
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools' 'libsasl') # 
'libyaml' 'yaml-cpp' 'v8')
-makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap')
+depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl') # 'boost-libs' 
'libyaml' 'yaml-cpp' 'v8')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap') # 'boost')
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
 backup=('etc/mongodb.conf')
@@ -31,12 +31,12 @@
   patch -Np1 -i "$srcdir/removeWerror.patch"
 
   scons all \
---use-system-boost \
 --use-system-pcre \
 --use-system-snappy \
 --use-system-tcmalloc \
 --use-sasl-client \
 --ssl
+# --use-system-boost
 # --use-system-yaml
 # --use-system-v8
 }
@@ -56,7 +56,6 @@
   cd mongodb-src-r${pkgver}
 
   scons install \
---use-system-boost \
 --use-system-pcre \
 --use-system-snappy \
 --use-system-tcmalloc \
@@ -63,6 +62,7 @@
 --use-sasl-client \
 --ssl \
 --prefix="$pkgdir/usr"
+# --use-system-boost
 # --use-system-yaml
 # --use-system-v8
 



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 19:06:35
  Author: fyan
Revision: 110765

upgpkg: mongodb 2.6.1-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 14:18:56 UTC (rev 110764)
+++ PKGBUILD2014-05-06 17:06:35 UTC (rev 110765)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -47,7 +47,7 @@
 
   cd mongodb-src-r${pkgver}
 
-  #scons smokeAll --smokedbprefix="$srcdir"
+  scons smokeAll --smokedbprefix="$srcdir" || :
 }
 
 package() {
@@ -72,7 +72,7 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('60747ebd2fce9cffdb6b5ea3472a4efa46cd7e1ee38aee2a806a15667b5d86a61da89bf176876553ab348c0f3b3b925125921330b333a8349275e6ce79ccd337'
+sha512sums=('a07168a8fa609d2a22b04db6b761e486e58fb63c66ea4974e5cc53a1255d514cd065a84b4dc62efbb27c39a6e3881d98a3f7025c2391a78d91d5cd515b8a2e56'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-'SKIP')
+
'868e5f93ba3c087f80982ffbe01411644d01329a51e4a1811cf8dd6de5e155f604a924be933623b70903fb4dabb27eed100a7eb6f6edcf4bb7a0fdfddd485270')



[arch-commits] Commit in mongodb/trunk (PKGBUILD removeWerror.patch)

2014-04-10 Thread Felix Yan
Date: Thursday, April 10, 2014 @ 09:45:33
  Author: fyan
Revision: 109069

upgpkg: mongodb 2.6.0-1

- new major release, no c++ driver since this version

Modified:
  mongodb/trunk/PKGBUILD
  mongodb/trunk/removeWerror.patch

+
 PKGBUILD   |   19 +--
 removeWerror.patch |   22 ++
 2 files changed, 15 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-10 04:03:04 UTC (rev 109068)
+++ PKGBUILD2014-04-10 07:45:33 UTC (rev 109069)
@@ -6,13 +6,13 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.10
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'libsasl')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools' 'libsasl') # 
'libyaml' 'yaml-cpp' 'v8')
 makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap')
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
@@ -35,9 +35,9 @@
 --use-system-pcre \
 --use-system-snappy \
 --use-system-tcmalloc \
---ssl \
---sharedclient
-# --use-sasl-client
+--use-sasl-client \
+--ssl
+# --use-system-yaml
 # --use-system-v8
 }
 
@@ -60,11 +60,10 @@
 --use-system-pcre \
 --use-system-snappy \
 --use-system-tcmalloc \
+--use-sasl-client \
 --ssl \
---sharedclient \
---full \
 --prefix="$pkgdir/usr"
-# --use-sasl-client
+# --use-system-yaml
 # --use-system-v8
 
   install -Dm644 "$srcdir/mongodb.conf" "$pkgdir/etc/mongodb.conf"
@@ -73,7 +72,7 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('970364dda2dba18bf979a0fc8291d9656b3cc3ba0aec1ca26d81f14f833e355c023d19b3cfaa81704013bf2c0e732d72de08b0f8236dafe85a3ac4d51b87edc6'
+sha512sums=('60747ebd2fce9cffdb6b5ea3472a4efa46cd7e1ee38aee2a806a15667b5d86a61da89bf176876553ab348c0f3b3b925125921330b333a8349275e6ce79ccd337'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-
'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84')
+'SKIP')

Modified: removeWerror.patch
===
--- removeWerror.patch  2014-04-10 04:03:04 UTC (rev 109068)
+++ removeWerror.patch  2014-04-10 07:45:33 UTC (rev 109069)
@@ -1,21 +1,11 @@
 a/SConstruct   2013-03-16 02:59:55.0 +0800
-+++ b/SConstruct   2013-03-20 10:55:20.009645869 +0800
-@@ -692,7 +692,7 @@
+--- a/SConstruct   2014-04-08 22:55:57.206075327 +0800
 b/SConstruct   2014-04-08 22:57:58.692240224 +0800
+@@ -819,7 +819,7 @@
   "-Winvalid-pch"] )
  # env.Append( " -Wconversion" ) TODO: this doesn't really work yet
- if linux:
+ if linux or darwin:
 -env.Append( CCFLAGS=["-Werror", "-pipe"] )
 +env.Append( CCFLAGS=["-pipe"] )
- if not has_option('clang'):
- env.Append( CCFLAGS=["-fno-builtin-memcmp"] ) # glibc's memcmp is 
faster than gcc's
  
 a/src/third_party/v8/SConscript2013-04-17 03:21:23.0 +0800
-+++ b/src/third_party/v8/SConscript2013-04-18 17:41:29.878618892 +0800
-@@ -47,7 +47,6 @@
-   'gcc': {
- 'all': {
-   'CCFLAGS':  ['-Wall',
--   '-Werror',
-'-W',
-'-Wno-unused-parameter',
-'-Woverloaded-virtual',
+ env.Append( CPPDEFINES=["_FILE_OFFSET_BITS=64"] )
+ env.Append( CXXFLAGS=["-Wnon-virtual-dtor", "-Woverloaded-virtual"] )



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-04-07 Thread Felix Yan
Date: Monday, April 7, 2014 @ 12:15:52
  Author: fyan
Revision: 108905

upgpkg: mongodb 2.4.10-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-07 10:13:35 UTC (rev 108904)
+++ PKGBUILD2014-04-07 10:15:52 UTC (rev 108905)
@@ -6,14 +6,14 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.9
+pkgver=2.4.10
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools')
-makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'libsasl')
+makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap')
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
 backup=('etc/mongodb.conf')
@@ -41,15 +41,14 @@
 # --use-system-v8
 }
 
-<

[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2014-01-11 Thread Felix Yan
Date: Sunday, January 12, 2014 @ 08:10:56
  Author: fyan
Revision: 103836

upgpkg: mongodb 2.4.9-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-12 02:47:26 UTC (rev 103835)
+++ PKGBUILD2014-01-12 07:10:56 UTC (rev 103836)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.8
-pkgrel=2
+pkgver=2.4.9
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -65,8 +65,8 @@
 --sharedclient \
 --full \
 --prefix="$pkgdir/usr"
+# --use-sasl-client
 # --use-system-v8
-# --use-sasl-client
 
   install -Dm644 "$srcdir/mongodb.conf" "$pkgdir/etc/mongodb.conf"
   install -Dm644 "$srcdir/mongodb.service" 
"$pkgdir/usr/lib/systemd/system/mongodb.service"
@@ -74,7 +74,7 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('33202f101d00c796253c5fd333242ce2c5399352bf325e0af1df92d9c291d7a768bbed56f7b7fccfaa3cea2385cec941bd05cb27a635ca034485bd39ef4129a1'
+sha512sums=('f9991b30eebdc13e04b553ea9c133f73cb7c0d034ae94e6293a28f3c40e8c93d3e63257e20ff801dfd586a22c95ca52551da8517d0e25534dda62f3ed650aa23'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
 
'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84')



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-11-25 Thread Felix Yan
Date: Monday, November 25, 2013 @ 17:56:41
  Author: fyan
Revision: 101438

upgpkg: mongodb 2.4.8-2 rebuild for boost 1.55.0

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-25 15:53:20 UTC (rev 101437)
+++ PKGBUILD2013-11-25 16:56:41 UTC (rev 101438)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-11-04 Thread Felix Yan
Date: Tuesday, November 5, 2013 @ 03:38:23
  Author: fyan
Revision: 100480

upgpkg: mongodb 2.4.8-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 02:19:44 UTC (rev 100479)
+++ PKGBUILD2013-11-05 02:38:23 UTC (rev 100480)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.7
+pkgver=2.4.8
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -74,7 +74,7 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('bd682944f5388cef9115ccdf0d8488d2a7a699974f395dd9eea62562528a7a6205fceb92c148187f003362f1ef983ead672cacacc678b2f2b77cdd827812b6c9'
+sha512sums=('33202f101d00c796253c5fd333242ce2c5399352bf325e0af1df92d9c291d7a768bbed56f7b7fccfaa3cea2385cec941bd05cb27a635ca034485bd39ef4129a1'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
 
'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84')



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-10-21 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 06:37:59
  Author: fyan
Revision: 98974

upgpkg: mongodb 2.4.7-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-21 20:23:08 UTC (rev 98973)
+++ PKGBUILD2013-10-22 04:37:59 UTC (rev 98974)
@@ -6,13 +6,13 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.6
+pkgver=2.4.7
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools')
 makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl')
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
@@ -37,8 +37,8 @@
 --use-system-tcmalloc \
 --ssl \
 --sharedclient
+# --use-sasl-client
 # --use-system-v8
-# --use-sasl-client
 }
 
 <

[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-08-20 Thread Felix Yan
Date: Wednesday, August 21, 2013 @ 07:18:20
  Author: fyan
Revision: 96181

upgpkg: mongodb 2.4.6-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 03:24:34 UTC (rev 96180)
+++ PKGBUILD2013-08-21 05:18:20 UTC (rev 96181)
@@ -6,14 +6,14 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.5
-pkgrel=2
+pkgver=2.4.6
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') doesn't 
work
-makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') 
doesn't work
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8')
+makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl')
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
 backup=('etc/mongodb.conf')
@@ -37,8 +37,8 @@
 --use-system-tcmalloc \
 --ssl \
 --sharedclient
-# --use-sasl-client doesn't work
-# --use-system-v8 doesn't work
+# --use-system-v8
+# --use-sasl-client
 }
 
 <

[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-07-08 Thread Felix Yan
Date: Monday, July 8, 2013 @ 11:23:20
  Author: fyan
Revision: 93651

upgpkg: mongodb 2.4.5-2 boost 1.54.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 08:15:34 UTC (rev 93650)
+++ PKGBUILD2013-07-08 09:23:20 UTC (rev 93651)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-07-04 Thread Felix Yan
Date: Thursday, July 4, 2013 @ 11:02:53
  Author: fyan
Revision: 93475

upgpkg: mongodb 2.4.5-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   44 +++-
 1 file changed, 27 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 05:51:02 UTC (rev 93474)
+++ PKGBUILD2013-07-04 09:02:53 UTC (rev 93475)
@@ -6,21 +6,20 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('boost-libs')
-makedepends=('scons' 'boost' 'libpcap')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') doesn't 
work
+makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') 
doesn't work
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
-'removeWerror.patch')
+'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
 
 build() {
   # fucking mongo aint no fun to package
@@ -28,13 +27,18 @@
 
   cd mongodb-src-r${pkgver}
 
-  # fix https://jira.mongodb.org/browse/SERVER-5575
-  patch -Np1 -i ${srcdir}/SConscript.client.patch
-
   # failed to build with -Werror since 2.4.0
   patch -Np1 -i "$srcdir/removeWerror.patch"
 
-  scons all --use-system-boost # --sharedclient currently fails
+  scons all \
+--use-system-boost \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--ssl \
+--sharedclient
+# --use-sasl-client doesn't work
+# --use-system-v8 doesn't work
 }
 
 <

[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-06-05 Thread Felix Yan
Date: Wednesday, June 5, 2013 @ 12:12:58
  Author: fyan
Revision: 92430

upgpkg: mongodb 2.4.4-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-05 10:08:34 UTC (rev 92429)
+++ PKGBUILD2013-06-05 10:12:58 UTC (rev 92430)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -64,8 +64,9 @@
   mv ${pkgdir}/usr/lib64/libmongoclient.a ${pkgdir}/usr/lib/ || true
   rm -r ${pkgdir}/usr/lib64 || true
 }
-md5sums=('ff6a9c90bdaca66a7e997ba8490fc222'
- '4839fe1d638187ca3226e8267b947318'
- '96ab4517b48974ce0e566d9746a75a4f'
- 'a9529e2a6e392ffecef7a9178394c814'
- 'c97f3fd59bbbdd9f0f6916322d95feb4')
+
+sha512sums=('f72aee0a9c979756741902eb87775d154de45660596ec4507274a7719d376869510f192cf840821cb491cfe009beced8891e3f243c761ee758ab023a457d'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
+
'2f7d0e9e35a043d9006fd429f36cd6b45ed4edd98ce653b35b237e0313d2d7ef39ae85dcd31713bae7ab68e40a38534bba5f7746653e9380f2106865a8b3b9a5'
+
'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84')



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-04-24 Thread Felix Yan
Date: Wednesday, April 24, 2013 @ 11:37:50
  Author: fyan
Revision: 88849

upgpkg: mongodb 2.4.3-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-24 06:26:30 UTC (rev 88848)
+++ PKGBUILD2013-04-24 09:37:50 UTC (rev 88849)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -64,7 +64,7 @@
   mv ${pkgdir}/usr/lib64/libmongoclient.a ${pkgdir}/usr/lib/ || true
   rm -r ${pkgdir}/usr/lib64 || true
 }
-md5sums=('8c65fa1d678763dbc855b0129d1eea96'
+md5sums=('ff6a9c90bdaca66a7e997ba8490fc222'
  '4839fe1d638187ca3226e8267b947318'
  '96ab4517b48974ce0e566d9746a75a4f'
  'a9529e2a6e392ffecef7a9178394c814'



[arch-commits] Commit in mongodb/trunk (PKGBUILD removeWerror.patch)

2013-04-18 Thread Felix Yan
Date: Thursday, April 18, 2013 @ 11:59:29
  Author: fyan
Revision: 88462

upgpkg: mongodb 2.4.2-1

Modified:
  mongodb/trunk/PKGBUILD
  mongodb/trunk/removeWerror.patch

+
 PKGBUILD   |8 
 removeWerror.patch |   10 ++
 2 files changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 09:50:27 UTC (rev 88461)
+++ PKGBUILD2013-04-18 09:59:29 UTC (rev 88462)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -64,8 +64,8 @@
   mv ${pkgdir}/usr/lib64/libmongoclient.a ${pkgdir}/usr/lib/ || true
   rm -r ${pkgdir}/usr/lib64 || true
 }
-md5sums=('2123758b166144947860b2af490996c1'
+md5sums=('8c65fa1d678763dbc855b0129d1eea96'
  '4839fe1d638187ca3226e8267b947318'
  '96ab4517b48974ce0e566d9746a75a4f'
  'a9529e2a6e392ffecef7a9178394c814'
- 'c980ebfe46df6dc87f4b3380af69a6cc')
+ 'c97f3fd59bbbdd9f0f6916322d95feb4')

Modified: removeWerror.patch
===
--- removeWerror.patch  2013-04-18 09:50:27 UTC (rev 88461)
+++ removeWerror.patch  2013-04-18 09:59:29 UTC (rev 88462)
@@ -9,3 +9,13 @@
  if not has_option('clang'):
  env.Append( CCFLAGS=["-fno-builtin-memcmp"] ) # glibc's memcmp is 
faster than gcc's
  
+--- a/src/third_party/v8/SConscript2013-04-17 03:21:23.0 +0800
 b/src/third_party/v8/SConscript2013-04-18 17:41:29.878618892 +0800
+@@ -47,7 +47,6 @@
+   'gcc': {
+ 'all': {
+   'CCFLAGS':  ['-Wall',
+-   '-Werror',
+'-W',
+'-Wno-unused-parameter',
+'-Woverloaded-virtual',



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-03-25 Thread Felix Yan
Date: Monday, March 25, 2013 @ 17:09:57
  Author: fyan
Revision: 86981

upgpkg: mongodb 2.4.1-2 boost 1.53.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 16:02:13 UTC (rev 86980)
+++ PKGBUILD2013-03-25 16:09:57 UTC (rev 86981)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-03-23 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 06:18:26
  Author: fyan
Revision: 86896

upgpkg: mongodb 2.4.1-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 01:55:32 UTC (rev 86895)
+++ PKGBUILD2013-03-24 05:18:26 UTC (rev 86896)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -64,7 +64,7 @@
   mv ${pkgdir}/usr/lib64/libmongoclient.a ${pkgdir}/usr/lib/ || true
   rm -r ${pkgdir}/usr/lib64 || true
 }
-md5sums=('a028b3c9e335bd56001598923dc8eff2'
+md5sums=('2123758b166144947860b2af490996c1'
  '4839fe1d638187ca3226e8267b947318'
  '96ab4517b48974ce0e566d9746a75a4f'
  'a9529e2a6e392ffecef7a9178394c814'



[arch-commits] Commit in mongodb/trunk (PKGBUILD boost1.50.patch removeWerror.patch)

2013-03-20 Thread Felix Yan
Date: Wednesday, March 20, 2013 @ 11:13:50
  Author: fyan
Revision: 86589

upgpkg: mongodb 2.4.0-1

Added:
  mongodb/trunk/removeWerror.patch
Modified:
  mongodb/trunk/PKGBUILD
Deleted:
  mongodb/trunk/boost1.50.patch

+
 PKGBUILD   |   27 ++---
 boost1.50.patch|  237 ---
 removeWerror.patch |   11 ++
 3 files changed, 23 insertions(+), 252 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-20 09:59:33 UTC (rev 86588)
+++ PKGBUILD2013-03-20 10:13:50 UTC (rev 86589)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.2.3
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'mongodb.rc' 'mongodb.conf' 'mongodb.service'
-'SConscript.client.patch' 'boost1.50.patch')
+'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
+'removeWerror.patch')
 
 build() {
   # fucking mongo aint no fun to package
@@ -31,8 +31,8 @@
   # fix https://jira.mongodb.org/browse/SERVER-5575
   patch -Np1 -i ${srcdir}/SConscript.client.patch
 
-  # fix boost incompatibility
-  patch -Np1 -i ${srcdir}/boost1.50.patch
+  # failed to build with -Werror since 2.4.0
+  patch -Np1 -i "$srcdir/removeWerror.patch"
 
   scons all --use-system-boost # --sharedclient currently fails
 }
@@ -54,21 +54,18 @@
 
   scons install --use-system-boost --full --prefix=$pkgdir/usr # 
--sharedclient currently fails
 
-  install -Dm755 $srcdir/mongodb.rc $pkgdir/etc/rc.d/mongodb
-  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
-  [[ -f $pkgdir/usr/lib ]] && rm $pkgdir/usr/lib # wtf mongo
-  install -Dm644 $srcdir/mongodb.service 
$pkgdir/usr/lib/systemd/system/mongodb.service
-  install -dm700 $pkgdir/var/lib/mongodb
-  install -dm755 $pkgdir/var/log/mongodb
+  install -Dm644 "$srcdir/mongodb.conf" "$pkgdir/etc/mongodb.conf"
+  [[ -f "$pkgdir/usr/lib" ]] && rm "$pkgdir/usr/lib" # wtf mongo
+  install -Dm644 "$srcdir/mongodb.service" 
"$pkgdir/usr/lib/systemd/system/mongodb.service"
+  install -dm700 "$pkgdir/var/lib/mongodb"
+  install -dm755 "$pkgdir/var/log/mongodb"
 
   # the earlier SConscript patch actually gives us some trouble on x86_64 so 
we need to hack it out again
   mv ${pkgdir}/usr/lib64/libmongoclient.a ${pkgdir}/usr/lib/ || true
   rm -r ${pkgdir}/usr/lib64 || true
-
 }
-md5sums=('4308c72b1342236dc585e0df0201db48'
- '9c67e00f4626ad761a8f7d4e037a54d7'
+md5sums=('a028b3c9e335bd56001598923dc8eff2'
  '4839fe1d638187ca3226e8267b947318'
  '96ab4517b48974ce0e566d9746a75a4f'
  'a9529e2a6e392ffecef7a9178394c814'
- 'da8a9d78e4a38d1ed8e92a210d4b5ba7')
+ 'c980ebfe46df6dc87f4b3380af69a6cc')

Deleted: boost1.50.patch
===
--- boost1.50.patch 2013-03-20 09:59:33 UTC (rev 86588)
+++ boost1.50.patch 2013-03-20 10:13:50 UTC (rev 86589)
@@ -1,237 +0,0 @@
-diff --git a/src/mongo/db/db.cpp b/src/mongo/db/db.cpp
-index 6a80fe9..4a42e73 100644
 a/src/mongo/db/db.cpp
-+++ b/src/mongo/db/db.cpp
-@@ -18,6 +18,7 @@
- 
- #include "mongo/pch.h"
- 
-+#include 
- #include 
- #include 
- #include 
-@@ -348,7 +349,7 @@ namespace mongo {
- boost::filesystem::path path( dbpath );
- for ( boost::filesystem::directory_iterator i( path );
- i != boost::filesystem::directory_iterator(); ++i ) {
--string fileName = boost::filesystem::path(*i).leaf();
-+string fileName = boost::filesystem::path(*i).leaf().string();
- if ( boost::filesystem::is_directory( *i ) &&
- fileName.length() && fileName[ 0 ] == '$' )
- boost::filesystem::remove_all( *i );
-@@ -748,11 +749,6 @@ static int mongoDbMain(int argc, char* argv[]) {
- dbExecCommand = argv[0];
- 
- srand(curTimeMicros());
--#if( BOOST_VERSION >= 104500 )
--boost::filesystem::path::default_name_check( boost::filesystem2::no_check 
);
--#else
--boost::filesystem::path::default_name_check( boost::filesystem::no_check 
);
--#endif
- 
- {
- unsigned x = 0x12345678;
-@@ -1083,7 +1079,7 @@ static int mongoDbMain(int argc, char* argv[]) {
- if (params.count("shutdown")){
- bool failed = false;
- 
--string name = ( boost::filesystem::path( dbpath ) / "mongod.lock" 
).native_file_string();
-+string name = ( boost::filesystem::path( dbpath ) / "mongod.lock" 
).string();
- if ( !boost::filesystem::exists( name ) || 
boost::filesystem::file_size( name ) == 0 )
- failed = true;
- 
-diff --git a/src/mongo/db/dur.cpp b/src/mongo/db/dur.cpp
-index b83957b..242fe00 100644
 a/

[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-02-04 Thread Felix Yan
Date: Monday, February 4, 2013 @ 10:33:50
  Author: fyan
Revision: 83640

upgpkg mongodb 2.2.3-1

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:04:44 UTC (rev 83639)
+++ PKGBUILD2013-02-04 09:33:50 UTC (rev 83640)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -66,7 +66,7 @@
   rm -r ${pkgdir}/usr/lib64 || true
 
 }
-md5sums=('697c448271358545a8a40a973f88edf4'
+md5sums=('4308c72b1342236dc585e0df0201db48'
  '9c67e00f4626ad761a8f7d4e037a54d7'
  '4839fe1d638187ca3226e8267b947318'
  '96ab4517b48974ce0e566d9746a75a4f'



[arch-commits] Commit in mongodb/trunk (PKGBUILD)

2013-01-21 Thread fyan
Date: Tuesday, January 22, 2013 @ 07:40:39
  Author: fyan
Revision: 82630

upgpkg: mongodb 2.2.2-2

boost 1.52.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-22 05:57:07 UTC (rev 82629)
+++ PKGBUILD2013-01-22 06:40:39 UTC (rev 82630)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -17,7 +17,7 @@
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff')
 backup=('etc/mongodb.conf')
-install="mongodb.install"
+install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
 'mongodb.rc' 'mongodb.conf' 'mongodb.service'
 'SConscript.client.patch' 'boost1.50.patch')