19078653 stunnel version 4.56 needs a TPNO when the moment is right s11-update
authorJames Chang <james.c.chang@Oracle.COM>
Tue, 10 Feb 2015 16:43:34 -0800
branchs11-update
changeset 3762 24bf22f4dfa8
parent 3760 b92075be8b9d
child 3763 3b1d75f94ef2
19078653 stunnel version 4.56 needs a TPNO when the moment is right
components/stunnel/Makefile
components/stunnel/stunnel.p5m
--- a/components/stunnel/Makefile	Mon Dec 01 16:23:23 2014 -0800
+++ b/components/stunnel/Makefile	Tue Feb 10 16:43:34 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	Mon Dec 01 16:23:23 2014 -0800
+++ b/components/stunnel/stunnel.p5m	Tue Feb 10 16:43:34 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)