19078653 stunnel version 4.56 needs a TPNO when the moment is right
authorJames Chang <james.c.chang@Oracle.COM>
Fri, 06 Feb 2015 10:22:39 -0800
changeset 3741 5813a4ba7644
parent 3740 2599cfb320ad
child 3742 55497e208813
19078653 stunnel version 4.56 needs a TPNO when the moment is right
components/stunnel/Makefile
components/stunnel/stunnel.p5m
--- a/components/stunnel/Makefile	Fri Feb 06 10:04:38 2015 -0800
+++ b/components/stunnel/Makefile	Fri Feb 06 10:22:39 2015 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -36,6 +36,7 @@
 COMPONENT_ARCHIVE_URL=	http://pkgs.fedoraproject.org/repo/pkgs/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)/ac4c4a30bd7a55b6687cbd62d864054c/$(COMPONENT_ARCHIVE)
 
 COMPONENT_BUGDB=	utility/stunnel
+TPNO=                   21367
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
--- a/components/stunnel/stunnel.p5m	Fri Feb 06 10:04:38 2015 -0800
+++ b/components/stunnel/stunnel.p5m	Fri Feb 06 10:22:39 2015 -0800
@@ -31,6 +31,7 @@
     value="Stunnel is a socket wrapper which can provide SSL (Secure Sockets Layer) support to ordinary applications. For example, it can be used in conjunction with imapd to create an SSL secure IMAP server."
 set name=com.oracle.info.description \
     value="stunnel, a SSL-encrypting socket wrapper"
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification value=org.opensolaris.category.2008:System/Security
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)