summaryrefslogtreecommitdiff
path: root/debian/patches/series
AgeCommit message (Collapse)AuthorFilesLines
2013-12-26debian/patches/suse-patch-gtk-box.patch: Don't use GTK vbox API which is ↵Laurent Bigonville1-0/+1
deprecated when compiling for GTK3.
2013-12-26debian/patches/avahi-core-reserve-space-for-record-data-when-size-estimate.p ↵Laurent Bigonville1-0/+1
atch: avahi-core: reserve space for record data when size estimate. This prevents avahi-daemon from falling into an invalid loop when many CUPS/IPP printer shares get registered (Closes: #693604)
2013-12-26Use patch from Ubuntu to fix #732009 insteadLaurent Bigonville1-1/+1
This patch actually check errno and makes avahi-daemon exit in the appropriate cases.
2013-12-19debian/patches/reuseport-nonfatal.patch: Do not exit avahi-daemon if we ↵Laurent Bigonville1-0/+1
cannot set SO_REUSEPORT to the socket. (Closes: #732009)
2013-11-26Add debian/patches/no-deprecations.patch: Don't disable deprecated functions ↵Laurent Bigonville1-0/+1
(Closes: #729124) Thanks to Hector Oron
2011-03-11Remove patches, merged upstreamMichael Biebl1-2/+0
- debian/patches/03_read_null_udp_packets.patch - debian/patches/04-fix_netlink_flags_for_dump_operations.patch
2011-03-07Fix wrong use of netlink flags for dump operationsMichael Biebl1-0/+1
* debian/patches/04-fix_netlink_flags_for_dump_operations.patch - Use correct flag combination for rtnetlink dump operations. Thanks to Pablo Neira Ayuso for the patch. (Closes: #610281)
2011-02-23Fix DoS when reading NULL UDP packetsMichael Biebl1-0/+1
* debian/patches/03_read_null_udp_packets.patch - Read NULL UDP packets else we end up in an infinite loop using 100% CPU and DoS of Avahi. (Closes: #614785, Fixes: CVE-2011-1002)
2010-11-18Remove debian/patches/02_avahi_client.patch, merged upstream.Michael Biebl1-1/+0
2010-08-15* Added debian/patches/02_avahi_client.patch:debian/0.6.27-2Sjoerd Simons1-0/+1
- 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) (Closes: #590760) git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3720 ceb527fc-18e6-0310-9fe2-813c157c29e7
2010-07-13* Remove patchesMichael Biebl1-3/+0
- debian/patches/02_have_gtk2_build_fix.patch (merged upstream) - debian/patches/26_am_maintainer_mode.patch (no longer required) - debian/patches/99_autoreconf.patch (no longer required) git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3643 ceb527fc-18e6-0310-9fe2-813c157c29e7
2010-07-07* debian/patches/02_have_gtk2_build_fix.patchMichael Biebl1-0/+1
- Fix build for systems that have gtk2 but no gtk3. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3599 ceb527fc-18e6-0310-9fe2-813c157c29e7
2010-07-07* Remove patches that were merged upstreamMichael Biebl1-5/+0
- debian/patches/11_avahi-autoipd.action-add-routes.patch - debian/patches/15-manpage-typo-fixes.patch - debian/patches/20_avahi-daemon_kfreebsd.patch - debian/patches/25_check_net_if_dl_h_for_pfroute.patch - debian/patches/30_dont_reflect_link-local_addresses.patch git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3598 ceb527fc-18e6-0310-9fe2-813c157c29e7
2010-01-13* debian/patches/30_dont_reflect_link-local_addresses.patchMichael Biebl1-0/+1
- Don't reflect link-local IPv4 or IPv6 addresses. (Closes: #517160) Patch pulled from upstream, original patch by Rob Leslie, thanks! git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3370 ceb527fc-18e6-0310-9fe2-813c157c29e7
2010-01-13* debian/patches/26_am_maintainer_mode.patchMichael Biebl1-0/+3
- Set AM_MAINTAINER_MODE as it makes patching the build system less painful. * debian/patches/99_autoreconf.patch - Run autoreconf as 25_check_net_if_dl_h_for_pfroute.patch changes the build system. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3369 ceb527fc-18e6-0310-9fe2-813c157c29e7
2010-01-13* debian/patches/20_avahi-daemon_kfreebsd.patchMichael Biebl1-0/+2
- Fix avahi-daemon on GNU/kFreeBSD. (Closes: #564607) Thanks to Julien BLACHE for the patch. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3367 ceb527fc-18e6-0310-9fe2-813c157c29e7
2009-04-23* patches/15-manpage-typo-fixes.patchMichael Biebl1-0/+1
- Fix a few typos in the man pages (s/seperated/separated/). (Closes: #525268) Thanks to A. Costa for the patch. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3095 ceb527fc-18e6-0310-9fe2-813c157c29e7
2009-04-17* debian/patches/02-avahi-daemon-dbus-policy.patchMichael Biebl1-2/+0
- Removed, merged upstream. * debian/patches/03-avahi-daemon-reflector-packet-storm.patch - Removed, merged upstream. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3086 ceb527fc-18e6-0310-9fe2-813c157c29e7
2009-03-29* debian/patches/03-avahi-daemon-reflector-packet-storm.patchMichael Biebl1-0/+1
- Fix a bug in avahi-daemon that could cause packet storms when reflecting legacy unicast mDNS traffic. (Closes: #517683) SECURITY: CVE-2009-0758 Thanks to Rob Leslie for the patch. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3010 ceb527fc-18e6-0310-9fe2-813c157c29e7
2009-03-29Switch patch management system to quilt. Michael Biebl1-0/+3
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@3007 ceb527fc-18e6-0310-9fe2-813c157c29e7