Commit Graph

8425 Commits

Author SHA1 Message Date
Henrik Grimler 3bc687b67c tmux: put socket in $PREFIX/var/run instead of $TMPDIR
See https://github.com/termux/termux-packages/issues/4206
2019-08-25 17:00:39 +02:00
Henrik Grimler 8f68b081a8 emacs: add termux-service script, put socket in $PREFIX/var/run
Start with sv up emacsd
2019-08-25 17:00:29 +02:00
Henrik Grimler fd58f0f88b Merge pull request #4212 from buttaface/cmake-fix
cmake: fix typo that broke exec_program
2019-08-23 20:25:19 +02:00
Butta 6ed5b8a65d cmake: fix typo that broke exec_program 2019-08-23 21:08:55 +05:30
Fredrik Fornwall 69aa9a687d swig: Update from 4.0.0 to 4.0.1 2019-08-23 10:09:13 +02:00
Fredrik Fornwall 356322a5c2 shellharden: Update from 4.1 to 4.1.1 2019-08-23 10:09:10 +02:00
Fredrik Fornwall dfa819d494 librsync: Update from 2.0.2 to 2.1.0 2019-08-23 10:09:02 +02:00
Fredrik Fornwall 4990fdfc19 tor: Update from 0.4.0.5 to 0.4.1.5 2019-08-23 09:29:17 +02:00
Henrik Grimler 15b707708a Merge pull request #4210 from termux/services-configfiles
termux-services: mark all run scripts as conffiles
2019-08-23 06:22:32 +02:00
Henrik Grimler 9151e2908c transmission: mark service scripts as config files 2019-08-22 21:57:06 +02:00
Henrik Grimler 3762801fb9 busybox: mark service files for ftpd and telnetd as conffiles 2019-08-22 21:51:00 +02:00
Henrik Grimler 295796d20c openssh: mark service scripts as config files 2019-08-22 21:48:44 +02:00
Henrik Grimler 61b7761fde tor: mark service scripts as config files 2019-08-22 21:48:44 +02:00
Henrik Grimler 44dd2361b3 mpd: mark service scripts as config files 2019-08-22 21:48:44 +02:00
danobr f7490c0375 hugo: Update from 0.55.6 to 0.57.2 2019-08-21 19:29:32 +03:00
Fredrik Fornwall 5eaa982ba2 cmake: Update from 3.14.5 to 3.15.2 2019-08-21 13:04:43 +02:00
Fredrik Fornwall 73c9a3b2b6 libllvm: Update from 8.0.0 to 8.0.1 2019-08-21 10:03:58 +02:00
Leonid Pliushch b2d71b2fdf libiconv: breaks & replaces libandroid-support-dev
For replacement of libandroid-support-dev v22.
2019-08-21 10:59:43 +03:00
Leonid Pliushch fba3e566f6 iverilog: update to 10.3 2019-08-20 23:08:59 +03:00
Leonid Pliushch 7dd8d80884 fix for termux_create_subpackages.sh 2019-08-20 14:53:54 +03:00
Leonid Pliushch 51f7a626ad vim: fix subpackage script 2019-08-20 14:50:31 +03:00
Leonid Pliushch ba7f9f1c53 apt: fix subpackage script 2019-08-20 14:50:17 +03:00
Leonid Pliushch 8da3aedb44 help2man: update to 1.47.11 2019-08-20 14:49:28 +03:00
Leonid Pliushch 0c2df62f11 seafile-client: update to 7.0.2 2019-08-20 14:49:28 +03:00
Leonid Pliushch 847771aa92 vim, vim-python: update to 8.1.1850 2019-08-20 14:39:36 +03:00
Leonid Pliushch 43afcb4b55 golang: allow on-device builds
But it will fail currently anyway to non-pie executables generated in
bootstrap process.
2019-08-19 02:38:29 +03:00
Fredrik Fornwall c2dfc61089 readline: Update from 8.0 to 8.0.1 2019-08-18 22:07:29 +02:00
Fredrik Fornwall bb02561af4 nginx: Update from 1.17.2 to 1.17.3 2019-08-18 22:07:02 +02:00
Fredrik Fornwall 5db0d80be3 libnghttp2: Update from 1.39.1 to 1.39.2 2019-08-18 22:06:55 +02:00
Fredrik Fornwall 87e3445d4a ccache: Update from 3.7.2 to 3.7.3 2019-08-18 22:06:48 +02:00
Fredrik Fornwall d896610bdd git: Update from 2.22.1 to 2.23.0 2019-08-18 22:06:42 +02:00
Fredrik Fornwall 306cc69ea1 pango: Update from 1.42.4 to 1.44.5 2019-08-18 00:00:00 +02:00
Fredrik Fornwall 29096f00cc apache2: Update from 2.4.39 to 2.4.41 2019-08-17 23:52:23 +02:00
Henrik Grimler 0c2fc08906 Merge pull request #4195 from termux/openssh-fix
openssh: fix faulty symlink for termux-services script
2019-08-17 21:29:17 +02:00
Henrik Grimler 70bc6884e0 openssh: fix faulty symlink for termux-services script 2019-08-17 21:15:51 +02:00
Leonid Pliushch 8ef3507b0a new package: gumbo-parser
Requested in https://github.com/termux/termux-packages/issues/4194.
2019-08-17 21:09:00 +03:00
Leonid Pliushch 85462a0042 build-package.sh: use absolute paths when sourcing parts from scripts/build/
+ some fixes for shellcheck.
2019-08-16 23:19:11 +03:00
Leonid Pliushch 18af9577f4 build-package.sh: allow script to be called from any directory 2019-08-16 22:52:18 +03:00
Leonid Pliushch b95398e3a5 fish: do not use wcstod_l() even if found on target
Fix following error when building fish on device with Android 9:

src/builtin_printf.cpp:278:12: error: use of undeclared identifier 'wcstod_l'; did you mean 'wcstold_l'?
    return wcstod_l(s, end, fish_c_locale());
2019-08-16 22:31:55 +03:00
Leonid Pliushch 5c7419b80d libjasper: specify lib directory for installation
When building on device (aarch64), the lib directory is set to $PREFIX/lib64
which is wrong and should be overridden.
2019-08-16 22:10:04 +03:00
Leonid Pliushch 4d3c26d56e libjasper: fix linking with libm for on-device builds 2019-08-16 21:53:40 +03:00
Leonid Pliushch 2cb2b7405f libgpg-error: replace pthreads-no-weak.patch with sed expression
Patch seems has no effect due to autoreconf.
2019-08-16 21:35:49 +03:00
Leonid Pliushch 1e0b5d3f9c libgpg-error: disable weak references to pthreads
Fix on-device build.
2019-08-16 21:24:11 +03:00
Leonid Pliushch 98ff32c9e3 libgpg-error: add support for building with gawk 5.0 2019-08-16 21:19:21 +03:00
Leonid Pliushch d7256b0230 minicom: specify lock directory 2019-08-16 20:45:59 +03:00
Leonid Pliushch ed598037f0 libopus: do not build tests & demo
Fix for on-device builds.
2019-08-16 20:29:34 +03:00
Leonid Pliushch e05474e0c9 libpcap: use `--without-libnl` to disable libnl linking instead of ac_cv_lib_nl_3_nl_socket_alloc
Fixes on-device build.
2019-08-16 20:23:20 +03:00
Leonid Pliushch a6a0cd149d zile: fix on-device build 2019-08-16 20:11:04 +03:00
Leonid Pliushch c48b534445 parted: force link with libiconv (required for on-device builds) 2019-08-16 18:25:19 +03:00
Leonid Pliushch fc5c4dc6da inetutils: pass LIBS=-llog in make args
Should be compatible with both cross-compiling and building on device.
2019-08-16 18:19:13 +03:00