Commit Graph

61 Commits

Author SHA1 Message Date
Jannick
90d444e6f9 sqlite: update to 3.40.0 2022-11-17 11:24:19 +01:00
Christoph Reiter
3aa2d767e7 sqlite: Update to 3.39.4 2022-10-08 11:45:28 +02:00
Christoph Reiter
a47a64a208 sqlite: Update to 3.39.2 2022-07-22 10:20:20 +02:00
Christoph Reiter
88e09f2dfd sqlite: Update to 3.38.5 2022-05-07 15:43:33 +02:00
Christoph Reiter
8705a2bb01 sqlite: Update to 3.38.2 2022-04-03 13:52:54 +02:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Biswapriyo Nath
ed8a4e93ed Rebuild for icu 70.1 2021-11-30 15:24:21 +05:30
Christoph Reiter
6175648817 Rebuilds for icu 2021-08-26 06:07:53 +02:00
Jannick
4558ea2abb sqlite: Upgrade to 3.36.0
* PKGBUILD
  - upgrade version numbers and related hashes
  - rename patch
* Makefile.ext.in
  - add regexp.c to CSRC_IGNORE, since module is compiled into sqlite client
    since version 3.36.0
* 0007-sqlite3.36.0-Makefile.in-fix-libtclsqlite-package-installation-bug.patch
  - renamed from 0007-sqlite3.32.3-Makefile.in-fix-libtclsqlite-package-installation-bug.patch
  - remove patch about 'info sharedlibextension' which now works with tclsh
* 0007-sqlite3.32.3-Makefile.in-fix-libtclsqlite-package-installation-bug.patch
  - renamed
