summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2021-02-10 18:42:07 +0100
committertalyz <kim.lindberger@gmail.com>2021-04-27 17:49:43 +0200
commit7a67a2d1a890eb1b3d98a4c98ce9283be2fe4e10 (patch)
tree6705da9b28603f33784e3c3bb1702da20e891cae /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parentba6f0e8f03632e0c5ae74ae10d0f745d4413dfd5 (diff)
gitlab: Add patch for db_key_base length bug, fix descriptions
The upstream recommended minimum length for db_key_base is 30 bytes, which our option descriptions repeated. Recently, however, upstream has, in many places, moved to using aes-256-gcm, which requires a key of exactly 32 bytes. To allow for shorter keys, the upstream code pads the key in some places. However, in many others, it just truncates the key if it's too long, leaving it too short if it was to begin with. This adds a patch that fixes this and updates the descriptions to recommend a key of at least 32 characters. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53602
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions