pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups annotate patch file with comments from Yori...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcebcfe9c723
branches:  trunk
changeset: 553791:fcebcfe9c723
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Jan 30 12:44:15 2009 +0000

description:
annotate patch file with comments from Yorick Hardy

&data issue filed as http://www.cups.org/str.php?L3079 and fixed in
cups svn 28 minutes later.

The deeper issue is that firefox3 defines SHA1_Update in nss and cups
uses openssl and the nss symbol wins; hence any use of RAND_seed
fails.

diffstat:

 print/cups/distinfo         |  4 ++--
 print/cups/patches/patch-ae |  9 +++++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r e460ba7f6be1 -r fcebcfe9c723 print/cups/distinfo
--- a/print/cups/distinfo       Fri Jan 30 08:18:45 2009 +0000
+++ b/print/cups/distinfo       Fri Jan 30 12:44:15 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.58 2009/01/29 15:28:31 gdt Exp $
+$NetBSD: distinfo,v 1.59 2009/01/30 12:44:15 gdt Exp $
 
 SHA1 (cups-1.3.9-source.tar.bz2) = c1a596b355201320456b393446286fe3947bce16
 RMD160 (cups-1.3.9-source.tar.bz2) = ec8bd9fc6ee45648b6eb22949f44fc4cf2defd4e
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 11936b2512fc4480a45a8efb01de0c5a29a7a6e8
 SHA1 (patch-ac) = 02fab706563f7ba01d66530f9462759689c09f04
 SHA1 (patch-ad) = 6695c344453495cd960460733a80d50654786c60
-SHA1 (patch-ae) = 87b19c14bb2365630d1857c32b71236f0aab787b
+SHA1 (patch-ae) = f35e4460bb0cb73b4760b024dc8dc62570770ee0
 SHA1 (patch-an) = 5c12e6de5d83659011c6050786049756e4aa4b49
 SHA1 (patch-ao) = 4fc204e312bf8752f3f3b4fd73ec1e4f166ae2d3
 SHA1 (patch-at) = eea32b989402c353f5f1644348c1042a3d4ddfa1
diff -r e460ba7f6be1 -r fcebcfe9c723 print/cups/patches/patch-ae
--- a/print/cups/patches/patch-ae       Fri Jan 30 08:18:45 2009 +0000
+++ b/print/cups/patches/patch-ae       Fri Jan 30 12:44:15 2009 +0000
@@ -1,6 +1,11 @@
-$NetBSD: patch-ae,v 1.20 2009/01/29 15:28:31 gdt Exp $
+$NetBSD: patch-ae,v 1.21 2009/01/30 12:44:15 gdt Exp $
 
-Should be pushed upstream and the real problem identified.
+&data issue filed as http://www.cups.org/str.php?L3079 and fixed in
+cups svn 28 minutes later.
+
+The deeper issue is that firefox3 defines SHA1_Update in nss and cups
+uses openssl and the nss symbol wins; hence any use of RAND_seed
+fails.
 
 --- cups/http.c.orig   2008-08-01 14:33:16.000000000 -0400
 +++ cups/http.c



Home | Main Index | Thread Index | Old Index