nss-tls 1.1-1 source package in Ubuntu

Changelog

nss-tls (1.1-1) unstable; urgency=medium

  [ Kan-Ru Chen ]
  * New upstream 1.1 release (Closes: #977303)
  * debian/control: bump Standards-Version to 4.5.1, no changes needed
  * debian/control: Add salsa Vcs-* info

  [ Dima Krasner ]
  * debian: make systemd.pc a build-time dependency
  * debian: give nss-tls priority over nss-resolve too

 -- Kan-Ru Chen (陳侃如) <email address hidden>  Fri, 01 Jan 2021 14:34:22 +0900

Upload details

Uploaded by:
Kanru Chen
Uploaded to:
Sid
Original maintainer:
Kanru Chen
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
nss-tls_1.1-1.dsc 2.0 KiB 1c08812aa7e39f62692b4f2a771f4c0e451fc3677ac7a9b756cbbbb4277a53ff
nss-tls_1.1.orig.tar.gz 29.7 KiB ea03777333b10e39bccb40377ceb718a644b0c3ad1bb741625a8b50b66cbae34
nss-tls_1.1-1.debian.tar.xz 4.0 KiB 3358f4a9567071df7a809016f382cb3338011e8c6b0eed949fca10e8739971fc

Available diffs

No changes file available.

Binary packages built by this source

libnss-tls: No summary available for libnss-tls in ubuntu hirsute.

No description available for libnss-tls in ubuntu hirsute.

libnss-tls-dbgsym: debug symbols for libnss-tls
nss-tlsd: No summary available for nss-tlsd in ubuntu impish.

No description available for nss-tlsd in ubuntu impish.

nss-tlsd-dbgsym: No summary available for nss-tlsd-dbgsym in ubuntu kinetic.

No description available for nss-tlsd-dbgsym in ubuntu kinetic.

tlslookup: utility like nslookup(1), but uses libnss_tls.so instead of DNS

 nss-tls is an alternative, encrypted name resolving library to use
 with glibc, which uses DNS-over-HTTPS (DoH).
 .
 The glibc name resolver can be configured through nsswitch.conf(5) to
 use nss-tls instead of the DNS resolver, or fall back to DNS when
 nss-tls fails.
 .
 This way, all applications that use the standard resolver API
 (getaddrinfo(), gethostbyname(), etc'), are transparently migrated
 from DNS to encrypted means of name resolving, with zero
 application-side changes and minimal resource consumption footprint.
 However, nss-tls does not deal with applications that use their own,
 built-in DNS resolver.
 .
 This package contains the utility program to lookup DNS names using
 libnss-tls.

tlslookup-dbgsym: debug symbols for tlslookup