Commit Graph

5237 Commits

Author SHA1 Message Date
Leonid Pliushch 5003a75fd3 new package: apt-transport-tor 2018-06-26 02:23:32 +02:00
Fredrik Fornwall 041a6a98bc libuv: Update from 1.20.3 to 1.21.0 2018-06-25 10:36:01 +02:00
Fredrik Fornwall c6638f4235 graphicsmagick: Update from 1.3.29 to 1.3.30 2018-06-25 10:25:46 +02:00
Fredrik Fornwall b5ac384de9 stunnel: Update from 5.46 to 5.47 2018-06-25 10:25:32 +02:00
Fredrik Fornwall 0c83303771 proot: Bump revision after patch 2018-06-24 12:05:25 +02:00
Vijay Vaidyanathan 4265175009 Changed shells were not being recognized
The check for a changed shell (e.g. by chsh) was correctly using $HOME/.termux/shell, but $HOME was being hardcoded to "/home" prior to the check.

Since most likely, $HOME is not yet "/home" (since the user is invoking termux-chroot) this test was failing to recognize changed shells (e.g. this failed with zsh).

Moving the assignment of HOME to /home after the shell has been read fixes this.
2018-06-24 12:00:00 +02:00
Fredrik Fornwall 471a7fdd40 ncdu: --with-shell=$TERMUX_PREFIX/bin/bash 2018-06-24 02:39:41 +02:00
Leonid Pliushch 461ab10d23 build-package.sh: introduce TERMUX_PKG_PROVIDES
The field 'Provides:' makes possible creation of virtual packages.
Info: https://www.debian.org/doc/debian-policy/#virtual-packages-provides
2018-06-24 02:16:49 +02:00
Fredrik Fornwall 1aaca32b30 termux-api: Update from 0.31 to 0.32 2018-06-24 01:47:27 +02:00
Fredrik Fornwall a2645b549e libicu: Update from 61.1 to 62.1 2018-06-24 01:07:58 +02:00
Fredrik Fornwall f9d2b9eef7 vim: Update from 8.1.0050 to 8.1.0100 2018-06-23 23:57:50 +02:00
Fredrik Fornwall 594684cac5 mpd: Update from 0.20.19 to 0.20.20 2018-06-23 23:56:04 +02:00
Fredrik Fornwall 30c7f08a3e dialog: Update from 1.3-20171209 to 1.3-20180621 2018-06-23 23:55:38 +02:00
Fredrik Fornwall 4c07d1b9de ack-grep: Update from 2.22 to 2.24 2018-06-23 23:53:15 +02:00
Fredrik Fornwall b3baca4292 git: Update from 2.17.1 to 2.18.0 2018-06-23 23:52:54 +02:00
Fredrik Fornwall 1e4bea57d9 Update repology metadata generation
Fix empty dx version and write out empty depends array.
2018-06-22 23:35:39 +02:00
Fredrik Fornwall dae66641d4 Fix issue in generate-repology-metadata.sh 2018-06-22 23:35:39 +02:00
Fredrik Fornwall 8c617adf1b command-not-found: Update to latest packages 2018-06-22 23:35:39 +02:00
Leonid Pliushch 5f451c6c4c apt: fix hardcoded paths 2018-06-22 01:48:00 +02:00
Fredrik Fornwall c86a27d1ad librhash: Rename to rhash for discoverability 2018-06-22 01:22:14 +02:00
Fredrik Fornwall 658011cd00 bash and zsh: Bump revision after PS1 addition 2018-06-22 01:19:16 +02:00
Fredrik Fornwall 0963ff0422 Add scripts/generate-repology-metadata.sh 2018-06-22 01:15:35 +02:00
Fredrik Fornwall a00923eee0 Introduce TERMUX_PKG_SKIP_SRC_EXTRACT
This new construct allows us to specify the src url in a structured
way for e.g. repology metadata. Start by using it in ack-grep and
ca-certificates.
2018-06-22 01:13:24 +02:00
Fredrik Fornwall 0fac83ccb4 tsu: Simplify build
This also ensures that we have a srcurl for repology.
2018-06-22 01:13:24 +02:00
Tom Yan 5d3ef9ba0c make PS1 dynamic and shell-specific
PS1 is not supposed to be an environment variable (i.e. will not
be listed in `printenv` but only in `set`). Its value should also
be shell-specific.

With this commit we can stop exporting a static PS1 as env var on
the java side.

The prompt would now indicate whether the current user is root.
2018-06-22 01:11:37 +02:00
Leonid Pliushch 586f8b84c0 dash: fix default PATH 2018-06-22 00:45:50 +02:00
Leonid Pliushch 2b877693b5 bash: fix default PATH 2018-06-22 00:45:29 +02:00
Leonid Pliushch 003195d60e parallel: fix path to default shell 2018-06-22 00:38:55 +02:00
Fredrik Fornwall 978df5df70 imagemagick: Use --disable-openmp (see #1314) 2018-06-22 00:12:05 +02:00
Fredrik Fornwall 596ede131c sox: Rebuild after pulseaudio update 2018-06-21 23:33:34 +02:00
Fredrik Fornwall 9497be3570 php: Update from 7.2.6 to 7.2.7 2018-06-21 23:33:27 +02:00
Fredrik Fornwall 76482d7bf7 libpulseaudio: Build with --disable-gsettings 2018-06-21 23:33:11 +02:00
Fredrik Fornwall 836bf993d4 debootstrap: Update from 1.0.99 to 1.0.102 2018-06-21 22:32:14 +02:00
Fredrik Fornwall 09b12bba65 libpulseaudio: Update from 11.1 to 12.0 2018-06-21 22:31:58 +02:00
Fredrik Fornwall b9f4e2732a fftw: Update from 3.3.7 to 3.3.8 2018-06-21 22:01:27 +02:00
Fredrik Fornwall a12fc9cd6f dcraw: Update from 9.27.0 to 9.28.0 2018-06-21 22:01:09 +02:00
Fredrik Fornwall a208a1afe1 mariadb: Fix building with latest cmake 2018-06-21 22:00:52 +02:00
Leonid Pliushch 638d069c14 command-not-found: add 'ssh' from dropbear package 2018-06-21 22:00:26 +02:00
Leonid Pliushch 0e9c072546 rsync: allow to use dropbear instead of openssh 2018-06-21 22:00:26 +02:00
Leonid Pliushch c678bf0b4c dropbear: provide command 'ssh' 2018-06-21 22:00:26 +02:00
Vladimir Serbinenko 24f7bf1c34 parted: New package (GNU parted)
This is a partition editor. While editing real disks
requires root, this is useful to create partitioned images for VMs.
2018-06-21 21:26:22 +02:00
Quasic 1ddd89e254 diffutils: no cmd command, only cmp 2018-06-21 21:25:28 +02:00
Fredrik Fornwall b558982c9a iperf3: Switch to working download url 2018-06-21 03:13:48 +02:00
Fredrik Fornwall 29b0333b92 postgresql: Enable unaccent, uuid-ossp and pg_trgm
See #2559.
2018-06-21 02:12:41 +02:00
Fredrik Fornwall 4066c5845f Bump gdbm-using packages 2018-06-21 02:11:50 +02:00
Fredrik Fornwall e75da9ee00 tesseract: Update from 3.05.01 to 3.05.02 2018-06-21 00:34:03 +02:00
Fredrik Fornwall ee0cd5369f imagemagick: Update from 7.0.7.39 to 7.0.8.2 2018-06-21 00:33:31 +02:00
Fredrik Fornwall 47d60c7f58 poppler: Update from 0.65.0 to 0.66.0 2018-06-21 00:33:08 +02:00
Fredrik Fornwall 1c86a3a705 gdbm: Update from 1.14.1 to 1.15 2018-06-21 00:32:54 +02:00
Fredrik Fornwall e01b887336 vtutils: Update download url 2018-06-20 23:47:59 +02:00