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

Felix Yan felixonmars at archlinux.org
Sat Sep 15 05:50:37 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-09-15 05:50:04 UTC (rev 381130)
+++ PKGBUILD	2018-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"



More information about the arch-commits mailing list