2021-06-21 23:27:33 +02:00
Konstantin Podsvirov
7350a70ec3 sqlite: Update to 3.35.5 2021-04-19 23:01:17 +03:00
Konstantin Podsvirov
3a71942407 sqlite: Update to 3.35.4 2021-04-03 15:09:21 +03:00
Konstantin Podsvirov
6f6e4dcce0 sqlite: Update to 3.35.3 2021-03-27 17:08:56 +03:00
Konstantin Podsvirov
986cbc4fc3 sqlite: Update to 3.35.2 2021-03-18 07:15:56 +03:00
Konstantin Podsvirov
403975d578 sqlite: Update to 3.35.1
The patch release 3.35.1 contains
bug fix (https://www.sqlite.org/src/info/1c24a659e6d7f3a1)
and documentation improvements.
2021-03-16 18:45:22 +03:00
Jannick
555740f106 sqlite: Update to 3.35.0
* PKGBUILD:
  - increase version to 3.35.0 and year to 2021
  - remove redundant configure flag '--enable-rtree' (implied by flag
    '--enable-all')
  - add CFLAG 'SQLITE_ENABLE_MATH_FUNCTIONS' new since 3.35.0 to activate
    math functions
2021-03-15 17:17:51 +01:00
Jannick
53cbc4a766 sqlite: Update to 3.34.0
* PKGBUILD:
  - update version variables
  - replace 0010-lemon-share.patch by 0010-sqlite-3.34.0-lemon.patch
* 0010-sqlite-3.34.0-lemon.patch:
  - renamed from 0010-lemon-share.patch
  - adjust second patch hunk to sqlite 3.34.0
2020-12-01 23:34:01 +01:00
Christoph Reiter
bfa748d680 sqlite: don't replace lemon with itself
also no reason it should be in base-devel
2020-09-03 21:56:16 +02:00
Jannick
ac29386cd4 sqlite: Update to 3.33.0
* PKGBUILD:
  - update version, hashes etc.
  - add variable _sqlite_year for better maintenance
  - cleanup dependencies of split-packages (as of sqlite 3.33.0)
2020-08-24 20:13:23 +02:00
Jannick
e3a20e2574 sqlite(3.32.3): merge package 'lemon' into 'sqlite' as split-package 2020-08-24 20:11:01 +02:00
Jannick
70146d0d8c sqlite(3.32.3): add package function 'check' in PKGBUILD
NB: Failing tests primarily relate to symlink tests assuming that symlinks
are properly created on a Unix-like system, which is not the case for MSYS2
as of now.
2020-08-24 20:11:00 +02:00
Jannick
1cb8955e61 sqlite(3.32.3): add sqlite3_analyzer.exe and dbhash.exe to split-package 'sqlite' 2020-08-24 20:10:59 +02:00
Jannick
0d9eda5751 sqlite(3.32.3): cleanup and update parameters for configure run 2020-08-24 20:10:56 +02:00
Jannick
9089f110b1 sqlite(3.32.3): add back split-package 'sqlite-extensions', compilable out of the box
* PKGBUILD:
  - add the template Makefile.ext.in governing the compilation and installation
    of all relevant sqlite extensions
  - reactivate the split-package function 'package_sqlite-extensions'
  - remove all the obsolete code used by the patch removed in the previous commit
* Makefile.ext.in:
  - add the Makfefile template for building and installing sqlite extensions directly
    from source code.
* README.md.in:
  - add README file about loading sqlite extensions
2020-08-24 20:10:55 +02:00
Jannick
325eedfc14 sqlite(3.32.3): remove dependency on version-dependent 3rd-party patch
This commit as a heavy overhaul removes the dependency on a version-dependent
third-party patch which obfuscates what is going on and prevents transparent
maintenance.  As an intermediate step the split package 'sqlite-extensions'
is temporarily removed, but is added back in the subsequent commit to make
more understandable the commit series this commit is part of.

The overall goal is to compile the splite package together with packaging
all of its MSYS2 split-packages straight out of the box for each sqlite
package release.

* PKGBUILD:
  - switch from source package 'sqlite-autoconf-XXXXXXX.tar.gz' to
    'sqlite-src-XXXXXXX.zip' which contains the extension source code
  - remove 'sqlite-3.28.0-msys2.patch' which is obsolete since its changes
    are overridden by 'autoreconf'
  - remove 'sqlite-3.28.0-msys2.patch' provided by third party and comprising
    not well maintained sqlite extension code
  - add three patches for flawless package compilation
  - build package rather in separate build directory instead in source
    code directory (VPATH compilation)
  - note that targets of the split package 'tcl-sqlite' are now built by
    the main 'make' run (instead of a separate configure step when using
    sqlite-autoconf-XXXXXXX.tar.gz as source package)
  - sqlite split-packages are restructured as follows, in line with the overall
    structure of the sqlite package (as of 3.32.3):
    - sqlite-compress   : moved to 'sqlite-extensions'
    - sqlite-extensions : added back in subsequent commit (!)
    - sqlite-icu        : extension obsolete since icu compiled into sqlite3.exe
                          by default
    - sqlite-rbu        : extension moved to 'sqlite-extensions', executable
                          to 'sqlite'
    - sqlite-vfslog     : moved to 'sqlite-extensions'
* sqlite-3.28.0-msys2.patch: removed since obsolete after running 'autoreconf'.
* sqlite3-3.32.3-1.src.patch: removed as third-party patch
* other patches: fix compilation and installation bugs
2020-08-24 10:06:49 +02:00
Jannick
a0f03eda55 sqlite(3.32.3): simplify split-package 'sqlite-doc' 2020-08-24 09:57:49 +02:00
Alexey Pavlov
ce1f319698 sqlite : Update to 3.32.3 2020-07-20 12:42:41 +03:00
Alexey Pavlov
4f5e10b28f sqlite: Fix packaging 2020-01-16 10:32:07 +03:00
Alexey Pavlov
83a2ab55cf sqlite: Fix PKGBUILD 2020-01-15 16:11:11 +03:00
Alexey Pavlov
176196900c sqlite: Update to 3.30.0 2020-01-15 16:09:14 +03:00
Viktor Szakats
7f7316ba9b use HTTPS in URLs where supported (#1741) 2019-09-30 09:33:57 +03:00
J. Peter Mugaas
078b67f18f sqlite - 3.28.0 - - update from CygWin (#1645)
* sqlite - 3.28.0 - - update  from CygWin
Split package up with subpackages for various SQL extensions.

* Added tcl to makedepends. to fix build error.
2019-05-23 12:16:52 +03:00
Alexey Pavlov
900eff24de Rebuilds for readline 8.x 2019-04-30 12:43:00 +03:00
J. Peter Mugaas
a1ee56d106 sqlite - 3.27.2 - update to newer version ato match Cygwin. (#1615) 2019-04-16 08:26:13 +03:00
Alexey Pavlov
bfe94fff7d sqlite: Fix dependencies 2018-06-26 11:39:07 +03:00
Alexey Pavlov
28e4bef62b sqlite: Rebuild with ICU 62 2018-06-26 09:31:45 +03:00
JPeterMugaas
c6c5abafd2 sqlite3 -3.21.0 including Cygwin patches for that version. 2018-04-17 09:29:25 -04:00
Christoph Reiter
b625d0fa5b Bump icu dependency requirements to the newest version.
It was reported on IRC that installing wget on appveyor wont
update icu which results in icu not being found due to an ABI bump/dll rename.
Bumping the version requirements of icu users should fix this.
2017-10-01 11:54:13 +02:00
J. Peter Mugaas
328e8dd9b7 sqlite - 3.19.3 - Update to latest version Update src patch from Cygwin. Update options to match Cygwin. 2017-07-14 00:57:57 -04:00
atom.long
237b44247a sqlite: Update to 3.18.0 2017-05-31 00:17:38 +08:00
Viktor Szakats
ab64a4ef6c switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 14:45:55 +01:00
Viktor Szakats
2b119ae43f use secure urls
* follow some redirects
2016-02-23 10:26:02 +01:00
Alexey Pavlov
0ba2d4a9c9 sqlite: Update to 3.10.0 2016-01-12 11:31:58 +03:00
Alexpux
9201fc119f sqlite: Update to 3.8.8.2 2015-02-15 23:39:29 +03:00
Renato Silva
b176b369d3 Trailing whitespace cleanup. 2015-02-09 18:47:01 -02:00
Renato Silva
42e970cd4c Add/improve licenses for a couple of packages.
* sqlite - all split packages now install a license file.
* lemon - license file is now installed.
2015-02-08 16:19:20 -02:00
Alexpux
69be37b9f4 sqlite: Fix issue with WINAPI functions 2014-11-09 00:09:52 +03:00
Alexpux
690efeaada sqlite: Add hack for 32-bit to properly get address of SetDllDirectoryW 2014-11-08 22:33:03 +03:00
Alexpux
7419d30f7c sqlite: Update to 3.8.7.1 2014-11-07 18:38:44 +03:00
Alexpux
c2d4f4b30d sqlite: Update to 3.8.7 2014-11-04 18:27:43 +03:00