diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2008-05-04 12:45:23 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2008-05-04 12:45:23 +0000 |
commit | fbaa6b1e6040a94f60bbefbd15a35edcd66af419 (patch) | |
tree | a5c14e7391456a2a3e21648a06d86b1f335342c4 /profiles | |
parent | Remove extension from the icon to follow the specification. (diff) | |
download | historical-fbaa6b1e6040a94f60bbefbd15a35edcd66af419.tar.gz historical-fbaa6b1e6040a94f60bbefbd15a35edcd66af419.tar.bz2 historical-fbaa6b1e6040a94f60bbefbd15a35edcd66af419.zip |
Replace older package masks on dev-haskell/regex-* by less restrictive ones.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/package.mask | 19 |
2 files changed, 16 insertions, 11 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index fa4bf696d0e8..ae176117b51d 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1383 2008/05/04 05:16:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1384 2008/05/04 12:45:23 kolmodin Exp $ + + 04 May 2008; Lennart Kolmodin <kolmodin@gentoo.org> package.mask: + Rewrite the package masks on the dev-haskell/regex-* packages. + The new masks are less restrictive as there are now non-experimental + versions in the 0.9x series. This replaces the package masks by Duncan + Coutts. 04 May 2008; Hans de Graaff <graaff@gentoo.org> package.mask: Mask broken xemacs version with security problems added by jmglov without even diff --git a/profiles/package.mask b/profiles/package.mask index 579c1db56f22..ceffdebf0302 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.8553 2008/05/04 05:16:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.8554 2008/05/04 12:45:23 kolmodin Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked @@ -29,6 +29,14 @@ #--- END OF EXAMPLES --- +# Lennart Kolmodin <kolmodin@gentoo.org> (04 May 2008) +# Some of the older 0.9x regex packages are experimental versions and does +# not work with ghc-6.8. There are now newer versions that should be used +# instead. This replaces the older package mask by Duncan Coutts. +=dev-haskell/regex-compat-0.90 +=dev-haskell/regex-base-0.91 +=dev-haskell/regex-posix-0.92 + # Hans de Graaff <graaff@gentoo.org> (4 May 2008) # Mask broken and insecure xemacs version added by jmglov >=app-editors/xemacs-21.5.28 @@ -975,15 +983,6 @@ dev-lang/entity # Please switch to sys-kernel/gentoo-sources sys-kernel/hppa-sources -# Duncan Coutts <dcoutts@gentoo.org> (14 Dec 2007) -# the 0.9x regex packages are not actually the latest stable versions -# they're experimental versions and they do not yet work with ghc-6.8 -# You're welcome to unmask if you want to use them but let's not confuse -# everone else with thinking these are the 'best' versions of the packages. ->=dev-haskell/regex-base-0.90 ->=dev-haskell/regex-posix-0.90 ->=dev-haskell/regex-compat-0.90 - # Doug Klima <cardoe@gentoo.org> (13 Dec 2007) # older then current releases and should be removed =sys-auth/pam_krb5-20030601-r1 |