From 130624690fd5a48b0abb5a903546b60a8739eae0 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 7 Nov 2016 01:30:00 +0100 Subject: [PATCH] sqlite: update --- src/libssh2-1-fixes.patch | 24 ------------------------ src/sqlite.mk | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 src/libssh2-1-fixes.patch diff --git a/src/libssh2-1-fixes.patch b/src/libssh2-1-fixes.patch deleted file mode 100644 index 4c20a6d5..00000000 --- a/src/libssh2-1-fixes.patch +++ /dev/null @@ -1,24 +0,0 @@ -This file is part of MXE. See LICENSE.md for licensing information. - -From a1d0ed70e2c94d89d0b598eacca6ac79b8cd5508 Mon Sep 17 00:00:00 2001 -From: Mark Brand -Date: Sun, 2 Sep 2012 00:55:28 +0200 -Subject: [PATCH] include gpg-error with gcrypt for static linking - (mxe-specific) - - -diff --git a/configure.ac b/configure.ac -index 563fb04..16caa88 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -124,6 +124,7 @@ if test "$ac_cv_libgcrypt" = "yes"; then - AC_DEFINE(LIBSSH2_LIBGCRYPT, 1, [Use libgcrypt]) - LIBSREQUIRED= # libgcrypt doesn't provide a .pc file. sad face. - LIBS="$LIBS -lgcrypt" -+ LIBS="$LIBS `${prefix}/bin/gpg-error-config --libs`" - found_crypto=libgcrypt - fi - AM_CONDITIONAL(LIBGCRYPT, test "$ac_cv_libgcrypt" = "yes") --- -2.1.0 - diff --git a/src/sqlite.mk b/src/sqlite.mk index 4190e7d8..a59ebe59 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -2,8 +2,8 @@ PKG := sqlite $(PKG)_IGNORE := -$(PKG)_VERSION := 3150000 -$(PKG)_CHECKSUM := 77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27 +$(PKG)_VERSION := 3150100 +$(PKG)_CHECKSUM := 5dfa89b7697ee3c2ac7b44e8e157e7f204bf999c866afcaa8bb1c7ff656ae2c5 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.sqlite.org/2016/$($(PKG)_FILE)