diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-06-02 08:16:22 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-06-02 08:16:22 +0000 |
commit | 9bd7219dfc7b3c5478eeba714bbc2f6853de910c (patch) | |
tree | 9406c0eff97952e3d3d56703e69745f8e12f984d /app-crypt/tinyca/files | |
parent | Initial commit, based on submission from bug #109465, thanks to Fabian Neuman... (diff) | |
download | gentoo-2-9bd7219dfc7b3c5478eeba714bbc2f6853de910c.tar.gz gentoo-2-9bd7219dfc7b3c5478eeba714bbc2f6853de910c.tar.bz2 gentoo-2-9bd7219dfc7b3c5478eeba714bbc2f6853de910c.zip |
version bump
(Portage version: 2.1_rc3)
Diffstat (limited to 'app-crypt/tinyca/files')
-rw-r--r-- | app-crypt/tinyca/files/digest-tinyca-2.0.7.3 | 3 | ||||
-rw-r--r-- | app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-crypt/tinyca/files/digest-tinyca-2.0.7.3 b/app-crypt/tinyca/files/digest-tinyca-2.0.7.3 new file mode 100644 index 000000000000..847600f7b4fb --- /dev/null +++ b/app-crypt/tinyca/files/digest-tinyca-2.0.7.3 @@ -0,0 +1,3 @@ +MD5 de99b2b2aa2ecfacd3cae2920d0fe31c tinyca2-0.7.3.tar.bz2 146531 +RMD160 f75cab76984d36c21a31d9ba4bf4514a879345f7 tinyca2-0.7.3.tar.bz2 146531 +SHA256 0c54163f7740486c1d4370803270e4dd12946dd58ed7c8b183e6f21da639b987 tinyca2-0.7.3.tar.bz2 146531 diff --git a/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch b/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch new file mode 100644 index 000000000000..a074eec2025a --- /dev/null +++ b/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch @@ -0,0 +1,12 @@ +--- tinyca2-0.7.2/./tinyca2.orig 2006-05-28 21:45:03.000000000 +1000 ++++ tinyca2-0.7.2/tinyca2 2006-05-28 21:46:38.000000000 +1000 +@@ -87,6 +87,9 @@ + + umask(0077); + ++# https://bugs.gentoo.org/show_bug.cgi?id=78576 ++$ENV{XLIB_SKIP_ARGB_VISUALS}= '1'; ++ + # create main object and initialize CA + my $gui = GUI->new($init); + |