Package Details: mrouted 4.5-1

Git Clone URL: https://aur.archlinux.org/mrouted.git (read-only, click to copy)
Package Base: mrouted
Description: An implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers.
Upstream URL: https://github.com/troglobit/mrouted
Licenses: BSD
Submitter: None
Maintainer: bidulock (jjm)
Last Packager: jjm
Votes: 9
Popularity: 0.000140
First Submitted: 2011-07-27 07:13 (UTC)
Last Updated: 2023-06-04 18:31 (UTC)

Latest Comments

CyberShadow commented on 2017-03-13 23:09 (UTC)

3.9.8: diff --git a/PKGBUILD b/PKGBUILD index dd6be0f..fa0c75c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,21 @@ pkgname=mrouted -pkgver=3.9.6 -pkgrel=7 +pkgver=3.9.8 +pkgrel=1 pkgdesc="mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers." arch=('i686' 'x86_64') url="http://freshmeat.net/projects/mrouted" license=('BSD') backup=('etc/mrouted.conf') -source=("http://cloud.github.com/downloads/troglobit/mrouted/mrouted-${pkgver}.tar.bz2" +source=("https://github.com/troglobit/mrouted/releases/download/${pkgver}/mrouted-${pkgver}.tar.bz2" "mrouted.service") -md5sums=('e88dfa6a99dd4ee7d8bc7b2dca87ca9e' +md5sums=('8fdd21cf7028b0d16e9477140d311750' 'a1ba2643cb169513666a2dcc98e01f4e') build() { cd "$srcdir/${pkgname}-${pkgver}/" + + ./configure + # and this was supposed to be "easier"? sed -i 's|sbin|bin|g' Makefile

jefbed commented on 2016-10-24 01:43 (UTC)

Build fails with BSD_SOURCE deprecated and invalid logic in mapper.c. Here's a patch: https://github.com/troglobit/mrouted/files/546791/mrouted_linux.txt

<deleted-account> commented on 2011-07-29 06:09 (UTC)

see: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-misc/mrouted/mrouted-3.9.5.ebuild?view=markup