Commit Graph

4656 Commits

Author SHA1 Message Date
Fredrik Fornwall a56a59b21c libjansson: Skip default maintainer 2018-01-25 22:18:27 +01:00
Fredrik Fornwall 1508ae8a5c imagemagick: Update from 7.0.7.17 to 7.0.7.22 2018-01-25 22:17:56 +01:00
Auxilus e64c774b0e Update parallel to 20180122 (#2053) 2018-01-25 22:17:29 +01:00
kuburan b51708802e add libjansson package (#2058) 2018-01-25 22:17:17 +01:00
sogaiu efe2d03821 Vagrantfile tweaks
Existing Vagrantfile lead to some problems here during provisioning:

  1. setup-ubuntu.sh would fail

and after:

  2. build-all.sh would run out of disk space
  3. build-all.sh would exit due to permission issues

Issue 1 can be addressed by running sudo apt-get update before setup-ubuntu.sh in the Vagrantfile.

One way to address issue 2 is to use the vagrant-disksize plugin:

  https://github.com/sprotheroe/vagrant-disksize

It can be installed by:

  vagrant plugin install vagrant-disksize

Then modifying Vagrantfile to contain a line like:

  config.disksize.size = '50GB'

causes the first partition to be enlarged to 50GB during provisioning.  Combined with an appropriate invocation of resize2fs:

  sudo resize2fs /dev/sda1

so that the filesystem in the partition is resized, the disk space issue seems alleviated.

Issue 3 can be addressed by changing the user from 'ubuntu' to 'vagrant' in the Vagrantfile -- at least that's what worked here.
2018-01-25 22:15:35 +01:00
Jiri Tyr c5789ee438 GBT version bump to v1.2.0 2018-01-25 22:13:57 +01:00
Fredrik Fornwall b588ee61c4 picolisp: Update from 17.11.29 to 18.1.24 2018-01-25 20:48:54 +01:00
Fredrik Fornwall 07b4a7fb8e w3m: Update from 20170102 to 20180125 2018-01-25 20:48:17 +01:00
Fredrik Fornwall 049387cf82 libcurl: Update from 7.57.0 to 7.58.0 2018-01-25 20:47:58 +01:00
Fredrik Fornwall 7df6eb38a1 redis: Update from 4.0.6 to 4.0.7 2018-01-25 20:47:45 +01:00
Fredrik Fornwall a6e262b755 linux-man-pages: Update from 4.13 to 4.14 2018-01-24 17:33:11 +01:00
Fredrik Fornwall 3fc4aa5920 termux-tools: Unset LD_PRELOAD when calling system
Some 64-bit systems seems to have 32-bit binaries in /system/bin,
so unset LD_PRELOAD before calling them. See #551.
2018-01-24 17:20:25 +01:00
Jiri Tyr 78b9b0e7a1 Version bump for GBT v1.1.7 2018-01-24 13:33:53 +01:00
Fredrik Fornwall b310956fb1 dropbear: Fix path to sftp-server (fixes #2059) 2018-01-24 11:03:11 +01:00
Fredrik Fornwall f16d902fd9 gegl: Update from 0.3.26 to 0.3.28 2018-01-24 10:50:01 +01:00
Fredrik Fornwall 59f2a111e0 babl: Update from 0.1.40 to 0.1.42 2018-01-24 10:49:35 +01:00
Fredrik Fornwall e8dd908ee3 libjpeg-turbo: Update from 1.5.2 to 1.5.3 2018-01-24 10:49:21 +01:00
Fredrik Fornwall 467a33d284 leptonica: Update from 1.74.4 to 1.75.0 2018-01-23 23:11:01 +01:00
Fredrik Fornwall b45d6742d8 libsqlite: Update from 3.21.0 to 3.22.0 2018-01-23 22:35:31 +01:00
Fredrik Fornwall bbaf9a3093 golang: Update from 1.9.2 to 1.9.3 2018-01-23 22:35:15 +01:00
Fredrik Fornwall 39e8b6d3e6 git: Update from 2.16.0 to 2.16.1 2018-01-22 10:14:04 +01:00
Fredrik Fornwall 2857e133ee wget: Update from 1.19.3 to 1.19.4 (fixes #2052) 2018-01-22 09:56:26 +01:00
Fredrik Fornwall e5a0a9b868 apt: Depend on termux-exec
By having apt (which is an essential package which every user has
installed) depend on termux-exec we push it out to everyone.
2018-01-22 09:54:00 +01:00
Fredrik Fornwall 9bbe6b1e82 command-not-found: Update with latest setup 2018-01-21 21:11:08 +01:00
Fredrik Fornwall 1da58ac29f nodejs-current: Update from 9.3.0 to 9.4.0 2018-01-21 21:10:31 +01:00
Fredrik Fornwall 484841663a par2: Update from 0.7.4 to 0.8.0 2018-01-21 21:07:31 +01:00
Fredrik Fornwall 6a5a3df526 nodejs: Update from 8.9.3 to 8.9.4 2018-01-21 21:07:10 +01:00
Fredrik Fornwall c2b0104802 Fix meson patch (fixes #2051) 2018-01-21 20:45:35 +01:00
Fredrik Fornwall e101ac6a32 sed: Bump and rebuild (see #2050) 2018-01-21 20:27:57 +01:00
Fredrik Fornwall 55e4607b84 ctags: Update to git master 2018-01-20 23:55:16 +01:00
Fredrik Fornwall c398dbd67b cmake: Update from 3.10.1 to 3.10.2 2018-01-20 23:55:00 +01:00
Fredrik Fornwall e76d3eb317 graphicsmagick: Update from 1.3.27 to 1.3.28 2018-01-20 23:14:38 +01:00
Fredrik Fornwall 6f0585220b libuv: Update from 1.18.0 to 1.19.1 2018-01-20 23:13:12 +01:00
Fredrik Fornwall 361572f7b9 libmpc: Update from 1.0.3 to 1.1.0 2018-01-20 23:11:01 +01:00
Fredrik Fornwall 868b389d67 pngquant: Update from 2.11.4 to 2.11.7 2018-01-20 23:10:34 +01:00
Fredrik Fornwall 20f45e7503 git: Update from 2.15.1 to 2.16.0 2018-01-20 22:58:10 +01:00
Fredrik Fornwall 526afbe64b ca-certificates: Update from 20170920 to 20180117 2018-01-20 22:57:36 +01:00
Fredrik Fornwall 2a310a6227 wget: Update from 1.19.2 to 1.19.3 2018-01-20 22:57:19 +01:00
Fredrik Fornwall 392c1e3a8a libgnutls: Update from 3.5.16 to 3.5.17 2018-01-17 16:38:45 +01:00
Fredrik Fornwall 6bacba260d babl: Update from 0.1.38 to 0.1.40 2018-01-17 16:38:32 +01:00
its-pointless 1218ccc6c1 updated sles module 2018-01-16 14:15:04 +01:00
Marcel Dopita df5663e6ed readline: Add inputrc
This makes Home/End keys working over SSH when connected from some clients like PuTTY on Windows.

Basically all Linux distributions provide some default /etc/inputrc configuration:
- Debian based distros in package readline-common (both Debian 9 and Ubuntu 17.10 share same config)
- Red Hat based distros in package setup (both CentOS 7 and Fedora 27 share same config)
- Arch Linux in package readline
- openSUSE in package aaa_base
- OpenWRT etc.

The proposed inputrc configuration is a intersection of default mappings used in Debian 9, CentOS 7 and Arch Linux. That should provide safe and expected mappings.
2018-01-16 14:13:26 +01:00
Fredrik Fornwall 73406813f7 krb5: Update from 1.15.2 to 1.16 2018-01-16 11:35:39 +01:00
Fredrik Fornwall e3cf09db7e irssi: Update from 1.0.5 to 1.1.0 2018-01-16 11:33:50 +01:00
Jiri Tyr b04fd4562d Adding gbt package 2018-01-16 11:31:34 +01:00
its-pointless f63f45fc80 username fix for 64 bit archs... 2018-01-15 10:28:44 +01:00
Fredrik Fornwall 916990e34a hydra: Update to latest git master (see #2033) 2018-01-14 22:24:17 +01:00
Fredrik Fornwall 43e8daa888 Update meson version from 0.43.0 to 0.44.0 2018-01-14 22:23:40 +01:00
Fredrik Fornwall 235a574d24 Revert "Make cmath patch part of the toolchain (#1149)"
This reverts commit 775ea81181bd15905613f1fd7124d0a1f95a5b69.
2018-01-14 22:17:12 +01:00
Fredrik Fornwall 48d6a855a9 glib: Update patch after upstream review 2018-01-14 22:15:05 +01:00