Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W wkd-srv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • immerdaimmerda
  • Container ImagesContainer Images
  • wkd-srv
  • Merge requests
  • !1

Fix keys with utf 8

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged mh requested to merge fix-keys-with-utf-8 into master Aug 10, 2020
  • Overview 1
  • Commits 4
  • Pipelines 2
  • Changes 10

If wkd-srv runs with LANG=C (which is what happens in our images), ruby will default to US-ASCII as the default encoding.

OpenPGP Key uids should be UTF-8 strings, thus let's switch to UTF-8 as the default encoding.

Additionally, there are keys in the wild with broken character encoding. Thus let's be more on the safe side and enforce UTF-8 strings.

See:

  • https://0xacab.org/schleuder/schleuder/-/issues/276
  • https://0xacab.org/schleuder/schleuder/-/merge_requests/325
  • https://0xacab.org/schleuder/schleuder/-/merge_requests/301

For more background on the details from another project.

Keys imported were fetched from the SKS network.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-keys-with-utf-8