2007-10-21 18:34:43 by Adrian Portelli | Files touched by this commit (6) |
Log message:
Fix a bunch of issues with dependencies
Correct handling of sysconfdir
Make sure configuration directories get created correctly
Add an option to build howl support via options.mk
Fix the location of py-gtk2
Thanks to Andreas Wrede for spotting these issues and supplying some initial
fixes.
|
2007-09-21 15:06:49 by Thomas Klausner | Files touched by this commit (113) |
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
|
2007-06-25 17:09:08 by Lubomir Kundrak | Files touched by this commit (1) |
Log message:
Denote that we are vulnerable against a subtle locally-triggerable crash.
|
2007-05-20 19:21:50 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Comment out weird gtk option.
|
2007-01-13 01:15:59 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Update to 0.6.16
2006-12-29: We have released Avahi 0.6.16! This is a bugfix release, it fixes
1 security sensitive bug (100% CPU DoS; CVE-2006-6870) and 1 regression from
the last release. (Change Log) All users are recommended to upgrade ASAP,
especially given the DoS and regression which can often cause Avahi not to
work correctly.
|
2006-11-13 13:27:12 by Adrian Portelli | Files touched by this commit (5) |  |
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
|
2006-10-29 12:23:06 by Sergey Svishchev | Files touched by this commit (70) |
Log message:
Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
|
2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192) |
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
|
2006-09-10 20:29:58 by Adrian Portelli | Files touched by this commit (14) |
Log message:
This package has a _lot_ of options when building it so this is a first
run at enabling most of them. They are largely untested so feel free to
have a play:
- DBUS support
- glib support
- gdbm support
- gtk support
- python support
- python gtk support
- python DBUS support
None are enabled by default
Other changes include:
- Fix from avahi to work with both old and new versions of DBUS
- Explicily specify sysconfdir as ${PKG_SYSCONFDIR}/avahi
|
2006-09-09 15:13:47 by Adrian Portelli | Files touched by this commit (7) |  |
Log message:
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to minimize
the traffic imposed on networks.
|