you can't move directly from 3.6 -> 4.4 (you can only move from one major version
to the next; 3.6->4.0, 4.0->4.2, 4.4->4.4) but you can use mongodump/mongorestore
from the mongo-tools package.
Backport OpenSSL 1.1 API codepath to the old embedded version of asio.
This will avoid a build failure when SSL_CTX will become opaque
looks good to jsing
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into
the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
Follow upstream and assume that we should yield if there's a chance that
the block isn't mapped. Hopefully the assumption doesn't have
a negative impact on runtime (besides slightly slower operations).
Not waiting for maintainer, the assumption is that a non-optimal package
is better than no package at all.
to 8.41.
pcrecpp.h from pcre exposed std::string (and some other symbols)
to the global namespace by accident, which had been fixed in 8.41,
but obviously some parts of mongodb relies on this accidental
exposure.
ok rsadowski@
in DESCR with a suggestion that users check carefully for themselves) but it
works well enough for afresh1 and myself to run the UniFi controller software
and for bmercer. At the very least the BROKEN text isn't accurate any more
for this version. Roll PFRAG.shared into PLIST while there.
OK gsoares (who suggests updating to 2.4.9 which I haven't done here but
might try later).