[141445] trunk/dports/security/libressl

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 01:33:44 PST 2015


Revision: 141445
          https://trac.macports.org/changeset/141445
Author:   jeremyhu at macports.org
Date:     2015-10-18 16:31:24 -0700 (Sun, 18 Oct 2015)
Log Message:
-----------
libressl: Bump to 2.2.4

Modified Paths:
--------------
    trunk/dports/security/libressl/Portfile
    trunk/dports/security/libressl/files/use-bundled-headers.patch

Modified: trunk/dports/security/libressl/Portfile
===================================================================
--- trunk/dports/security/libressl/Portfile	2015-10-18 21:27:25 UTC (rev 141444)
+++ trunk/dports/security/libressl/Portfile	2015-10-18 23:31:24 UTC (rev 141445)
@@ -5,8 +5,7 @@
 PortGroup           muniversal 1.0
 
 name                libressl
-version             2.2.3
-revision            1
+version             2.2.4
 
 categories          security devel
 platforms           darwin
@@ -24,14 +23,11 @@
 conflicts           openssl
 
 master_sites        http://ftp.openbsd.org/pub/OpenBSD/LibreSSL
-checksums           md5     9a3c3c9a1c0bd6fb2659ca003de3f725 \
-                    sha1    636b86365badf12364af39b4b6ee66b4633f0605 \
-                    rmd160  ab6987b72ee3dc6f15dd7e25cb8be5b909ad3b5d \
-                    sha256  a1ccc21adf91d60e99246031b99c930c9af5e1b1b5a61b1bec87beef6f16d882
+checksums           rmd160  812b36607859db1d30bd4aebbe9e788288f78bdc \
+                    sha256  6b409859be8654afc3862549494e097017e64c8d167f12584383586306ef9a7e
 
 patchfiles \
-    openssldir-cert.pem.patch \
-    use-bundled-headers.patch
+    openssldir-cert.pem.patch
 
 use_autoreconf  yes
 autoreconf.args -fvi

Modified: trunk/dports/security/libressl/files/use-bundled-headers.patch
===================================================================
--- trunk/dports/security/libressl/files/use-bundled-headers.patch	2015-10-18 21:27:25 UTC (rev 141444)
+++ trunk/dports/security/libressl/files/use-bundled-headers.patch	2015-10-18 23:31:24 UTC (rev 141445)
@@ -1,44 +0,0 @@
-https://github.com/libressl-portable/portable/issues/150
-
---- Makefile.am.common.orig	2015-08-19 18:01:27.000000000 -0700
-+++ Makefile.am.common	2015-10-11 16:05:26.000000000 -0700
-@@ -1,2 +1,2 @@
--AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/compat
--AM_CPPFLAGS = -DLIBRESSL_INTERNAL
-+AM_CFLAGS =
-+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL
---- crypto/Makefile.am.orig	2015-08-19 18:01:27.000000000 -0700
-+++ crypto/Makefile.am	2015-10-11 16:10:26.000000000 -0700
-@@ -1,8 +1,8 @@
- include $(top_srcdir)/Makefile.am.common
- 
--AM_CFLAGS += -I$(top_srcdir)/crypto/asn1
--AM_CFLAGS += -I$(top_srcdir)/crypto/evp
--AM_CFLAGS += -I$(top_srcdir)/crypto/modes
-+AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1
-+AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
-+AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
- 
- lib_LTLIBRARIES = libcrypto.la
- 
-@@ -11,7 +11,8 @@ EXTRA_DIST += CMakeLists.txt
- 
- libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined
- libcrypto_la_LIBADD = libcompat.la libcompatnoopt.la
--libcrypto_la_CPPFLAGS = -DLIBRESSL_INTERNAL
-+libcrypto_la_CPPFLAGS = $(AM_CPPFLAGS)
-+libcrypto_la_CPPFLAGS += -DLIBRESSL_INTERNAL
- libcrypto_la_CPPFLAGS += -DOPENSSL_NO_HW_PADLOCK
- if OPENSSL_NO_ASM
- libcrypto_la_CPPFLAGS += -DOPENSSL_NO_ASM
---- tls/Makefile.am	2015-10-11 16:10:59.000000000 -0700
-+++ tls/Makefile.am	2015-10-11 16:20:16.000000000 -0700
-@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libtls.la
- EXTRA_DIST = VERSION
- EXTRA_DIST += CMakeLists.txt
- 
--libtls_la_CPPFLAGS =
-+libtls_la_CPPFLAGS = $(AM_CPPFLAGS)
- 
- if OPENSSLDIR_DEFINED
- libtls_la_CPPFLAGS += -DOPENSSLDIR=\"@OPENSSLDIR@\"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/3a8fb180/attachment.html>


More information about the macports-changes mailing list