From nobody@FreeBSD.org  Sun Feb  5 12:32:43 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 567991065672
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  5 Feb 2012 12:32:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 3AD3B8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  5 Feb 2012 12:32:43 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q15CWhef029103
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 5 Feb 2012 12:32:43 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q15CWhim029099;
	Sun, 5 Feb 2012 12:32:43 GMT
	(envelope-from nobody)
Message-Id: <201202051232.q15CWhim029099@red.freebsd.org>
Date: Sun, 5 Feb 2012 12:32:43 GMT
From: Stefan Krger <stadtkind2@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Add Via Padlock support to security/openssl (patch included)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         164795
>Category:       ports
>Synopsis:       Add Via Padlock support to security/openssl (patch included)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 05 12:40:08 UTC 2012
>Closed-Date:    Fri Jun 15 23:08:48 CEST 2012
>Last-Modified:  Sat Jun 16 00:03:23 UTC 2012
>Originator:     Stefan Krger
>Release:        FreeBSD 9.0-REL amd64
>Organization:
>Environment:
...
>Description:
Via Padlock support in OpenSSL is suboptimal at the moment, the attached patch adds some 3rd party openssl patches to enable full support for Via Padlock CPUs:

$ dmesg | grep CPU
CPU: VIA Nano U3300@1200MHz (1197.03-MHz K8-class CPU)
$ /usr/local/bin/openssl engine -c -tt
(cryptodev) BSD cryptodev engine
 [RSA, DSA, DH, AES-128-CBC, AES-192-CBC, AES-256-CBC]
     [ available ]
(dynamic) Dynamic engine loading support
     [ unavailable ]
(padlock) VIA PadLock: RNG ACE2 PHE PMM NANO
 [AES-128-ECB, AES-128-CBC, AES-128-CFB, AES-128-OFB, AES-192-ECB, AES-192-CBC, AES-192-CFB, AES-192-OFB, AES-256-ECB, AES-256-CBC, AES-256-CFB, AES-256-OFB, SHA1, DSA, SHA224, SHA256]
     [ available ]
$ /usr/local/bin/openssl speed sha1 sha256 hmac-sha1 -engine padlock
engine "padlock" set.
..
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
sha1             31285.09k    93837.78k   216682.72k   322326.58k   376196.59k
sha256           28490.06k    84352.09k   190977.55k   279109.44k   322914.87k
hmac(sha1)       11233.03k    40204.20k   122229.52k   249804.46k   361585.79k

>How-To-Repeat:
There's no support for Via CPUs's sha1/sha224/sha256/hmac-sha1 in OpenSSL. Running "/usr/local/bin/openssl speed sha1 sha256 hmac-sha1 -engine padlock" will not make use of hw accel.

The third patch (0003-engines-e_padlock-backport-cvs-head-changes.patch) also fixes 64bit issues with newer Via Nano 64bit CPUs.
>Fix:
diff -uNr openssl.orig/Makefile openssl/Makefile
--- openssl.orig/Makefile       2012-02-05 12:05:00.000000000 +0100
+++ openssl/Makefile    2012-02-05 13:04:36.000000000 +0100
@@ -33,6 +33,7 @@
                ZLIB    "Build with zlib compression" on \
                MD2     "Build with MD2 hash (obsolete)" on \
                RC5     "Build with RC5 chipher (patented)" off \
+               PADLOCK "Build with Via Padlock support" off \
                RFC3779 "Build with RFC3779 support" off \
        DTLS_RENEGOTIATION      "Build with DTLS Abbr. renegotiations" off \
        DTLS_HEARTBEAT          "Build with DTLS Heartbeat Extension" off \
@@ -1092,6 +1093,16 @@
 PLIST_SUB+=    WITH_RC5="@comment "
 .endif

+.if defined(WITH_PADLOCK)
+PATCH_DIST_STRIP= -p1
+PATCH_SITES+=  http://git.alpinelinux.org/cgit/aports/plain/main/openssl/:padlock
+PATCHFILES+=   0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch:padlock \
+       0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch:padlock \
+       0003-engines-e_padlock-backport-cvs-head-changes.patch:padlock \
+       0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch:padlock \
+       0005-crypto-engine-autoload-padlock-dynamic-engine.patch:padlock
+.endif
+
 .if defined(WITH_GMP)
 EXTRACONFIGURE+=       enable-gmp
 IGNORE=                GMP is LGPLv3 an can not be linked.
