Commit Graph

111 Commits

Author SHA1 Message Date
Mark Brand fa43a2f32a update: harfbuzz, sqlite 2017-01-06 23:05:24 +01:00
Mark Brand cd7651fc38 sqlite: update 2017-01-03 22:29:40 +01:00
Mark Brand aa468bfa7e sqlite: update 2017-01-03 11:13:44 +01:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Mark Brand 3422686b76 sqlite: update 2016-11-28 22:25:16 +01:00
Mark Brand 130624690f sqlite: update 2016-11-07 01:30:00 +01:00
Mark Brand 8f3f88b0e4 dbus, gdb, sqlite: update 2016-10-14 20:44:14 +02:00
Mark Brand e5a1834a6b sqlite: update 2016-09-13 15:04:59 +02:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Mark Brand d877e48e53 sqlite: update 2016-08-14 01:54:03 +02:00
Mark Brand 6572913d75 sqlite: update 2016-08-09 00:32:27 +02:00
Mark Brand c2e147be04 sqlite: update 2016-05-18 22:44:43 +02:00
Mark Brand 0fd22ac45a sqlite: update 2016-04-19 09:02:30 +02:00
Mark Brand 8b9f553f58 sqlite: update 2016-04-09 10:56:15 +02:00
Mark Brand 393c30d1a0 sqlite: update 2016-03-29 21:15:53 +02:00
Mark Brand cb59b3bc97 sqlite: update 2016-03-04 19:22:18 +01:00
Mark Brand 575439bb40 sqlite: update 2016-02-15 22:38:06 +01:00
Mark Brand 9bb3735baf sqlite: update 2016-01-20 21:40:30 +01:00
Mark Brand f566d02792 sqlite: update 2016-01-14 14:39:31 +01:00
Mark Brand c7cb714f38 sqlite: update 2016-01-06 15:56:06 +01:00
Mark Brand 85b18836ef sqlite: update 2015-11-02 21:18:03 +01:00
Mark Brand 106222714e sqlite: update 2015-10-17 14:37:08 +02:00
Mark Brand 036e6d866b sqlite: update 2015-10-14 22:55:21 +02:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Mark Brand 7ed018fa3b sqlite: update 2015-07-30 09:21:09 +02:00
Mark Brand d28c1df4f1 sqlite: update 2015-05-21 09:13:40 +02:00
Mark Brand c8eb1de4e5 sqlite: update 2015-05-09 18:58:54 +02:00
Mark Brand 2ce181b39b sqlite: update 2015-05-08 12:07:30 +02:00
Mark Brand 8d6a1dbbb1 sqlite: update 2015-04-08 19:44:26 +02:00
Mark Brand 66e92891f1 curl dbus gdb gnutls sqlite xz: update 2015-02-27 17:59:24 +01:00
Mark Brand dd1c5aa800 sqlite: update 2015-01-30 21:50:48 +01:00
Mark Brand 97951d24f5 sqlite: update 2015-01-20 21:35:12 +01:00
Mark Brand d0dc2e1677 sqlite: update 2015-01-16 19:18:11 +01:00
Mark Brand 5e82d3e721 sqlite: update 2014-12-10 01:16:48 +01:00
Mark Brand b8963a5960 sqlite: update 2014-12-06 23:07:26 +01:00
Mark Brand ead40ad4ba sqlite: update 2014-11-19 10:19:16 +01:00
Mark Brand d6877c929a sqlite: update 2014-10-29 16:05:10 +01:00
Mark Brand a2263a650f sqlite: update 2014-10-17 22:43:23 +02:00
Mark Brand 861d28a8e6 update package sqlite 2014-08-17 02:07:58 +02:00
Mark Brand 84f722e1ff update package sqlite 2014-06-04 20:25:03 +02:00
Mark Brand b06d382dff update package sqlite 2014-04-03 20:36:58 +02:00
Mark Brand 7e84b41929 update package sqlite 2014-03-26 20:59:10 +01:00
Mark Brand 06c18cb483 update package sqlite 2014-03-12 11:32:25 +01:00
Mark Brand e84eadbb28 package sqlite: omit debugging symbols 2014-03-10 22:06:08 +01:00
Mark Brand 5d42a366cc update package sqlite 2014-03-10 21:33:03 +01:00
Mark Brand 5bf7353ebb update package sqlite 2014-02-11 22:02:30 +01:00
Tony Theodore 57fa8e075e package qt4 and dependencies: enable shared builds 2014-02-09 23:29:51 +11:00
Mark Brand 854118298b update package sqlite 2014-02-04 09:29:40 +01:00
Mark Brand ca680fb18d package sqlite: do not disable thread safety
This was disabled in 9ff1828308 due to
buggy pthread support, but this this option does not induce sqlite
to use multiple threads. Instead, it builds sqlite with the
necessary mutexes to make the library thread safe.

https://sqlite.org/threadsafe.html
2013-12-16 13:18:34 +01:00