pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/mongodb4



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Jun  7 17:39:02 UTC 2024

Modified Files:
        pkgsrc/databases/mongodb4: Makefile distinfo
        pkgsrc/databases/mongodb4/patches:
            patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h

Log Message:
Updated databases/mongodb4 to 4.4.29

4.4.29 Changelog

Replication

 - SERVER-70155 Add duration of how long an oplog slot is kept open
   to mongod "Slow query" log lines

Query

 - WT-11064 Skip globally visible tombstones as part of update obsolete check

Storage

WiredTiger

 - WT-12036 Workaround for lock contention on Windows

Build and Packaging

 - SERVER-85156 dbCheck throws unexpected "invalidate" change stream
   event [5.0]

Internals

 - SERVER-72839 Server skips peer certificate validation if neither
   CAFile nor clusterCAFile is provided

 - SERVER-74344 Ban use of sparse indexes on internal comparison
   expression unless explicitly hinted

 - SERVER-80279 Commit on non-existing transaction then proceed to
   continue can trigger an invariant

 - SERVER-80310 Update sysperf to allow running individual genny
   tasks on waterfall

 - SERVER-82353 Multi-document transactions can miss documents when
   movePrimary runs concurrently

 - SERVER-82815 Expose server’s index key creation via aggregation

 - SERVER-83564 Make sure the process field is indexed in config.locks

 - SERVER-84722 Create undocumented server parameter to skip document
   validation on insert code path for internal usage

 - SERVER-84732 Fix typo in mongo-perf standalone inMemory ARM AWS
   test

 - SERVER-85305 Fix sys-perf-4.4 clone issue

 - SERVER-85306 Update sys-perf config to use HTTPs github links
   rather than SSH

 - SERVER-85419 Balancer pollutes logs in case no suitable recipient
   is found during draining

 - SERVER-85530 Refresh Test Certificates

 - SERVER-85536 [4.4] removing unindexed unique partial index
   entries generates write conflicts

 - SERVER-85652 Update DSI atlas azure tasks to use an AL2 compile
   artifact.

 - SERVER-85771 Make $bucketAuto more robust in the case of an
   empty string for the groupBy field

 - SERVER-85984 The test for inserting docs larger than the user
   max is flaky

 - SERVER-86027 Tag insert_docs_larger_than_max_user_size_standalone.js
   with requires_persistence and requires_replication

 - SERVER-86081 Sys-perf missing required parameters due to Evergreen
   Redaction

 - SERVER-86322 [v4.4] Add high value workloads to the 4.4 branch

 - SERVER-86351 Investigate failed copybara sync operation

 - WT-11280 Generation tracking might not be properly synchronized

 - WT-12272 Remove unnecessary module in evergreen.yml


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/mongodb4/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/mongodb4/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/databases/mongodb4/patches/patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mongodb4/Makefile
diff -u pkgsrc/databases/mongodb4/Makefile:1.12 pkgsrc/databases/mongodb4/Makefile:1.13
--- pkgsrc/databases/mongodb4/Makefile:1.12     Fri Jun  7 09:12:26 2024
+++ pkgsrc/databases/mongodb4/Makefile  Fri Jun  7 17:39:01 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2024/06/07 09:12:26 abs Exp $
+# $NetBSD: Makefile,v 1.13 2024/06/07 17:39:01 abs Exp $
 
