diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-09-25 18:28:40 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-09-25 18:28:40 +0300 |
commit | d945e189350ea17cf39f511aeed319ef71691c9c (patch) | |
tree | 8aed0db0a52f7fa845ef4fc38a1a15f8560ac126 /testing | |
parent | 4cc5da6be4be0397f641c03a929aeb74403e54c2 (diff) | |
download | aports-d945e189350ea17cf39f511aeed319ef71691c9c.tar.bz2 aports-d945e189350ea17cf39f511aeed319ef71691c9c.tar.xz |
testing/igmpproxy: recompile due to kernel abi change
the multicast patch that broke abi was removed, so we need to
recomiple igmpproxy again.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/igmpproxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/igmpproxy/APKBUILD b/testing/igmpproxy/APKBUILD index a3acac70c1..c61fb1504f 100644 --- a/testing/igmpproxy/APKBUILD +++ b/testing/igmpproxy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=igmpproxy pkgver=0.1_beta4 -pkgrel=1 +pkgrel=2 pkgdesc="a simple dynamic Multicast Routing Daemon using only IGMP signalling" url="http://sourceforge.net/projects/igmpproxy/" license="GPL" |