Date: Friday, January 7, 2011 @ 07:14:04 Author: daniel Revision: 105178
upgpkg: mod_mono 2.8.2-1 Upstream security fix CVE-2010-4225 Modified: mod_mono/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-07 12:13:51 UTC (rev 105177) +++ PKGBUILD 2011-01-07 12:14:04 UTC (rev 105178) @@ -3,16 +3,16 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=mod_mono -pkgver=2.8 +pkgver=2.8.2 pkgrel=1 pkgdesc="The mono module to make ASP.NET running on top of apache" arch=(i686 x86_64) license=('APACHE') -depends=('apache>=2.2.11' 'xsp>=2.8') +depends=('apache>=2.2.11' 'xsp>=2.8.2') url="http://www.go-mono.com" install=${pkgname}.install source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('0460af8b017a1796998dc2aa947a860b') +md5sums=('f1062d51e0b289cf92a57cc438ecc030') build() { cd ${startdir}/src/${pkgname}-${pkgver}
