Project

Profile

Help

Issue #3768

closed

FIPS related failures

Added by dkliban@redhat.com almost 6 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.16.2
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Added by daviddavis almost 6 years ago

Revision e00e9596 | View on GitHub

FIPS: Setting the usedforsecurity flag to False if available

In some builds of Python, a usedforsecurity flag is available to declare that md5 is not being used for security purposes. Set this flag if it's available. This is required for FIPS environments.

Added by milan almost 6 years ago

Revision cab8d27e | View on GitHub

Fix docs/make.bat pip&git induced coflict

The installation required a custom commit from sphinx_rtd_theme git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26

The pip however started to get issues pulling that in:

$ pip install flake8 sphinx sphinxcontrib-swaggerdoc celery sphinxcontrib-swaggerdoc 'django<2' git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26 pyyaml
Collecting git+https://github.com/snide/sphinx_rtd_theme.git@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26
  Cloning https://github.com/snide/sphinx_rtd_theme.git (to abfa98539a2bfc44198a9ca8c2f16efe84cc4d26) to /tmp/pip-drCLVI-build
  Could not find a tag or branch 'abfa98539a2bfc44198a9ca8c2f16efe84cc4d26', assuming commit.
error: Your local changes to the following files would be overwritten by checkout:
	docs/make.bat
Please commit your changes or stash them before you switch branches.
Aborting
Command "git checkout -q abfa98539a2bfc44198a9ca8c2f16efe84cc4d26" failed with error code 1 in /tmp/pip-drCLVI-build

This patch replaces custom commit with straight package install that seems to workaround the issue (at least for now).

Actions #1

Updated by dkliban@redhat.com almost 6 years ago

  • Platform Release set to 2.16.2
Actions #2

Updated by dkliban@redhat.com almost 6 years ago

  • Status changed from NEW to MODIFIED
Actions #3

Updated by ipanova@redhat.com almost 6 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions #4

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF