Commit Graph

7467 Commits

Author SHA1 Message Date
Henrik Grimler
d1c025dc0e tor: add termux-services script 2019-08-12 22:18:48 +02:00
Henrik Grimler
130528f190 mpd: add termux-services script 2019-08-12 22:18:48 +02:00
Henrik Grimler
073c91425b transmission: add termux-services script
Skip timestamp in log as transmission standard output already has timestamp.
2019-08-12 22:17:33 +02:00
Henrik Grimler
41a9a55e77 Bump packages that depends on ffmpeg after ffmpeg update 2019-08-12 22:00:50 +02:00
Henrik Grimler
69d1beee31 ffmpeg: update to 4.2
%ci:reset-backlog
2019-08-12 21:45:31 +02:00
Henrik Grimler
831e16480f termux-services: update to 0.0.4 2019-08-12 20:53:36 +02:00
Leonid Pliushch
c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch
26330f64e4 geoip2-database: disable checksums
Now just bump version approximately once per month for updating package.

Database checksums are constantly changing, so disable them to prevent
build errors when geoip2-database is a dependency.
2019-08-12 02:42:17 +03:00
Leonid Pliushch
a2a9cb122c docbook-xml: depend on libxml2-utils instead of libxml2 + add postinst/prerm scripts 2019-08-12 02:31:37 +03:00
Leonid Pliushch
80825b5f65 new package: docbook-xml
%ci:reset-backlog
2019-08-12 02:10:51 +03:00
Henrik Grimler
b6a636b876 Merge pull request #3460 from Neo-Oli/termux-services
Proposal: Termux-Services
2019-08-11 21:39:07 +02:00
Henrik Grimler
442a4335b1 termux-services: switch to github.com/termux repo 2019-08-11 21:32:20 +02:00
Henrik Grimler
2aa2cd2a9d termux-services: set license to custom until we have another one 2019-08-11 20:51:28 +02:00
Henrik Grimler
36a039d5fd termux-services: add busybox as dependency 2019-08-11 20:45:29 +02:00
Leonid Pliushch
c34b11b997 doxygen: update to 1.8.16 2019-08-11 20:38:58 +03:00
Leonid Pliushch
7434688856 libbsd: update to 0.10.0 2019-08-11 20:34:12 +03:00
Leonid Pliushch
826c217cc3 libprotobuf: update to 3.9.1 2019-08-11 20:03:59 +03:00
Leonid Pliushch
cd75304ee9 postgresql: update to 11.5 2019-08-11 20:03:38 +03:00
Leonid Pliushch
dc560ef863 pathpicker: update to 0.8.2 2019-08-11 20:03:24 +03:00
Leonid Pliushch
b563281d63 undo "Unsplit essential packages"
Seems it is not possible to unsplit these packages currently.

%ci:reset-backlog
2019-08-11 19:44:55 +03:00
Leonid Pliushch
19f9716b46 attempt to fix problem with upgrading libbz2, libcurl, liblzma 2019-08-11 19:19:41 +03:00
Leonid Pliushch
cff2405455 dart: update to 2.4.1 2019-08-11 19:06:33 +03:00
Leonid Pliushch
9ae765f554 nmap: update to 7.80 2019-08-11 18:35:07 +03:00
Leonid Pliushch
31f0427c24 libuv: update to 1.31.0 2019-08-11 18:28:08 +03:00
Leonid Pliushch
abf7a019a4 mpd: update to 0.21.13 2019-08-11 18:27:54 +03:00
Leonid Pliushch
e7cae373fd libflac: update to 1.3.3 2019-08-11 18:27:35 +03:00
Leonid Pliushch
e94fdb5219 clamav: update to 0.101.3 2019-08-11 18:27:21 +03:00
Leonid Pliushch
33e7bd3d7d deutex: update to 5.2.1 2019-08-11 17:56:59 +03:00
Leonid Pliushch
eefe9fbe26 xz-utils: unsplit from liblzma
Same reason as for curl and bzip2.
2019-08-11 17:40:39 +03:00
Leonid Pliushch
ee7722d5ca procps & psmisc: fix essential status 2019-08-11 17:40:39 +03:00
Leonid Pliushch
3d683822be termux-exec: fix essential status 2019-08-11 17:40:39 +03:00
Leonid Pliushch
a4b395affc gawk: fix missing essential status 2019-08-11 17:40:39 +03:00
Leonid Pliushch
864a138534 unsplit bzip2 from libbz2
Same reason as for 'curl'.
2019-08-11 17:40:39 +03:00
Leonid Pliushch
f9b5f96b5a libcurl: unsplit 'curl' subpackage
Both packages are essential and expect to be in bootstrap installation so
splitting is quite useless here.
2019-08-11 17:40:39 +03:00
Leonid Pliushch
fd9f4a1156 make: fix unbound variable error 2019-08-11 16:03:35 +03:00
Leonid Pliushch
46fca435c6 ncurses: safer way for creating symlinks
Force-overwrite symlink instead of rm/create if it exist.

Should prevent some kinds of breakage when building on device and build.sh
fails somewhere in post installation step.
2019-08-11 16:03:35 +03:00
Leonid Pliushch
33f341c259 add support for on-device bootstrapping of "make" 2019-08-11 16:03:35 +03:00
Butta
4c735a6580 on-device build: Fix up ncurses and ninja, adjust some setup scripts,
and add dependency info to scripts/setup-termux.sh.
2019-08-11 16:03:35 +03:00
Leonid Pliushch
27e89c15f5 alternatives: more editors can be used as alternative for /bin/editor 2019-08-10 22:34:54 +03:00
Leonid Pliushch
5cb5fc32ee coreutils: disallow on-device build
It can delete utility 'ln' in the process of installation:

 make  install-exec-hook
 make[4]: Entering directory '/data/data/com.termux/files/home/.termux-build/coreutils/build'
 /bin/sh: 12: ln: not found
2019-08-10 20:22:30 +03:00
Leonid Pliushch
2e2f125476 vim, vim-python: add support for dpkg alternatives
Provide $PREFIX/bin/vim as alternative for $PREFIX/bin/editor.
2019-08-10 03:50:47 +03:00
Leonid Pliushch
7c8576feb2 micro: add dpkg alternatives support
Provide $PREFIX/bin/micro as alternative for $PREFIX/bin/editor.
2019-08-10 03:03:44 +03:00
Leonid Pliushch
991a6d70c0 nano: add dpkg alternatives support
Provide $PREFIX/bin/nano as alternative for $PREFIX/bin/editor.
2019-08-10 02:55:04 +03:00
Leonid Pliushch
3d81f06061 dpkg: rm includes, static libraries and dpkg-genbuildinfo from package
If you think they should be present in dpkg package, open issue
and tell about their usability in Termux (with proof).
2019-08-10 02:35:14 +03:00
Leonid Pliushch
a1721cc1ac dpkg: provide basic /var/lib/dpkg directory structure inside package
Previously was provided only through bootstrap archive.
2019-08-10 02:35:09 +03:00
Leonid Pliushch
1745ea4173 dpkg: enable support for update-alternatives
Issue: https://github.com/termux/termux-packages/issues/4137
2019-08-10 00:29:34 +03:00
Alessandro Caputo
615e9aaef9 update termux-api to v0.46 2019-08-08 21:55:03 +03:00
Leonid Pliushch
c81d4c8698 add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
2019-08-08 16:58:34 +03:00
Fredrik Fornwall
c7d6ee2711 babl: Update from 0.1.68 to 0.1.70 2019-08-08 12:02:53 +02:00
Fredrik Fornwall
f3ceb9a2f4 ipfs: Update from 0.4.21 to 0.4.22 2019-08-07 23:50:42 +02:00
Fredrik Fornwall
01d4a1c3df syncthing: Update from 1.2.0 to 1.2.1 2019-08-07 23:46:08 +02:00
Fredrik Fornwall
3d60738af6 ttyd: Update from 1.5.1 to 1.5.2 2019-08-07 23:45:58 +02:00
Fredrik Fornwall
4c20b78815 ncdu: Update from 1.14 to 1.14.1 2019-08-07 23:45:52 +02:00
Leonid Pliushch
2c5fe55180 httrack: force-link with libiconv 2019-08-07 23:38:27 +03:00
Fredrik Fornwall
c544103c2b termux-api: Update from 0.43 to 0.44 2019-08-07 22:37:17 +02:00
Fredrik Fornwall
458105d1af termux-api: Update from 0.42 to 0.43 2019-08-07 22:32:26 +02:00
Fredrik Fornwall
9e99a97b3f httrack: Depend on libiconv, not libandroid-support
Should fix a build failure.
2019-08-07 22:08:26 +02:00
Fredrik Fornwall
000c2ec8fe procps: Use sysinfo(2) to get uptime
Instead of trying to read /proc/uptime, which is not allowed on Android,
we patch procps to use the sysinfo(2) syscall to figure out the uptime.

This should fix at least "ps -o etime".
2019-08-07 22:02:47 +02:00
Michal Bednarski
eed780953b termux-am: Switch repo and upgrade to v0.3
Includes termux/TermuxAm#2

Removed patch as it was upstreamed
2019-08-07 21:42:11 +03:00
Leonid Pliushch
b2a6cc10fe httrack: bump revision
Gives error:

 CANNOT LINK EXECUTABLE "httrack": cannot locate symbol "libiconv_open"

so package should be rebuilt.
2019-08-07 21:38:55 +03:00
Leonid Pliushch
b9cbd870d9 procps: don't read file /proc/sys/vm/min_free_kbytes
Access to this file is prohibited on some devices by SELinux and causes
utilities to treat /proc as not mounted.

Related issues:

 * https://github.com/termux/termux-packages/issues/1625
 * https://github.com/termux/termux-packages/issues/4132
2019-08-07 15:38:45 +03:00
Fredrik Fornwall
2eb2fa4e43 newsboat: Update from 2.15 to 2.16.1 2019-08-06 23:06:18 +02:00
Fredrik Fornwall
9530e78f3f pango: Fix build failure 2019-08-06 19:42:23 +02:00
Fredrik Fornwall
29c686043e vim-python: Fix incorrect source checksum 2019-08-06 19:35:08 +02:00
Fredrik Fornwall
7725dee5d8 valgrind: Fix build
Valgrind cannot be built with -fstack-protector-strong which is now used
by default.
2019-08-06 19:30:04 +02:00
Fredrik Fornwall
fe2edbf43d vim: Update from 8.1.1750 to 8.1.1800 2019-08-06 19:23:03 +02:00
Fredrik Fornwall
e3372ab6f9 geoip2-database: Update from 20190721 to 20190730 2019-08-06 19:17:19 +02:00
Leonid Pliushch
b4d877ac3b libandroid-glob: bump package version 2019-08-06 16:59:13 +03:00
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
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
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
c3820f920f gdk-pixbuf: bump revision 2019-07-30 00:52:54 +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
eae2eacd41 emacs: don't link with dbus 2019-07-29 15:50:16 +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
Jb DOYON
87cafe2204 stow: update from 2.3.0 to 2.3.1 2019-07-28 22:31:41 +03:00
Leonid Pliushch
6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
3543d2ab69 libgrpc: update to 1.22.0 2019-07-28 02:18:25 +03:00
Leonid Pliushch
6cb24c6951 bump libprotobuf-using packages 2019-07-28 01:52:45 +03:00
Leonid Pliushch
28e932bba6 libprotobuf: update to 3.9.0 2019-07-28 01:52:44 +03:00
Leonid Pliushch
b319f89f0e libgnutls: update to 3.6.9 2019-07-28 01:38:31 +03:00
Leonid Pliushch
83a974f0c6 zstd: update to 1.4.2 2019-07-28 01:23:09 +03:00
Leonid Pliushch
0c24304196 vim, vim-python: update to 8.1.1750 2019-07-28 01:02:06 +03:00
Leonid Pliushch
f9ff5f1f64 ldns: update to 1.7.1 2019-07-28 01:01:34 +03:00
Leonid Pliushch
b19f1dd38a babl: update to 0.1.68 2019-07-28 00:58:20 +03:00
Leonid Pliushch
bf8a737b83 dialog: update to 1.3-20190724 2019-07-28 00:47:23 +03:00
Leonid Pliushch
88ea68af09 ipfs: fix build error
Fix problem with module "go-ds-badger" due to deleted branch.
2019-07-27 23:45:52 +03:00
Leonid Pliushch
3e5d4ccee2 nodejs: fix typo in patch name 2019-07-27 22:26:21 +03:00
Henrik Grimler
ae93faa21f termux-services: termux-services->service-daemon 2019-07-27 15:00:36 +02:00
Leonid Pliushch
720e5aab14 pastebinit: fix warnings
Reported in https://github.com/termux/termux-packages/issues/4112.
2019-07-27 14:18:13 +03:00
Oliver Schmidhauser
63761bafd2 bump changed packages 2019-07-27 12:05:08 +02:00
Oliver Schmidhauser
f8ccb086a1 add sshd service 2019-07-27 12:01:51 +02:00
Oliver Schmidhauser
c6ea4d5708 make busybox services not run by default 2019-07-27 12:01:51 +02:00
Oliver Schmidhauser
5ea9aa6ab8 build termux-services from external repository 2019-07-27 12:01:50 +02:00
Oliver Schmidhauser
d3cfccddbe have zsh run profile too, so services would get executed 2019-07-27 12:01:50 +02:00
Oliver Schmidhauser
7845adf3e2 Initial Draft for termux-services 2019-07-27 12:01:50 +02:00
Henrik Grimler
d9197aa09e mpdscribble: don't override LDFLAGS
Patch Makefile instead.
2019-07-26 23:28:14 +02:00
Leonid Pliushch
fb9839967f glib: update to 2.60.6
%ci:reset-backlog
2019-07-26 00:57:07 +03:00
Leonid Pliushch
eb6fe1e590 mpdscribble: set license 2019-07-25 18:24:26 +03:00
Henrik Grimler
9e1e2fb5f9 mpdscribble: add package 2019-07-25 18:24:26 +03:00
Leonid Pliushch
48854c7796 seafile-client: update to 7.0.1 + fix build.sh 2019-07-25 18:23:57 +03:00
Leonid Pliushch
5a2d5ee807 ccnet: update to 6.1.8 2019-07-25 18:23:57 +03:00
Leonid Pliushch
01afe132d1 libsearpc: update to 3.1 2019-07-25 18:23:57 +03:00
Leonid Pliushch
2e7b545c74 ccnet: fix build.sh 2019-07-25 18:23:57 +03:00
Leonid Pliushch
113d3ba997 libsearpc: fix build.sh 2019-07-25 18:23:57 +03:00
jydidier
6bf43c25a7 Add packages: libsearpc, ccnet, seafile-client 2019-07-25 18:23:57 +03:00
Leonid Pliushch
cac615b22c libtiff: bump revision after enabling jpeg8 in libjpeg-turbo 2019-07-25 16:59:26 +03:00
its-pointless
af36e19f8a libdb enabled libc++ 2019-07-25 16:53:22 +03:00
Leonid Pliushch
9b2d53768f dcraw: sources disappeared from official page, switching to mirror 2019-07-25 16:06:29 +03:00
Leonid Pliushch
04c9d415cd bump revisions of packages using libjpeg-turbo 2019-07-25 16:06:29 +03:00
Leonid Pliushch
72b91ac662 libjpeg-turbo: enable jpeg8 2019-07-25 16:06:29 +03:00
Leonid Pliushch
8d2d5545be libgnutls: do not split c++ part into a separate package 2019-07-25 15:58:52 +03:00
its-pointless
2e4b724c4c enables cxx support in libgnutls 2019-07-25 15:58:52 +03:00
Leonid Pliushch
7ed7151018 pcre: do not split c++ part into a separate package 2019-07-25 15:49:55 +03:00
its-pointless
9c424194ef pcre: enable c++ 2019-07-25 15:49:55 +03:00
Leonid Pliushch
1c72cc1498 libtiff: do not split c++ part into a separate package 2019-07-25 15:49:13 +03:00
its-pointless
28471ed4b3 add libtiff cxx interface 2019-07-25 15:49:13 +03:00
its-pointless
f2af705f07 enable libgmpcxx 2019-07-25 15:48:47 +03:00
Leonid Pliushch
058064e209 axel: remove patches that no longer needed 2019-07-25 12:34:37 +03:00
Leonid Pliushch
11b87c4834 ncurses: enable termcap support + more compatibility symlinks
libtinfo can be actually a symlink to libncursesw.so
2019-07-25 02:06:06 +03:00
Leonid Pliushch
136796f92d Revert "new package: ncurses-termcap"
This reverts commit 4dce7b68fd8628248c0d9312c6ddff82104aa2da.
2019-07-25 01:32:27 +03:00
Leonid Pliushch
10e139181c new package: ncurses-termcap
Ncurses with termcap support and libtinfo.
2019-07-25 00:31:05 +03:00
Leonid Pliushch
a9a88bdc9f Merge branch 'updates/mariadb' 2019-07-24 18:06:37 +03:00
Leonid Pliushch
94db67b19b mariadb: update to 10.4.6 2019-07-24 17:54:03 +03:00
Leonid Pliushch
4c98adbd8a Merge branch 'updates/tracepath' 2019-07-24 16:22:24 +03:00
Leonid Pliushch
c65e8fed0a Merge branch 'updates/tesseract' 2019-07-24 16:22:15 +03:00
Leonid Pliushch
69431211e1 Merge branch 'updates/openal-soft' 2019-07-24 16:22:05 +03:00
Leonid Pliushch
563a5a7f2f tesseract: update to 4.1.0 2019-07-24 16:10:48 +03:00
Leonid Pliushch
7dec8fa26a tracepath: update to 20190709 2019-07-24 15:40:16 +03:00
Leonid Pliushch
27523af815 openal-soft: update to 1.19.1 2019-07-24 15:31:18 +03:00
Leonid Pliushch
7401c4499c Merge branch 'updates/parallel' 2019-07-24 15:22:23 +03:00
Leonid Pliushch
e4e7fa7724 Merge branch 'updates/nginx' 2019-07-24 15:21:51 +03:00
Leonid Pliushch
1994eed368 parallel: update to 20190722 2019-07-24 14:40:51 +03:00
Leonid Pliushch
763aa9392a Merge branch 'updates/git-lfs' 2019-07-24 14:32:36 +03:00
Leonid Pliushch
c2b888b463 nginx: update to 1.17.2 2019-07-24 14:29:13 +03:00
Leonid Pliushch
de54047f11 git-lfs: update to 2.8.0 2019-07-24 14:25:59 +03:00
Leonid Pliushch
6dc0f82895 axel: update to 2.17.5 2019-07-24 14:24:45 +03:00
Leonid Pliushch
09c93a5257 util-linux: fix utility 'losetup'
On Android loop devices located under /dev/block/.
2019-07-23 19:30:29 +03:00
Leonid Pliushch
766e9ca178 util-linux: update to 2.34 2019-07-23 18:15:18 +03:00
Leonid Pliushch
b552bba1e9 valac: update to 0.44.6 2019-07-23 16:48:01 +03:00
Leonid Pliushch
a0d9671355 texlive-bin: bump revision 2019-07-23 16:09:30 +03:00
Leonid Pliushch
3761d7c433 poppler: update to 0.79.0 2019-07-23 16:09:30 +03:00
Leonid Pliushch
30ab04ea75 librsvg: bump revision
To trigger CI build.
2019-07-23 12:40:45 +03:00
Leonid Pliushch
e80a6dd133 librsvg: delete unneeded patch 2019-07-23 12:32:16 +03:00
Leonid Pliushch
caa2f80325 librsvg: update to 2.45.8 2019-07-23 12:22:28 +03:00
Leonid Pliushch
06c856528c nim: update to 0.20.2 2019-07-23 04:02:01 +03:00
Leonid Pliushch
b4015466c9 apt: rebuild package
Should fix following error:

E: Failed to fetch https://dl.bintray.com/termux/termux-packages-24/all/apt-transport-tor_1.4.9-14_all.deb  Hash Sum mismatch
   Hashes of expected file:
    - SHA256:cdbe9700180918d2e195ff580443f5f4fedd1f8bfded8cd461b170ffcc7af05a
    - SHA1:9432727cfa86af2250c20fd7494b243eb4fa3dda [weak]
    - Filesize:844 [weak]

- same as happened with packages geoip2-database and ecj.
2019-07-22 22:43:56 +03:00
Leonid Pliushch
7add4e28ef ecj: build package again 2019-07-22 21:37:53 +03:00
Leonid Pliushch
78c1f4ab37 ecj: bump revision
*.deb file on Bintray is corrupted for unknown reason - metadata checksum
mismatch.
2019-07-22 20:21:43 +03:00
Leonid Pliushch
25d5506e06 command-not-found: update to 1.39 2019-07-22 19:41:07 +03:00
Leonid Pliushch
1b8104e0a9 geoip2-database: bump revision
Attempt to fix following error:

 Writing more data than expected (22610650 > 22610408)
 Hashes of expected file:
  - SHA256:08abc5cffb9e1967fab487a471bb547f5ae706c48bf8e59d1443b2ad4af9caaf
  - SHA1:36ded1e207135bdeb8b7301bc03309ebced3cd32 [weak]
  - Filesize:22610408 [weak]
2019-07-22 18:28:35 +03:00
Leonid Pliushch
7558ee77b9 ncurses: move clear/reset/tset to main package
To make these utilities available in bootstrap.
2019-07-22 14:44:25 +03:00
Leonid Pliushch
d8cf2ea72c busybox: re-add applet 'which' 2019-07-22 14:36:06 +03:00
Leonid Pliushch
3a0cf0c541 busybox: fix typo in comment 2019-07-22 14:23:56 +03:00
Leonid Pliushch
689cfacb2c busybox: restore some applets that aren't available as separate package 2019-07-22 14:13:32 +03:00
Leonid Pliushch
9d2a90ac45 sed: mark package as essential
Because used by `apt-key`.
2019-07-22 03:42:40 +03:00
Leonid Pliushch
789f99c51f findutils: bump revision
Need to rebuild package after setting TERMUX_PKG_ESSENTIAL.
2019-07-22 03:41:28 +03:00
Leonid Pliushch
a997e982a2 bash: do not hardcode prefix/home paths
Use @TERMUX_PREFIX@ or @TERMUX_HOME@ where needed.
2019-07-22 02:23:55 +03:00
Leonid Pliushch
1e5d50a950 bash: use command-not-found handler only if it exists 2019-07-22 02:23:43 +03:00
Leonid Pliushch
026ebfd1c1 termux-exec should be a dependency of termux-tools
Because it is used by login script and termux-tools is essential anyway.
2019-07-22 02:05:02 +03:00
Leonid Pliushch
1cad26d5d0 tar: remove xz-utils from dependencies
* It is optional.

