oidc-agent 4.2.6-1.1build3 source package in Ubuntu

Changelog

oidc-agent (4.2.6-1.1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 20:20:43 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
oidc-agent_4.2.6.orig.tar.gz 806.4 KiB abf70c7ac07150f5e5824c1962da83f1aa9776a2e3a55554f46a551774a11159
oidc-agent_4.2.6-1.1build3.debian.tar.xz 4.7 KiB 17cb26b60ea309adf0f417afdf417ea889cfc9f8a804d2ec02162da8a6278b2e
oidc-agent_4.2.6-1.1build3.dsc 2.5 KiB ed6aa128017a2814fb267f0e74f20412915359d7b823733ccfb0abec93ee9986

Available diffs

View changes file

Binary packages built by this source

liboidc-agent-dev: oidc-agent library development files

 oidc-agent is a commandline tool for obtaining OpenID Connect Access tokens on
 the commandline.
 .
 This package provides the development files (static library and headers)
 required for building applications with liboidc-agent, a library for
 communicating with oidc-agent.

liboidc-agent4t64: oidc-agent library

 oidc-agent is a commandline tool for obtaining OpenID Connect Access tokens on
 the commandline.
 .
 This package provides a library for easy communication with oidc-agent.
 Applications can use this library to request access token from oidc-agent.

liboidc-agent4t64-dbgsym: debug symbols for liboidc-agent4t64
oidc-agent: Commandline tools for obtaining OpenID Connect Access tokens

 oidc-agent is a set of tools to manage OpenID Connect tokens and make them
 easily usable from the command line.
 .
 This metapackage bundles the commandline tools and the files for desktop
 integration

oidc-agent-cli: Commandline tool for obtaining OpenID Connect Access tokens on the commandline

 oidc-agent is a set of tools to manage OpenID Connect tokens and make them
 easily usable from the command line. These tools follow ssh-agent design,
 so OIDC tokens can be handled in a similar way as ssh keys. The agent
 stores multiple configurations and their associated refresh tokens
 securely.
 This tool consists of five programs:
   - oidc-agent that handles communication with the OIDC provider
   - oidc-gen that generates config files
   - oidc-add that loads (and unloads) configuration into the agent
   - oidc-token that can be used to get access token on the command line
   - oidc-keychain that re-uses oidc-agent across logins

oidc-agent-cli-dbgsym: debug symbols for oidc-agent-cli
oidc-agent-desktop: oidc-agent desktop integration

 Desktop integration files for oidc-gen and oidc-agent and for creating the user
 dialog.
 .
 This package adds two ways for supporting the usage of oidc-agent in a
 graphical environment.
 The .desktop file to leverage browser integration to support the authorization
 code flow in oidc-gen.
 The Xsession file to consistently set the environment variables necessary to
 for client tools to connect to the oidc-agent daemon.
 .
 This package also provides a bash script as an interface to create different
 dialog windows. It uses yad to create windows.