Commit Graph

6857 Commits

Author SHA1 Message Date
Fredrik Fornwall 368547fbd3 ired: Make build respect LDFLAGS
This fixes DT_RUNPATH (see #3490).
2019-03-10 23:35:46 +01:00
Fredrik Fornwall e9d3fcea4c Fix DT_RUNPATH for rust-using packages
See #3490.
2019-03-10 23:33:24 +01:00
Fredrik Fornwall f8950a99ca msmtp: Do not overwrite LDFLAGS
Fixes DT_RUNPATH (see #3490).
2019-03-10 22:58:41 +01:00
Fredrik Fornwall c57b8ec5a5 rgbds: Make build respect LDFLAGS
Adds DT_RUNPATH (see #3490).
2019-03-10 22:53:44 +01:00
Fredrik Fornwall 5dac52d24f darkhttpd: Fix DT_RUNPATH
See #3490.
2019-03-10 22:47:18 +01:00
Fredrik Fornwall dd5888842b termux-exec: Fix DT_RUNPATH 2019-03-10 22:42:30 +01:00
Fredrik Fornwall 66853fe390 rclone: Bump package after DT_RUNPATH fix 2019-03-10 22:39:12 +01:00
Fredrik Fornwall eb1cb4401f Bump caddy&syncthing after DT_RUNPATH fix 2019-03-10 22:36:01 +01:00
Fredrik Fornwall 179cbddefc Make ttyrec respect LDFLAGS
This adds DT_RUNPATH, see #3490.
2019-03-10 22:32:50 +01:00
Fredrik Fornwall 495a608ec5 Bump hub&hugo after setting CGO_LDFLAGS 2019-03-10 22:29:41 +01:00
Fredrik Fornwall 73ec719d77 Set CGO_LDFLAGS="$LDFLAGS" for go packages
This should add DT_RUNPATH. See #3490.
2019-03-10 22:27:52 +01:00
kenneth-Q 1a0c455f1c p7zip: add patch for security 2019-03-10 21:32:17 +01:00
Leonid Pliushch 538f16b478 CI: use default path for deb files 2019-03-10 22:31:49 +02:00
Leonid Pliushch c68c16310b new package: restic
Previously, it was available only in unstable-packages, but since this
utility is really stable and useful, it is better to have it in main repository.

Also, this will be a test for automatic package deploy.
2019-03-10 21:58:47 +02:00
Leonid Pliushch a1557ba60f readme: fix formatting 2019-03-10 21:49:51 +02:00
Leonid Pliushch 2d66d967eb termux_step_setup_variables.sh: fix gpg keys 2019-03-10 21:46:41 +02:00
Fredrik Fornwall fa588a1576 fortune: Use LDFLAGS (see #3490) 2019-03-10 20:31:15 +01:00
Leonid Pliushch 57ec4e6d0d CI: fix path to git commit parsing script 2019-03-10 21:26:54 +02:00
Leonid Pliushch 8731140929 update readme 2019-03-10 21:22:49 +02:00
Leonid Pliushch d0d6a27f19 update readme 2019-03-10 21:18:09 +02:00
Leonid Pliushch 6072b6cd16 CI: fix deploy branch owner 2019-03-10 20:44:35 +02:00
Leonid Pliushch cb9dc948c9 CI: remove old branch from deploys list 2019-03-10 20:43:51 +02:00
Leonid Pliushch 5771a5d4d2 CI: enable deploys 2019-03-10 20:43:31 +02:00
Leonid Pliushch e93d7a9de0 termux-keyring: add key used by automatic builds 2019-03-10 19:37:13 +01:00
Fredrik Fornwall 558e604174 Merge Android 7 changes to master
The master branch is now for Android 7.0 and later. The android-5 branch is maintained for Android 5.x and 6.
2019-03-10 19:26:14 +01:00
Fredrik Fornwall b8f1d74283 Merge pull request #3486 from termux/supl-repos-switch-urls
Change URLs for supplementary repositories (Unstable & X11)
2019-03-10 19:20:30 +01:00
Henrik Grimler c6b03a5e61 Merge pull request #3487 from termux/android-7-luarocks
luarocks: update to 3.0.4
2019-03-10 18:12:46 +01:00
Henrik Grimler 68f0c7f5a9 luarocks: update to 3.0.4 2019-03-10 17:00:36 +01:00
Leonid Pliushch 6255ff2261 x11-repo: use new url 2019-03-10 16:14:09 +02:00
Leonid Pliushch 56f0317a68 unstable-repo: use new url 2019-03-10 16:13:08 +02:00
Leonid Pliushch f195bf598d package uploader: improve searching of subpackages
Handle cases where package directory is actually symlink.
2019-03-10 15:47:43 +02:00
Leonid Pliushch d22ac1b2fb fast-builds: switch to bintray url 2019-03-10 15:42:58 +02:00
Leonid Pliushch 7e72ed0816 blogc: specify license 2019-03-10 15:42:58 +02:00
Leonid Pliushch 9d6d69f05c blogc: downloads are now working so enabling package 2019-03-10 15:42:58 +02:00
Leonid Pliushch 8ca15d55c6 gstreamer: do not use wrappers
Let DT_RUNPATH will do work for finding libraries.
2019-03-10 15:42:58 +02:00
Leonid Pliushch 70eb3b764f mpv: do not use wrapper
Let DT_RUNPATH will do work for finding libraries.
2019-03-10 15:42:58 +02:00
Leonid Pliushch aa02552a55 play-audio: do not use wrapper
Let DT_RUNPATH will do work for finding libraries.
2019-03-10 15:42:58 +02:00
Leonid Pliushch b8b5b702be remove TERMUX_PKG_API_LEVEL from packages
Maximal TERMUX_PKG_API_LEVEL we have in packages is 24 as our target, so
TERMUX_PKG_API_LEVEL definition is useless.
2019-03-10 15:42:58 +02:00
Leonid Pliushch d450e6af8f build-package.sh: create dummy libutil.so which links to libc
Replace libutil.so with linker script so we don't have to patch
each program that tries to link with libutil.so.
2019-03-10 15:42:58 +02:00
Leonid Pliushch c9b80cf42d libutil: remove package - replaced by libc from Android 7 or newer 2019-03-10 15:42:58 +02:00
Leonid Pliushch 5e7c9a7bb2 ecj4.6: delete package since on Android 7 it is replaced by "ecj" 2019-03-10 15:41:38 +02:00
Leonid Pliushch 310e65e586 package uploader: add support for keeping previous versions, update help info, rename script 2019-03-10 15:41:38 +02:00
Leonid Pliushch db159bdc3b add package uploading script
This script can be used either manually or by CI to
upload packages to Bintray.
2019-03-10 15:41:38 +02:00
Leonid Pliushch c120563b58 fix compilation errors for apt, busybox, imagemagick, libelf, tar 2019-03-10 15:41:38 +02:00
Leonid Pliushch c508560e40 build-package.sh: enable use of DT_RUNPATH, set minimal API level to 24 2019-03-10 15:41:38 +02:00
Fredrik Fornwall 3558d044c4 Merge pull request #3478 from Grimler91/openssl
openssl: declare that it breaks openssl-tool << 1.1.1b-1
2019-03-09 16:27:07 +01:00
Henrik Grimler 803f92acf9 openssl: declare that it breaks openssl-tool << 1.1.1b-1
To not get errors on apt update && apt upgrade
2019-03-09 07:49:15 +01:00
Henrik Grimler 33d91e5497 Merge pull request #3477 from Grimler91/build-scripts
mv code to create subpackages to new file and add support for TERMUX_SUBPKG_BREAKS
2019-03-07 20:53:27 +01:00
Henrik Grimler 5920f3dc5a termux_create_subpackages: support TERMUX_SUBPKG_BREAKS 2019-03-07 20:37:47 +01:00
Henrik Grimler d30227669f build-package: mv code for creating subpackages to new file 2019-03-07 20:35:32 +01:00