Commit Graph

8260 Commits

Author SHA1 Message Date
Leonid Pliushch b9fba57f28 libandroid-glob: breaks and replaced devpackage 2019-08-06 16:59:07 +03:00
Fredrik Fornwall ca9c2d9295 libcairo: Switch to faster download url 2019-08-06 03:02:24 +02:00
Fredrik Fornwall 0a5f60421e nnn: Update from 2.5 to 2.6 2019-08-06 01:39:10 +02:00
Fredrik Fornwall f1833f01fc termux-api: Update from 0.41 to 0.42 2019-08-06 00:53:05 +02:00
Leonid Pliushch c940336fbe ncurses: create libtermcap compatibility links 2019-08-05 23:27:49 +03:00
Leonid Pliushch 76eaf460e2 bash: make "command-not-found" optional
Though, it will be pre-installed via bootstraps as previously.
Possible after changes to bashrc introduced in b45da7b8ba.

Related issue: https://github.com/termux/termux-packages/issues/661
2019-08-05 14:10:55 +03:00
Leonid Pliushch e37b3fd5c4 termux-tools: add core packages to dependencies
Some packages are not getting installed after busybox was replaced by separate
packages. This commit should fix that by specifying core packages as dependencies
of the "termux-tools".
2019-08-05 13:46:51 +03:00
Leonid Pliushch 815e5459fc nim: use CFLAGS/LDFLAGS for nimble & koch 2019-08-04 23:17:35 +03:00
Leonid Pliushch 04e32bec03 mariadb: remove `chown` calls from mysql_install_db script 2019-08-04 21:55:56 +03:00
Leonid Pliushch acef41f796 lldb: blacklist for x86_64 for now due to build error
Error was:

 FAILED: tools/driver/Options.inc
 cd /home/builder/.termux-build/lldb/build && /data/data/com.termux/files/usr/bin/llvm-tblgen -gen-opt-parser-defs -I /home/builder/.termux-build/lldb/src/tools/driver -I /data/data/com.termux/files/usr/include /home/builder/.termux-build/lldb/src/tools/driver/Options.td -o tools/driver/Options.inc -d tools/driver/Options.inc.d
 /data/data/com.termux/files/usr/bin/llvm-tblgen: error while loading shared libraries: /lib/x86_64-linux-gnu/libc.so: invalid ELF header

%ci:no-build
2019-08-04 14:33:59 +03:00
Leonid Pliushch b08e1dde19 vifm: update to 0.10.1 2019-08-03 15:08:45 +03:00
Leonid Pliushch 77fd61d06a tmate: update to 2.3.0 2019-08-03 15:08:23 +03:00
Leonid Pliushch 4585d3a0b5 librsvg: update to 2.45.90 2019-08-03 14:44:28 +03:00
Leonid Pliushch a087a91d84 libmosquitto: update to 1.6.4 2019-08-03 14:44:28 +03:00
Leonid Pliushch 80192a8552 ripgrep: update to 11.0.2 2019-08-03 14:44:28 +03:00
Leonid Pliushch 932e14957e swi-prolog: update to 8.1.10 2019-08-03 14:43:54 +03:00
Leonid Pliushch a8cf841276 dialog: update to 1.3-20190728 2019-08-03 14:26:19 +03:00
Leonid Pliushch 258e43b873 libduktape: update to 2.4.0 2019-08-03 14:26:19 +03:00
Leonid Pliushch 25bb52173b imagemagick: update to 7.0.8.58 2019-08-03 14:26:19 +03:00
Leonid Pliushch b5ca40014d libevent: update to 2.1.11 2019-08-03 14:17:24 +03:00
Leonid Pliushch 7c764b989b run-docker.sh: allow to set custom image via environment variable 2019-08-02 17:39:27 +03:00
Jiri Tyr 62b9393e63 gbt: Update from 1.2.0 to 2.0.0 2019-08-01 13:25:01 +03:00
Fredrik Fornwall fea744da1e profanity: Update from 0.6.0 to 0.7.0 2019-07-31 23:10:07 +02:00
Fredrik Fornwall 6bdd90420d exiv2: Update from 0.27.1 to 0.27.2 2019-07-31 23:09:01 +02:00
Fredrik Fornwall e1ce5caebf libxapian: Update from 1.4.11 to 1.4.12 2019-07-31 23:08:17 +02:00
Fredrik Fornwall f4766db2cc picolisp: Update from 19.7.6 to 19.7.31 2019-07-31 22:44:03 +02:00
Tim f8db404de2 Update README.md 2019-07-31 14:01:34 +03:00
Fredrik Fornwall 5a9d55f44f graphicsmagick: Update from 1.3.32 to 1.3.33 2019-07-30 01:48:19 +02:00
Fredrik Fornwall 275a09cfb8 subversion: Update from 1.12.0 to 1.12.2 2019-07-30 01:46:58 +02:00
Fredrik Fornwall cea240e74a pngquant: Update from 2.12.3 to 2.12.5 2019-07-30 01:46:27 +02:00
Leonid Pliushch 2bab713962 libpulseaudio: rebuild to move remaining *.a files to -static subpackage. 2019-07-30 01:39:00 +03:00
Leonid Pliushch 9173eaad20 build-package.sh: use globstar when splitting static libraries
Handle cases when static libraries located in subdirectory.

