Commit Graph

11934 Commits

Author SHA1 Message Date
Leonid Pliushch 2f6d19869f
science-repo: use our new primary host 2021-06-03 19:43:59 +03:00
Leonid Pliushch 59ce1178be
root-repo: use our new primary host 2021-06-03 19:43:35 +03:00
Leonid Pliushch 0f2219eb82
game-repo: use our new primary host 2021-06-03 19:43:14 +03:00
Leonid Pliushch 74d431b0eb
termux-tools: bump revision (testing upload script after fix) 2021-06-03 18:37:06 +03:00
Leonid Pliushch 14ce7ac0da
termux-tools: bump revision (testing updated upload script) 2021-06-03 17:40:49 +03:00
Puneet Gopinath ba10e3b4f8
composer: update to 2.1.0 (#6945) 2021-06-03 16:16:37 +03:00
Leonid Pliushch c9c1187857
apt: update default repository url
Using packages.termux.org since it is now a primary host.
2021-06-03 16:07:39 +03:00
WMCB-Tech 3e12bafe90 termux-chroot: specify --kill-on-exit option
this option terminates all processes when exiting termux-chroot session
to avoid hanging when doing exit when there's a daemon that is left running under termux-chroot
2021-06-03 11:54:13 +03:00
Jia Yuan Lo dbfb9f7568 emscripten: dont install test deps by default 2021-06-03 06:33:21 +05:30
Jia Yuan Lo de4ca4c019 emscripten: update to 2.0.23 2021-06-03 06:33:21 +05:30
Jia Yuan Lo e5682c0bd2 emscripten: update to 2.0.22 2021-06-03 06:33:21 +05:30
Jia Yuan Lo 184005f471 emscripten: update to 2.0.21 2021-06-03 06:33:21 +05:30
Leonid Pliushch 6afa93e058
termux-tools: bump revision 2021-06-03 02:16:13 +03:00
Leonid Pliushch 5216760e81
dialog: update to 1.3-20210530 2021-06-03 02:16:00 +03:00
Leonid Pliushch 0d856e1f30
termux-tools: version 0.123 2021-06-03 01:49:30 +03:00
Leonid Pliushch f2697d41c7
termux-tools: termux-change-repo: update list of default repository urls 2021-06-03 01:48:51 +03:00
Leonid Pliushch a34fe61158
termux-tools: pkg: update list of repository urls 2021-06-03 01:46:49 +03:00
Leonid Pliushch 5667b389fa
x11-repo: new repository url 2021-06-03 01:17:38 +03:00
Leonid Pliushch 5d4c878266
unstable-repo: new repository url 2021-06-03 01:16:53 +03:00
Leonid Pliushch 1a7d4b3c33
delete test package 2021-06-03 01:11:30 +03:00
Leonid Pliushch 3155996cec
github actions: debugging package upload 2021-06-03 00:59:29 +03:00
Leonid Pliushch 319a5cd548
test package uploading to our new repository 2021-06-03 00:20:41 +03:00
Panda Foss 440b495b9b
Update macchina 2021-05-31 20:07:40 -03:00
Michal Bednarski d94916d491 proot: Update package
https://github.com/termux/proot/issues/151#issuecomment-838182136
2021-05-30 20:06:52 +02:00
Henrik Grimler 5cd3d276ec libllvm: depend on libxml2
libxml2 is downloaded/compiled during the build thanks to lldb
depending on it.  However, libLLVM.so also links to it, and should
therefore also depend on the library.
2021-05-30 16:34:53 +02:00
Henrik Grimler b9546f0082 libusb: add patch from upstream
Fixes https://github.com/termux/termux-app/issues/1928.
2021-05-30 07:54:43 +02:00
Leonid Pliushch bd7dd8a9b3
netcat-openbsd: don't conflict with netcat from nmap
Unfortunately subpackages do not support debscripts currently, so nc & netcat
symlinks can't be managed through update-alternatives. As there no other way
to have these symlinks in multiple packages without conflict, nmap package
receives the following changes:

* Rename netcat subpackage to nmap-ncat.
* Remove symlinks nc and netcat pointing to ncat.

***

Requested in https://github.com/termux/termux-packages/issues/6921.
2021-05-29 21:25:13 +03:00
Leonid Pliushch ca1d255cc7
restart failed build 2021-05-29 16:00:11 +03:00
Leonid Pliushch 3bee6dfcc5
revert pforth upgrade
Build issues:

Applying patch: *.patch.beforehostbuild
/home/builder/termux-packages/packages/pforth/build.sh: line 23: cd: build/unix: No such file or directory
2021-05-29 15:55:10 +03:00
Leonid Pliushch e8597d4284
bump revision for modified packages where needed 2021-05-29 14:55:53 +03:00
vhqtvn 124efc9dd9
package updates & build issue fixes (#6919)
aptly: fix build failure

dpkg: fix $TERMUX_ARCH in configure script

gotty: switch to up-to-date upstream

minicom: update source url

ncurses: force build with -fPIC

newsboat: update to 2.23

ovmf: update to 20210421.18.g15ee7b7689

pforth: update to 20210315

pup: build with GO111MODULE=off

rcshell: update source url

remind: update to 03.03.07

tweego: update to 2.1.1

virustotal-cli: update to 0.9.6

docker image: install some missing build tools
2021-05-29 14:41:04 +03:00
Leonid Pliushch 7d66a3e782
proxmark3: specify libc++ as dependency 2021-05-28 13:02:30 +03:00
Leonid Pliushch 0857191399
proxmark3-git: fix build.sh
* Use _COMMIT variable for specifying the Git commit hash and then referencing
  it in version and source url.

* Move readline and libbz2 to runtime dependencies as well as specify libc++.
  Shared object dependencies:

  libbz2.so.1.0
  libc++_shared.so
  libc.so
  libdl.so
  libm.so
  libreadline.so.8
2021-05-28 12:55:34 +03:00
Leonid Pliushch 85ee466496
flatbuffers: bump revision 2021-05-28 12:28:36 +03:00
Leonid Pliushch 07b93dbff2
flatbuffers: remove cmake from build dependencies
build-package.sh downloads it automatically if necessary.

For on-device builds it is installed by setup-termux.sh
2021-05-28 12:21:52 +03:00
Richard Boß 06fa7587d4 nim: update to 1.4.8 2021-05-27 20:52:43 +02:00
Hugo Wang a8cb7463c5 upgraded cicada to v0.9.19 2021-05-27 20:52:24 +02:00
Marlin Sööse 469d854fc4 proxmark3-git: update to latest master 2021-05-27 20:51:47 +02:00
Lucy Phipps 3ce9b86d40
bump libcurl again 2021-05-26 22:51:39 +01:00
Leonid Pliushch 0b3b3e063a
libcurl: bump revision 2021-05-26 16:07:00 +03:00
Lucy Phipps 62abbe5ae0
fix curl build
don't know where that "SUM" came from, sorry
2021-05-26 11:12:00 +01:00
Lucy Phipps 48dc9664d2
libcurl: update to 7.77.0
also use xz source since it's much smaller
2021-05-26 10:59:04 +01:00
Butta c7626ec952 Bump Swift build on CI 2021-05-26 13:55:17 +05:30
Butta 150ec978fe swift: update from 5.4 to 5.4.1 2021-05-26 01:01:42 +05:30
Leonid Pliushch b9345cd54b
qemu: rename subpackage qemu-user-x86_64 to qemu-user-x86-64
Avoid underscores in package name.
2021-05-25 21:03:29 +03:00
Leonid Pliushch 8b41a44672
restart build of composer & apache2 2021-05-25 12:18:08 +03:00
Leonid Pliushch ea58fe3cf8
ca-certificates: update to 20210525 2021-05-25 12:17:47 +03:00
Leonid Pliushch 17313f2357 apache2: bump epoch due downgrade 2021-05-25 11:09:32 +03:00
Puneet Gopinath 6cb7f97496 revert "apache2: update to 2.4.47" 2021-05-25 11:09:32 +03:00
Puneet Gopinath dfeb695f18 Update build.sh 2021-05-25 11:09:32 +03:00