public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/povray/files: povray-3.6.1-only-libjpeg-6b.patch
@ 2011-09-28 17:43 Joe Peterson (lavajoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Peterson (lavajoe) @ 2011-09-28 17:43 UTC (permalink / raw
  To: gentoo-commits

lavajoe     11/09/28 17:43:12

  Added:                povray-3.6.1-only-libjpeg-6b.patch
  Log:
  Require older libjpeg-6b for older povray-3.6.1 and use included static lib if not available (bug #382459); revert use of EROOT, etc., in povray-3.6.1 ebuild (not EAPI 3)
  
  (Portage version: 2.1.10.19/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-gfx/povray/files/povray-3.6.1-only-libjpeg-6b.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/povray/files/povray-3.6.1-only-libjpeg-6b.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/povray/files/povray-3.6.1-only-libjpeg-6b.patch?rev=1.1&content-type=text/plain

Index: povray-3.6.1-only-libjpeg-6b.patch
===================================================================
--- povray-3.6.1/acinclude.m4~       2011-09-28 10:53:30.000000000 -0600
+++ povray-3.6.1/acinclude.m4        2011-09-28 10:54:17.000000000 -0600
@@ -494,7 +494,7 @@ AC_DEFUN([POV_CHECK_LIBJPEG],
         [jpeglib.h],
         [
           # check library version, update LIBS
-          AC_MSG_CHECKING([for libjpeg version >= $1])
+          AC_MSG_CHECKING([for libjpeg version == $1])
           AC_RUN_IFELSE(
             [
               AC_LANG_SOURCE(
@@ -507,7 +507,7 @@ int main (void)
   sprintf (ver_string, "%d", JPEG_LIB_VERSION);
   ver_string[[1]] = (ver_string[[1]] > '0') ? ver_string[[1]] + 48 : '\0';
   fprintf (stderr, "%s\n", ver_string);
-  return ! (strcmp (ver_string, "$1") >= 0);
+  return ! (strcmp (ver_string, "$1") == 0);
 }]
               )
             ],






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/povray/files: povray-3.6.1-only-libjpeg-6b.patch
@ 2011-09-28 19:33 Joe Peterson (lavajoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Peterson (lavajoe) @ 2011-09-28 19:33 UTC (permalink / raw
  To: gentoo-commits

lavajoe     11/09/28 19:33:31

  Removed:              povray-3.6.1-only-libjpeg-6b.patch
  Log:
  Reverting static lib change (security issue, and requesting more info from bug submitter of bug #382459) - note that stable keywords added back are same as before
  
  (Portage version: 2.1.10.19/cvs/Linux x86_64, RepoMan options: --force)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-28 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 19:33 [gentoo-commits] gentoo-x86 commit in media-gfx/povray/files: povray-3.6.1-only-libjpeg-6b.patch Joe Peterson (lavajoe)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-28 17:43 Joe Peterson (lavajoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox