Leonid Plyushch
3cef19ed0e
x11-repo: use new url
6 years ago
Leonid Plyushch
754ca09459
unstable-repo: use new url
6 years ago
Fredrik Fornwall
f63b839acc
Merge pull request #3478 from Grimler91/openssl
openssl: declare that it breaks openssl-tool << 1.1.1b-1
6 years ago
Henrik Grimler
8e07c033b1
openssl: declare that it breaks openssl-tool << 1.1.1b-1
To not get errors on apt update && apt upgrade
6 years ago
Henrik Grimler
f34833c8fa
Merge pull request #3477 from Grimler91/build-scripts
mv code to create subpackages to new file and add support for TERMUX_SUBPKG_BREAKS
6 years ago
Henrik Grimler
ca3971841b
termux_create_subpackages: support TERMUX_SUBPKG_BREAKS
6 years ago
Henrik Grimler
9dece59651
build-package: mv code for creating subpackages to new file
6 years ago
Fredrik Fornwall
42cf552860
Merge pull request #3397 from tomty89/openjpeg
openjpeg: disable static libs
6 years ago
Fredrik Fornwall
18dd7fc9fc
cmus: Make dependencies required for now
6 years ago
Fredrik Fornwall
dbe820b45f
squid: Update from 4.5 to 4.6
6 years ago
Fredrik Fornwall
d090883b69
getmail: Update from 5.11 to 5.13
6 years ago
Fredrik Fornwall
6e3c622e41
syncthing: Update from 1.0.1 to 1.1.0
6 years ago
Fredrik Fornwall
c2121644ea
python2: Update from 2.7.15 to 2.7.16
6 years ago
Fredrik Fornwall
61c6183df3
caddy: Update from 0.11.4 to 0.11.5
6 years ago
Fredrik Fornwall
bedfd17f7e
go: Update from 1.11.5 to 1.12
6 years ago
Fredrik Fornwall
8a012446f5
Merge pull request #3448 from Grimler91/jq
setup-ubuntu.sh: add jq and remove debdiff
6 years ago
Fredrik Fornwall
c940793f82
Merge pull request #3467 from tomty89/libpulseaudio
libpulseaudio: fixes for #3391
6 years ago
Fredrik Fornwall
d730fb1bb3
Merge pull request #3439 from tomty89/cmus
cmus: Update from 2.7.1 to 2.8.0 (d93f9c3)
6 years ago
Leonid Plyushch
28f3fbe1bc
build-package.sh: prevent parallel runs in the same environment
Avoid corruption of the build environment if build-package.sh was
executed in 2 parallel sessions.
6 years ago
Tom Yan
4037c7e1e6
libpulseaudio: bump revision after update
6 years ago
Tom Yan
a74add2dc3
libpulseaudio: do nothing to backend when unlinking suspended sink
6 years ago
Leonid Plyushch
ef3772c4d6
fast-builds: do not rely on bootstrap archives
Reasons:
* they may contain outdated packages
* they are redundant
* they may not exist for target repository (e.g. if building for non-termux.net)
6 years ago
Leonid Plyushch
5fc42ccd8d
profanity: update sha256
Don't know what happened, but md5 and sha1 are same as on homepage.
6 years ago
Tom Yan
4f832ecc4a
libpulseaudio: fix typos in sles sink module
6 years ago
Tom Yan
461ec20191
libpulseaudio: do not stop if we are going to close aaudio stream
Apparently it's safer if we don't:
https://android.googlesource.com/platform/frameworks/av/+/refs/heads/oreo-release/media/libaaudio/src/client/AudioStreamInternal.cpp#182
6 years ago
Leonid Plyushch
429909c470
p7zip: fix license
6 years ago
Fredrik Fornwall
14742449fa
libcoap: Update from 4.2.0-rc4 to 4.2.0
6 years ago
Fredrik Fornwall
224ebbe0f4
mariadb: Update from 10.3.12 to 10.3.13
6 years ago
Henrik Grimler
e56f784f95
setup-ubuntu.sh: add jq and remove debdiff
6 years ago
Fredrik Fornwall
5ece3ca056
openssl: Bump revision after openssl.cnf move
See https://github.com/termux/termux-packages/pull/3432
6 years ago
Leonid Plyushch
e400c23415
termux-elf-cleaner: update to v1.4
Provides fix for Android 5.
6 years ago
Leonid Plyushch
1f806519d2
travis cI: disable fast builds
6 years ago
Tom Yan
1e08cb1ee8
cmus: Update from 2.7.1 to 2.8.0 (d93f9c3)
6 years ago
Tom Yan
8025247d87
openjpeg: bump revision after update
6 years ago
Tom Yan
a7639ce7f9
openjpeg: disable static libs
with upstream commit 66297f07a43d2770a97c8456d20202f3d051d980
6 years ago
Leonid Plyushch
0950d69987
update scripts for continuous integration
Keep bare minimum of scripts & configuration files for CI.
Set Travis target language to generic, remove 'Gemfile' and
'Rakefile' since we building *.deb packages and not ruby ones.
Code that determining changes in git repository is reimplemented
in bash.
Disabled packages are excluded from CI tracking as they frequently
cause errors.
6 years ago
Fredrik Fornwall
77e7e85db5
Merge pull request #3390 from termux/fix-mariadb
mariadb: create directory $PREFIX/etc/my.cnf.d to prevent error on installation
6 years ago
Fredrik Fornwall
7700accddc
Merge pull request #3294 from xeffyr/vimdiff
vim: recommend package "diffutils" for vimdiff
6 years ago
Leonid Plyushch
a7c39079d3
Merge branch 'master' into vimdiff
6 years ago
Fredrik Fornwall
cc6cab8fa0
Merge pull request #3419 from xeffyr/fix-paths
Fix hardcoded paths for some packages
6 years ago
Fredrik Fornwall
316b6f5f19
Merge pull request #3432 from xeffyr/fix-openssl
openssl: put openssl.cnf to main package
6 years ago
Leonid Plyushch
37b9453c00
openssl: put openssl.cnf to main package
6 years ago
Leonid Plyushch
aa3bca1c11
build-package.sh: fix sourcing of renamed script
6 years ago
Henrik Grimler
706ac2d2d2
termux_download_deb: check that Packages exist before reading hash
6 years ago
Henrik Grimler
46e7252e91
build-package: stop build if buildorder.py returns error
6 years ago
Henrik Grimler
a1601b739b
build-package: call termux_get_repo_files in termux_step start_build
Prevents unnecessary re-downloads of repo files.
6 years ago
Henrik Grimler
e486e4643a
build-package: add new env. var. TERMUX_PACKAGES_DIRECTORIES
Can be set to the path to packages/ directories in other repos (like
unstable-package/packages/, termux-root-packages/packages/,
..). buildorder.py then searches these directories for packages and
dependencies
6 years ago
Henrik Grimler
035ec7e35f
build-package: download dependencies recursively when fast-building
Use scripts/buildorder.py with a new -i flag to get all dependencies
(including subpackages). The script now also spits out both package
name and package dir, to make it easier to build packages from another
repo.
6 years ago
Henrik Grimler
5873ff8750
build-package: remove termux_step_compare_debs
6 years ago
Fredrik Fornwall
8a0dd6b3af
nginx: Update from 1.15.8 to 1.15.9
6 years ago