This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 890
Upgrade to OpenSSL 1.1.1 #1897
Closed
Closed
Upgrade to OpenSSL 1.1.1 #1897
Changes from 12 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8e33045
Update to Open SSL 1.1.1
tst-lsavoie 221f6f0
Update RPM dependencies and build instructions
tst-lsavoie 543b8a9
Fix mangled configure string
tst-lsavoie 0e9a3dd
Remove openssl from TravisCI build
tst-lsavoie cf8719a
Ensure that Fusion and Server are upgraded before opengee-extra
tst-lsavoie e28a171
Remove duplicate references to libgif-dev
tst-lsavoie f2f75ef
Add requirements for pre- and post-install scripts
tst-lsavoie 8a3ac5c
Allow MrSID as an RPM dependency
tst-lsavoie 285ab4e
Revert "Allow MrSID as an RPM dependency"
tst-lsavoie 25746f5
Handle out-of-order installs with opengee-extra
tst-lsavoie 105131e
Remove debugging statements
tst-lsavoie d0bde00
Restore missing OpenSSL files
tst-lsavoie a5d4b43
Update copyright dates
tst-lsavoie a2055c5
Remove extra comment symbol
tst-lsavoie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,10 @@ sudo apt-get install \ | |
libgdbm-dev libgeos-dev libgeos++-dev libgif-dev libgtest-dev \ | ||
libjpeg-dev libjpeg8-dev libmng-dev libogdi3.2-dev \ | ||
libperl4-corelibs-perl libpng12-0 libpng12-dev libpq-dev libproj-dev \ | ||
libstdc++6 libtool libgif-dev libtiff-dev libgtk2.0-dev libglib2.0-dev \ | ||
libstdc++6 libtool libtiff-dev libgtk2.0-dev libglib2.0-dev \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need to add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know of a reason to add it. It's not a direct requirement of Open GEE that I'm aware of, and if any of these packages require it, apt should automatically bring it in. |
||
libx11-dev libxcursor-dev libxerces-c-dev libxft-dev libxinerama-dev \ | ||
libxml2-dev libxml2-utils libxmu-dev libxrandr-dev libyaml-cpp-dev \ | ||
openssl libpcre3 libpcre3-dev \ | ||
libpcre3 libpcre3-dev \ | ||
python-dev python-imaging python-psycopg2 \ | ||
python-setuptools python2.7 python2.7-dev python-git \ | ||
scons shunit2 xorg-dev zlib1g-dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Git LFS file not shown
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's really possible to avoid installing the system ssl libraries because so many other packages reference them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The system libraries should be installed by default. This is just indicating that we don't require openssl for Open GEE to run.