* It is part of bootstrap archives and is essential.
2019-07-22 01:59:45 +03:00
Leonid Pliushch
fea38ec8dc dpkg: depend on less
Fixes following error while using `dpkg -l`:

 dpkg-query: error: showing package list on pager subprocess returned error exit status 127

Note: in recent bootstrap archives `less` is already installed and is marked as essential.
2019-07-22 01:57:56 +03:00
Leonid Pliushch
21b4430ee3 grep: mark package as essential
Because it is used by `apt-key` while `apt update` is running.
2019-07-22 01:54:41 +03:00
Leonid Pliushch
bb5fc41061 findutils: mark package as essential
Because it is used by `apt-key` while `apt update` is running.
2019-07-22 01:52:47 +03:00
Leonid Pliushch
4832078d86 reformat build.sh for some packages
* Packages where dependencies were sorted are bumped.
2019-07-22 01:51:28 +03:00
Leonid Pliushch
2a2044cda8 busybox: we still need some applets in order to upgrade packages
Should help with following dpkg errors:

 dpkg: warning: 'rm' not found in PATH or not executable
 dpkg: error: 1 expected program not found in PATH or not executable

 dpkg: warning: 'diff' not found in PATH or not executable
 dpkg: error: 1 expected program not found in PATH or not executable
2019-07-22 00:45:12 +03:00
Leonid Pliushch
d77d2f7d4d coreutils: use breaks & replaces fields instead of just conflicts for busybox 2019-07-22 00:17:51 +03:00
Leonid Pliushch
f3de7e5edf coreutils: conflict with older busybox
The utility 'env' was re-added back.
2019-07-21 23:46:55 +03:00
Leonid Pliushch
b628a2c6bf apt: add coreutils and grep for 'apt-key' 2019-07-21 23:19:47 +03:00
Leonid Pliushch
3f6dd6c59c apt: apt-key also requires sed 2019-07-21 23:16:57 +03:00
Leonid Pliushch
dd8e19ba33 apt: need findutils for apt-key 2019-07-21 23:14:56 +03:00
Leonid Pliushch
f04e8cac45 use utility 'env' from coreutils 2019-07-21 22:44:00 +03:00
Leonid Pliushch
b0b67b8fbe busybox: disable applet symlinks
See https://github.com/termux/termux-packages/issues/4070.
2019-07-21 22:44:00 +03:00
Leonid Pliushch
a43dd6df8e dpkg: depend on diffutils
Fixes:

 dpkg: warning: 'diff' not found in PATH or not executable
2019-07-21 22:40:33 +03:00
Leonid Pliushch
3b77fe6d85 dpkg: depend coreutils
Provides mv, rmdir, rm for dpkg.
2019-07-21 22:38:07 +03:00
Leonid Pliushch
f657714b6b dpkg: update dependencies 2019-07-21 22:18:09 +03:00
Leonid Pliushch
ad47bed9bb specify essential packages
* libbz2 / bzip2
 * coreutils
 * libcurl / curl
 * gzip
 * less
 * tar
 * liblzma / xz-utils
2019-07-21 22:18:09 +03:00
Leonid Pliushch
bf1c224eb4 busybox: no longer essential package 2019-07-21 22:18:09 +03:00
Leonid Pliushch
62888c57dd Revert "dpkg: use busybox for rm and tar"
This reverts commit b35e4e4654b669292a51976e09c80b8a8780825a.
2019-07-21 22:18:09 +03:00
Leonid Pliushch
1384a31d33 imagemagick: update to 7.0.8.56 2019-07-21 19:27:59 +03:00
Leonid Pliushch
4af8e458d6 debianutils: update to 4.8.6.3 2019-07-21 19:25:38 +03:00
Leonid Pliushch
99d75f06e4 bump imgflo and gst-plugins-good after libsoup upgrade 2019-07-21 18:53:22 +03:00
Leonid Pliushch
8885e07d51 libsoup: update to 2.66.2 + add new dep package libpsl 2019-07-21 18:52:07 +03:00
Leonid Pliushch
93d06e58dd libvpx: update to 1.8.1 2019-07-21 18:32:11 +03:00
Leonid Pliushch
8d0a720cb0 krb5: update to 1.17 2019-07-21 17:50:01 +03:00
Leonid Pliushch
59c697833d new package: assimp
Moved from unstable repo.
2019-07-21 17:35:21 +03:00
Leonid Pliushch
26e6bf1781 ecj: update to 4.12 2019-07-21 17:23:12 +03:00
Leonid Pliushch
71f5d0719e abuild: update to 3.4.0 2019-07-21 17:01:58 +03:00
Leonid Pliushch
c13daf9d27 apk-tools: update to 2.10.4 2019-07-21 16:39:04 +03:00
Leonid Pliushch
4e91b02380 swi-prolog: update to 8.1.9 2019-07-21 16:31:50 +03:00
Leonid Pliushch
bfb459e7ec tidy: update to 5.7.28 2019-07-21 16:29:22 +03:00
Leonid Pliushch
926803c0b4 zstd: update to 1.4.1 2019-07-21 16:26:48 +03:00
Leonid Pliushch
805b28d483 exa: update to 0.9.0 2019-07-21 16:14:38 +03:00
Leonid Pliushch
2e79943745 direvent: update to 5.2 2019-07-21 16:12:42 +03:00
Leonid Pliushch
54a4d37e11 ccache: update to 3.7.2 2019-07-21 16:11:58 +03:00
Leonid Pliushch
696723a0e6 axel: update to 2.17.4 2019-07-21 16:04:23 +03:00
Leonid Pliushch
80a0cc6b86 alpine: update to 2.21.99999 2019-07-21 16:02:44 +03:00
Leonid Pliushch
33ad54d33f dbus: disable tests 2019-07-21 14:52:09 +03:00
Leonid Pliushch
bef5d43163 ncurses: exclude st-meta* from copied terminfo 2019-07-21 02:44:20 +03:00
Leonid Pliushch
69af254a68 ncurses: provide terminfo for 'st'
Issue: https://github.com/termux/termux-packages/issues/4034.
2019-07-21 02:36:54 +03:00
Leonid Pliushch
1f4d1092e6 dnsutils: update to 9.14.4
%ci:reset-backlog
2019-07-21 02:00:22 +03:00
Leonid Pliushch
9afa713d44 imagemagick: update to 7.0.8.55 2019-07-21 01:38:22 +03:00
Leonid Pliushch
4197334b1d hub: update to 2.12.3 2019-07-21 01:37:52 +03:00
Leonid Pliushch
10cfd912a9 erlang: update to 22.0.7 2019-07-21 01:34:41 +03:00
Leonid Pliushch
f0081906cf e2fsprogs: update to 1.45.3 2019-07-21 01:32:31 +03:00
Leonid Pliushch
b3c8eadab9 libcurl: update to 7.65.3 2019-07-21 01:30:30 +03:00
Leonid Pliushch
d3e78c4b28 geoip2-database: update to 20190721 2019-07-21 01:07:00 +03:00
Leonid Pliushch
f55fba5e67 libbz2: update to 1.0.8 2019-07-20 11:52:19 +03:00
Leonid Pliushch
d62890af1a librsvg: attemp to fix problem with missing symbol '__clzsi2'
Using patch from 449fdccaff
2019-07-19 23:30:43 +03:00
heronhaye
1b1024faa4 Update Keybase to 4.2.1 2019-07-18 17:10:18 +03:00
Leonid Pliushch
a2cd5ce927 librsvg: rebuild package 2019-07-17 19:00:30 +03:00
Fredrik Fornwall
a84e43c822 picolisp: Update from 18.12.27 to 19.7.6 2019-07-16 17:09:57 +02:00
Fredrik Fornwall
98328665e1 vim: Update from 8.1.1650 to 8.1.1700 2019-07-16 17:07:21 +02:00
Fredrik Fornwall
cd4c81646e libx265: Update from 3.0 to 3.1.1 2019-07-16 17:06:44 +02:00
Leonid Pliushch
ac0bce86e2 apt: bump revision 2019-07-15 14:00:28 +03:00
Leonid Pliushch
0eb1caed70 libcurl: bump revision 2019-07-15 13:59:59 +03:00
Leonid Pliushch
41c69c3759 libgd: bump revision
Will it help with https://github.com/termux/termux-packages/issues/4056 ?
2019-07-15 13:23:02 +03:00
Leonid Pliushch
a30e9e3720 php: bump revision
Will it help with https://github.com/termux/termux-packages/issues/4056 ?
2019-07-15 13:22:52 +03:00
Leonid Pliushch
70e85aef06 nim: fix build error and use -Oz for aarch64 2019-07-14 21:44:54 +03:00
Fredrik Fornwall
7adf17fb41 ruby: Bump revision after optimization switch 2019-07-14 20:38:26 +02:00
Fredrik Fornwall
51c97e3bb5 Always use -Oz optimization level 2019-07-14 20:38:26 +02:00
Leonid Pliushch
5d4019357c strace: replace fputs_unlocked() with fputs()
Prevent undefined reference to 'fputs_unlocked'.
2019-07-14 20:47:51 +03:00
Leonid Pliushch
56cde8c8e4 msmtp: update to 1.8.5 2019-07-14 20:39:23 +03:00
Leonid Pliushch
12fc465c1b debootstrap: update checksum 2019-07-14 20:34:05 +03:00
Leonid Pliushch
23ed28db71 yarn: update to 1.17.3 2019-07-14 20:31:39 +03:00
Leonid Pliushch
97af75022e vttest: update to 20190710 2019-07-14 20:31:39 +03:00
Leonid Pliushch
691c6e9841 strace: update to 5.2 2019-07-14 20:31:39 +03:00
Leonid Pliushch
3324893e3e libsqlite: update to 3.29.0 2019-07-14 20:31:39 +03:00
Leonid Pliushch
2df59927a4 fossil: update to 2.9 2019-07-14 20:31:39 +03:00
Leonid Pliushch
4d5569fb14 debootstrap: update to 1.0.115 2019-07-14 20:31:39 +03:00
Leonid Pliushch
1355930b6f debianutils: update to 4.8.6.2 2019-07-14 20:31:39 +03:00
Fredrik Fornwall
251ed47078 libwebp: Update from 1.0.2 to 1.0.3 2019-07-14 19:24:25 +02:00
Fredrik Fornwall
b8f5304456 jsoncpp: Update from 1.9.0 to 1.9.1 2019-07-14 19:24:17 +02:00
Fredrik Fornwall
ca90943d15 ttyd: Update from 1.5.0 to 1.5.1 2019-07-14 19:24:05 +02:00
Tristan Ross
bde14bf9cc add dbus-glib and telepathy-glib (#4046) 2019-07-13 18:49:02 +03:00
Leonid Pliushch
97dabbe988 add post-installation script for generating machine-id 2019-07-13 01:50:30 +03:00
Tristan Ross
4e8d6d2df9 run autoconf 2019-07-13 01:50:30 +03:00
Leonid Pliushch
f240932f87 use correct license name 2019-07-13 01:50:30 +03:00
Tristan Ross
0dfed2ae30 link with android logger 2019-07-13 01:50:30 +03:00
Tristan Ross
746075699e fixed checksum 2019-07-13 01:50:30 +03:00
Tristan Ross
7026b60909 added dbus package 2019-07-13 01:50:30 +03:00
Fredrik Fornwall
ada4c2527a librsvg: Update from 2.45.6 to 2.45.7 2019-07-11 22:46:54 +02:00
Fredrik Fornwall
c04b71ca05 keybase: Update from 4.1.0 to 4.2.0 2019-07-11 22:15:31 +02:00
Fredrik Fornwall
18b1160e38 hub: Update from 2.12.1 to 2.12.2 2019-07-11 14:33:06 +02:00
Fredrik Fornwall
9c97f9b14e glib: Update from 2.60.4 to 2.60.5 2019-07-11 14:32:29 +02:00
Fredrik Fornwall
c5a58e63a2 golang: Update from 1.12.6 to 1.12.7 2019-07-11 14:31:17 +02:00
Fredrik Fornwall
504a740d1a libzmq: Update from 4.3.1 to 4.3.2 2019-07-11 10:34:07 +02:00
Fredrik Fornwall
ea4aff47bb syncthing: Update from 1.1.3 to 1.2.0 2019-07-11 10:33:57 +02:00
Fredrik Fornwall
ca4cc423e0 squid: Update from 4.7 to 4.8 2019-07-11 10:33:31 +02:00
Fredrik Fornwall
096ff4f07b ffmpeg: Update from 4.1.3 to 4.1.4 2019-07-11 10:33:19 +02:00
Fredrik Fornwall
f8ae571d78 gnupg: Update from 2.2.16 to 2.2.17 2019-07-11 10:32:30 +02:00
Fredrik Fornwall
c1d38d8f5e python: Update from 3.7.3 to 3.7.4 2019-07-11 10:32:18 +02:00
Fredrik Fornwall
c15ee973b7 vim: Update from 8.1.1600 to 8.1.1650 2019-07-11 10:02:16 +02:00
Henrik Grimler
291c7bbe1a cmake: bump after jsoncpp update 2019-07-07 18:30:42 +02:00
Leonid Pliushch
58be9a3b78 tintin++: fix patch 2019-07-07 16:08:44 +03:00
Leonid Pliushch
c8ff0aa1fc erlang: update to 22.0.5 2019-07-07 16:08:44 +03:00
Leonid Pliushch
ef52ff78e1 php: update to 7.3.7 2019-07-07 16:08:44 +03:00
Leonid Pliushch
cba84f2441 valac: update to 0.44.5 2019-07-07 16:08:44 +03:00
Leonid Pliushch
9fc235cfa7 libbz2: fix patch 2019-07-07 16:08:44 +03:00
Leonid Pliushch
8525abb817 mpd: update to 0.21.11 2019-07-07 16:08:44 +03:00
Leonid Pliushch
7e58aa881b tintin++: update to 2.01.8 2019-07-07 16:08:44 +03:00
Leonid Pliushch
7e3dfa2905 stow: update to 2.3.0 2019-07-07 16:08:44 +03:00
Leonid Pliushch
7bc8ecdb2d less: update to 551 2019-07-07 16:08:44 +03:00
Leonid Pliushch
6e7e1d9fea libbz2: update to 1.0.7 2019-07-07 16:08:44 +03:00
Leonid Pliushch
0b1a1cc671 jsoncpp: update to 1.9.0 2019-07-07 16:08:44 +03:00
Leonid Pliushch
cb9a020e57 imagemagick: update to 7.0.8.53 2019-07-07 16:08:44 +03:00
Leonid Pliushch
7983526579 caddy: update to 1.0.1 2019-07-07 16:08:44 +03:00
Leonid Pliushch
f47c184592 ack-grep: update to 3.0.2 2019-07-07 16:08:44 +03:00
its-pointless
52f849b98c 1.36.0 rust 2019-07-07 16:04:54 +10:00
Fredrik Fornwall
aecc2f1e88 fcgiwrap: Fix manpage location 2019-07-05 00:11:25 +02:00
Fredrik Fornwall
f3befcda7b neovim: Update from 0.3.7 to 0.3.8 2019-07-04 23:15:06 +02:00
Fredrik Fornwall
3d094c1dcd freetype: Update from 2.10.0 to 2.10.1 2019-07-04 23:14:56 +02:00
Fredrik Fornwall
988ca89462 libuv: Update from 1.29.1 to 1.30.1 2019-07-04 23:14:47 +02:00
Fredrik Fornwall
f82416e387 libev: Update from 4.25 to 4.27 2019-07-04 23:14:40 +02:00
Leonid Pliushch
4f2ad2f03f fcgi: mark license as "custom"
Required for Bintray package uploader.
2019-07-04 17:15:14 +03:00
Leonid Pliushch
8d1b2ff450 new package: fcgi + fcgiwrap
Requested in https://github.com/termux/termux-packages/issues/3422.
2019-07-04 17:09:38 +03:00
Leonid Pliushch
80d202bd65 hugo: remove builddir fix that is no longer needed 2019-07-04 14:12:57 +03:00
Leonid Pliushch
2bd2cc13db caddy: remove builddir fix that is no longer needed 2019-07-04 14:12:16 +03:00
Leonid Pliushch
d237bd0ee7 xmlstarlet: bump revision 2019-07-03 16:57:34 +03:00
Leonid Pliushch
378573583b xmlstarlet: use relative symlink 2019-07-03 16:57:34 +03:00
Zaoqi
daa7112273 Update build.sh 2019-07-03 16:57:34 +03:00
Henrik Grimler
987c22cdda wireguard-tools: update to 20190702 2019-07-03 08:28:48 +02:00
Fredrik Fornwall
46dafbfa12 kakoune: Fix arm build 2019-07-02 00:43:19 +02:00
Fredrik Fornwall
118371d6fb kakoune: Update from 2019.01.20 to 2019.07.01 2019-07-02 00:28:21 +02:00
Fredrik Fornwall
2250a82901 bash: Bump revision to get info page 2019-07-02 00:01:00 +02:00
Leonid Pliushch
2fa11b13ef build-package.sh: always keep info pages
Info pages usually provide more complete information
about package and its usage than man pages.
2019-07-02 00:00:02 +02:00
Leonid Pliushch
27856c752e termux-tools: provide wrapper for /system/bin/umount
Good addition since we already have wrapper for /system/bin/mount.
2019-07-01 23:43:43 +03:00
Leonid Pliushch
df73044b1b gdbm: build with '--enable-libgdbm-compat'
Needed for some programs searching for the 'ndbm.h' header.
2019-07-01 14:10:56 +03:00
Leonid Pliushch
807cab48c8 ncurses: fix tabs in build.sh 2019-06-30 20:22:57 +03:00
Leonid Pliushch
3a8cb6dc01 ncurses: provide terminfo for termite
Issue https://github.com/termux/termux-packages/issues/1061.
2019-06-30 20:20:00 +03:00
Leonid Pliushch
6e2d4818f5 mpv: enable libcaca
Issue https://github.com/termux/termux-packages/issues/649.
2019-06-30 19:51:09 +03:00
Leonid Pliushch
774fa6135a mpv: reformat build.sh 2019-06-30 19:43:36 +03:00
Leonid Pliushch
40db2641cf termux-tools: provide wrapper for /system/bin/mount
Right now Termux doesn't have utility 'mount' available. Also
on Samsung devices executing /system/bin/mount can cause
linking errors.

Issue https://github.com/termux/termux-packages/issues/4002.
2019-06-30 19:13:32 +03:00
Leonid Pliushch
d82262aec4 apache2: avoid use of getrandom() which may not be implemented
Issue https://github.com/termux/termux-packages/issues/3883.

***

Fix doesn't seem to be needed on devices running Android 7+, but in
NDK getrandom() declared as:

  ssize_t getrandom(void* __buffer, size_t __buffer_size, unsigned int __flags) __wur __INTRODUCED_IN(28);

So applying patch anyway.
2019-06-30 17:53:26 +03:00
its-pointless
d333a1e566 pulseaudio sles input 2019-06-30 13:07:18 +03:00
Leonid Pliushch
4d1a1e4699 ffmpeg: add support for libass
Requested in https://github.com/termux/termux-packages/issues/2399.
2019-06-30 03:21:17 +03:00
Leonid Pliushch
1e6a626c03 new package: libass
Currently used only by mpv-x in x11-packages, but also required for
https://github.com/termux/termux-packages/issues/2399.
2019-06-30 03:09:00 +03:00
Leonid Pliushch
adce8f5058 gmic: fix CImg.h.patch 2019-06-29 21:03:49 +03:00
Leonid Pliushch
a2c8b40470 obfs4proxy: update to 0.0.11 2019-06-29 21:03:49 +03:00
Leonid Pliushch
8d7cd62601 libssh: update to 0.9.0 2019-06-29 21:03:49 +03:00
Leonid Pliushch
e61a9c1547 irssi: update to 1.2.1 2019-06-29 21:03:49 +03:00
Leonid Pliushch
0de864e691 imagemagick: update to 7.0.8.50 2019-06-29 21:03:49 +03:00
Leonid Pliushch
17b06ab634 hub: update to 2.12.1 2019-06-29 21:03:49 +03:00
Leonid Pliushch
ebd4c49866 harfbuzz: update to 2.5.3 2019-06-29 21:03:49 +03:00
Leonid Pliushch
3b580fb972 gmic: update to 2.6.7 2019-06-29 21:03:49 +03:00
Leonid Pliushch
9a99c9e7a4 deutex: update to 5.2.0 2019-06-29 21:03:49 +03:00
Leonid Pliushch
afe23896b0 dart: update to 2.4.0 2019-06-29 21:03:49 +03:00
Leonid Pliushch
39722cd834 dnsutils: update to 9.14.3 2019-06-29 21:03:49 +03:00
Leonid Pliushch
2a2444c3d0 ack-grep: update to 3.0.1 2019-06-29 21:03:49 +03:00
Leonid Pliushch
a9b08c2cc8 libffi: disable versioning + rebuild dependent packages 2019-06-28 20:34:04 +03:00
Fredrik Fornwall
18780e35fc libnettle: Update from 3.4.1 to 3.5.1 2019-06-28 12:35:53 +02:00
Fredrik Fornwall
9ec649ce23 ncdc: Remove not needed TERMUX_PKG_BUILD_DEPENDS 2019-06-28 11:17:09 +02:00
Fredrik Fornwall
040b9bd2e2 libmosquitto: Update from 1.6.2 to 1.6.3 2019-06-28 00:43:24 +02:00
Fredrik Fornwall
251ff0e38a c-toxcore: Update from 0.2.9 to 0.2.10 2019-06-28 00:40:00 +02:00
Fredrik Fornwall
1de5807a5b erlang: Update from 22.0.1 to 22.0.4 2019-06-28 00:36:12 +02:00
Fredrik Fornwall
4278ddae27 nginx: Update from 1.17.0 to 1.17.1 2019-06-28 00:28:26 +02:00