Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignore_hash option in settings.ini #684

Merged
merged 11 commits into from
Nov 5, 2023

Commits on Dec 23, 2022

  1. Settings: add an option to skip checksum verification on Updates.xml

    This allows aqt to work even when the server download.qt.io is
    unreachable.
    
    Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net>
    mardy committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    cdb37da View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    f00112f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Update settings.ini

    lebarsfa committed May 29, 2023
    Configuration menu
    Copy the full SHA
    62dfc46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e00ed View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    26ca994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c456cf View commit details
    Browse the repository at this point in the history
  3. Add hash_algorithm option

    lebarsfa committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e9d10c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6857ed9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. docs: update configuration.rst

    express default value of hash_algorithm
    
    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b26eb61 View commit details
    Browse the repository at this point in the history
  2. fix: hashlib constructor with usedforsecurity=False

    - Python 3.9 and later introduce a keyword argument ``usedforsecurity``
    - Set to False because we use hash to check file integrity not for password hash.
    
    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    07c9e96 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    9808f7b View commit details
    Browse the repository at this point in the history