precis 1.1.0-2 source package in Ubuntu

Changelog

precis (1.1.0-2) unstable; urgency=low

  * Mark libprecis-java as Multi-Arch: foreign
  * Bump Standards-Version
  * Source-only upload to allow migration to testing

 -- Matthew Fennell <email address hidden>  Sat, 01 Jun 2024 15:48:24 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
precis_1.1.0-2.dsc 1.9 KiB 7a3bf280f618a924a1205bc81c0cc3d909d8aac75db371845045c972c0411172
precis_1.1.0.orig.tar.gz 23.2 KiB 62f537dcec729b747833f1a7b46b844a75133cbb5dbec6c89b76ba7775259f2b
precis_1.1.0-2.debian.tar.xz 2.4 KiB 84532e9beab4ac175ade34d1eb839e2e2bbcee43f8bedfadfea0f06dd63bce45

Available diffs

No changes file available.

Binary packages built by this source

libprecis-java: Java implementation of the PRECIS Framework

 PRECIS validates and prepares Unicode strings in a way, so that they can
 safely be used in application protocols, e.g. when dealing with usernames and
 passwords.
 .
 For example, if strings are used for authentication and authorization
 decisions, the security of an application could be compromised if an entity
 providing a given string is connected to the wrong account or online resource
 based on different interpretations of the string.
 .
 PRECIS takes care of such issues.
 .
 This library supports the following specifications:
 .
 RFC 8264: PRECIS Framework: Preparation, Enforcement, and Comparison of
           Internationalized Strings in Application Protocols
 RFC 8265: Preparation, Enforcement, and Comparison of Internationalized
           Strings Representing Usernames and Passwords
 RFC 8266: Preparation, Enforcement, and Comparison of Internationalized
           Strings Representing Nicknames
 RFC 5893: Right-to-Left Scripts for Internationalized Domain Names for
           Applications (IDNA)
 .
 PRECIS obsoletes Stringprep (RFC 3454) and this library obsoletes software
 like Libidn's Stringprep class.