Enables support for globstar (example './**/*.a') pattern in subpackage
splitting.
2019-07-30 01:21:01 +03:00
Leonid Pliushch c3820f920f gdk-pixbuf: bump revision 2019-07-30 00:52:54 +03:00
Leonid Pliushch 0f298bae8f build-package.sh: avoid linking with extra/unneeded libraries 2019-07-29 22:49:15 +03:00
Leonid Pliushch 1b2d8259fb build-package.sh: basic hardening via CFLAGS/LDFLAGS
See https://github.com/termux/termux-packages/issues/4107.

In short:

 * Stack protector will be used by default.

 * GOT/PLT ELF sections will be read-only.
2019-07-29 22:49:15 +03:00
Leonid Pliushch 74ba5e2171 megatools: source code is no longer hosted on github 2019-07-29 22:16:31 +03:00
Leonid Pliushch a8f114d98e tmux: disable static build 2019-07-29 21:54:56 +03:00
valpogus bcd25bd5c8 create lame.subpackage.sh 2019-07-29 19:17:33 +03:00
valpogus cca88cbb1e update build.sh 2019-07-29 19:17:33 +03:00
Leonid Pliushch 1759dfe5e2 dropbear: do not link binaries statically 2019-07-29 18:45:22 +03:00
Leonid Pliushch 0f05595ff9 dropbear: depend on zlib 2019-07-29 18:09:12 +03:00
Leonid Pliushch 61dbc35394 scripts/buildorder.py: do not handle static library subpackages
* They are not used during normal build procedures.

* During "fast-builds" (option '-i') they just consume our bandwidth.
2019-07-29 16:09:26 +03:00
Leonid Pliushch eae2eacd41 emacs: don't link with dbus 2019-07-29 15:50:16 +03:00
Leonid Pliushch 473f71fd93 CI: reduce RAM limit to 8 GB
Possible after setting correct TERMUX_MAKE_PROCESSES.
2019-07-29 15:26:47 +03:00
Leonid Pliushch 26306f7ade CI: set TERMUX_MAKE_PROCESSES to 4
Otherwise it will use number reported by `nproc` which is 32 currently.
2019-07-29 14:47:54 +03:00
Leonid Pliushch acd7a30551 seafile-client: breaks & replaces seafile-client-dev 2019-07-29 14:37:56 +03:00
Leonid Pliushch 22eec52211 libsearpc: breaks and replaces -dev package 2019-07-29 12:11:38 +03:00
Leonid Pliushch 123061c1ff ccnet: breaks and replaces -dev package 2019-07-29 12:11:20 +03:00
Leonid Pliushch 409cac4ba3 assimp: breaks and replaces -dev package 2019-07-29 12:11:01 +03:00
Leonid Pliushch 4ebef55b2d CI: raise memory to 12 GB
4 and even 8 GB cause container failure when building certain
packages (e.g. nodejs or libllvm).
2019-07-29 11:54:14 +03:00