-DISTNAME=      mongodb-src-r4.4.28
-PKGNAME=       ${DISTNAME:S/src-r//}
-PKGREVISION=   5
+DISTNAME=      mongodb-4.4.29
 CATEGORIES=    databases
-MASTER_SITES=  http://fastdl.mongodb.org/src/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=mongodb/}
+GITHUB_TAG=    r${PKGVERSION_NOREV}
+GITHUB_PROJECT=        mongo
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.mongodb.com/
@@ -51,6 +51,7 @@ SCONS_BUILD_ARGS+=    --use-system-yaml
 SCONS_BUILD_ARGS+=     --use-system-zlib
 SCONS_BUILD_ARGS+=     --use-system-zstd
 SCONS_BUILD_ARGS+=     --modules='' # avoid enterprise build
+SCONS_BUILD_ARGS+=     MONGO_VERSION=${PKGVERSION_NOREV} # github source does not include version.json
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
@@ -187,7 +188,6 @@ _SCONS_BUILD_ARGS+=     ${SCONS_BUILD_AR
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../net/libpcap/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/yaml-cpp/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"

Index: pkgsrc/databases/mongodb4/distinfo
diff -u pkgsrc/databases/mongodb4/distinfo:1.4 pkgsrc/databases/mongodb4/distinfo:1.5
--- pkgsrc/databases/mongodb4/distinfo:1.4      Mon Jun  3 14:27:34 2024
+++ pkgsrc/databases/mongodb4/distinfo  Fri Jun  7 17:39:01 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2024/06/03 14:27:34 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2024/06/07 17:39:01 abs Exp $
 
-BLAKE2s (mongodb-src-r4.4.28.tar.gz) = ab50063cd45a22178f894abb7abd4f8e08e00957419daeab2355a10685c9ec07
-SHA512 (mongodb-src-r4.4.28.tar.gz) = f2af1c64ed18dcbda63d2562993259e4dd0dea682831f9c2504f09c10c66106f564051bc2f8c6c0e908df3802f8452f1e45ba66065415a842ce4071f97c070f8
-Size (mongodb-src-r4.4.28.tar.gz) = 51471609 bytes
+BLAKE2s (mongodb-4.4.29.tar.gz) = 53d8f9da9a74edd82a01f4a5dc1fa0a1f08dd79f4a1781e3b2c3d6dd8f3209fb
+SHA512 (mongodb-4.4.29.tar.gz) = 3c32a918c8b5587b04ee9263788c250a9bbd64f34ed2c19939e78607456215697966e596c2cfd160604b629188e4bdf3fff071db268bb3c25de3077a7c2ef335
+Size (mongodb-4.4.29.tar.gz) = 51651007 bytes
 SHA1 (patch-SConstruct) = 2f8402c96d5a94c65a422a063e34785277ef7cc9
 SHA1 (patch-site__scons_mongo_platform.py) = 6a6daba04876f9779a26c579e6f6a66f55e1cbe6
 SHA1 (patch-site__scons_site__tools_libtool.py) = 5663c0095939fa5404776bfb7b472b27cfe3a254
@@ -19,7 +19,7 @@ SHA1 (patch-src_mongo_util_intrusive__co
 SHA1 (patch-src_mongo_util_processinfo__netbsd.cpp) = 6c15ceeddecb9fa81a44fc322081596d0c85969e
 SHA1 (patch-src_mongo_util_time__support.cpp) = d576d8d39b10c496e492c8f0faf7e81f09ca875c
 SHA1 (patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_float128_op__system.h) = 3c168389b9288df9055df0b01e8d26cf2f67293e
-SHA1 (patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h) = aed897879501d74b19dd06a142ded0abf910898d
+SHA1 (patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h) = 0f00e7e1b710b3d19a936d5832ab08279bff48ee
 SHA1 (patch-src_third__party_asio-master_asio_include_asio_detail_impl_kqueue__reactor.ipp) = 49a74ef12f20c4b243d328a2cd8317aa1a668b18
 SHA1 (patch-src_third__party_boost-1.70.0_boost_asio_detail_impl_kqueue__reactor.ipp) = 0808636a4e01f9eda921b79360ca51c04bc43230
 SHA1 (patch-src_third__party_mozjs-60_platform_x86__64_netbsd_build_js-confdefs.h) = 2474fc221f0c59381c8529e986db1f3f67c405ec

Index: pkgsrc/databases/mongodb4/patches/patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h
diff -u pkgsrc/databases/mongodb4/patches/patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h:1.1 
pkgsrc/databases/mongodb4/patches/patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h:1.2
--- pkgsrc/databases/mongodb4/patches/patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h:1.1      Sat Jul 29 11:51:15 2023
+++ pkgsrc/databases/mongodb4/patches/patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h  Fri Jun  7 17:39:01 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h,v 1.1 2023/07/29 11:51:15 adam Exp $
+$NetBSD: patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h,v 1.2 2024/06/07 17:39:01 abs Exp $
 
 Fix buidling.
 
 --- src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h.orig      2019-01-30 14:26:33.000000000 +0000
 +++ src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h
-@@ -164,7 +164,7 @@ typedef unsigned    long fexcept_t;
+@@ -164,7 +164,7 @@ typedef unsigned    long fexcept_t;
  typedef unsigned bid__int64 fexcept_t;
  #endif
  #else



Home | Main Index | Thread Index | Old Index