Merge ~paelzer/ubuntu/+source/avahi:lp-1752411-bionic into ubuntu/+source/avahi:ubuntu/bionic-devel

Proposed by Christian Ehrhardt 
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: 8f526c09b19753b51828158b756b2ad36cd8b349
Merged at revision: 8f526c09b19753b51828158b756b2ad36cd8b349
Proposed branch: ~paelzer/ubuntu/+source/avahi:lp-1752411-bionic
Merge into: ubuntu/+source/avahi:ubuntu/bionic-devel
Diff against target: 32 lines (+12/-1)
2 files modified
debian/avahi-daemon-check-dns.sh (+2/-1)
debian/changelog (+10/-0)
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
Canonical Server Pending
git-ubuntu developers Pending
Review via email: mp+353846@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

+1

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/avahi
 * [new tag] upload/0.7-3.1ubuntu1.1 -> upload/0.7-3.1ubuntu1.1

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading avahi_0.7-3.1ubuntu1.1.dsc: done.
  Uploading avahi_0.7-3.1ubuntu1.1.debian.tar.xz: done.
  Uploading avahi_0.7-3.1ubuntu1.1_source.buildinfo: done.
  Uploading avahi_0.7-3.1ubuntu1.1_source.changes: done.
Successfully uploaded packages.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/avahi-daemon-check-dns.sh b/debian/avahi-daemon-check-dns.sh
index 7f92e9d..bd99d38 100755
--- a/debian/avahi-daemon-check-dns.sh
+++ b/debian/avahi-daemon-check-dns.sh
@@ -73,7 +73,8 @@ dns_has_local() {
73 fi73 fi
74 fi74 fi
7575
76 OUT=`LC_ALL=C host -t soa local. 2>&1`76 # Use timeout when calling host as workaround for LP: #1752411
77 OUT=`LC_ALL=C timeout 5 host -t soa local. 2>&1`
77 if [ $? -eq 0 ] ; then78 if [ $? -eq 0 ] ; then
78 if echo "$OUT" | egrep -vq 'has no|not found'; then79 if echo "$OUT" | egrep -vq 'has no|not found'; then
79 return 080 return 0
diff --git a/debian/changelog b/debian/changelog
index d3e26e5..bd07b2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
1avahi (0.7-3.1ubuntu1.1) bionic; urgency=medium
2
3 [ Trent Lloyd ]
4 * debian/avahi-daemon-check-dns.sh: On some hardware, the 'host'
5 command gets stuck and does not timeout as it should leaving this script
6 and boot-up hanging indefinitely. Launch host with 'timeout' to kill it
7 after 5 seconds in these cases as a workaround. (LP: #1752411)
8
9 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 28 Aug 2018 11:37:21 +0200
10
1avahi (0.7-3.1ubuntu1) bionic; urgency=medium11avahi (0.7-3.1ubuntu1) bionic; urgency=medium
212
3 * Merge from Debian unstable. Remaining changes:13 * Merge from Debian unstable. Remaining changes:

Subscribers

People subscribed via source and target branches