Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongodb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
mongodb
Commits
b17e7ca8
Commit
b17e7ca8
authored
Dec 25, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin cryptography to 36.0.2 to avoid build failures with new OpenSSL
parent
ae4539ad
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Makefile
Makefile
+1
-0
mongodb-src-r4.2.8-pin_cryptography.patch
mongodb-src-r4.2.8-pin_cryptography.patch
+11
-0
No files found.
Makefile
View file @
b17e7ca8
...
...
@@ -34,6 +34,7 @@ all: mongodb-service
tar
xf
mongodb-src-r4.2.8.tar.gz
patch
-Np1
-d
mongodb-src-r4.2.8
<
mongodb-src-r4.2.8-no_debug.patch
patch
-Np1
-d
mongodb-src-r4.2.8
<
mongodb-src-r4.2.8-cstdlib.patch
patch
-Np1
-d
mongodb-src-r4.2.8
<
mongodb-src-r4.2.8-pin_cryptography.patch
mkdir
mongo-home
cd
mongodb-src-r4.2.8
&&
HOME
=
$(CURDIR)
/mongo-home pip3
install
-r
buildscripts/requirements.txt
cd
mongodb-src-r4.2.8
&&
scons
all
--release
--opt
=
on
--disable-warnings-as-errors
MONGO_VERSION
=
4.2.8
-j
1
...
...
mongodb-src-r4.2.8-pin_cryptography.patch
0 → 100644
View file @
b17e7ca8
diff -uNr mongodb-src-r4.2.8/etc/pip/components/external_auth.req mongodb-src-r4.2.8-pin_cryptography/etc/pip/components/external_auth.req
--- mongodb-src-r4.2.8/etc/pip/components/external_auth.req 2020-06-09 11:21:32.000000000 +0930
+++ mongodb-src-r4.2.8-pin_cryptography/etc/pip/components/external_auth.req 2022-11-06 09:59:33.273724687 +1030
@@ -1,6 +1,7 @@
# These are the dependencies of ldaptor
passlib == 1.7.1
pyOpenSSL == 19.0.0
+cryptography == 36.0.2
pyparsing == 2.4.0
service_identity == 18.1.0
twisted == 19.2.1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment