Thu, 23 Mar 2023 15:07:37 UTC

Information for build mongodb-2.4.14-4.el6

ID802214
Package Namemongodb
Version2.4.14
Release4.el6
Epoch
SummaryHigh-performance, schema-free document-oriented database
DescriptionMongo (from "humongous") is a high-performance, open source, schema-free document-oriented database. MongoDB is written in C++ and offers the following features: * Collection oriented storage: easy storage of object/JSON-style data * Dynamic queries * Full index support, including on inner objects and embedded arrays * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. photos and videos) * Auto-sharding for cloud-level scalability (currently in early alpha) * Commercial Support Available A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable) and traditional RDBMS systems (which are deep in functionality).
Built bymskalick
State complete
Volume DEFAULT
StartedMon, 19 Sep 2016 09:45:23 UTC
CompletedMon, 19 Sep 2016 10:11:06 UTC
Taskbuild (el6-candidate, /rpms/mongodb:382b1ee190a2daad1380af465ed0d41235e186eb)
Tags
dist-6E-epel
RPMs
src
mongodb-2.4.14-4.el6.src.rpm (info) (download)
i686
libmongodb-2.4.14-4.el6.i686.rpm (info) (download)
libmongodb-devel-2.4.14-4.el6.i686.rpm (info) (download)
mongodb-2.4.14-4.el6.i686.rpm (info) (download)
mongodb-server-2.4.14-4.el6.i686.rpm (info) (download)
mongodb-debuginfo-2.4.14-4.el6.i686.rpm (info) (download)
x86_64
libmongodb-2.4.14-4.el6.x86_64.rpm (info) (download)
libmongodb-devel-2.4.14-4.el6.x86_64.rpm (info) (download)
mongodb-2.4.14-4.el6.x86_64.rpm (info) (download)
mongodb-server-2.4.14-4.el6.x86_64.rpm (info) (download)
mongodb-debuginfo-2.4.14-4.el6.x86_64.rpm (info) (download)
Logs
x86_64
root.log
state.log
build.log
i686
build.log
root.log
state.log
Changelog * Mon Sep 19 2016 Marek Skalický <mskalick@redhat.com> - 2.4.14-4 - Security fix for CVE-2016-6494 (fix world-readable .dbshell history file) * Thu Aug 04 2016 Marek Skalický <mskalick@redhat.com> - 2.4.14-3 - Fix typo in SERVER-9476 patch * Wed Aug 03 2016 Marek Skalický <mskalick@redhat.com> - 2.4.14-2 - Fix logging potentially sensitive information in MongoDB log (RHBZ#1362583) * Fri Jun 05 2015 Marek Skalicky <mskalick@redhat.com> - 2.4.14-1 - Ugrade to 2.4.14 * Mon Mar 16 2015 Marek Skalicky <mskalick@redhat.com> - 2.4.13-1 - Fixed CVE-2015-1609 (#1200447) - Upgrade to 2.4.13-1 * Tue Feb 10 2015 Marek Skalicky <mskalick@redhat.com> - 2.4.12-3 - libmongoclient.so has not dependency on tcmalloc (#1058434) - mongodb.init won't exit before preallocating is done (#838633) - Fixed libmongodb-devel requires (#1010535) - Specified minimal pcre version (#1078752) * Tue Nov 04 2014 Troy Dawson <tdawson@redhat.com> - 2.4.12-2 - Added MONGODB_OPTIONS back to init script * Tue Nov 04 2014 Troy Dawson <tdawson@redhat.com> - 2.4.12-1 - Updated to 2.4.12 * Fri Feb 07 2014 Jan Pacner <jpacner@redhat.com> - 2.4.6-5 - Related: #1027157 (mongo segfaults with an older version of v8; allow higher versions of v8 - assume API compatibility) * Tue Feb 04 2014 Jan Pacner <jpacner@redhat.com> - 2.4.6-4 - Related: #1022476 (.sysconf not respected; fix issue from comment #2) - Related: #1027157 (mongo segfaults with an older version of v8; fix Requires: specification) * Mon Jan 06 2014 Jan Pacner <jpacner@redhat.com> - 2.4.6-3 - Resolves: #1027157 (mongo shell sefgaults when using arbitrary v8 version) * Fri Oct 25 2013 Jan Pacner <jpacner@redhat.com> - 2.4.6-2 - fix #1022476 (sysconf options not respected) * Wed Aug 21 2013 Troy Dawson <tdawson@redhat.com> - 2.4.6-1 - Updated to 2.4.6 - Added Requires: v8 (#971595) * Sun Jul 28 2013 Petr Machata <pmachata@redhat.com> - 2.4.5-6 - Rebuild for boost 1.54.0 * Sat Jul 27 2013 pmachata@redhat.com - 2.4.5-5 - Rebuild for boost 1.54.0 * Fri Jul 12 2013 Troy Dawson <tdawson@redhat.com> - 2.4.5-4 - Added Provides: mongodb-devel to libmongodb-devel * Fri Jul 12 2013 Troy Dawson <tdawson@redhat.com> - 2.4.5-3 - Removed hardening section. Currently doesn't work with 2.4.x Wasn't really being applied when we thought it was. - Cleaned up RHEL5 spec leftovers * Thu Jul 11 2013 David Marlin <dmarlin@redhat.com> - 2.4.5-2 - Updated arm patches to work with 2.4.x * Mon Jul 08 2013 Troy Dawson <tdawson@redhat.com> - 2.4.5-1 - Update to version 2.4.5 to fix CVE-2013-4650 - Patch3 fixed upstream - https://jira.mongodb.org/browse/SERVER-5575 - Patch4 fixed upstream - https://jira.mongodb.org/browse/SERVER-6514 - Put lib dir in correct place - no longer have to remove duplicate headers * Sun Jul 07 2013 Johan Hedin <johan.o.hedin@gmail.com> - 2.4.4-4 - Added patch to make mongodb compile with gcc 4.8 * Wed Jul 03 2013 Johan Hedin <johan.o.hedin@gmail.com> - 2.4.4-3 - Added missing daemon name to the preun script for the server - Fixed init script so that it does not kill the server on shutdown - Renamed mongodb-devel to libmongdb-devel - Dependency cleanup between the sub packages - Moved Requires for the server to the server sub package - Using %{_unitdir} macro for where to put systemd unit files - Fixed rpmlint warnings regarding % in comments and mixed tabs/spaces - Run systemd-tmpfiles --create mongodb.conf in post server * Mon Jul 01 2013 Troy Dawson <tdawson@redhat.com> - 2.4.4-2 - Turn on hardened build (#958014) - Apply patch to accept env flags * Sun Jun 30 2013 Johan Hedin <johan.o.hedin@gmail.com> - 2.4.4-1 - Bumped version up to 2.4.4 - Rebased the old 2.2 patches that are still needed to 2.4.4 - Added some new patches to build 2.4.4 properly * Sat May 04 2013 David Marlin <dmarlin@redhat.com> - 2.2.4-2 - Updated patch to work on both ARMv5 and ARMv7 (#921226) * Thu May 02 2013 Troy Dawson <tdawson@redhat.com> - 2.2.4-1 - Bumped version up to 2.2.4 - Refreshed all patches to 2.2.4 * Fri Apr 26 2013 David Marlin <dmarlin@redhat.com> - 2.2.3-5 - Patch to build on ARM (#921226) * Wed Mar 27 2013 Troy Dawson <tdawson@redhat.com> - 2.2.3-4 - Fix for CVE-2013-1892 * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2.2.3-3 - Rebuild for Boost-1.53.0 * Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2.2.3-2 - Rebuild for Boost-1.53.0 * Tue Feb 05 2013 Troy Dawson <tdawson@redhat.com> - 2.2.3-1 - Update to version 2.2.3 * Mon Jan 07 2013 Troy Dawson <tdawson@redhat.com> - 2.2.2-2 - remove duplicate headers (#886064) * Wed Dec 05 2012 Troy Dawson <tdawson@redhat.com> - 2.2.2-1 - Updated to version 2.2.2 * Tue Nov 27 2012 Troy Dawson <tdawson@redhat.com> - 2.2.1-3 - Add ssl build option - Using the reserved mongod UID for the useradd - mongod man page in server package (#880351) - added optional MONGODB_OPTIONS to init script * Wed Oct 31 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.2.1-2 - Make sure build and install flags are the same - Actually remove the js patch file * Wed Oct 31 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.2.1-1 - Remove fork fix patch (fixed upstream) - Remove pcre patch (fixed upstream) - Remove mozjs patch (now using v8 upstream) - Update to 2.2.1 * Tue Oct 02 2012 Troy Dawson <tdawson@redhat.com> - 2.2.0-6 - full flag patch to get 32 bit builds to work * Tue Oct 02 2012 Troy Dawson <tdawson@redhat.com> - 2.2.0-5 - shared libraries patch - Fix up minor %files issues * Fri Sep 28 2012 Troy Dawson <tdawson@redhat.com> - 2.2.0-4 - Fix spec files problems * Fri Sep 28 2012 Troy Dawson <tdawson@redhat.com> - 2.2.0-3 - Updated patch to use system libraries - Update init script to use a pidfile * Thu Sep 27 2012 Troy Dawson <tdawson@redhat.com> - 2.2.0-2 - Added patch to use system libraries * Wed Sep 19 2012 Troy Dawson <tdawson@redhat.com> - 2.2.0-1 - Updated to 2.2.0 - Updated patches that were still needed - use v8 instead of spider_monkey due to bundled library issues * Tue Aug 21 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.7-1 - Update to 2.0.7 - Don't patch for boost-filesystem version 3 on EL6 * Mon Aug 13 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.6-3 - Remove EL5 support - Add patch to use boost-filesystem version 3 * Wed Aug 01 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.6-2 - Don't apply fix-xtime patch on EL5 * Wed Aug 01 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.6-1 - Update to 2.0.6 - Update no-term patch - Add fix-xtime patch for new boost * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Apr 17 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.4-1 - Update to 2.0.4 - Remove oldpython patch (fixed upstream) - Remove snappy patch (fixed upstream) * Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-10 - Rebuilt for c++ ABI breakage * Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2.0.2-9 - Rebuild against PCRE 8.30 * Fri Feb 03 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-8 - Disable HTTP interface by default (#752331) * Fri Feb 03 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-7 - Enable journaling by default (#656112) - Remove BuildRequires on unittest (#755081) * Fri Feb 03 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-6 - Clean up mongodb-src-r2.0.2-js.patch and fix #787246 * Tue Jan 17 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-5 - Enable build using external snappy * Tue Jan 17 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-4 - Patch buildsystem for building on older pythons (RHEL5) * Mon Jan 16 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-3 - Merge the 2.0.2 spec file with EPEL - Merge mongodb-sm-pkgconfig.patch into mongodb-src-r2.0.2-js.patch * Mon Jan 16 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-2 - Add pkg-config enablement patch * Sat Jan 14 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-1 - Update to 2.0.2 - Add new files (mongotop and bsondump manpage) - Update mongodb-src-r1.8.2-js.patch => mongodb-src-r2.0.2-js.patch - Update mongodb-fix-fork.patch - Fix pcre linking * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Nov 20 2011 Chris Lalancette <clalancette@gmail.com> - 1.8.2-10 - Rebuild for rawhide boost update * Thu Sep 22 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-9 - Copy the right source file into place for tmpfiles.d * Tue Sep 20 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-8 - Add a tmpfiles.d file to create the /var/run/mongodb subdirectory * Mon Sep 12 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-7 - Add a patch to fix the forking to play nice with systemd - Make the /var/run/mongodb directory owned by mongodb * Thu Jul 28 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-6 - BZ 725601 - fix the javascript engine to not hang (thanks to Eduardo Habkost) * Mon Jul 25 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-5 - Fixes to post server, preun server, and postun server to use systemd * Thu Jul 21 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-4 - Update to use systemd init * Thu Jul 21 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-3 - Rebuild for boost ABI break * Wed Jul 13 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-2 - Make mongodb-devel require boost-devel (BZ 703184) * Fri Jul 01 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-1 - Update to upstream 1.8.2 - Add patch to ignore TERM * Fri Jul 01 2011 Chris Lalancette <clalance@redhat.com> - 1.8.0-3 - Bump release to build against new boost package * Sat Mar 19 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.8.0-2 - Make mongod bind only to 127.0.0.1 by default * Sat Mar 19 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.8.0-1 - Update to 1.8.0 - Remove upstreamed nonce patch * Wed Feb 16 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-5 - Add nonce patch * Sun Feb 13 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-4 - Manually define to use boost-fs v2 * Sat Feb 12 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-3 - Disable extra warnings * Fri Feb 11 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-2 - Disable compilation errors on warnings * Fri Feb 11 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-1 - Update to 1.7.5 - Remove CPPFLAGS override - Added libmongodb package * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Dec 06 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.4-3 - Add post/postun ldconfig... oops! * Mon Dec 06 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.4-2 - Enable --sharedclient option, remove static lib * Sat Dec 04 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.4-1 - New upstream release * Fri Oct 08 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.3-4 - Put -fPIC onto both the build and install scons calls * Fri Oct 08 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.3-3 - Define _initddir when it doesn't exist for el5 and others * Fri Oct 08 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.3-2 - Added -fPIC build option which was dropped by accident * Thu Oct 07 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.3-1 - removed js Requires - new upstream release - added more excludearches: sparc s390, s390x and bugzilla pointer * Tue Sep 07 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.2-2 - added ExcludeArch for ppc * Fri Sep 03 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.2-1 - new upstream release 1.6.2 - send mongod the USR1 signal when doing logrotate - use config options when starting the daemon from the initfile - removed dbpath patch: rely on config - added pid directory to config file and created the dir in the spec - made the init script use options from the config file - changed logpath in mongodb.conf * Wed Sep 01 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.1-1 - new upstream release 1.6.1 - patched SConstruct to allow setting cppflags - stopped using sed and chmod macros * Fri Aug 06 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.0-1 - new upstream release: 1.6.0 - added -server package - added new license file to %docs - fix spurious permissions and EOF encodings on some files * Tue Jun 15 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.4.3-2 - added explicit js requirement - changed some names * Wed May 26 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.4.3-1 - updated to 1.4.3 - added zlib license for util/md5 - deleted upstream deb/rpm recipes - made scons not strip binaries - made naming more consistent in logfile, lockfiles, init scripts etc. - included manpages and added corresponding license - added mongodb.conf to sources * Fri Oct 02 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 1.0.0-3 - fixed libpath issue for 64bit systems * Thu Oct 01 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 1.0.0-2 - added virtual -static package * Mon Aug 31 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 1.0.0-1 - Initial release.