openid4java 1.0.0-2 source package in Ubuntu

Changelog

openid4java (1.0.0-2) unstable; urgency=medium

  * Team upload.
  * Add build-dep on liblog4j1.2-java (Closes: #1028752)
  * Update Vcs URLs to point to Salsa
  * Replace libservlet3.1-java with libservlet-api-java
  * Use debhelper-compat 13
  * Remove get-orig-source target from debian/rules
  * Bump Standards-Version to 4.6.2
  * Set Rules-Requires-Root: no in debian/control
  * Add lintian-overrides for upstream HTML

 -- tony mancill <email address hidden>  Mon, 30 Jan 2023 20:21:21 -0800

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
openid4java_1.0.0-2.dsc 2.3 KiB 38c081d6dc4d8ed7125d3796a0a5beb63abef7d685174ef4b0221ec34b7dd558
openid4java_1.0.0.orig.tar.xz 166.6 KiB 6b5c3eed37d77ef1f76ed803a4efccbfe3c279bd658db2c80865d70d7dfafd4c
openid4java_1.0.0-2.debian.tar.xz 4.7 KiB 636ea22e5942325a0d96938bd021b60ff55f4d4b7e7a863394c71eaafed26a92

Available diffs

No changes file available.

Binary packages built by this source

libopenid4java-java: This library allows you to OpenID-enable your Java webapp

 OpenID starts with the concept that anyone can identify themselves on the
 Internet the same way websites do - with a URI. Since URIs are at the very core
 of Web architecture, they provide a solid foundation for user-centric identity.
 The first piece of the OpenID framework is authentication -- how you prove
 ownership of a URI. Today, websites require usernames and passwords to login,
 which means that many people use the same password everywhere. With OpenID
 Authentication, your username is your URI, and your password (or other
 credentials) stays safely stored on your OpenID Provider (which you can run
 yourself, or use a third-party identity provider).
 .
 The library provided by this package supports the following specifications:
  - OpenID Authentication 2.0
  - OpenID Authentication 1.1 (in compatibility mode)
  - OpenID Attribute Exchange 1.0
  - OpenID Simple Registration 1.0 and 1.1, draft 1
  - OpenID Provider Authentication Policy Extension 1.0
  - OpenID Information Cards 1.0, draft 1