diff options
author | Jennifer Peshansky <jennifer.peshansky@mongodb.com> | 2022-06-27 22:24:01 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-27 23:23:38 +0000 |
commit | 5ce6313f7aaafc18a69179695572adc15e8a35aa (patch) | |
tree | d6c72c1709bca81d47efaf8a6c9cb82388643dad /README.third_party.md | |
parent | c8273a45c75aa643ec774928ad7a53cac0bf1875 (diff) | |
download | mongo-5ce6313f7aaafc18a69179695572adc15e8a35aa.tar.gz |
SERVER-65277 Remove dependency on deprecated PCRE library
Diffstat (limited to 'README.third_party.md')
-rw-r--r-- | README.third_party.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README.third_party.md b/README.third_party.md index a08a7ce43e6..dbf5263681d 100644 --- a/README.third_party.md +++ b/README.third_party.md @@ -38,7 +38,6 @@ a notice will be included in | [MurmurHash3] | Public Domain | Unknown + changes | ✗ | ✗ | | [ocspbuilder] | MIT | 0.10.2 | | | | [ocspresponder] | Apache-2.0 | 0.5.0 | | | -| [Pcre] | BSD-3-Clause | 8.42 | | ✗ | | [pcre2] | BSD-3-Clause | 10.39 | | ✗ | | [S2] | Apache-2.0 | Unknown | ✗ | ✗ | | [SafeInt] | MIT | 3.0.26 | | | @@ -72,7 +71,6 @@ a notice will be included in [MurmurHash3]: https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp [ocspbuilder]: https://github.com/wbond/ocspbuilder [ocspresponder]: https://github.com/threema-ch/ocspresponder -[Pcre]: http://www.pcre.org/ [pcre2]: http://www.pcre.org/ [S2]: https://github.com/google/s2geometry [SafeInt]: https://github.com/dcleblanc/SafeInt |