Fredrik Fornwall
c9c1e0c0a6
libssh: Update from 0.7.4 to 0.7.5
2017-04-14 22:50:48 +02:00
Fredrik Fornwall
beae9f9957
librash: Include <sys/endian.h> for byte order
2017-04-13 15:09:14 +02:00
Vishal Biswas
1bfb502693
update cmake ( #928 )
...
* librhash: add package
* cmake: update from 3.7.2 to 3.8.0
* build-package: update termux_setup_cmake to 3.8.0
* cmake: add librhash dependency
2017-04-13 13:58:16 +02:00
Fredrik Fornwall
3c23598c77
libpcap: Switch to fossies mirror
2017-04-13 11:16:25 +02:00
Vishal Biswas
b4a559a5a3
nginx: update from 1.10.3 to 1.12.0 ( #929 )
2017-04-13 11:15:51 +02:00
Fredrik Fornwall
c1366b855f
picolisp: Update from 17.3.25 to 17.4.7
2017-04-11 22:48:34 +02:00
Fredrik Fornwall
57b1ec5b5b
syncthing: Bundle manual pages in package
2017-04-11 22:26:35 +02:00
Fredrik Fornwall
0db691f890
syncthing: Set -version when building
2017-04-11 22:22:54 +02:00
its-pointless
a354712994
Syncthing ( #918 )
...
* adds syncthing
* add proper description...
* made it readable...
2017-04-11 21:35:34 +02:00
Fredrik Fornwall
bf3a1c5193
asciinema: Update from 1.3.0 to 1.4.0
2017-04-11 21:29:26 +02:00
Fredrik Fornwall
52ad9e188a
micro: Fix clean build
2017-04-10 23:46:57 +02:00
Fredrik Fornwall
9606cf49ca
micro: Add package ( fixes #916 )
2017-04-10 22:24:50 +02:00
Fredrik Fornwall
d1020e3447
termux-api: Update from 0.23 to 0.24
2017-04-10 21:52:26 +02:00
michalbednarski
0db7ed34cc
proot: Upgrade to fix #898 ( #915 )
...
Also revert to thumb mode as termux/proot#1 is fixed
2017-04-10 21:51:10 +02:00
Vishal Biswas
7b054cd792
mariadb: fix package layout ( #914 )
2017-04-10 16:59:29 +02:00
Fredrik Fornwall
0fef23d9d1
pango: Update from 1.40.4 to 1.40.5
2017-04-10 00:34:44 +02:00
Fredrik Fornwall
2ebc5a7817
libcroco: Update from 0.6.11 to 0.6.12
2017-04-10 00:21:04 +02:00
Fredrik Fornwall
ad05674561
golang: Update from 1.8 to 1.8.1
2017-04-10 00:19:20 +02:00
Fredrik Fornwall
5411b4fd2c
gnupg2: Update from 2.1.19 to 2.1.20
2017-04-10 00:19:01 +02:00
Fredrik Fornwall
65c3d5a15e
gnutls: Update from 3.5.10 to 3.5.11
2017-04-10 00:02:43 +02:00
Fredrik Fornwall
2db56b1b71
nodejs: Update from 6.10.1 to 6.10.2
2017-04-10 00:01:41 +02:00
Fredrik Fornwall
fb3ad01796
iconv: Update from 1.14 to 1.15
2017-04-09 23:58:43 +02:00
Fredrik Fornwall
eccdcbfa6a
termux-api: Update from 0.22 to 0.23
2017-04-09 23:31:43 +02:00
Fredrik Fornwall
db30d9e63c
net-tools: Fix SBINDIR to be $PREFIX/bin
2017-04-09 22:24:24 +02:00
Fredrik Fornwall
3644a36bda
net-tools: Remove custom termux_step_make
2017-04-09 22:22:02 +02:00
Vishal Biswas
b6d05a89e7
Updates for some disabled packages and add net-tools ( #911 )
...
* liblzo: update from 2.09 to 2.10
* net-tools: add package
* openvpn: update from 2.4.0 to 2.4.1
* squid: update from 3.5.24 to 3.5.25
2017-04-09 22:02:35 +02:00
Fredrik Fornwall
93f1465cd5
termux-api: Break out source into separate repo
...
This will make it easier to test and develop on a device.
2017-04-09 18:34:44 +02:00
Fredrik Fornwall
bbf6c05668
vim: Set mouse=a in system vimrc
...
The mouse=a was removed after updating to vim 8 as vim by default
now sets mouse=a. But this only works if no ~/.vimrc is found - if
there is one then mouse won't be set. As we really want mouse=a on
Termux since it is that useful on touch screens we enable it again
regardless if there is a ~/.vimrc or not.
Fixes #912 .
2017-04-09 17:43:39 +02:00
Fredrik Fornwall
a2fde239ab
Use local variables in bash functions
2017-04-09 16:54:36 +02:00
Fredrik Fornwall
210a80fd6d
notmuch: Apply patch for libutil breakage
...
The current notmuch release fails to build when the system has a
libutil library. We apply a patch to fix this. The patch has already
been applied upstream so we can remove it on the next release.
2017-04-09 15:33:33 +02:00
Fredrik Fornwall
7d055a16ba
Use termux_error_exit
2017-04-09 15:10:01 +02:00
ElTopo
4d3656a8d5
fossil: Update from 1.37 to 2.1 ( #907 )
2017-04-09 00:10:14 +02:00
Oliver Schmidhauser
833973d1be
Add termux-info tool ( #422 )
...
* Add termux-info tool
* Add more information to termux-info
* Resolve conflicts. Add comment and fix Typo.
* remove empty lines in output
2017-04-09 00:07:06 +02:00
Fredrik Fornwall
9093c6b69e
mariadb: Some build tweaks
...
- Build with system zlib instead of bundled
- Disable libbz2
- Fix build issues if cross compiled binaries of 'cat' and 'bison'
are in the path.
2017-04-07 08:36:51 +02:00
Fredrik Fornwall
a3a9021af1
mariadb: Try to give it some love
...
- Minor version update
- Remove gssapi plugin to avoid krb5 dependency
- Build with system libedit instead of outdated bundled readline
- Mark up dependency on ncurses
- Some formatting
2017-04-07 03:39:22 +02:00
Fredrik Fornwall
4fb1e57f8f
libedit: Remove file clash with readline
2017-04-07 03:26:01 +02:00
Fredrik Fornwall
5ed1251f92
libedit: Add package
2017-04-07 02:26:43 +02:00
Fredrik Fornwall
625ea13e84
vim: Update from 8.0.0503 to 8.0.0542
2017-04-07 02:26:26 +02:00
Fredrik Fornwall
ab026c42aa
notmuch: Add package
2017-04-07 01:11:41 +02:00
Fredrik Fornwall
a59455e752
libxapian: Add package
2017-04-07 01:11:30 +02:00
Fredrik Fornwall
b340a552ba
Automatically build with -s if external package
2017-04-07 00:38:21 +02:00
Fredrik Fornwall
79c4b38ebb
libtalloc: Update from 2.1.8 to 2.1.9
2017-04-07 00:36:29 +02:00
Fredrik Fornwall
07e5b201a7
less: Update from 481 to 487
2017-04-06 23:41:23 +02:00
Fredrik Fornwall
386c84693b
Fix termux-elf-cleaner breakage
...
When separating out termux-elf-cleaner into its own repository the
way of building a native binary failed. Fixes #906 .
2017-04-06 23:33:45 +02:00
Fredrik Fornwall
9cdf713e24
libgmime: Add package
2017-04-06 19:03:40 +02:00
Fredrik Fornwall
155c11a964
More information about the Android linker
2017-04-04 23:24:56 +02:00
Fredrik Fornwall
d2c4f7c6e0
termux-elf-cleaner: Move to standalone repo
2017-04-04 23:14:39 +02:00
Vishal Biswas
37cc7f1eec
krb5: specify conffiles, default cache locations and ports ( #897 )
2017-04-03 17:35:03 +02:00
Vishal Biswas
b21ba84392
openjdk-9-jre-headless ( #895 )
...
* openjdk-9: move to ubuntu package naming and layout convention
update to latest changesets (tag 162)
update cups headers to 2.2.3
split into jre, jdk and source packages
use the client jvm, renove libffi dependency
create wrappers for binaries for LD_LIBRARY_PATH
various fixes to get it working
* openjdk-9: depend on ca-certificates-java
2017-04-03 17:34:39 +02:00
Fredrik Fornwall
b347c7c90f
ca-certificates: Use https for homepage
2017-04-03 01:18:22 +02:00