termux-packages
7 years agoadd more disabled packages (#742)
Vishal Biswas [Tue, 7 Feb 2017 23:44:12 +0000 (05:14 +0530)]
add more disabled packages (#742)

* easy-rsa: add as disabled package

* openvpn: add as disabled package

* squid: add as disabled package

* llvm: add as disabled package

* alsa-lib: add as disabled package

* alsa-utils: add as disabled package

* openjdk-9-headless: add as disabled package

7 years agoneovim: Update to latest master
Fredrik Fornwall [Tue, 7 Feb 2017 23:42:59 +0000 (00:42 +0100)]
neovim: Update to latest master

7 years agolibunibilium: Add source checksum
Fredrik Fornwall [Tue, 7 Feb 2017 23:42:39 +0000 (00:42 +0100)]
libunibilium: Add source checksum

7 years agokrb: Add dependencies on libutil and openssl
Fredrik Fornwall [Tue, 7 Feb 2017 23:40:22 +0000 (00:40 +0100)]
krb: Add dependencies on libutil and openssl

lib/krb5/plugins/tls/k5tls.so links against libssl, and
lib/krb5/plugins/preauth/pkinit.so against libcrypto, so openssl
is needed.

bin/kprop and bin/kpropd links against libutil if available.

Also, add --without-system-verto to fix problem if building krb5
multiple times, with subsequent builds using the already installed
libverto without installing it.

7 years agoadd package krb5 (#588)
Vishal Biswas [Tue, 7 Feb 2017 23:13:27 +0000 (04:43 +0530)]
add package krb5 (#588)

* add package krb5

* improve getpass handling

instead of bombarding every linking with getpass.o,
include it where necessary

7 years agoAdd some source checksums
Fredrik Fornwall [Tue, 7 Feb 2017 23:12:36 +0000 (00:12 +0100)]
Add some source checksums

7 years agoUpdate proot to the latest version (#751)
Oliver Schmidhauser [Tue, 7 Feb 2017 23:01:11 +0000 (00:01 +0100)]
Update proot to the latest version (#751)

More information about what's been done here:
https://plus.google.com/+OliverSchmidhauser/posts/FVqBDPdNzUd

7 years agovim: Use sensible.vim as system vimrc
Fredrik Fornwall [Tue, 7 Feb 2017 22:59:52 +0000 (23:59 +0100)]
vim: Use sensible.vim as system vimrc

7 years agogrep: Update from 2.27 to 2.28
Fredrik Fornwall [Tue, 7 Feb 2017 22:59:39 +0000 (23:59 +0100)]
grep: Update from 2.27 to 2.28

7 years agoirssi: Update from 1.0.0 to 1.0.1
Fredrik Fornwall [Mon, 6 Feb 2017 10:01:30 +0000 (11:01 +0100)]
irssi: Update from 1.0.0 to 1.0.1

7 years agoTweak some descriptions
Fredrik Fornwall [Sun, 5 Feb 2017 22:49:31 +0000 (23:49 +0100)]
Tweak some descriptions

7 years agopostgresql: Add source checksum
Fredrik Fornwall [Sun, 5 Feb 2017 13:29:02 +0000 (14:29 +0100)]
postgresql: Add source checksum

7 years agovim: Update from patch 237 to 304
Fredrik Fornwall [Sun, 5 Feb 2017 13:22:58 +0000 (14:22 +0100)]
vim: Update from patch 237 to 304

7 years agolibmsgpack: Update from 2.1.0 to 2.1.1
Fredrik Fornwall [Sun, 5 Feb 2017 13:22:25 +0000 (14:22 +0100)]
libmsgpack: Update from 2.1.0 to 2.1.1

7 years agolibssh: Update from 0.7.3 to 0.7.4
Fredrik Fornwall [Sun, 5 Feb 2017 13:22:03 +0000 (14:22 +0100)]
libssh: Update from 0.7.3 to 0.7.4

7 years agobash: Add source checksum
Fredrik Fornwall [Sun, 5 Feb 2017 13:18:24 +0000 (14:18 +0100)]
bash: Add source checksum

7 years agofzf: Update from 0.16.3 to 0.16.4
Fredrik Fornwall [Sun, 5 Feb 2017 13:12:28 +0000 (14:12 +0100)]
fzf: Update from 0.16.3 to 0.16.4

7 years agosed: Update from 4.3 to 4.4
Fredrik Fornwall [Sun, 5 Feb 2017 12:58:45 +0000 (13:58 +0100)]
sed: Update from 4.3 to 4.4

7 years agorun-docker.sh: Use long option names
Fredrik Fornwall [Sat, 4 Feb 2017 22:22:56 +0000 (23:22 +0100)]
run-docker.sh: Use long option names

7 years agodpkg: Update from 1.18.20 to 1.18.22
Fredrik Fornwall [Sat, 4 Feb 2017 22:22:40 +0000 (23:22 +0100)]
dpkg: Update from 1.18.20 to 1.18.22

7 years agoadd postgresql and mariadb as disabled packages (#741)
Vishal Biswas [Sat, 4 Feb 2017 22:21:33 +0000 (03:51 +0530)]
add postgresql and mariadb as disabled packages (#741)

7 years agoliblzma: Fix typo
Fredrik Fornwall [Sat, 4 Feb 2017 22:19:38 +0000 (23:19 +0100)]
liblzma: Fix typo

7 years agomosh: Update from 1.2.6 to 1.3.0-rc2
Fredrik Fornwall [Sat, 4 Feb 2017 16:02:18 +0000 (17:02 +0100)]
mosh: Update from 1.2.6 to 1.3.0-rc2

This includes a memory alignment fix for arm:

https://github.com/mobile-shell/mosh/commit/0ceb4f26f4bf10656ea55f72e2388159c761d737

which should fix #725.

7 years agoncurses: Add source checksum
Fredrik Fornwall [Sat, 4 Feb 2017 16:01:58 +0000 (17:01 +0100)]
ncurses: Add source checksum

7 years agolibprotobuf: Bump revision for rebuild
Fredrik Fornwall [Sat, 4 Feb 2017 16:01:02 +0000 (17:01 +0100)]
libprotobuf: Bump revision for rebuild

7 years agoradare2: update from 1.1.0 to 1.2.1 (#739)
Vishal Biswas [Sat, 4 Feb 2017 10:16:17 +0000 (15:46 +0530)]
radare2: update from 1.1.0 to 1.2.1 (#739)

7 years agompv: Rebuild with man page, and remove icons
Fredrik Fornwall [Sat, 4 Feb 2017 00:31:44 +0000 (01:31 +0100)]
mpv: Rebuild with man page, and remove icons

7 years agowget: Update from 1.18 to 1.19
Fredrik Fornwall [Sat, 4 Feb 2017 00:28:34 +0000 (01:28 +0100)]
wget: Update from 1.18 to 1.19

7 years agobuild-package.sh: Avoid more gnulib wrappers
Fredrik Fornwall [Sat, 4 Feb 2017 00:15:26 +0000 (01:15 +0100)]
build-package.sh: Avoid more gnulib wrappers

7 years agolibogg&xvidcore: Add checksums
Fredrik Fornwall [Fri, 3 Feb 2017 21:49:01 +0000 (22:49 +0100)]
libogg&xvidcore: Add checksums

7 years agogit: Update from 2.11.0 to 2.11.1
Fredrik Fornwall [Fri, 3 Feb 2017 21:46:56 +0000 (22:46 +0100)]
git: Update from 2.11.0 to 2.11.1

Also save some space by using symlinks to avoid duplicated binaries.

7 years agopicolisp: Switch to gcc also for aarch64
Fredrik Fornwall [Fri, 3 Feb 2017 00:33:12 +0000 (01:33 +0100)]
picolisp: Switch to gcc also for aarch64

7 years agotermux-tools: Search in /system/bin for su
Fredrik Fornwall [Thu, 2 Feb 2017 23:04:26 +0000 (00:04 +0100)]
termux-tools: Search in /system/bin for su

Fixes #723.

7 years agobuild-package.sh: Check checksum more
Fredrik Fornwall [Thu, 2 Feb 2017 21:24:13 +0000 (22:24 +0100)]
build-package.sh: Check checksum more

When having an already downloaded source archive, use the checksum
to validated it. This avoids problems if the file has been modified
by mistake after downloading in a previous build and detects if
an incorrect checksum has been specified.

7 years agosetup-ubuntu.sh: Use shorter string concatenation
Fredrik Fornwall [Thu, 2 Feb 2017 21:14:46 +0000 (22:14 +0100)]
setup-ubuntu.sh: Use shorter string concatenation

7 years agobuild-package.sh: Add -f flag to force build
Fredrik Fornwall [Thu, 2 Feb 2017 21:14:29 +0000 (22:14 +0100)]
build-package.sh: Add -f flag to force build

7 years agoattr: Patch and enable package
Fredrik Fornwall [Thu, 2 Feb 2017 21:14:00 +0000 (22:14 +0100)]
attr: Patch and enable package

7 years agodialog: Update to latest version
Fredrik Fornwall [Thu, 2 Feb 2017 01:45:21 +0000 (02:45 +0100)]
dialog: Update to latest version

7 years agonodejs: Update from 6.9.4 to 6.9.5
Fredrik Fornwall [Thu, 2 Feb 2017 01:24:28 +0000 (02:24 +0100)]
nodejs: Update from 6.9.4 to 6.9.5

7 years agosetup-android-sdk.sh: Remove incorrect folder
Fredrik Fornwall [Thu, 2 Feb 2017 01:23:43 +0000 (02:23 +0100)]
setup-android-sdk.sh: Remove incorrect folder

7 years agoprotobuf: Update download package (old removed)
Fredrik Fornwall [Thu, 2 Feb 2017 01:10:23 +0000 (02:10 +0100)]
protobuf: Update download package (old removed)

7 years agoUpdate the android sdk build tools used
Fredrik Fornwall [Thu, 2 Feb 2017 00:39:29 +0000 (01:39 +0100)]
Update the android sdk build tools used

The docker image has been rebuilt, so ./scripts/update-docker.sh
should be used.

7 years agoutil-linux: Enable package
Fredrik Fornwall [Thu, 2 Feb 2017 00:37:52 +0000 (01:37 +0100)]
util-linux: Enable package

7 years agoDockerfile: Switch from ADD to COPY
Fredrik Fornwall [Thu, 2 Feb 2017 00:35:53 +0000 (01:35 +0100)]
Dockerfile: Switch from ADD to COPY

7 years agolua: Update from 5.3.3 to 5.3.4
Fredrik Fornwall [Thu, 2 Feb 2017 00:35:35 +0000 (01:35 +0100)]
lua: Update from 5.3.3 to 5.3.4

7 years agoAdd disabled-packages/jack-updated
Fredrik Fornwall [Thu, 2 Feb 2017 00:04:53 +0000 (01:04 +0100)]
Add disabled-packages/jack-updated

7 years agobuild-package.sh: Some shellcheck cleanups
Fredrik Fornwall [Wed, 1 Feb 2017 23:40:11 +0000 (00:40 +0100)]
build-package.sh: Some shellcheck cleanups

7 years agoutil-linux: Fixes, update 2.28 to 2.29.1
Fredrik Fornwall [Wed, 1 Feb 2017 22:45:58 +0000 (23:45 +0100)]
util-linux: Fixes, update 2.28 to 2.29.1

7 years agoespeak: Switch to espeak-ng
Fredrik Fornwall [Wed, 1 Feb 2017 21:45:30 +0000 (22:45 +0100)]
espeak: Switch to espeak-ng

7 years agobuild-package.sh: Handle weird file names better
Fredrik Fornwall [Wed, 1 Feb 2017 21:45:14 +0000 (22:45 +0100)]
build-package.sh: Handle weird file names better

7 years agolibuv: Update from 1.10.1 to 1.11.0
Fredrik Fornwall [Wed, 1 Feb 2017 20:20:17 +0000 (21:20 +0100)]
libuv: Update from 1.10.1 to 1.11.0

7 years agoruby: Patches for shebangs on installed gems
Fredrik Fornwall [Wed, 1 Feb 2017 00:17:37 +0000 (01:17 +0100)]
ruby: Patches for shebangs on installed gems

7 years agogolang: Fix checksum (thanks live_the_dream!)
Fredrik Fornwall [Tue, 31 Jan 2017 23:17:31 +0000 (00:17 +0100)]
golang: Fix checksum (thanks live_the_dream!)

7 years agoTypo? (#718)
Wetitpig [Tue, 31 Jan 2017 16:24:32 +0000 (00:24 +0800)]
Typo? (#718)

7 years agomutt: Add the new gnupg2 example file
Fredrik Fornwall [Tue, 31 Jan 2017 12:52:34 +0000 (13:52 +0100)]
mutt: Add the new gnupg2 example file

7 years agohydra: Enable package
Fredrik Fornwall [Tue, 31 Jan 2017 12:52:20 +0000 (13:52 +0100)]
hydra: Enable package

7 years agomutt: Bump revision after gpg2 addition
Fredrik Fornwall [Tue, 31 Jan 2017 12:24:14 +0000 (13:24 +0100)]
mutt: Bump revision after gpg2 addition

7 years agogpg2 support for mutt (#697)
sirmacik [Tue, 31 Jan 2017 12:21:51 +0000 (13:21 +0100)]
gpg2 support for mutt (#697)

Since termux appears to support gpg1 and gpg2 listing below should probably go as separate file in $PREFIX/share/examples/mutt/. Here goes working gpg.rc file for gpg2

7 years agogolang: Update from 1.7.4 to 1.7.5
Fredrik Fornwall [Tue, 31 Jan 2017 12:13:01 +0000 (13:13 +0100)]
golang: Update from 1.7.4 to 1.7.5

7 years agounrar: Update from 5.3.2 to 5.4.5
Fredrik Fornwall [Tue, 31 Jan 2017 12:12:45 +0000 (13:12 +0100)]
unrar: Update from 5.3.2 to 5.4.5

7 years agobuild-package.sh: Update build go from 1.8rc2 to 1.8rc3
Fredrik Fornwall [Tue, 31 Jan 2017 12:07:48 +0000 (13:07 +0100)]
build-package.sh: Update build go from 1.8rc2 to 1.8rc3

7 years agohydra: Add as disabled package
Fredrik Fornwall [Tue, 31 Jan 2017 10:04:39 +0000 (11:04 +0100)]
hydra: Add as disabled package

7 years agomutt: Move etc/Muttrc.dist - etc/Muttrc
Fredrik Fornwall [Mon, 30 Jan 2017 19:41:49 +0000 (20:41 +0100)]
mutt: Move etc/Muttrc.dist - etc/Muttrc

See #712.

7 years agofzf: Update from 0.16.2 to 0.16.3
Fredrik Fornwall [Mon, 30 Jan 2017 18:32:11 +0000 (19:32 +0100)]
fzf: Update from 0.16.2 to 0.16.3

7 years agomutt: Move etc/mime.types.dist - etc/mime.types
Fredrik Fornwall [Mon, 30 Jan 2017 18:31:39 +0000 (19:31 +0100)]
mutt: Move etc/mime.types.dist - etc/mime.types

Fixes #712.

7 years agoneofetch: update to 3.0.1 (#711)
Herdiansyah [Mon, 30 Jan 2017 18:04:24 +0000 (01:04 +0700)]
neofetch: update to 3.0.1 (#711)

7 years agodash: Use a mirror for download source
Fredrik Fornwall [Mon, 30 Jan 2017 01:50:49 +0000 (02:50 +0100)]
dash: Use a mirror for download source

7 years agocommand-not-found: Regenerate
Fredrik Fornwall [Mon, 30 Jan 2017 01:13:14 +0000 (02:13 +0100)]
command-not-found: Regenerate

7 years agoprotobuf: Update and split out libprotobuf
Fredrik Fornwall [Mon, 30 Jan 2017 01:10:56 +0000 (02:10 +0100)]
protobuf: Update and split out libprotobuf

7 years agobuild-package.sh: Remove broken subpackage logic
Fredrik Fornwall [Mon, 30 Jan 2017 01:10:22 +0000 (02:10 +0100)]
build-package.sh: Remove broken subpackage logic

7 years agoflex: Update from 2.6.0 to 2.6.3
Fredrik Fornwall [Mon, 30 Jan 2017 00:36:35 +0000 (01:36 +0100)]
flex: Update from 2.6.0 to 2.6.3

7 years agodpkg: Update from 1.18.18 to 1.18.20
Fredrik Fornwall [Mon, 30 Jan 2017 00:24:50 +0000 (01:24 +0100)]
dpkg: Update from 1.18.18 to 1.18.20

7 years agotracepath: Update and setup traceroute -> tracepath
Fredrik Fornwall [Mon, 30 Jan 2017 00:20:49 +0000 (01:20 +0100)]
tracepath: Update and setup traceroute -> tracepath

7 years agoRemove traceroute from busybox and inetutils
Fredrik Fornwall [Mon, 30 Jan 2017 00:19:49 +0000 (01:19 +0100)]
Remove traceroute from busybox and inetutils

We will provide traceroute as a symlink to tracepath so that it
works for non-root users.

7 years agolibidn: Add source checksum
Fredrik Fornwall [Mon, 30 Jan 2017 00:01:53 +0000 (01:01 +0100)]
libidn: Add source checksum

7 years agotcpdump: Update from 4.7.4 to 4.8.1
Fredrik Fornwall [Sun, 29 Jan 2017 23:58:43 +0000 (00:58 +0100)]
tcpdump: Update from 4.7.4 to 4.8.1

7 years agostunnel: Update from 5.39 to 5.40
Fredrik Fornwall [Sun, 29 Jan 2017 23:54:39 +0000 (00:54 +0100)]
stunnel: Update from 5.39 to 5.40

7 years agotty-clock: Add TERMUX_PKG_HOMEPAGE and shorten description
Fredrik Fornwall [Sun, 29 Jan 2017 23:50:58 +0000 (00:50 +0100)]
tty-clock: Add TERMUX_PKG_HOMEPAGE and shorten description

7 years agoprofanity: Update from 0.5.0 to 0.5.1
Fredrik Fornwall [Sun, 29 Jan 2017 23:44:09 +0000 (00:44 +0100)]
profanity: Update from 0.5.0 to 0.5.1

7 years agosocat: Update from 1.7.3.0 to 1.7.3.2
Fredrik Fornwall [Sun, 29 Jan 2017 23:43:30 +0000 (00:43 +0100)]
socat: Update from 1.7.3.0 to 1.7.3.2

7 years agoreadline: Update from 7.0.1 to 7.0.3
Fredrik Fornwall [Sun, 29 Jan 2017 23:35:06 +0000 (00:35 +0100)]
readline: Update from 7.0.1 to 7.0.3

7 years agopforth: Update from 20160530 to 20170116
Fredrik Fornwall [Sun, 29 Jan 2017 23:34:10 +0000 (00:34 +0100)]
pforth: Update from 20160530 to 20170116

7 years agopcre: Update from 8.39 to 8.40
Fredrik Fornwall [Sun, 29 Jan 2017 23:31:07 +0000 (00:31 +0100)]
pcre: Update from 8.39 to 8.40

7 years agopathpicker: Update from 0.7.1 to 0.7.2
Fredrik Fornwall [Sun, 29 Jan 2017 23:29:57 +0000 (00:29 +0100)]
pathpicker: Update from 0.7.1 to 0.7.2

7 years agolighttpd: Update from 1.4.41 to 1.4.45
Fredrik Fornwall [Sun, 29 Jan 2017 23:18:50 +0000 (00:18 +0100)]
lighttpd: Update from 1.4.41 to 1.4.45

7 years agoparallel: Update from 20160922 to 20170122
Fredrik Fornwall [Sun, 29 Jan 2017 23:18:37 +0000 (00:18 +0100)]
parallel: Update from 20160922 to 20170122

7 years agolibzmq: Update from 4.1.6 to 4.2.1
Fredrik Fornwall [Sun, 29 Jan 2017 23:12:14 +0000 (00:12 +0100)]
libzmq: Update from 4.1.6 to 4.2.1

7 years agolibvpx: Update from 1.6.0 to 1.6.1
Fredrik Fornwall [Sun, 29 Jan 2017 23:03:53 +0000 (00:03 +0100)]
libvpx: Update from 1.6.0 to 1.6.1

7 years agolibopus: Update from 1.1.3 to 1.1.4
Fredrik Fornwall [Sun, 29 Jan 2017 22:45:08 +0000 (23:45 +0100)]
libopus: Update from 1.1.3 to 1.1.4

7 years agolibpipeline: Update from 1.4.0 to 1.4.1
Fredrik Fornwall [Sun, 29 Jan 2017 22:44:44 +0000 (23:44 +0100)]
libpipeline: Update from 1.4.0 to 1.4.1

7 years agoleptonica: Update from 1.73 to 1.74.1
Fredrik Fornwall [Sun, 29 Jan 2017 21:15:58 +0000 (22:15 +0100)]
leptonica: Update from 1.73 to 1.74.1

7 years agoldns: Update from 1.6.17 to 1.7.0
Fredrik Fornwall [Sun, 29 Jan 2017 16:41:33 +0000 (17:41 +0100)]
ldns: Update from 1.6.17 to 1.7.0

7 years agojsoncpp: Update from 1.7.7 to 1.8.0
Fredrik Fornwall [Sun, 29 Jan 2017 16:24:55 +0000 (17:24 +0100)]
jsoncpp: Update from 1.7.7 to 1.8.0

7 years agojson-c: Update from 0.12 to 0.12.1
Fredrik Fornwall [Sun, 29 Jan 2017 16:24:38 +0000 (17:24 +0100)]
json-c: Update from 0.12 to 0.12.1

7 years agoired: Update from 0.5 to 0.6
Fredrik Fornwall [Sun, 29 Jan 2017 16:18:51 +0000 (17:18 +0100)]
ired: Update from 0.5 to 0.6

7 years agoglulxe: Update from 0.5.2 to 0.5.4
Fredrik Fornwall [Sun, 29 Jan 2017 14:32:40 +0000 (15:32 +0100)]
glulxe: Update from 0.5.2 to 0.5.4

7 years agogetmail: Update from 4.51.0 to 4.53.0
Fredrik Fornwall [Sun, 29 Jan 2017 14:26:21 +0000 (15:26 +0100)]
getmail: Update from 4.51.0 to 4.53.0

7 years agofossil: Update from 1.36 to 1.37
Fredrik Fornwall [Sun, 29 Jan 2017 14:25:46 +0000 (15:25 +0100)]
fossil: Update from 1.36 to 1.37

7 years agogdk-pixbuf: Update from 2.36.2 to 2.36.4
Fredrik Fornwall [Sun, 29 Jan 2017 14:21:32 +0000 (15:21 +0100)]
gdk-pixbuf: Update from 2.36.2 to 2.36.4

7 years agolibnghttp2: Update from 1.18.0 to 1.19.0
Fredrik Fornwall [Sun, 29 Jan 2017 12:51:45 +0000 (13:51 +0100)]
libnghttp2: Update from 1.18.0 to 1.19.0