[Lunar-commits] r26331 - moonbase/trunk/net/avahi

Dennis Veatch stumbles at lunar-linux.org
Sun Oct 21 17:34:12 CEST 2007


Author: stumbles
Date: 2007-10-21 17:34:12 +0200 (Sun, 21 Oct 2007)
New Revision: 26331

Modified:
   moonbase/trunk/net/avahi/BUILD
   moonbase/trunk/net/avahi/DETAILS
Log:

Some fixes;

Make avahi-autoipd actually produce correct ARP packets
Use search domain from /etc/resolv.conf as additional browse domains
Properly find alternative service/host names for very long names 
DNS name compression fix

and some others. Also needs this patch applied. AFAIK this has been
fixed in their svn, so recheck on next version bump.



Modified: moonbase/trunk/net/avahi/BUILD
===================================================================
--- moonbase/trunk/net/avahi/BUILD	2007-10-21 02:44:46 UTC (rev 26330)
+++ moonbase/trunk/net/avahi/BUILD	2007-10-21 15:34:12 UTC (rev 26331)
@@ -2,6 +2,8 @@
 
    . /etc/profile.d/qt3.rc
 
+   patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+
    add_priv_user avahi:avahi -d /dev/null -s /bin/false
 
 #   export ac_cv_func_realloc_0_nonnull=yes

Modified: moonbase/trunk/net/avahi/DETAILS
===================================================================
--- moonbase/trunk/net/avahi/DETAILS	2007-10-21 02:44:46 UTC (rev 26330)
+++ moonbase/trunk/net/avahi/DETAILS	2007-10-21 15:34:12 UTC (rev 26331)
@@ -1,16 +1,19 @@
           MODULE=avahi
-         VERSION=0.6.20
+         VERSION=0.6.21
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE1=avahi-0.6.21-dbus-1.0.2.patch
       SOURCE_URL=http://avahi.org/download/
-      SOURCE_VFY=sha1:451a095440fba9bec2effa0730bb4ec29593d1b1
+     SOURCE1_URL=$PATCH_URL
+      SOURCE_VFY=sha1:3675f83b294b87a5cfa947d2f68518f0da8ed7b9
+     SOURCE1_VFY=sha1:f1766c9cf660e8d9ab6ac0ad70d726b80b272fff
         WEB_SITE=http://avahi.org
          ENTERED=20060808
-         UPDATED=20070702
+         UPDATED=20071021
            SHORT="service discovery on a local network"
 
 cat << EOF
-Avahi is a system which facilitates service discovery on a local network. This means 
-that you can plug your laptop or computer into a network and instantly be able to 
-view other people who you can chat with, find printers to print to or find files 
+Avahi is a system which facilitates service discovery on a local network. This means
+that you can plug your laptop or computer into a network and instantly be able to
+view other people who you can chat with, find printers to print to or find files
 being shared.
 EOF



More information about the Lunar-commits mailing list