Hello community, here is the log from the commit of package llmnrd for openSUSE:Factory checked in at 2017-06-09 15:56:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llmnrd (Old) and /work/SRC/openSUSE:Factory/.llmnrd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llmnrd" Fri Jun 9 15:56:11 2017 rev:1 rq:496423 version:0.4 Changes: -------- New Changes file: --- /dev/null 2017-03-01 00:40:19.279048016 +0100 +++ /work/SRC/openSUSE:Factory/.llmnrd.new/llmnrd.changes 2017-06-09 15:56:11.609949136 +0200 @@ -0,0 +1,69 @@ +------------------------------------------------------------------- +Sat May 6 16:39:08 UTC 2017 - [email protected] + +- Update to version 0.4 + * llmnrd: Fix hostname compare to also consider the last character. + This fixes a problem where llmnrd running e.g. on host foobar + would also reply to queries for host foobaz. + * llmnrd: Avoid error message on subsequent attempts to join + multicast group (#21). + * llmnr-query: Allocate large enough receive buffer to avoid + truncating LLMNR responses and printing garbage + hostnames/addresses (#21). + * llmnr-query: Fixes for misaligned access. + * Remove Debian packaging as there is now an llmnrd package in + the official Debian repository . +- Changes since 0.2 + * Merge RTNL interface event loop into main select() loop, fixes + race condition on termination (#20) + * No busy wait in llmnrd receive loop (#19) + * Fixes for handling CPPFLAGS, CFLAGS and LDFLAGS as commonly + expected (#17) + * llmnr-query supported on Darwin (Mac OS X) and FreeBSD + * Additional GCC warnings enabled by default + * Various smaller fixes and updates +- Changes since 0.1 + * Add debian packaging, from Elazar Leibovich + * Fix misaligned memory access, from Michael Evertz + * Don't send empty AAAA responses (#10), from Tobias Klauser + * Allow to bind to a specific network interface (#9), + from Tobias Klauser + * Don't enumerate and store IPv6 addresses if IPv6 is disabled + (#8), from Tobias Klauser +- Remove patch: llmnrd-fix-cflags.diff (fixed upstream) + +------------------------------------------------------------------- +Wed Aug 03 12:20:17 UTC 2016 - [email protected] + +- Update to version 0.1 + * socket: Set TTL values as suggested in RFC 4795, section 2.5 + * llmnr-query: Set TTL values as suggested in RFC 4795, section 2.5 + * llmnr-query: Make query type ANY the default + * llmnr-packet: Correct LLMNR RFC number + * llmnr-query: Allow to set LLMNR transaction id + * llmnrd: Update copyright + * Add simple systemd service file + * llmnrd: Increase select() timeout + * llmnrd: Use MAXHOSTNAMELEN for hostname buffer and zero-terminate string + * llmnr-query: Prevent read buffer overflow in response parsing + * llmnrd v0.1 + +------------------------------------------------------------------- +Sun Jul 24 17:59:18 UTC 2016 - [email protected] + +- Update to version 0.0.0.git1461922774.741f912: + * build: Fix install targets for use with DESTDIR + * build: travis: Set up Coverity scan + * COPYING: Add verbatim copy of GPLv2 + * llmnrd: Add missing break in switch + * llmnrd: Use SA_RESTART for installed signal handlers + * iface: Use getnameinfo() to get address from struct sockaddr_storage + * iface: Fix memory leak in error case + * iface: Close rtnl socket if address enumeration fails +- removed patch: llmnrd-fix-destdir.diff (fixed upstream) + +------------------------------------------------------------------- +Thu Nov 5 23:00:04 UTC 2015 - [email protected] + +- initial package + New: ---- llmnrd-0.4.tar.gz llmnrd.changes llmnrd.service llmnrd.spec llmnrd.sysconfig usr.sbin.llmnrd ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llmnrd.spec ++++++ # # spec file for package llmnrd # # Copyright (c) 2017, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: llmnrd Version: 0.4 Release: 0 Summary: Link-Local Multicast Resolution (LLMNR) Daemon License: GPL-2.0 Group: System/Daemons Url: https://github.com/tklauser/llmnrd Source: https://github.com/tklauser/llmnrd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: llmnrd.service Source2: llmnrd.sysconfig Source3: usr.sbin.llmnrd BuildRequires: apparmor-profiles BuildRequires: gcc BuildRequires: git-core BuildRequires: make BuildRoot: %{_tmppath}/%{name}-%{version}-build %description llmnrd is a daemon implementing the Link-Local Multicast Name Resolution (LLMNR) protocol according to RFC 4795. It currently only supports Linux, as it uses the netlink kernel interface. llmnrd will respond to name resolution queries sent by Windows clients in networks where no DNS server is available. It supports both IPv4 and IPv6. %prep %setup -q %build export GIT_VERSION="" export Q="" export CFLAGS="%{optflags}" make %{?_smp_mflags} %install make prefix=%{_prefix} DESTDIR=%{buildroot} install install -dm0755 %{buildroot}%{_localstatedir}/adm/fillup-templates install -Dpm0644 %{SOURCE1} "%{buildroot}%{_unitdir}/llmnrd.service" install -Dpm0644 %{SOURCE2} "%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.llmnrd" ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcllmnrd install -Dpm0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/apparmor.d/usr.sbin.llmnrd %pre %service_add_pre llmnrd.service %post %service_add_post llmnrd.service %fillup_only %preun %service_del_preun llmnrd.service %postun %service_del_postun llmnrd.service %files %defattr(-,root,root) %doc README.md COPYING %{_bindir}/llmnr-query %{_sbindir}/llmnrd %{_sbindir}/rcllmnrd %{_unitdir}/llmnrd.service %{_localstatedir}/adm/fillup-templates/sysconfig.llmnrd %config(noreplace) %{_sysconfdir}/apparmor.d/usr.sbin.llmnrd %changelog ++++++ llmnrd.service ++++++ [Unit] Description=Link-Local Multicast Resolution (LLMNR) Daemon After=network.target [Service] Type=simple EnvironmentFile=/etc/sysconfig/llmnrd ExecStart=/usr/sbin/llmnrd $LLMNRD_OPTIONS Restart=on-abort KillSignal=SIGTERM [Install] WantedBy=multi-user.target ++++++ llmnrd.sysconfig ++++++ LLMNRD_OPTIONS="" ++++++ usr.sbin.llmnrd ++++++ # Last Modified: Fri Jul 29 21:59:26 2016 #include <tunables/global> /usr/sbin/llmnrd { #include <abstractions/base> network inet dgram, network inet6 dgram, /usr/sbin/llmnrd mr, }