diff -uNr openssl.orig/distinfo openssl/distinfo
--- openssl.orig/distinfo       2012-02-05 12:05:00.000000000 +0100
+++ openssl/distinfo    2012-02-05 12:14:48.000000000 +0100
@@ -6,3 +6,13 @@
 SIZE (openssl-1.0.0g/dtls-heartbeats.patch) = 14132
 SHA256 (openssl-1.0.0g/dtls-sctp-24.patch) = 8335423c6f4767b899d923091244ec90cab4aabbd6e557358d04d0daf023001a
 SIZE (openssl-1.0.0g/dtls-sctp-24.patch) = 57229
+SHA256 (openssl-1.0.0g/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 7f40edec04115e97ae2c64e77d3324f6083963200add148f9a4dec090c60550b
+SIZE (openssl-1.0.0g/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3089
+SHA256 (openssl-1.0.0g/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch) = 7e00b1e36ea7e00a87c33c095c4d1379f21c6ef8f83a65ab457fd03166f6e0e9
+SIZE (openssl-1.0.0g/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch) = 10561
+SHA256 (openssl-1.0.0g/0003-engines-e_padlock-backport-cvs-head-changes.patch) = cc5e464d7bf8e181bb454de65772366ed90ee91716ecbadaaf2dfda2e080fdc2
+SIZE (openssl-1.0.0g/0003-engines-e_padlock-backport-cvs-head-changes.patch) = 5897
+SHA256 (openssl-1.0.0g/0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = bff8308f6652c8ddade1dd3261e5519fa3aa1660bea3474fc9996a53382a26b5
+SIZE (openssl-1.0.0g/0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20552
+SHA256 (openssl-1.0.0g/0005-crypto-engine-autoload-padlock-dynamic-engine.patch) = 5a2d80da0f24ae7675f38bdb3227ebe081eaefdfe3ba390acdb5d8dbefa80e93
+SIZE (openssl-1.0.0g/0005-crypto-engine-autoload-padlock-dynamic-engine.patch) = 838

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 5 12:40:17 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164795 
State-Changed-From-To: open->analyzed 
State-Changed-By: dinoex 
State-Changed-When: Wed Feb 15 07:55:43 CET 2012 
State-Changed-Why:  
patch in testing 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164795 
State-Changed-From-To: analyzed->feedback 
State-Changed-By: dinoex 
State-Changed-When: Wed Feb 22 06:10:54 CET 2012 
State-Changed-Why:  

sorry but this don't work well with all other patches. 

===>  Vulnerability check disabled, database not found 
===>  License check disabled, port has not defined LICENSE 
===>  Extracting for openssl-full-current-1.0.0_10 
===>  Vulnerability check disabled, database not found 
===>  License check disabled, port has not defined LICENSE 
=> SHA256 Checksum OK for openssl-1.0.0g/openssl-1.0.0g.tar.gz. 
=> SHA256 Checksum OK for openssl-1.0.0g/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch. 
=> SHA256 Checksum OK for openssl-1.0.0g/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch. 
=> SHA256 Checksum OK for openssl-1.0.0g/0003-engines-e_padlock-backport-cvs-head-changes.patch. 
=> SHA256 Checksum OK for openssl-1.0.0g/0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch. 
=> SHA256 Checksum OK for openssl-1.0.0g/0005-crypto-engine-autoload-padlock-dynamic-engine.patch. 
=> SHA256 Checksum OK for openssl-1.0.0g/dtls-sctp-24.patch. 
===>   openssl-full-current-1.0.0_10 depends on file: /usr/local/bin/perl5.12.4 - found 
===>  Patching for openssl-full-current-1.0.0_10 
===>   openssl-full-current-1.0.0_10 depends on file: /usr/local/bin/perl5.12.4 - found 
===>  Applying distribution patches for openssl-full-current-1.0.0_10 
No file to patch.  Skipping... 
6 out of 6 hunks ignored--saving rejects to bio/bio.h.rej 
Can't create bio/bio.h.rej, output is in /tmp//patchrTUNKFd: No such file or directory 
No file to patch.  Skipping... 
11 out of 11 hunks ignored--saving rejects to bio/bss_dgram.c.rej 
Can't create bio/bss_dgram.c.rej, output is in /tmp//patchrTUNKFd: No such file or directory 
No file to patch.  Skipping... 
1 out of 1 hunks ignored--saving rejects to d1_both.c.rej 
No file to patch.  Skipping... 
13 out of 13 hunks ignored--saving rejects to d1_clnt.c.rej 
No file to patch.  Skipping... 
1 out of 1 hunks ignored--saving rejects to d1_lib.c.rej 
No file to patch.  Skipping... 
8 out of 8 hunks ignored--saving rejects to d1_pkt.c.rej 
No file to patch.  Skipping... 
12 out of 12 hunks ignored--saving rejects to d1_srvr.c.rej 
No file to patch.  Skipping... 
3 out of 3 hunks ignored--saving rejects to dtls1.h.rej 
No file to patch.  Skipping... 
2 out of 2 hunks ignored--saving rejects to ssl3.h.rej 
No file to patch.  Skipping... 
2 out of 2 hunks ignored--saving rejects to ssl_locl.h.rej 
*** Error code 59 

Stop in /usr/ports/current/openssl-full. 
*** Error code 1 

Stop in /usr/ports/current/openssl-full. 



http://www.freebsd.org/cgi/query-pr.cgi?pr=164795 

From: Stefan =?iso-8859-1?Q?Kr=FCger?= <stadtkind2@gmx.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164795: Add Via Padlock support to security/openssl (patch
 included)
Date: Sun, 4 Mar 2012 23:31:43 +0100

 On Wed, 22 Feb 2012, dinoex@FreeBSD.org wrote:
 
 > Synopsis: Add Via Padlock support to security/openssl (patch included)
 > 
 > State-Changed-From-To: analyzed->feedback
 > State-Changed-By: dinoex
 > State-Changed-When: Wed Feb 22 06:10:54 CET 2012
 > State-Changed-Why: 
 > 
 > sorry but this don't work well with all other patches.
 > 
 > ===>  Vulnerability check disabled, database not found
 > ===>  License check disabled, port has not defined LICENSE
 > ===>  Extracting for openssl-full-current-1.0.0_10
 > ===>  Vulnerability check disabled, database not found
 > ===>  License check disabled, port has not defined LICENSE
 > => SHA256 Checksum OK for openssl-1.0.0g/openssl-1.0.0g.tar.gz.
 > => SHA256 Checksum OK for openssl-1.0.0g/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch.
 > => SHA256 Checksum OK for openssl-1.0.0g/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch.
 > => SHA256 Checksum OK for openssl-1.0.0g/0003-engines-e_padlock-backport-cvs-head-changes.patch.
 > => SHA256 Checksum OK for openssl-1.0.0g/0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch.
 > => SHA256 Checksum OK for openssl-1.0.0g/0005-crypto-engine-autoload-padlock-dynamic-engine.patch.
 > => SHA256 Checksum OK for openssl-1.0.0g/dtls-sctp-24.patch.
 > ===>   openssl-full-current-1.0.0_10 depends on file: /usr/local/bin/perl5.12.4 - found
 > ===>  Patching for openssl-full-current-1.0.0_10
 > ===>   openssl-full-current-1.0.0_10 depends on file: /usr/local/bin/perl5.12.4 - found
 > ===>  Applying distribution patches for openssl-full-current-1.0.0_10
 > No file to patch.  Skipping...
 > 6 out of 6 hunks ignored--saving rejects to bio/bio.h.rej
 > Can't create bio/bio.h.rej, output is in /tmp//patchrTUNKFd: No such file or directory
 > No file to patch.  Skipping...
 > 11 out of 11 hunks ignored--saving rejects to bio/bss_dgram.c.rej
 > Can't create bio/bss_dgram.c.rej, output is in /tmp//patchrTUNKFd: No such file or directory
 > No file to patch.  Skipping...
 > 1 out of 1 hunks ignored--saving rejects to d1_both.c.rej
 > No file to patch.  Skipping...
 > 13 out of 13 hunks ignored--saving rejects to d1_clnt.c.rej
 > No file to patch.  Skipping...
 > 1 out of 1 hunks ignored--saving rejects to d1_lib.c.rej
 > No file to patch.  Skipping...
 > 8 out of 8 hunks ignored--saving rejects to d1_pkt.c.rej
 > No file to patch.  Skipping...
 > 12 out of 12 hunks ignored--saving rejects to d1_srvr.c.rej
 > No file to patch.  Skipping...
 > 3 out of 3 hunks ignored--saving rejects to dtls1.h.rej
 > No file to patch.  Skipping...
 > 2 out of 2 hunks ignored--saving rejects to ssl3.h.rej
 > No file to patch.  Skipping...
 > 2 out of 2 hunks ignored--saving rejects to ssl_locl.h.rej
 > *** Error code 59
 > 
 > Stop in /usr/ports/current/openssl-full.
 > *** Error code 1
 > 
 > Stop in /usr/ports/current/openssl-full.
 > 
 > 
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=164795
 
 Hm, that's strange, because the padlock patches don't touch any of the files
 you mentioned at all:
 
 me@host:/usr/ports/distfiles/openssl-1.0.0g $ grep diff 000*
 0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch:diff --git
 a/crypto/hmac/hmac.c b/crypto/hmac/hmac.c
 0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch:diff --git
 a/apps/speed.c b/apps/speed.c
 0003-engines-e_padlock-backport-cvs-head-changes.patch:diff --git
 a/engines/e_padlock.c b/engines/e_padlock.c
 0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch:diff --git
 a/engines/e_padlock.c b/engines/e_padlock.c
 0005-crypto-engine-autoload-padlock-dynamic-engine.patch:diff --git
 a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c
 
 Is the DTLS patch broken?

From: Farid <djfarid@gmail.com>
To: bug-followup@FreeBSD.org, stadtkind2@gmx.de
Cc:  
Subject: Re: ports/164795: Add Via Padlock support to security/openssl
 (patch included)
Date: Thu, 15 Mar 2012 13:00:03 +0100

 The patches work with my VIA VB8001 board.
 Thank you!
 
 I had no errors while compiling and installing.
 
 
 

From: Hakisho Nukama <nukama@googlemail.com>
To: bug-followup@FreeBSD.org, stadtkind2@gmx.de
Cc:  
Subject: Re: ports/164795: Add Via Padlock support to security/openssl (patch included)
Date: Thu, 15 Mar 2012 14:56:36 +0000

 Patch applies fine after extracting from wrangled PR.
 
 Updated Patch against current version (including ports/166064):
 https://redports.org/export/2622/Nukama/Attic/patches/openssl-164795.patch
 
 Builds on all redports backends:
 https://redports.org/buildarchive/20120314145625-42451/
 
 Builds with current patched version from ports:
 https://redports.org/buildarchive/20120314184501-48586/
 
 And runs on my VIA board.
 https://forums.freebsd.org/showpost.php?p=170214&postcount=3
State-Changed-From-To: feedback->analyzed 
State-Changed-By: dinoex 
State-Changed-When: Mon Mar 19 18:29:30 CET 2012 
State-Changed-Why:  
patchset only works if no other patches are applied. 
sadly  we can support only one PATCH_DIST_STRIP= 
and for now it collids with the the sctp patches, that will return shortly. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164795 
State-Changed-From-To: analyzed->feedback 
State-Changed-By: dinoex 
State-Changed-When: Sat Jun 2 11:15:39 CEST 2012 
State-Changed-Why:  

please update your patch for openssl 1.0.1 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164795 

From: Stefan =?iso-8859-1?Q?Kr=FCger?= <stadtkind2@gmx.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164795: Add Via Padlock support to security/openssl (patch
 included)
Date: Fri, 8 Jun 2012 23:58:34 +0200

 --0eh6TmSyL6TZE2Uz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Sat, 02 Jun 2012, dinoex@FreeBSD.org wrote:
 
 > Synopsis: Add Via Padlock support to security/openssl (patch included)
 > 
 > State-Changed-From-To: analyzed->feedback
 > State-Changed-By: dinoex
 > State-Changed-When: Sat Jun 2 11:15:39 CEST 2012
 > State-Changed-Why: 
 > 
 > please update your patch for openssl 1.0.1
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=164795
 
 See attached patch
 
 --0eh6TmSyL6TZE2Uz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="openssl.patch"
 
 diff -uNr openssl.orig/Makefile openssl/Makefile
 --- openssl.orig/Makefile	2012-06-08 23:37:36.000000000 +0200
 +++ openssl/Makefile	2012-06-08 23:42:55.000000000 +0200
 @@ -32,6 +32,7 @@
  		SCTP	"include SCTP support" on \
  		MD2	"Build with MD2 hash (obsolete)" on \
  		RC5	"Build with RC5 chipher (patented)" off \
 +		PADLOCK "Build with Via Padlock support" off \
  		RFC3779	"Build with RFC3779 support" off
  
  MAKE_JOBS_UNSAFE=	yes
 @@ -1098,6 +1099,15 @@
  PLIST_SUB+=	WITH_RC5="@comment "
  .endif
  
 +.if defined(WITH_PADLOCK)
 +PATCH_DIST_STRIP= -p1
 +PATCH_SITES+= http://git.alpinelinux.org/cgit/aports/plain/main/openssl/:padlock
 +PATCHFILES+= 0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch:padlock \
 +0003-engines-e_padlock-backport-cvs-head-changes.patch:padlock \
 +0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch:padlock \
 +0005-crypto-engine-autoload-padlock-dynamic-engine.patch:padlock
 +.endif
 +
  .if defined(WITH_GMP)
  EXTRACONFIGURE+=	enable-gmp
  IGNORE=		GMP is LGPLv3 an can not be linked.
 diff -uNr openssl.orig/distinfo openssl/distinfo
 --- openssl.orig/distinfo	2012-06-08 23:37:36.000000000 +0200
 +++ openssl/distinfo	2012-06-08 23:43:26.000000000 +0200
 @@ -1,2 +1,10 @@
  SHA256 (openssl-1.0.1c/openssl-1.0.1c.tar.gz) = 2a9eb3cd4e8b114eb9179c0d3884d61658e7d8e8bf4984798a5f5bd48e325ebe
  SIZE (openssl-1.0.1c/openssl-1.0.1c.tar.gz) = 4457113
 +SHA256 (openssl-1.0.1c/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 7f40edec04115e97ae2c64e77d3324f6083963200add148f9a4dec090c60550b
 +SIZE (openssl-1.0.1c/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3089
 +SHA256 (openssl-1.0.1c/0003-engines-e_padlock-backport-cvs-head-changes.patch) = cc5e464d7bf8e181bb454de65772366ed90ee91716ecbadaaf2dfda2e080fdc2
 +SIZE (openssl-1.0.1c/0003-engines-e_padlock-backport-cvs-head-changes.patch) = 5897
 +SHA256 (openssl-1.0.1c/0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = bff8308f6652c8ddade1dd3261e5519fa3aa1660bea3474fc9996a53382a26b5
 +SIZE (openssl-1.0.1c/0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20552
 +SHA256 (openssl-1.0.1c/0005-crypto-engine-autoload-padlock-dynamic-engine.patch) = f2d6bffae2fe5fcf76c7b9f6299893846a7730cadf70ab91bc94ee0578d0ba8d
 +SIZE (openssl-1.0.1c/0005-crypto-engine-autoload-padlock-dynamic-engine.patch) = 794
 
 --0eh6TmSyL6TZE2Uz--
State-Changed-From-To: feedback->closed 
State-Changed-By: dinoex 
State-Changed-When: Fri Jun 15 23:08:34 CEST 2012 
State-Changed-Why:  
committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164795 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164795: commit references a PR
Date: Fri, 15 Jun 2012 21:08:10 +0000 (UTC)

 dinoex      2012-06-15 21:07:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/openssl     Makefile distinfo 
   Log:
   - use OPTIONS_DEFINE
   
   - add VIA padlock support
   PR:             164795
   Submitted by:   Stefan Krger
   
   Revision  Changes    Path
   1.188     +42 -27    ports/security/openssl/Makefile
   1.74      +8 -0      ports/security/openssl/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
