Hi all, Noticing the packages mingw64-i686-sqlite3 and mingw64-x86_64-sqlite3 still being at version 3.8.11.1 (which is just more than 1 year old), is there any plan to upgrade that to 3.14.1? I just tried to compile it using the patch below (changing the version number and the year), and it still seems to work fine. I'm willing to take over those packages, if Yaakov Selkowitz lacks time to do it and agrees to it.
Regards, Jan Nijtmans $ diff -c mingw64-i686-sqlite3.cygport.orig mingw64-i686-sqlite3.cygport *** mingw64-i686-sqlite3.cygport.orig 2016-08-24 10:55:01.045796600 +0200 --- mingw64-i686-sqlite3.cygport 2016-08-24 11:01:24.354720600 +0200 *************** *** 2,8 **** inherit cross NAME="mingw64-i686-sqlite3" ! VERSION=3.8.11.1 RELEASE=1 CATEGORY="Devel" SUMMARY="SQLite 3.x database library for Win32 toolchain" --- 2,8 ---- inherit cross NAME="mingw64-i686-sqlite3" ! VERSION=3.14.1 RELEASE=1 CATEGORY="Devel" SUMMARY="SQLite 3.x database library for Win32 toolchain" *************** *** 12,18 **** /usr/i686-w64-mingw32/sys-root/mingw/{lib,include} directories." HOMEPAGE="http://www.sqlite.org/" TARBALL_VERSION=$((PV[1] * 1000000 + PV[2] * 10000 + PV[3] * 100 + PV[4])) ! SRC_URI="http://www.sqlite.org/2015/sqlite-autoconf-${TARBALL_VERSION}.tar.gz" SRC_DIR="sqlite-autoconf-${TARBALL_VERSION}" DISTCLEANFILES="sqlite3.pc" --- 12,18 ---- /usr/i686-w64-mingw32/sys-root/mingw/{lib,include} directories." HOMEPAGE="http://www.sqlite.org/" TARBALL_VERSION=$((PV[1] * 1000000 + PV[2] * 10000 + PV[3] * 100 + PV[4])) ! SRC_URI="http://www.sqlite.org/2016/sqlite-autoconf-${TARBALL_VERSION}.tar.gz" SRC_DIR="sqlite-autoconf-${TARBALL_VERSION}" DISTCLEANFILES="sqlite3.pc" -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple