Index: /pkg/tags/pimd-2.1.6-1/debian/dirs
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/dirs	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/dirs	(revision 7375)
@@ -0,0 +1,2 @@
+etc
+usr/sbin
Index: /pkg/tags/pimd-2.1.6-1/debian/copyright
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/copyright	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/copyright	(revision 7375)
@@ -0,0 +1,90 @@
+This package was debianized by Antonin Kral <A.Kral@sh.cvut.cz> on
+Thu, 27 Mar 2003 10:12:47 +0100.
+
+It was originally downloaded from http://netweb.usc.edu/pim/pimd/
+
+The current versions are hosted at GitHub:
+      http://github.com/troglobit/pimd
+
+Current Upstream Maintainers and Authors:
+ * Joachim Nilsson <troglobit@vmlinux.org>
+
+Original Upstream Authors:
+ * Ahmed Helmy <ahelmy@catarina.usc.edu>
+ * Rusty Eddy <eddy@isi.edu>
+ * Pavlin Radoslavov <pavlin@catarina.usc.edu>
+
+Copyright:
+
+/*
+ * Copyright (c) 1998-2001
+ * University of Southern California/Information Sciences Institute.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the project nor the names of its contributors
+ *    may be used to endorse or promote products derived from this software
+ *    without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+/*
+ *  $Id: LICENSE,v 1.5 2001/09/10 20:31:36 pavlin Exp $
+ */
+/*
+ * Part of this program has been derived from mrouted.
+ * The mrouted program is covered by the license in the accompanying file
+ * named "LICENSE.mrouted".
+ *
+ * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
+ * Leland Stanford Junior University.
+ *
+ */
+
+Additionally, pimd uses some code from mrouted. Mrouted Copyright statement
+(from file 'LICENSE.mrouted') follows:
+
+Copyright (c) 2002 The Board of Trustees of the Leland Stanford Junior
+University
+Permission is hereby granted to STANFORD's rights, free of charge, to any
+person obtaining a copy of this Software and associated documentation files
+( "MROUTED"), to deal in MROUTED without restriction, including without
+limitation the rights to use, copy, modify, merge, publish, distribute,
+sublicense, and/or sell copies of MROUTED , and to permit persons to whom
+MROUTED is furnished to do so, subject to the following conditions:
+1)      The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the MROUTED .
+2)      Neither the STANFORD name nor the names of its contributors may be
+used in any promotional advertising or other promotional materials to be
+disseminated to the public or any portion thereof nor to use the name of
+any STANFORD faculty member, employee, or student, or any trademark,
+service mark, trade name, or symbol of STANFORD or Stanford Hospitals and
+Clinics, nor any that is associated with any of them, without STANFORD's
+prior written consent.  Any use of STANFORD's name shall be limited to
+statements of fact and shall not imply endorsement of any products or
+services.
+
+3)      MROUTED IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH MROUTED OR THE USE OR OTHER DEALINGS IN
+THE MROUTED .
Index: /pkg/tags/pimd-2.1.6-1/debian/addons/pimd.conf
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/addons/pimd.conf	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/addons/pimd.conf	(revision 7375)
@@ -0,0 +1,94 @@
+#   This is the configuration file for "pimd", an IP multicast router.
+#   pimd looks for it in "/etc/pimd.conf".
+#
+#   $Id: pimd.conf,v 1.17 2001/09/10 20:31:37 pavlin Exp $
+#
+#   Command formats:
+##########
+# default_source_preference <preference>
+# default_source_metric <metric>
+#
+# phyint <local-addr | ifname> [disable]  [threshold <t>] [preference <p>] [metric <m>] [altnet <net-addr> masklen <masklen>] [scoped <net-addr> masklen <masklen>]
+#
+# cand_rp [<local-addr>] [priority <number> ] [time <number>]
+# cand_bootstrap_router [<local-addr>] [priority <number>]
+#
+# group_prefix <group-addr> [masklen <masklen>]
+# group_prefix <group-addr> [masklen <masklen>]
+# .
+# .
+# group_prefix <group-addr> [masklen <masklen>]
+#
+#
+# switch_data_threshold [rate <number> interval <number>]
+#
+# switch_register_threshold [rate <number> interval <number>]
+##########
+# By default PIM will be activated on all interfaces.  Use phyint to 
+# disable on interfaces where PIM should not be run.
+#
+# Preferences are used by assert elections to determine upstream routers.
+# Currently pimd cannot reliably obtain preferences and metrics from the
+# unicast routing protocols, so a default preference may be configured.
+# In an assert election, the router advertising the lowest assert preference
+# will be selected as the forwarder and upstream router for the LAN.
+# 101 should be sufficiently high so that asserts from Cisco or GateD
+# routers are prefered over poor-little pimd.
+#
+# It is reccommended that preferences be set such that metrics are never
+# consulted.  However, default metrics may also be set and will default to
+# 1024.
+#
+#
+# A "phyint" can be specified by either its IP address or interface name.
+#
+# `preference` and `metric` after "phyint" are used to configure manually
+# the default preference and metric for the Assert messages sent on that
+# interface. Usually you don't need this, but if you do, think of them
+# like `preference` and `metric` defined per iif, but used by the
+# Asserts on the oifs.
+#
+# If you want to add "alternative (sub)net" to a physical interface,
+# e.g., if you want to make incoming traffic with a non-local source address
+# to appear as it is coming from a local subnet, then use the command:
+#   phyint <local-addr | ifname> altnet <net-addr> masklen <len>
+# XXX: if you use this command, make sure you know what you are doing!!
+#
+# If you want administrative scoped multicast filtering, use the
+# following command:
+#   phyint <local-addr | ifname> scoped <net-addr> masklen <masklen>
+# This allows interfaces to be configured as an administrative boundary
+# for the specified scoped address. Packets belonging to the scoped
+# address will not be forwarded. To use this compile with -DSCOPED_ACL
+# option (in Makefile).
+# 
+# `local-addr` after "cand_rp" and "cand_bootstrap_router" specifies
+#  the local address to be used in the Cand-RP and Cand-BSR messages.
+#  If not specified, the largest local IP address will be used (excluding
+#  the disabled interfaces)
+#
+# `time` after `cand_rp` specifies how often to send the Cand-RP messages.
+#  Its default value should be 60 seconds. Use smaller value for faster
+#  convergence.
+#
+# `group_prefix` is/are the prefix(es) advertised if cand_rp
+#
+# `rate` specifies the minimum rate in bits/s before the last hop
+#  router or the RP switch to the shortest path (`switch_data_threshold`
+#  and `switch_register_threshold` respectively)
+#  `interval` specifies the interval for periodical testing of the rate
+#  Currently, `interval` must be at least 5 (seconds)
+#  XXX: Both intervals should be the same
+#
+#
+#default_source_preference	101  # smaller is better
+#default_source_metric		1024 # smaller is better
+#phyint de1 disable                 # phyint MUST BE AFTER default_source_*
+                                    # BUT MUST BE BEFORE everything else
+cand_rp time 30 priority 20         # Smaller value means "higher" priority
+cand_bootstrap_router priority 5    # Bigger value means  "higher" priority
+group_prefix 224.0.0.0 masklen 4    # All multicast groups
+# 
+switch_data_threshold		rate 50000 interval 20	# 50kbps (approx.)
+switch_register_threshold	rate 50000 interval 20	# 50kbps (approx.)
+
Index: /pkg/tags/pimd-2.1.6-1/debian/debhelper.log
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/debhelper.log	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/debhelper.log	(revision 7375)
@@ -0,0 +1,15 @@
+dh_installdirs
+dh_installchangelogs
+dh_installdocs
+dh_installexamples
+dh_installinit
+dh_installman
+dh_link
+dh_strip
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_shlibdeps
+dh_gencontrol
+dh_md5sums
+dh_builddeb
Index: /pkg/tags/pimd-2.1.6-1/debian/postinst.debhelper
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/postinst.debhelper	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/postinst.debhelper	(revision 7375)
@@ -0,0 +1,10 @@
+# Automatically added by dh_installinit
+if [ -x "/etc/init.d/pimd" ]; then
+	update-rc.d pimd defaults >/dev/null
+	if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
+		invoke-rc.d pimd start || exit $?
+	else
+		/etc/init.d/pimd start || exit $?
+	fi
+fi
+# End automatically added section
Index: /pkg/tags/pimd-2.1.6-1/debian/pimd.conf
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/pimd.conf	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/pimd.conf	(revision 7375)
@@ -0,0 +1,94 @@
+#   This is the configuration file for "pimd", an IP multicast router.
+#   pimd looks for it in "/etc/pimd.conf".
+#
+#   $Id: pimd.conf,v 1.17 2001/09/10 20:31:37 pavlin Exp $
+#
+#   Command formats:
+##########
+# default_source_preference <preference>
+# default_source_metric <metric>
+#
+# phyint <local-addr | ifname> [disable]  [threshold <t>] [preference <p>] [metric <m>] [altnet <net-addr> masklen <masklen>] [scoped <net-addr> masklen <masklen>]
+#
+# cand_rp [<local-addr>] [priority <number> ] [time <number>]
+# cand_bootstrap_router [<local-addr>] [priority <number>]
+#
+# group_prefix <group-addr> [masklen <masklen>]
+# group_prefix <group-addr> [masklen <masklen>]
+# .
+# .
+# group_prefix <group-addr> [masklen <masklen>]
+#
+#
+# switch_data_threshold [rate <number> interval <number>]
+#
+# switch_register_threshold [rate <number> interval <number>]
+##########
+# By default PIM will be activated on all interfaces.  Use phyint to 
+# disable on interfaces where PIM should not be run.
+#
+# Preferences are used by assert elections to determine upstream routers.
+# Currently pimd cannot reliably obtain preferences and metrics from the
+# unicast routing protocols, so a default preference may be configured.
+# In an assert election, the router advertising the lowest assert preference
+# will be selected as the forwarder and upstream router for the LAN.
+# 101 should be sufficiently high so that asserts from Cisco or GateD
+# routers are prefered over poor-little pimd.
+#
+# It is reccommended that preferences be set such that metrics are never
+# consulted.  However, default metrics may also be set and will default to
+# 1024.
+#
+#
+# A "phyint" can be specified by either its IP address or interface name.
+#
+# `preference` and `metric` after "phyint" are used to configure manually
+# the default preference and metric for the Assert messages sent on that
+# interface. Usually you don't need this, but if you do, think of them
+# like `preference` and `metric` defined per iif, but used by the
+# Asserts on the oifs.
+#
+# If you want to add "alternative (sub)net" to a physical interface,
+# e.g., if you want to make incoming traffic with a non-local source address
+# to appear as it is coming from a local subnet, then use the command:
+#   phyint <local-addr | ifname> altnet <net-addr> masklen <len>
+# XXX: if you use this command, make sure you know what you are doing!!
+#
+# If you want administrative scoped multicast filtering, use the
+# following command:
+#   phyint <local-addr | ifname> scoped <net-addr> masklen <masklen>
+# This allows interfaces to be configured as an administrative boundary
+# for the specified scoped address. Packets belonging to the scoped
+# address will not be forwarded. To use this compile with -DSCOPED_ACL
+# option (in Makefile).
+# 
+# `local-addr` after "cand_rp" and "cand_bootstrap_router" specifies
+#  the local address to be used in the Cand-RP and Cand-BSR messages.
+#  If not specified, the largest local IP address will be used (excluding
+#  the disabled interfaces)
+#
+# `time` after `cand_rp` specifies how often to send the Cand-RP messages.
+#  Its default value should be 60 seconds. Use smaller value for faster
+#  convergence.
+#
+# `group_prefix` is/are the prefix(es) advertised if cand_rp
+#
+# `rate` specifies the minimum rate in bits/s before the last hop
+#  router or the RP switch to the shortest path (`switch_data_threshold`
+#  and `switch_register_threshold` respectively)
+#  `interval` specifies the interval for periodical testing of the rate
+#  Currently, `interval` must be at least 5 (seconds)
+#  XXX: Both intervals should be the same
+#
+#
+#default_source_preference	101  # smaller is better
+#default_source_metric		1024 # smaller is better
+#phyint de1 disable                 # phyint MUST BE AFTER default_source_*
+                                    # BUT MUST BE BEFORE everything else
+cand_rp time 30 priority 20         # Smaller value means "higher" priority
+cand_bootstrap_router priority 5    # Bigger value means  "higher" priority
+group_prefix 224.0.0.0 masklen 4    # All multicast groups
+# 
+switch_data_threshold		rate 50000 interval 20	# 50kbps (approx.)
+switch_register_threshold	rate 50000 interval 20	# 50kbps (approx.)
+
Index: /pkg/tags/pimd-2.1.6-1/debian/postrm.debhelper
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/postrm.debhelper	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/postrm.debhelper	(revision 7375)
@@ -0,0 +1,5 @@
+# Automatically added by dh_installinit
+if [ "$1" = "purge" ] ; then
+	update-rc.d pimd remove >/dev/null || exit $?
+fi
+# End automatically added section
Index: /pkg/tags/pimd-2.1.6-1/debian/README.Debian
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/README.Debian	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/README.Debian	(revision 7375)
@@ -0,0 +1,42 @@
+pimd for Debian
+---------------
+
+You need to enable multicast and multicast-routing in your kernel:
+ 
+CONFIG_IP_MULTICAST=y
+CONFIG_IP_MROUTE=y
+
+you have also enable support for PIM-SM v2 in kernel:
+
+CONFIG_IP_PIMSM_V2=y
+ 
+If you want to build a multicast tunnel via an unicast connection, you
+have to enable ip-tunneling to:
+ 
+CONFIG_NET_IPIP=m (or =y)
+ 
+The default configuration of pimd is to route between two and more interfaces,
+and start AutoRP. For more details see the manpage and program documentation.
+
+Support for staticRP is available since pimd_2.1.0-alpha29.17-4. Patch provided
+by Peter Mann <Peter.Mann@tuke.sk>. There is new configuratation parameter:
+
+rp_address
+
+The future of pimd
+------------------
+
+pimd was abandoned since 2005 but resurrected by Joachim Nilsson at the
+beginning of the 2010. Sources are now hosted at
+
+            http://github.com/troglobit/pimd
+
+Other implementations of PIM
+----------------------------
+
+  http://netweb.usc.edu/pim/ has a list. And http://www.xorp.org/ looks
+promising.
+ 
+ -- Antonin Kral <A.Kral@sh.cvut.cz>, Thu, 27 Mar 2003 10:12:47 +0100
+ -- Antonin Kral <A.Kral@sh.cvut.cz>, Tue, 10 Aug 2004 10:51:12 +0100
+ -- Antonin Kral <A.Kral@sh.cvut.cz>, Mon, 18 Jan 2010 22:28:01 +0100
Index: /pkg/tags/pimd-2.1.6-1/debian/examples
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/examples	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/examples	(revision 7375)
@@ -0,0 +1,1 @@
+debian/addons/pimd.conf
Index: /pkg/tags/pimd-2.1.6-1/debian/prerm.debhelper
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/prerm.debhelper	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/prerm.debhelper	(revision 7375)
@@ -0,0 +1,9 @@
+# Automatically added by dh_installinit
+if [ -x "/etc/init.d/pimd" ]; then
+	if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
+		invoke-rc.d pimd stop || exit $?
+	else
+		/etc/init.d/pimd stop || exit $?
+	fi
+fi
+# End automatically added section
Index: /pkg/tags/pimd-2.1.6-1/debian/control
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/control	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/control	(revision 7375)
@@ -0,0 +1,16 @@
+Source: pimd
+Section: net
+Priority: optional
+Maintainer: Antonin Kral <A.Kral@sh.cvut.cz>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.1
+
+Package: pimd
+Architecture: any
+Homepage: http://github.com/troglobit/pimd
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: mrouted, smcroute
+Description: multicast routing daemon (PIMv2)
+ pimd is implementation of Protocol Independent Multicast routing daemon.
+ It supports PIMv2-SM on FreeBSD, NetBSD, OpenBSD, Linux. Enabled PIM support
+ in kernel is needed.
Index: /pkg/tags/pimd-2.1.6-1/debian/compat
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/compat	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/compat	(revision 7375)
@@ -0,0 +1,1 @@
+7
Index: /pkg/tags/pimd-2.1.6-1/debian/init.d
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/init.d	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/init.d	(revision 7375)
@@ -0,0 +1,48 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides:          pimd
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+### END INIT INFO
+
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+DAEMON=/usr/sbin/pimd
+NAME=pimd
+DESC=pimd
+
+test -x $DAEMON || exit 0
+
+set -e
+
+case "$1" in
+  start)
+	echo -n "Starting $DESC: "
+	start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
+		--exec $DAEMON
+	echo "$NAME."
+	;;
+  stop)
+	echo -n "Stopping $DESC: "
+	start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/$NAME.pid \
+		--exec $DAEMON
+	echo "$NAME."
+	;;
+  restart|force-reload)
+	echo -n "Restarting $DESC: "
+	start-stop-daemon --stop --quiet --pidfile \
+		/var/run/$NAME.pid --exec $DAEMON
+	sleep 1
+	start-stop-daemon --start --quiet --pidfile \
+		/var/run/$NAME.pid --exec $DAEMON
+	echo "$NAME."
+	;;
+  *)
+	N=/etc/init.d/$NAME
+	echo "Usage: $N {start|stop|restart|force-reload}" >&2
+	exit 1
+	;;
+esac
+
+exit 0
Index: /pkg/tags/pimd-2.1.6-1/debian/changelog
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/changelog	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/changelog	(revision 7375)
@@ -0,0 +1,160 @@
+pimd (2.1.6-1) unstable; urgency=low
+
+  * New upstream version changing location of dump file(s) to
+    /var/lib/misc, CVE-2011-0007, Closes: Bug#609304
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Sat, 08 Jan 2011 23:54:41 +0100
+
+pimd (2.1.5-4) unstable; urgency=low
+
+  * Added oknodo to s-s-d in init.d script for stop action
+    Closes: Bug#609116
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Sat, 08 Jan 2011 17:56:48 +0100
+
+pimd (2.1.5-3) unstable; urgency=low
+
+  * fix for regression of unused parameter on *bsd, 
+    Closes: Bug#608711 (commit 6eaff4dc495ff67933a4)
+  * add -Werror to debian/rules
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Mon, 03 Jan 2011 09:22:25 +0100
+
+pimd (2.1.5-2) unstable; urgency=low
+
+  * make package a conflict to smcroute
+    https://bugs.launchpad.net/ubuntu/+source/pimd/+bug/362274
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Fri, 10 Dec 2010 13:26:10 +0100
+
+pimd (2.1.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Fix pimd exiting with "setsockopt MRT_DEL_VIF on vif 3: Invalid argument"
+    when an interface goes down.  Caused by invalid argument to MRT_DEL_VIF
+    on Linux kernels.  *BSD systems not affected.
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Sun, 21 Nov 2010 09:53:57 +0100
+
+pimd (2.1.4-1) unstable; urgency=low
+
+  * New upstream release
+  * A serious bcopy()/memcpy() replacement bug in 2.1.3 was fixed.
+  * More updates were made for Debian GNU/kFreeBSD.
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Sat, 25 Sep 2010 19:26:34 +0200
+
+pimd (2.1.3-1) unstable; urgency=low
+
+  * New upstream release (Closes: #596117)
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Fri, 10 Sep 2010 13:51:47 +0200
+
+pimd (2.1.2-2) unstable; urgency=low
+
+  * Patch from Joachim to fix FTBFS issue (Closes: #595584)
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Sun, 05 Sep 2010 21:06:41 +0200
+
+pimd (2.1.2-1) unstable; urgency=low
+
+  * New upstream release
+  * updated to the latest Debian policies
+  * lintian cleanup
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Sun, 05 Sep 2010 07:56:40 +0200
+
+pimd (2.1.1-2) unstable; urgency=low
+
+  * Update rules file with new section for pimd man page.  Moved to
+    section 8 from 1.
+
+ -- Joachim Nilsson <joachim.nilsson@member.fsf.org>  Thu, 27 May 2010 00:19:31 +0100
+
+pimd (2.1.1-1) unstable; urgency=low
+
+  * New upstream maintainer - Joachim Nilsson
+  * Package built to follow upstream, Closes: #565716
+  * updated to the latest Debian policies
+  * added lintian override for empty-debian-diff as debian dir is maintained
+    along the upstream sources
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Mon, 18 Jan 2010 18:38:39 +0100
+
+pimd (2.1.0-alpha29.17-9) unstable; urgency=low
+
+  * fixed rp_address handling on big endian machines, many thanks to Alexander
+    Clouter for providing patch (Closes: #503116)
+  * fixed Lintian warning debian-rules-ignores-make-clean-error
+  * fixed Lintian warning package-uses-deprecated-debhelper-compat-version
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Sun, 08 Feb 2009 15:26:23 +0100
+
+pimd (2.1.0-alpha29.17-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added LSB formatted dependency info in init.d script (closes: #469226)
+
+ -- Peter Eisentraut <petere@debian.org>  Thu, 03 Apr 2008 14:15:02 +0200
+
+pimd (2.1.0-alpha29.17-8) unstable; urgency=low
+
+  * explicit removal of
+    removed include/linux/netinet/in.h
+    removed include/linux/netinet/in-slackware.h
+
+    thanks Julien, Closes: #423516, #422591
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Mon, 06 Aug 2007 02:04:31 +0000
+
+pimd (2.1.0-alpha29.17-7) unstable; urgency=high
+
+  * included patch from Prasanna Krishnamoorthy, Closes #422591
+    removed include/linux/netinet/in.h
+    removed include/linux/netinet/in-slackware.h
+
+    goal is to fix missing reference to ntohl()
+
+  * init script works with newer kernels, Closes #231677
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Mon, 07 May 2007 19:14:32 +0000
+
+pimd (2.1.0-alpha29.17-6) unstable; urgency=low
+
+  * #287318 is not a bug since previsou release, closes #287318
+  * rules correction, closes #268475
+  * int pid removed from defs.h, closes #287915
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Fri, 28 Jan 2005 11:11:18 +0100
+
+pimd (2.1.0-alpha29.17-5) unstable; urgency=low
+
+  * /etc/pimd.conf added to conffiles, closes #287318
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Thu,  6 Jan 2005 23:18:36 +0100
+
+pimd (2.1.0-alpha29.17-4) unstable; urgency=low
+
+  * Addapted patch for staticRP support by Peter Mann, please refer to
+    README.Debian
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Tue, 10 Aug 2004 10:53:15 +0200
+
+pimd (2.1.0-alpha29.17-3) unstable; urgency=low
+
+  * Changed description, kernel patch is not longer needed
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Sat, 31 May 2003 08:48:11 +0200
+
+pimd (2.1.0-alpha29.17-2) unstable; urgency=low
+
+  * Changed path of pid file
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Mon,  7 Apr 2003 19:50:09 +0200
+
+pimd (2.1.0-alpha29.17-1) unstable; urgency=low
+
+  * Initial Release, closes #186454
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Thu, 27 Mar 2003 10:12:47 +0100
+
Index: /pkg/tags/pimd-2.1.6-1/debian/docs
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/docs	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/docs	(revision 7375)
@@ -0,0 +1,4 @@
+README
+README.config
+README.config.jp
+README.debug
Index: /pkg/tags/pimd-2.1.6-1/debian/rules
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/rules	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/rules	(revision 7375)
@@ -0,0 +1,91 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+CFLAGS = -Wall -Werror -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+	# Add here commands to compile the package.
+	$(MAKE)
+	#/usr/bin/docbook-to-man debian/pimd.sgml > pimd.8
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+	# Add here commands to install the package into debian/pimd.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/pimd/ prefix=/usr
+	rm -f $(CURDIR)/debian/pimd/usr/share/doc/pimd/INSTALL
+	rm -f $(CURDIR)/debian/pimd/usr/share/doc/pimd/LICENSE
+	rm -f $(CURDIR)/debian/pimd/usr/share/doc/pimd/LICENSE.mrouted
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman pimd.8
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Index: /pkg/tags/pimd-2.1.6-1/debian/substvars
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/substvars	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/substvars	(revision 7375)
@@ -0,0 +1,1 @@
+shlibs:Depends=libc6 (>= 2.7-1)
Index: /pkg/tags/pimd-2.1.6-1/debian/source/format
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/source/format	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/source/format	(revision 7375)
@@ -0,0 +1,1 @@
+3.0 (native)
Index: /pkg/tags/pimd-2.1.6-1/debian/source/lintian-overrides
===================================================================
--- /pkg/tags/pimd-2.1.6-1/debian/source/lintian-overrides	(revision 7375)
+++ /pkg/tags/pimd-2.1.6-1/debian/source/lintian-overrides	(revision 7375)
@@ -0,0 +1,2 @@
+pimd source: empty-debian-diff
+pimd source: native-package-with-dash-version
