Commit Graph

15 Commits

Author SHA1 Message Date
sebastia
f801a520f3 Fix to build with gcc-2.95
OK ajacoutot@
2011-06-17 15:46:20 +00:00
ajacoutot
97b02a191e Simplify this port, remove useless patches. 2011-06-13 07:04:11 +00:00
ajacoutot
d20817e597 Update to avahi-0.6.30. 2011-04-25 10:02:43 +00:00
jasper
f99c85a1ae Security fix for CVE-2011-0634, CVE-2011-1002.
Avahi Empty UDP Packet Denial of Service Vulnerability.

From upstream git.

ok aja@ (MAINTAINER)
2011-03-03 10:18:53 +00:00
ajacoutot
c3d64eadef Bugfix update to avahi-0.6.28. 2010-12-14 14:55:02 +00:00
ajacoutot
90f4230cc5 Add a patch from Debian bug #590760:
Let the client check if the daemon is already running instead of just
trying to start it, which doesn't work if there is no service file (the
service file is just meant for systems using system.d).

This fixes avahi-browse as well as "bonjour/zeroconf" support in several
applications.

Issue also pointed by Greg Jones.
2010-08-21 19:41:10 +00:00
ajacoutot
81b72c2d88 SECURITY update to avahi-0.6.27.
This is a bugfix release and fixes a minor security issue.
2010-07-31 14:33:20 +00:00
ajacoutot
45323bcc2b Update to avahi-0.6.26.
Lots of bugfixes. Refer to HOMEPAGE for detail information.
2010-07-17 14:12:38 +00:00
ajacoutot
a9f0c77d3b SECURITY.
Fix for CVE-2010-2244:
    zero size is reported for corrupt packets. recvmsg() later could
    nevertheless get data from a good packet that followed the bad one.
    So get out early to avoid hitting an assertion.

Thanks to pea@ for the heads up.
2010-07-07 18:57:38 +00:00
ajacoutot
9de49696d5 Several cleanups and fixes:
* add a couple of fixes from avahi trac
* advise users to enable multicast
* kill RTM_VERSION warning as advised by claudio@
* disallow other stacks by default

ok naddy@
2009-06-26 22:12:20 +00:00
jasper
a4044d506f - fix potential 64-bit issue due to missing header
ok ajacoutot@ (MAINTAINER)
2009-06-16 21:50:01 +00:00
ajacoutot
626ceda7da - better patch; from pkgsrc
- allow other stacks by default
2009-06-06 18:36:43 +00:00
ajacoutot
157ead682e - don't force AF_INET if family is AF_UNSPEC
Should fix some discoveries / connection issues.
2009-06-06 08:02:08 +00:00
ajacoutot
234ce54993 - stop polluting syslog with useless messages we don't care nor can do
anything about
2009-06-03 19:42:55 +00:00
ajacoutot
69617070fa Import avahi-0.6.25
Avahi is a free, standards-compliant implementation of the Zeroconf
protocols Multicast DNS and DNS-SD.
It 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.  This kind of
technology is already found in Apple MacOS X (branded Rendezvous,
Bonjour and sometimes Zeroconf) and is very convenient.

Completely reworked from an old submission from jasper@
Based on FreeBSD and pkgsrc.

Some successful test from marco@, thanks ;-)

It will probably need a bit more love in the next few days.
ok landry@ jasper@
2009-06-03 16:27:12 +00:00