diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-09-20 23:18:32 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-09-20 23:18:32 +0000 |
commit | bdb927ae0369eefbea81acbea88738b021d24624 (patch) | |
tree | e212b8e02b4c6802d410a13b6b654b4bc9fc5d78 /dev-lang/mono | |
parent | Remove vulnerable NX 2.1 versions, security bug #192712 (diff) | |
download | gentoo-2-bdb927ae0369eefbea81acbea88738b021d24624.tar.gz gentoo-2-bdb927ae0369eefbea81acbea88738b021d24624.tar.bz2 gentoo-2-bdb927ae0369eefbea81acbea88738b021d24624.zip |
dev-lang/mono-1.2.5.1: version bump
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/mono/files/digest-mono-1.2.5-r1 | 3 | ||||
-rw-r--r-- | dev-lang/mono/files/digest-mono-1.2.5.1 | 3 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.2.5.1.ebuild (renamed from dev-lang/mono/mono-1.2.5-r1.ebuild) | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index ccbbe1e4e211..8216656d6b37 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/mono # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.126 2007/09/11 13:49:23 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.127 2007/09/20 23:18:31 jurek Exp $ + +*mono-1.2.5.1 (20 Sep 2007) + + 20 Sep 2007; Jurek Bartuszek <jurek@gentoo.org> -mono-1.2.5-r1.ebuild, + +mono-1.2.5.1.ebuild: + Version bump *mono-1.2.5-r1 (11 Sep 2007) diff --git a/dev-lang/mono/files/digest-mono-1.2.5-r1 b/dev-lang/mono/files/digest-mono-1.2.5-r1 deleted file mode 100644 index 77e998b4c7a1..000000000000 --- a/dev-lang/mono/files/digest-mono-1.2.5-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 03a6d15fbf447a7807cc402dc8f64036 mono-1.2.5.tar.bz2 17503807 -RMD160 aaef7d2d8940b917369eabe205c118d887e7ae32 mono-1.2.5.tar.bz2 17503807 -SHA256 2eedf307600e057776cfc2801ac54cded4d5d595d32b549f3b781cc762ade1c6 mono-1.2.5.tar.bz2 17503807 diff --git a/dev-lang/mono/files/digest-mono-1.2.5.1 b/dev-lang/mono/files/digest-mono-1.2.5.1 new file mode 100644 index 000000000000..69021308d2e0 --- /dev/null +++ b/dev-lang/mono/files/digest-mono-1.2.5.1 @@ -0,0 +1,3 @@ +MD5 dfede0c8c29384a8f8a6953a9bd06224 mono-1.2.5.1.tar.bz2 17492757 +RMD160 8000374d9aaa3149599ba83079959303a6bae014 mono-1.2.5.1.tar.bz2 17492757 +SHA256 434f91032e48c03e1202ba3cef1648e2708eeefcf51143d3547e34acc9c68a96 mono-1.2.5.1.tar.bz2 17492757 diff --git a/dev-lang/mono/mono-1.2.5-r1.ebuild b/dev-lang/mono/mono-1.2.5.1.ebuild index ff6d0ca730da..f6cf1c556e00 100644 --- a/dev-lang/mono/mono-1.2.5-r1.ebuild +++ b/dev-lang/mono/mono-1.2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5-r1.ebuild,v 1.1 2007/09/11 13:49:23 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.5.1.ebuild,v 1.1 2007/09/20 23:18:31 jurek Exp $ inherit eutils flag-o-matic multilib autotools @@ -51,8 +51,6 @@ src_unpack() { ${S}/{scripts,}/*.pc.in \ || die "sed failed" - epatch ${FILESDIR}/${P}-make-check.patch || die "patch failed" - epatch ${FILESDIR}/${P}-remoting.patch || die "patch failed" epatch ${FILESDIR}/${PN}-1.2.4-pic.patch || die "patch failed" # Remove dummy ltconfig and let libtool handle it |