ports/168292: [exp-run] test a change to system opensslv.h header

Andriy Gapon avg at FreeBSD.org
Thu May 24 06:00:09 UTC 2012


>Number:         168292
>Category:       ports
>Synopsis:       [exp-run] test a change to system opensslv.h header
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 06:00:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Andriy Gapon
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD 10.0-CURRENT amd64
>Description:
I would like to commit the following change.
It should help some thirdparty software to better detect libssl by
providing the actual shlib version number in SHLIB_VERSION_NUMBER.
But it potentially could break some ports that might have a dependency
on the current value or format of the variable.
>How-To-Repeat:
>Fix:

For FreeBSD 10/9/8:
===================================================================
--- crypto/openssl/crypto/opensslv.h	(revision 235884)
+++ crypto/openssl/crypto/opensslv.h	(working copy)
@@ -83,7 +83,7 @@
  * should only keep the versions that are binary compatible with the current.
  */
 #define SHLIB_VERSION_HISTORY ""
-#define SHLIB_VERSION_NUMBER "0.9.8"
+#define SHLIB_VERSION_NUMBER "6"
 
 
 #endif /* HEADER_OPENSSLV_H */

For FreeBSD 7:
===================================================================
--- crypto/openssl/crypto/opensslv.h	(revision 235884)
+++ crypto/openssl/crypto/opensslv.h	(working copy)
@@ -83,7 +83,7 @@
  * should only keep the versions that are binary compatible with the current.
  */
 #define SHLIB_VERSION_HISTORY ""
-#define SHLIB_VERSION_NUMBER "0.9.8"
+#define SHLIB_VERSION_NUMBER "5"
 
 
 #endif /* HEADER_OPENSSLV_H */
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list