summaryrefslogtreecommitdiff
path: root/Ports/sqlite
AgeCommit message (Collapse)Author
2022-05-19Ports: Update sqlite's patches to use git patchesAli Mohammad Pur
2022-04-11Ports/sqlite: Update sqlite to version 3380200EWouters
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
2022-01-08Ports: Patch sqlite's configure script to let it build as a shared libAndrew Kaster
By telling the libtool-related configure checks that the serenity platform does in fact support shared libs, we can get a VERSYM-free shared lib out of sqlite. This probably applies to other ports as well. Suggested-by: Daniel Bertalan <dani@danielbertalan.dev>
2021-06-09Ports: Build an `.so` file for SQLiteJelle Raaijmakers
2021-06-09Ports: Update SQLite to version 3.35.5Jelle Raaijmakers
2021-04-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-03-29Ports/SQLite: Remove HAVE_UTIME compilation flagJelle Raaijmakers
2021-03-27Ports: Add SQLiteJelle Raaijmakers