Revert "libressl: update to libressl-2.1.6"

This reverts commit 17f5333ddbf8667a725fbe73cf4da2395fbb0865.

this broke lot of addons, without any chance to make them compatible
with pre-17f5333 builds.

if you want it bumped, make it static. but I'd not consider doing it, dont
we have more important things to do ?
This commit is contained in:
Stefan Saraev 2015-04-25 17:51:23 +03:00
parent e20d621417
commit 430f976fab
2 changed files with 16 additions and 1 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="libressl" PKG_NAME="libressl"
PKG_VERSION="2.1.6" PKG_VERSION="2.1.1"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"

View File

@ -0,0 +1,15 @@
diff -Naur libressl-2.1.1/configure.ac libressl-2.1.1.patch/configure.ac
--- libressl-2.1.1/configure.ac 2014-10-16 04:36:04.000000000 +0200
+++ libressl-2.1.1.patch/configure.ac 2014-11-01 11:42:32.797637394 +0100
@@ -1,4 +1,4 @@
-+AC_INIT([libressl], m4_esyscmd([tr -d '\n' < VERSION]))
+AC_INIT([libressl], m4_esyscmd([tr -d '\n' < VERSION]))
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_MACRO_DIR([m4])
diff -Naur libressl-2.1.1/VERSION libressl-2.1.1.patch/VERSION
--- libressl-2.1.1/VERSION 1970-01-01 01:00:00.000000000 +0100
+++ libressl-2.1.1.patch/VERSION 2014-11-01 11:42:23.969645930 +0100
@@ -0,0 +1 @@
+2.1.1
\ Kein Zeilenumbruch am Dateiende.