unixodbc: update to 2.3.6

Release notes from http://www.unixodbc.org/:

* Single bug fix that was a possible security issue so I have pushed a version out.

  - Fix order of arguments in SQLWriteFileDSN.c, fix unwanted free() in iusql.c
  - Add pkg-config files

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Jackie Huang 2018-03-28 15:24:17 +08:00 committed by Armin Kuster
parent 364c9201cb
commit 6e8d27a735
2 changed files with 8 additions and 8 deletions

View File

@ -13,22 +13,22 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
2 files changed, 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e881cca..1321802 100644
index 4628401..e8989bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,6 @@ SUBDIRS = \
@@ -11,7 +11,6 @@ SUBDIRS = \
log \
lst \
ini \
- libltdl \
- libltdl \
odbcinst \
DriverManager \
exe \
diff --git a/configure.ac b/configure.ac
index 218502f..d50b7af 100644
index e4bcdaf..58aa5c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,9 +136,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4])
@@ -144,9 +144,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4])
dnl LT_CONFIG_LTDL_DIR([libltdl])
dnl LTDL_INIT
@ -39,5 +39,5 @@ index 218502f..d50b7af 100644
dnl Substitute INCLTDL and LIBLTDL in the Makefiles
AC_SUBST(LTDLINCL)
--
2.8.1
2.12.3

View File

@ -11,8 +11,8 @@ DEPENDS = "libtool mysql5"
SRC_URI = "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-${PV}.tar.gz \
file://do-not-use-libltdl-source-directory.patch \
"
SRC_URI[md5sum] = "bd25d261ca1808c947cb687e2034be81"
SRC_URI[sha256sum] = "2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39"
SRC_URI[md5sum] = "a8629fd2953b04b4639d0a9d8a5cf9d1"
SRC_URI[sha256sum] = "88b637f647c052ecc3861a3baa275c3b503b193b6a49ff8c28b2568656d14d69"
inherit autotools-brokensep