diff --git a/pymongo-2.5.2.tar.gz b/pymongo-2.5.2.tar.gz new file mode 100644 index 0000000..eb78684 --- /dev/null +++ b/pymongo-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ac1da67d0dabc711fa8259324d4e94b26a85411bcf0c12dc80a427d9f93ecc +size 303234 diff --git a/pymongo-2.5.tar.gz b/pymongo-2.5.tar.gz deleted file mode 100644 index 63cb148..0000000 --- a/pymongo-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79aff1c77ec6be6158a4d1a11002400ee0eb8f74dc6f4f67527f59bfac78c222 -size 294930 diff --git a/python-pymongo.changes b/python-pymongo.changes index a3227de..739c7df 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jun 4 03:56:25 UTC 2013 - mlin@suse.com + +- Update to version 2.5.2 + * Version 2.5.2 fixes a NULL pointer dereference issue when decoding + an invalid :class:`~bson.dbref.DBRef`(bnc#822798, CVE-2013-2132). + See release notes in JIRA: + https://jira.mongodb.org/browse/PYTHON/fixforversion/12581 for details. + +------------------------------------------------------------------- +Tue Jun 4 03:54:45 UTC 2013 - mlin@suse.com + +- Update to version 2.5.1 + * Version 2.5.1 is a minor release that fixes issues discovered after the + release of 2.5. Most importantly, this release addresses some race + conditions in replica set monitoring. See release notes in JIRA: + https://jira.mongodb.org/browse/PYTHON/fixforversion/12484 for details. + ------------------------------------------------------------------- Wed Apr 3 21:23:59 UTC 2013 - dvaleev@suse.com diff --git a/python-pymongo.spec b/python-pymongo.spec index db5392b..47f830b 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -17,7 +17,7 @@ Name: python-pymongo -Version: 2.5 +Version: 2.5.2 Release: 0 Url: http://github.com/mongodb/mongo-python-driver Summary: Python driver for MongoDB diff --git a/python3-pymongo.changes b/python3-pymongo.changes index 0460ef9..ddc15c7 100644 --- a/python3-pymongo.changes +++ b/python3-pymongo.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jun 4 03:58:38 UTC 2013 - mlin@suse.com + +- Update to version 2.5.2 + * Version 2.5.2 fixes a NULL pointer dereference issue when decoding + an invalid :class:`~bson.dbref.DBRef`(bnc#822798, CVE-2013-2132). + See release notes in JIRA: + https://jira.mongodb.org/browse/PYTHON/fixforversion/12581 for details. + +------------------------------------------------------------------- +Tue Jun 4 03:58:11 UTC 2013 - mlin@suse.com + +- Update to version 2.5.1 + * Version 2.5.1 is a minor release that fixes issues discovered after the + release of 2.5. Most importantly, this release addresses some race + conditions in replica set monitoring. See release notes in JIRA: + https://jira.mongodb.org/browse/PYTHON/fixforversion/12484 for details. + ------------------------------------------------------------------- Wed Apr 3 21:24:48 UTC 2013 - dvaleev@suse.com diff --git a/python3-pymongo.spec b/python3-pymongo.spec index 0e6df94..066b225 100644 --- a/python3-pymongo.spec +++ b/python3-pymongo.spec @@ -17,7 +17,7 @@ Name: python3-pymongo -Version: 2.5 +Version: 2.5.2 Release: 0 Url: http://github.com/mongodb/mongo-python-driver Summary: Python driver for MongoDB