libminidns-java 1.0.0-3 source package in Ubuntu
Changelog
libminidns-java (1.0.0-3) unstable; urgency=medium * Team upload [ Vladimir Petko ] * Workaround Java 21 warnings (Closes: #1057521): - d/p/01-edit-gradle-buildsystem.patch: ignore 'serial' warnings. Fixing this issue might introduce regressions in the package, so the warning is just suppressed. - d/p/03-java21-this-escape.patch: workaround 'this-escape' warning. - d/p/04-java21-explicit-cast.patch: add explicit cast to fix 'lossy-conversion' warning. [ tony mancill ] * Bump Standards-Version to 4.6.2 -- Vladimir Petko <email address hidden> Wed, 31 Jan 2024 09:23:11 +1300
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libminidns-java_1.0.0-3.dsc | 2.1 KiB | 81e10813621022000163db8e8c13f1268aab335a5c37edfcc917710927a1d354 |
libminidns-java_1.0.0.orig.tar.xz | 119.7 KiB | c05150b8d0f41ae1b5ee23f4280af747ecd2c14b5189393d16e360c96ac7831e |
libminidns-java_1.0.0-3.debian.tar.xz | 13.1 KiB | 45ae93395c8cd1b02602916bbba0c455a4451feae9d5a71fdd0facc199e5aa25 |
Available diffs
- diff from 1.0.0-2 to 1.0.0-3 (1.7 KiB)
No changes file available.
Binary packages built by this source
- libminidns-java: minimal DNS client library for Android and Java SE
MiniDNS can parse resource records (A, AAAA, NS, SRV, etc.) and is easy to use
and extend. MiniDNS aims to be secure, modular, light weight and as simple as
possible. It also provides support for DNSSEC and DANE, and is thus useful
if you want to bring DNSSEC close to your application.
.
It comes with a pluggable cache mechanism, a pre-configured cache and an easy
to use high-level API (minidns-hla) for those who just want to perform a
reliable lookup of a domain name.