16172230 Need to adjust COMPONENT_BUGDB for net-ssleay and pyopenssl s11-update
authorRich Burridge <rich.burridge@oracle.com>
Wed, 16 Jan 2013 08:45:29 -0800
branchs11-update
changeset 2468 ac31ae1adcff
parent 2467 879b00be0487
child 2470 2ceafba906e4
16172230 Need to adjust COMPONENT_BUGDB for net-ssleay and pyopenssl
components/perl_modules/net-ssleay/Makefile
components/python/pyopenssl/Makefile
--- a/components/perl_modules/net-ssleay/Makefile	Wed Jan 16 17:18:21 2013 +0100
+++ b/components/perl_modules/net-ssleay/Makefile	Wed Jan 16 08:45:29 2013 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -33,7 +33,7 @@
 COMPONENT_ARCHIVE_HASH=	\
     sha256:e262897263c5aa9096e39f7813c7cb7d4d05508ca406b173878c4ecddb2c53ce
 COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	utility/openssl
+COMPONENT_BUGDB=	perl-mod/net-ssleay
 
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/makemaker.mk
--- a/components/python/pyopenssl/Makefile	Wed Jan 16 17:18:21 2013 +0100
+++ b/components/python/pyopenssl/Makefile	Wed Jan 16 08:45:29 2013 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -32,7 +32,7 @@
 COMPONENT_ARCHIVE_HASH=	\
     sha256:42ae2dc29a5ebf5088521cb8df2b1bdf039d28e14845fd9df4ab59658b565cfd
 COMPONENT_ARCHIVE_URL=	http://launchpad.net/pyopenssl/main/0.11/+download/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	utility/openssl
+COMPONENT_BUGDB=	python-mod/pyopenssl
 
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/setup.py.mk