pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/avahi



Module name:    wip
Committed by:   adrian_p
Date:           Mon Nov 13 12:27:12 UTC 2006

Modified Files:
        wip/avahi: Makefile distinfo
        wip/avahi/patches: patch-aa patch-ac
Removed Files:
        wip/avahi/patches: patch-ab

Log Message:
Update to 0.6.15
* Check that netlink messages actually originate from the kernel
  and not another process.
* Fix build on NetBSD (thanks to Daniel S. Haischt)
* Fix dbus_service_browser not setting AVAHI_LOOKUP_RESULT_OUR_OWN.
* Fix a segfault in the code handling static host name registrations
* Add a few new entries to the service type database
* s/D-?BUS/D-Bus/g
* Documentation updates
* Fix service type database building on Solaris
* Make use of newer D-Bus APIs
* Fix random seed initialization
* Install SFTP static service file by default
* Other minor code cleanups
* Add a new D-Bus method for changing the mDNS host name during
  runtime. This functionality is only available to members of the
  UNIX group "netdev", which is the same access group that is
  enforced by GNOME's NetworkManager daemon. Since NM will probably
  be the most prominent user of this new method, we decided to limit
  access to the same group. The access group can be set by passing
  --with-avahi-priv-access-group= to "configure". If you need more
  sophisticated access control you can freely edit
  /etc/dbus/system.d/avahi-dbus.conf.
* Add a new utility "avahi-set-host-name" which is a command line
  wrapper around the aforementioned SetHostName() method.
* Bonjour API compatibility library:
* Implement DNSServiceUpdateRecord() 
* Allow passing NULL as callback function for
  DNSServiceRegister()
* Implement subtype registration in DNSServiceRegister() in a
  way that is compatible with Bonjour.
* Update to newer copy of dns_sd.h
* If the host name changes update names of static services wich
  contain wildcards.
* Don't build documentation about embedding the Avahi mDNS stack into
  other programs by default. This is a feature used only by embedded
  developers. Pass --enable-core-docs to "configure" to enable
  building these docs, like in Avahi <= 0.6.12.
* Build Qt documentation only when Qt support is enabled in
  the configuration. Same for GLib.
* Change algorithm used to find a new host name on conflict. In
  Avahi <= 0.6.12 a conflicting host name of "foobar" would be
  changed to the new name "foobar2". With 0.6.13 "foobar-2" will be
  picked instead. This follows Bonjour's behaviour and has the
  advantage not confusing people with regular host names ending in
  digits.
* Don't disable all static services when SIGHUP is recieved.
* Fix build when Avahi is configured without Gtk+ but with Python
support
* Fix build on MacOS X
* Support using Solaris DBM instead of gdbm for the service type
  database. The latter is still recommended
* Minor other fixes and documentation updates
* Compatibility with newer D-Bus releases (0.9x)
* Compatibility with DBUS builds with --disable-checks
* Fix an error in the DBUS event loop wrapping which
  caused the avahi client libraries to dispatch some events
  too late when used with D-BUS 0.62 and newer.
* avahi-daemon: fix a minor memory leak in the DBUS code.
* avahi-glib: some GLIB adapter cleanups
* avahi-dnsconfd: fix segfault when passing an invalid command 
  line option
* avahi-test: portability patches for Solaris
* avahi-browse: flush STDOUT after each line, making it useful 
  in shell scripts.
* update service type database
* Ported to Solaris
* avahi-sharp: fix a fatal error in object disposal code
* add a few new entries to the servivce type database
* fix potential crash when the daemon shuts down
* compatibility with newer autoconf versions


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r0 wip/avahi/patches/patch-ab
cvs -z3 rdiff -u -r1.1 -r1.2 wip/avahi/patches/patch-aa
cvs -z3 rdiff -u -r1.2 -r1.3 wip/avahi/distinfo wip/avahi/patches/patch-ac
cvs -z3 rdiff -u -r1.4 -r1.5 wip/avahi/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avahi/patches/patch-ab?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avahi/patches/patch-aa?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avahi/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avahi/patches/patch-ac?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avahi/Makefile?r1=1.4&r2=1.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index