The NetBSD Project

CVS log for pkgsrc/net/avahi/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / net / avahi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 22 15:59:01 2012 UTC (4 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Update to 0.6.31:

Lennart Poettering (5):
      systemd: syslog.target is not longer useful
      build-sys: compatibility with newer automake
      build-sys: prepare release
      update NEWS
      build-sys: actually, we need to place the service type database in lib64, not unconditionally

Ludwig Nussel (1):
      database: add Mumble to service type database

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 14 13:04:04 2011 UTC (12 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.9: +4 -10 lines
Diff to previous 1.9 (colored)

Update avahi to 0.6.30.
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

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 18 13:56:05 2010 UTC (18 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add patch from PR 43815 to fix build on some Linuces.

Revision 1.7.10.1 / (download) - annotate - [select for diffs], Wed Jul 28 14:39:11 2010 UTC (21 months, 4 weeks ago) by spz
Branch: pkgsrc-2010Q2
Changes since 1.7: +13 -13 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Pullup ticket 3192 - requested by obache
security update

Revisions pulled up:
- pkgsrc/net/avahi/Makefile		1.17
- pkgsrc/net/avahi/PLIST		1.5
- pkgsrc/net/avahi/PLIST.pygdbm		1.3
- pkgsrc/net/avahi/PLIST.python		1.4
- pkgsrc/net/avahi/distinfo		1.8
- pkgsrc/net/avahi/options.mk		1.2
- pkgsrc/net/avahi/patches/patch-aa	1.2
- pkgsrc/net/avahi/patches/patch-ab	1.2
- pkgsrc/net/avahi/patches/patch-ac 	1.2
- pkgsrc/net/avahi/patches/patch-ad	1.2
- pkgsrc/net/avahi/patches/patch-ae	1.4
- pkgsrc/net/avahi/patches/patch-ag	1.4
- pkgsrc/net/avahi/patches/patch-aj	1.4
- pkgsrc/net/avahi/patches/patch-ah	1.2
- pkgsrc/net/avahi/patches/patch-ai	1.2

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   obache
   Date:           Sat Jul 24 13:42:12 UTC 2010

   Modified Files:
           pkgsrc/net/avahi: Makefile PLIST PLIST.pygdbm PLIST.python distinfo
               options.mk
           pkgsrc/net/avahi/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
               patch-ag patch-ah patch-ai patch-aj

   Log Message:
   Update avahi to 0.6.27.

   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


   To generate a diff of this commit:
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/avahi/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/avahi/PLIST
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/avahi/PLIST.pygdbm
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/avahi/PLIST.python
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/avahi/distinfo
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/avahi/options.mk
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/avahi/patches/patch-aa \
        pkgsrc/net/avahi/patches/patch-ab pkgsrc/net/avahi/patches/patch-ac \
        pkgsrc/net/avahi/patches/patch-ad
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/avahi/patches/patch-ae \
        pkgsrc/net/avahi/patches/patch-ag pkgsrc/net/avahi/patches/patch-aj
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/avahi/patches/patch-ah \
        pkgsrc/net/avahi/patches/patch-ai

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 24 13:42:12 2010 UTC (22 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.7: +13 -13 lines
Diff to previous 1.7 (colored)

Update avahi to 0.6.27.

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

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 9 13:07:13 2009 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Branch point for: pkgsrc-2010Q2
Changes since 1.6: +6 -6 lines
Diff to previous 1.6 (colored)

Update to 0.6.25, set LICENSE.
This is a bugfix release and fixes a minor security issue.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 5 09:40:34 2009 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Do not install initscripts. Unbreaks Linux build.
From Aleksey Cheusov in PR 40283.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 4 07:07:18 2009 UTC (3 years, 3 months ago) by dbj
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

include sys/socket.h when checking for CMSG_SPACE
improved fix for
PR pkg/40281

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 16 22:25:04 2009 UTC (3 years, 4 months ago) by tonio
Branch: MAIN
Changes since 1.3: +5 -6 lines
Diff to previous 1.3 (colored)

Update net/avahi to 0.6.24

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

Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 23 12:08:17 2008 UTC (3 years, 5 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5081

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 23 02:08:05 2008 UTC (3 years, 5 months ago) by hasso
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Make it compile in DragonFly and possibly help other platforms.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Dec 20 17:36:14 2008 UTC (3 years, 5 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-20081220
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of avahi-0.6.23, packaged for pkgsrc-wip by Adrian Portelli,
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.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 20 17:36:14 2008 UTC (3 years, 5 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>