Information for build adns-1.5.1-7.fc30

ID1184019
Package Nameadns
Version1.5.1
Release7.fc30
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/adns.git#abe1c0b904e07d7aeae5574007a841ef3ff5312f
SummaryAdvanced, easy to use, asynchronous-capable DNS client library
Descriptionadns is a resolver library for C (and C++) programs. In contrast with the existing interfaces, gethostbyname et al and libresolv, it has the following features: - It is reasonably easy to use for simple programs which just want to translate names to addresses, look up MX records, etc. - It can be used in an asynchronous, non-blocking, manner. Many queries can be handled simultaneously. - Responses are decoded automatically into a natural representation for a C program - there is no need to deal with DNS packet formats. - Sanity checking (eg, name syntax checking, reverse/forward correspondence, CNAME pointing to CNAME) is performed automatically. - Time-to-live, CNAME and other similar information is returned in an easy-to-use form, without getting in the way. - There is no global state in the library; resolver state is an opaque data structure which the client creates explicitly. A program can have several instances of the resolver. - Errors are reported to the application in a way that distinguishes the various causes of failure properly. - Understands conventional resolv.conf, but this can overridden by environment variables. - Flexibility. For example, the application can tell adns to: ignore environment variables (for setuid programs), disable sanity checks eg to return arbitrary data, override or ignore resolv.conf in favour of supplied configuration, etc. - Believed to be correct ! For example, will correctly back off to TCP in case of long replies or queries, or to other nameservers if several are available. It has sensible handling of bad responses etc.
Built byreleng
State complete
Volume fedora_koji_archive04
StartedThu, 31 Jan 2019 12:59:27 UTC
CompletedThu, 31 Jan 2019 17:27:08 UTC
Taskbuild (f30-rebuild, /rpms/adns.git:abe1c0b904e07d7aeae5574007a841ef3ff5312f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/adns.git#abe1c0b904e07d7aeae5574007a841ef3ff5312f'}}
Tags
f30
f30-Beta
f30-rebuild
f31
RPMs
src
adns-1.5.1-7.fc30.src.rpm (info) (download)
aarch64
adns-1.5.1-7.fc30.aarch64.rpm (info) (download)
adns-devel-1.5.1-7.fc30.aarch64.rpm (info) (download)
adns-progs-1.5.1-7.fc30.aarch64.rpm (info) (download)
adns-debuginfo-1.5.1-7.fc30.aarch64.rpm (info) (download)
adns-debugsource-1.5.1-7.fc30.aarch64.rpm (info) (download)
adns-progs-debuginfo-1.5.1-7.fc30.aarch64.rpm (info) (download)
armv7hl
adns-1.5.1-7.fc30.armv7hl.rpm (info) (download)
adns-devel-1.5.1-7.fc30.armv7hl.rpm (info) (download)
adns-progs-1.5.1-7.fc30.armv7hl.rpm (info) (download)
adns-debuginfo-1.5.1-7.fc30.armv7hl.rpm (info) (download)
adns-debugsource-1.5.1-7.fc30.armv7hl.rpm (info) (download)
adns-progs-debuginfo-1.5.1-7.fc30.armv7hl.rpm (info) (download)
i686
adns-1.5.1-7.fc30.i686.rpm (info) (download)
adns-devel-1.5.1-7.fc30.i686.rpm (info) (download)
adns-progs-1.5.1-7.fc30.i686.rpm (info) (download)
adns-debuginfo-1.5.1-7.fc30.i686.rpm (info) (download)
adns-debugsource-1.5.1-7.fc30.i686.rpm (info) (download)
adns-progs-debuginfo-1.5.1-7.fc30.i686.rpm (info) (download)
ppc64le
adns-1.5.1-7.fc30.ppc64le.rpm (info) (download)
adns-devel-1.5.1-7.fc30.ppc64le.rpm (info) (download)
adns-progs-1.5.1-7.fc30.ppc64le.rpm (info) (download)
adns-debuginfo-1.5.1-7.fc30.ppc64le.rpm (info) (download)
adns-debugsource-1.5.1-7.fc30.ppc64le.rpm (info) (download)
adns-progs-debuginfo-1.5.1-7.fc30.ppc64le.rpm (info) (download)
s390x
adns-1.5.1-7.fc30.s390x.rpm (info) (download)
adns-devel-1.5.1-7.fc30.s390x.rpm (info) (download)
adns-progs-1.5.1-7.fc30.s390x.rpm (info) (download)
adns-debuginfo-1.5.1-7.fc30.s390x.rpm (info) (download)
adns-debugsource-1.5.1-7.fc30.s390x.rpm (info) (download)
adns-progs-debuginfo-1.5.1-7.fc30.s390x.rpm (info) (download)
x86_64
adns-1.5.1-7.fc30.x86_64.rpm (info) (download)
adns-devel-1.5.1-7.fc30.x86_64.rpm (info) (download)
adns-progs-1.5.1-7.fc30.x86_64.rpm (info) (download)
adns-debuginfo-1.5.1-7.fc30.x86_64.rpm (info) (download)
adns-debugsource-1.5.1-7.fc30.x86_64.rpm (info) (download)
adns-progs-debuginfo-1.5.1-7.fc30.x86_64.rpm (info) (download)
Logs
x86_64
build.log
root.log
state.log
hw_info.log
mock_output.log
ppc64le
hw_info.log
state.log
root.log
build.log
mock_output.log
aarch64
state.log
build.log
root.log
hw_info.log
mock_output.log
i686
build.log
state.log
hw_info.log
root.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
armv7hl
root.log
state.log
hw_info.log
build.log
mock_output.log
Changelog * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Apr 26 2018 Tomas Hozza <thozza@redhat.com> - 1.5.1-5 - Added Build dependency on gcc and explicit dependency on main package in -progs * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Feb 16 2017 Tomas Hozza <thozza@redhat.com> - 1.5.1-1 - New upstream version 1.5.1 (#1369297) * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild