summaryrefslogtreecommitdiff
path: root/net/avahi
AgeCommit message (Collapse)AuthorFilesLines
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-08-23Recursive bump from gdbm shlib bump.obache2-3/+4
2011-05-14Update avahi to 0.6.30.obache9-143/+23
while here, simplify package (not using patches for handling config files). = 0.6.30 This is a bugfix release. * Make IPv6 work again * i18n updates * Minor other updates = 0.6.29 This is a bugfix release. * Updates regarding systemd integration * Compatibility with newer gtk3 and gobject introspection * i18n updates * Minor other updates * Fix CVE-2011-1002, fixing the fix for CVE-2010-2244 = 0.6.28 This is a bugfix release. * Updates regarding systemd integration * Properly avoid bus activation on non-systemd systems * Compatibility with newer gtk3 and gobject introspection * i18n updates * Minor other updates
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-21Fix build on SunOS. From iMil.hans1-1/+3
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-18Include desktopdb.mk. Bump PKGREVISION.wiz1-2/+3
2010-11-18Add patch from PR 43815 to fix build on some Linuces.wiz2-1/+33
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-3/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-07-24Update avahi to 0.6.27.obache15-104/+89
0.6.27 some build fixes 0.6.26 This is mostly a bugfix release but also fixes a low risk security issue and adds a couple of minor new features. * Fix CVE-2010-2244 (Ludwig Nussel) * Support for Gtk+ 3 and Gtk+ Introspection * Native systemd socket activation support * Add systemd service files * Add various resource control options, for traffic rate limiting as well as cache size and D-Bus client object limits. * i18n updates * Minor other updates
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-12-01Pass --with-dbus-system-socket=${VARBASE}/run/dbus/system_bus_sockettonio1-2/+3
so that avahi works even when using VARBASE != /var
2009-10-16Fixes PLIST.obache2-11/+11
need gdbm for avahi-discover, suggested by Simon Schubert in PR 42171.
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-6/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg4-22/+4
2009-06-09Update to 0.6.25, set LICENSE.wiz5-22/+23
This is a bugfix release and fixes a minor security issue.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-08Use ${REAL_ROOT_GROUP} instead of wheel. Prompted by joerg.wiz1-2/+2
2009-03-07Use "wheel" as privileged group.wiz1-1/+3
Gets rid of dbus warnings about netdev, and "wheel" already gets many rights from policykit (says Jared). Bump PKGREVISION.
2009-03-05Do not install initscripts. Unbreaks Linux build.wiz2-1/+14
From Aleksey Cheusov in PR 40283.
2009-02-07DESTDIR support.joerg1-15/+16
2009-02-04include sys/socket.h when checking for CMSG_SPACEdbj3-20/+37
improved fix for PR pkg/40281
2009-01-23Pass --with-distro=none on Solaris to disable check, package builds fine.sketch1-1/+5
2009-01-16Update net/avahi to 0.6.24tonio6-42/+37
Changelog: * A huge number of bug fixes, including a security relavant one (CVE-2008-5081, low risk) * Add two new configuration directives "allow-interfaces" and "deny-interfaces" which can be used to make Avahi ignore certain network interfaces or only use certain network interfaces. * A lot of translation updates Fix PR pkg/40281, by defining _DARWIN_C_SOURCE under darwin
2009-01-08Use pkgsrc standard PKG_USERS usage and remove escape '\' from PKG_USERS.obache1-2/+3
It should fix build failure with recent NetBSD-current's make.
2008-12-28Abandon MAINTAINER.adrianp1-2/+2
2008-12-25Needs msgfmt.hasso1-2/+2
2008-12-23Fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5081adrianp3-3/+20
2008-12-23Make it compile in DragonFly and possibly help other platforms.hasso3-1/+35
2008-12-20Honour SYSCONFDIR.ahoka2-4/+5
2008-12-20Initial import of avahi-0.6.23, packaged for pkgsrc-wip by Adrian Portelli,wiz17-0/+503
then majorly reworked by myself. You can blame us both now ;) 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.