Leonid Pliushch
01718ef37e
blackbox: update to 2.0.0
2021-02-04 19:53:52 +00:00
Henrik Grimler
9550c09dd0
pigz: update to 2.5
2021-02-04 20:50:58 +01:00
Leonid Pliushch
9711425bf5
aspell-fr: change versioning scheme to avoid Repology false-positive outdated
2021-02-04 19:50:14 +00:00
Leonid Pliushch
7431eab9a1
aspell-es: change versioning scheme to avoid Repology false-positive outdated
2021-02-04 19:47:59 +00:00
Henrik Grimler
1845139603
oleo: fix redefinition error of getcwd
...
Building a debug build of oleo fails due to getcwd being redefined.
%ci:no-build
2021-02-04 20:45:06 +01:00
Leonid Pliushch
dee19a2757
aspell-en: update to 2020.12.07
2021-02-04 19:43:00 +00:00
Leonid Pliushch
eaa14356a6
clamav: update to 0.103.1
2021-02-04 19:41:05 +00:00
Leonid Pliushch
4f8933a860
geoip2-database: don't use https://dl.bintray.com/xeffyr/sources
...
Package is a year as outdated and likely should be removed.
MaxMind has restricted its database distribution and publishing
any new version would be license violation.
2021-02-04 19:00:17 +00:00
Leonid Pliushch
9a14f2b2a7
elinks: don't use https://dl.bintray.com/xeffyr/sources
2021-02-04 18:59:20 +00:00
Leonid Pliushch
5ba336c514
dx: don't use https://dl.bintray.com/xeffyr/sources
2021-02-04 18:59:00 +00:00
Leonid Pliushch
662240e3c4
picolisp: don't use https://bintray.com/termux/upstream
2021-02-04 18:50:43 +00:00
Leonid Pliushch
cb02a47f8c
ncurses: don't use https://bintray.com/termux/upstream
2021-02-04 18:49:49 +00:00
Leonid Pliushch
97573b3463
cvs: don't use https://bintray.com/termux/upstream
2021-02-04 18:49:06 +00:00
Leonid Pliushch
1f6fde0c17
corkscrew: don't use https://bintray.com/termux/upstream
2021-02-04 18:46:36 +00:00
Henrik Grimler
836a10587e
memcached: add patch to fix error for debug build
...
Took me an annoyingly long time to find a mask that the ndk was happy
with. The original mask gives identical permissions as this one (and
several other variants I tried). printf("%d\n", ~(S_IRUSR | S_IWUSR));
returns a negative number, and I guess that is the reason the ndk is
unhappy.
Original error message:
restart.c:233:48: error: 'umask' called with invalid mode
mode_t oldmask = umask(~(S_IRUSR | S_IWUSR));
^
/home/builder/.termux-build/_cache/android-r21d-api-24-v3/bin/../sysroot/usr/include/bits/fortify/stat.h:47:5: note: from 'diagnose_if' attribute on 'umask':
__clang_error_if(mode & ~0777, "'umask' called with invalid mode") {
^ ~~~~~~~~~~~~
/home/builder/.termux-build/_cache/android-r21d-api-24-v3/bin/../sysroot/usr/include/sys/cdefs.h:134:52: note: expanded from macro '__clang_error_if'
^
1 error generated.
make[2]: *** [Makefile:1060: memcached-restart.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:1699: all-recursive] Error 1
2021-02-04 19:20:18 +01:00
Henrik Grimler
7b72312561
remind: update to 03.03.05
...
Homepage seem fully working, but let's stick to fossies for srcurl
just in case.
2021-02-04 19:20:18 +01:00
Henrik Grimler
db140a550b
sensible-utils: update to 0.0.14
...
Source archive for 0.0.13 has been removed from the ftp.
2021-02-04 19:20:18 +01:00
Henrik Grimler
970cb29dee
at: update url, the other site is down
2021-02-04 19:20:18 +01:00
Leonid Pliushch
45fae41684
new package: dosfstools
...
Requested in https://github.com/termux/termux-packages/issues/6335 .
2021-02-03 23:21:59 +00:00
Leonid Pliushch
d8e81509eb
Revert "e2fsprogs: update to 1.46.0"
...
Needs patching due to error:
/home/builder/.termux-build/e2fsprogs/src/e2fsck/rehash.c:1051:3: warning: implicit declaration of function 'qsort_r' is invalid in C99 [-Wimplicit-function-declaration]
qsort_r(fd.harray+2, fd.num_array-2, sizeof(struct hash_entry),
^
CC /home/builder/.termux-build/e2fsprogs/src/e2fsck/encrypted_files.c
SUBST e2fsck.8
SUBST e2fsck.conf.5
5 warnings generated.
LD e2fsck
rehash.o:rehash.c:function e2fsck_rehash_dir: error: undefined reference to 'qsort_r'
***
This reverts commit 8b2f08e281
.
2021-02-03 23:17:14 +00:00
Leonid Pliushch
8b2f08e281
e2fsprogs: update to 1.46.0
2021-02-03 23:14:15 +00:00
Leonid Pliushch
bb97d16dfc
doxygen: update to 1.9.1
2021-02-03 23:13:54 +00:00
Leonid Pliushch
b169e3515e
cmake: update to 3.19.4
2021-02-03 23:09:42 +00:00
Leonid Pliushch
3dbb8e982e
ccache: delete unneeded patch
2021-02-03 23:05:37 +00:00
Leonid Pliushch
06f0f909e2
Revert "calc: update to 2.12.7.5"
...
Needs patching due to error:
aarch64-linux-android-clang -DCALC_SRC -DCUSTOM -Wall -march=native -fPIC -O3 -g3 -I.. -I/data/data/com.termux/files/usr/include -c -o custtbl.o custtbl.c
clang: error: the clang compiler does not support '-march=native'
***
This reverts commit 087382e27b
.
2021-02-03 23:02:33 +00:00
Leonid Pliushch
1b299a0a05
dnsutils: update to 9.16.11
2021-02-03 22:54:44 +00:00
Leonid Pliushch
92c49b5527
ccache: update to 4.2
2021-02-03 22:54:29 +00:00
Leonid Pliushch
087382e27b
calc: update to 2.12.7.5
2021-02-03 22:54:21 +00:00
Leonid Pliushch
2b3f58852f
bison: update to 3.7.5
2021-02-03 22:54:11 +00:00
Leonid Pliushch
21a29142eb
binutils: update to 2.36
2021-02-03 22:54:02 +00:00
Leonid Pliushch
d5290ab3e7
autoconf: update to 2.71
2021-02-03 22:52:58 +00:00
Leonid Pliushch
9d45302ffc
age: update to 1.0.0-beta6
2021-02-03 22:52:11 +00:00
Leonid Pliushch
c061024982
apt: update patches
...
***
This commit contains further changes to user agent string in addition
to introduced in fd66e2fe29
.
Now it will send installation prefix obtained by /proc/self/exe. It
should resist patching `apt` with sed or in other way. Reminding that
installation prefix provided in user agent http header is intended for
distinguishing Termux from derivatives.
Here are sample lines from my mirror logs showing usage of Termux repo
by third-party projects:
```
162.158.103.43 - - [21/Jan/2021:09:46:43 +0200] "GET /dists/stable/Release HTTP/1.1" 304 0 "-" "Termux-PKG/1.0 mirror-checker (termux-tools 0.104) Termux (pl.sviete.dom; install-prefix:/data/data/pl.sviete.dom/files/usr)"
162.158.210.8 - - [20/Jan/2021:06:24:54 +0200] "GET /dists/stable/InRelease HTTP/1.1" 404 146 "-" "Debian APT-HTTP/1.3 (2.1.15) Termux (vn.vhn.vsc; install-prefix:/data/data/vn.vhn.vsc/files/usr)"
162.158.210.142 - - [20/Jan/2021:06:24:54 +0200] "GET /dists/stable/Release.gpg HTTP/1.1" 304 0 "-" "Debian APT-HTTP/1.3 (2.1.15) Termux (vn.vhn.vsc; install-prefix:/data/data/vn.vhn.vsc/files/usr)"
```
***
CloudFlare firewall for termux.org and termux-mirror.ml hosts would be
adjusted to block all requests which do not have install-prefix set or
if the latter doesn't match one of the Termux.
2021-02-03 22:33:22 +02:00
Leonid Pliushch
df64cf9d76
rebuild: dpkg, gnupg, libcurl
...
apt fails as need updated patches.
2021-02-03 21:33:57 +02:00
Leonid Pliushch
bf06a7a7b0
gnupg: update to 2.2.27
2021-02-03 21:10:46 +02:00
Leonid Pliushch
f68101f583
dpkg: update to 1.20.7.1
2021-02-03 21:08:53 +02:00
Leonid Pliushch
cb4be87fd3
libcurl: update to 7.75.0
2021-02-03 21:08:48 +02:00
Leonid Pliushch
5b5f81f1fb
apt: update to 2.1.18
2021-02-03 21:08:41 +02:00
Termux Github Actions
94fdeb8fb5
syncthing: update to 1.13.1
...
This commit has been automatically submitted by Github Actions.
2021-02-03 18:32:30 +00:00
Termux Github Actions
fb904b1226
fzf: update to 0.25.1
...
This commit has been automatically submitted by Github Actions.
2021-02-03 18:25:14 +00:00
Leonid Pliushch
0905cc6cf7
proot-distro: update to 1.6.0
2021-02-03 18:17:57 +02:00
Henrik Grimler
742d86b568
Remove _FORTIFY_SOURCE workaround for some pkgs for debug builds
...
Not necessary after __USE_FORTIFY_LEVEL is set. No need to rebuild any
packages for this though:
%ci:no-build
2021-02-03 16:57:21 +01:00
Henrik Grimler
b158c8de2a
emacs: set additional configure flags for debug build
...
As suggested in the DEBUG documentation:
https://github.com/emacs-mirror/emacs/blob/master/etc/DEBUG
2021-02-03 16:57:21 +01:00
Termux Github Actions
e7c538a75a
syncthing: update to 1.13.0
...
This commit has been automatically submitted by Github Actions.
2021-02-02 18:40:50 +00:00
Termux Github Actions
55bcf3dbed
rclone: update to 1.54.0
...
This commit has been automatically submitted by Github Actions.
2021-02-02 18:38:01 +00:00
Termux Github Actions
831d2681d6
ncompress: update to 5.0
...
This commit has been automatically submitted by Github Actions.
2021-02-02 12:24:40 +00:00
Termux Github Actions
f0e5a10da7
libnghttp2: update to 1.43.0
...
This commit has been automatically submitted by Github Actions.
2021-02-02 12:24:14 +00:00
Termux Github Actions
29fa2b568a
gitea: update to 1.13.2
...
This commit has been automatically submitted by Github Actions.
2021-02-02 00:44:50 +00:00
Leonid Pliushch
0729cb17ab
proot: termux-chroot needs to bind /linkerconfig/ld.config.txt on Android 11
...
Without /linkerconfig/ld.config.txt, dynamic linker will unable to find
shared libraries provided by APEX modules.
2021-02-01 18:58:41 +02:00
Termux Github Actions
11e6365843
jfrog-cli: update to 1.44.0
...
This commit has been automatically submitted by Github Actions.
2021-02-01 12:25:03 +00:00
Leonid Pliushch
0133650c03
ncurses: add terminfo for Kitty terminal
...
Issue https://github.com/termux/termux-packages/issues/6296
2021-01-31 23:55:09 +02:00
Leonid Pliushch
8114ea34ae
teleport-tsh: fix description
...
Any reason to add a duplicate space in description when UPDATING (!) package
version?
2021-01-31 23:34:21 +02:00
Leonid Pliushch
ee607a57d0
libopenmpt: fix license name
...
Bintray requires a specific format of license field, otherwise
package will not be published.
2021-01-31 23:30:50 +02:00
Leonid Pliushch
046861d6bf
new package: libopenmpt
...
Requested in https://github.com/termux/termux-packages/issues/6179
2021-01-31 23:28:41 +02:00
Roman Kredentser
7989c69644
teleport-tsh: update to 5.1.2 ( #6318 )
2021-01-31 18:28:56 +05:30
Termux Github Actions
4e14728958
lf: update to 20
...
This commit has been automatically submitted by Github Actions.
2021-01-30 18:30:04 +00:00
Termux Github Actions
084e559243
libgd: update to 2.3.1
...
This commit has been automatically submitted by Github Actions.
2021-01-30 12:23:16 +00:00
Butta
5ce5505df2
swift: update from 5.3.2 to 5.3.3
2021-01-30 07:18:36 +05:30
Leonid Pliushch
dbed0c1150
qemu: force use little endian UCS-2
...
See issue https://github.com/termux/termux-packages/issues/6332 .
2021-01-30 01:30:58 +02:00
Leonid Pliushch
442f8378fb
mpg123: correct homepage url
2021-01-30 01:22:51 +02:00
Thibault Meyer
96a0010bbc
Add mpg123 ( #6333 )
...
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
2021-01-29 21:17:46 +01:00
Termux Github Actions
43ce537315
shfmt: update to 3.2.2
...
This commit has been automatically submitted by Github Actions.
2021-01-29 18:38:08 +00:00
Thibault Meyer
2b3b0d3309
Add libvips ( #6325 )
...
Resolves : #6113
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
2021-01-29 09:57:22 +01:00
Termux Github Actions
fbe6659950
helm: update to 3.5.1
...
This commit has been automatically submitted by Github Actions.
2021-01-29 00:39:52 +00:00
Termux Github Actions
7cb0cf7af5
delve: update to 1.6.0
...
This commit has been automatically submitted by Github Actions.
2021-01-29 00:38:13 +00:00
Thibault Meyer
87abb34255
new package: libcunit ( #6319 )
2021-01-28 21:25:23 +02:00
Termux Github Actions
45b4b5fa65
solidity: update to 0.8.1
...
This commit has been automatically submitted by Github Actions.
2021-01-27 18:58:50 +00:00
Termux Github Actions
a12e86967b
gifski: update to 1.3.1
...
This commit has been automatically submitted by Github Actions.
2021-01-27 18:35:01 +00:00
Termux Github Actions
93a21e038c
composer: update to 2.0.9
...
This commit has been automatically submitted by Github Actions.
2021-01-27 18:32:43 +00:00
Michael Bryant
6da90bc816
taskwarrior: remove pkg revision
2021-01-27 10:26:12 +05:30
Michael Bryant
d73e412a55
taskwarrior: revert revision increase
2021-01-27 10:26:12 +05:30
Michael Bryant
752bc5a11d
taskwarrior: update to 2.5.3
2021-01-27 10:26:12 +05:30
Michael Bryant
a7be64b3fc
ca-certificates: update to newer version
2021-01-27 10:26:12 +05:30
Termux Github Actions
04115efa57
gifski: update to 1.3.0
...
This commit has been automatically submitted by Github Actions.
2021-01-27 00:38:11 +00:00
Rabby Sheikh
b141100bd4
new package: logrotate ( #6315 )
...
* new package: logrotate
* fix build error
* Update build.sh
2021-01-26 20:38:33 +05:30
Termux Github Actions
38adadab32
keybase: update to 5.6.1
...
This commit has been automatically submitted by Github Actions.
2021-01-25 18:59:53 +00:00
Termux Github Actions
620f984c2d
findomain: update to 3.0.1
...
This commit has been automatically submitted by Github Actions.
2021-01-25 06:54:34 +00:00
Termux Github Actions
39ac4c9afd
lf: update to 19
...
This commit has been automatically submitted by Github Actions.
2021-01-24 18:54:41 +00:00
Patrick Gaskin
fc007e73f4
PulseAudio SLES module improvements ( #6290 )
...
* pulseaudio: Improve error msg when module-sles-source is missing the RECORD_AUDIO permission
* pulseaudio: Refactor and improve module-sles-{source,sink}
* More readable and consistent code style.
* Fix subtle bugs and typos (e.g. duplicate or ineffectual assignments,
mishandled enums, etc).
* Fix stereo input channel mask.
* Fix wrong self object being passed to SLES functions.
* Handle more sample formats.
* Better logging.
* Fix potential freeing of undefined pointers.
* Fixed module usage (channel_map was on source instead of sink,
some items were missing the trailing space).
* Other minor fixes.
* pulseaudio: Implement PA_SINK_MESSAGE_GET_LATENCY message
Every built-in module implements this and without it, PA will crash
in some cases (e.g. when opening pavucontrol).
* pulseaudio: Increment TERMUX_PKG_REVISION
2021-01-24 22:21:02 +05:30
Termux Github Actions
975f908da5
asciidoc: update to 9.0.5
...
This commit has been automatically submitted by Github Actions.
2021-01-24 06:44:37 +00:00
Termux Github Actions
d8d5dbe000
mu: update to 1.4.15
...
This commit has been automatically submitted by Github Actions.
2021-01-23 18:58:34 +00:00
Termux Github Actions
57aa4c77d8
gifski: update to 1.2.7
...
This commit has been automatically submitted by Github Actions.
2021-01-23 18:56:21 +00:00
Termux Github Actions
91186a6a7c
cmus: update to 2.9.1
...
This commit has been automatically submitted by Github Actions.
2021-01-23 01:10:28 +00:00
Termux Github Actions
4545b5f343
findomain: update to 3.0.0
...
This commit has been automatically submitted by Github Actions.
2021-01-22 19:01:42 +00:00
Leonid Pliushch
8214a60e86
ffsend: fix maintainer info
2021-01-22 13:36:57 +02:00
Leonid Pliushch
cbe115d728
restore package: ffsend, updated to v0.2.68
2021-01-22 13:11:49 +02:00
Termux Github Actions
d5d4278cab
gh: update to 1.5.0
...
This commit has been automatically submitted by Github Actions.
2021-01-22 01:09:55 +00:00
Henrik Grimler
cdfaea8f10
emacs: rebuild
...
Seems that emacs is linked against libnettle on some arches (without the dependency being declared) so rebuild to solve that.
See https://www.reddit.com/r/emacs/comments/l1wiwz/help_with_install_termux/
2021-01-21 13:02:12 +01:00
ruki
14a9c6980e
xmake: update to 2.5.1 ( #6286 )
2021-01-21 09:21:55 +05:30
Termux Github Actions
19ce4cacb7
z3: update to 4.8.10
...
This commit has been automatically submitted by Github Actions.
2021-01-21 01:38:37 +00:00
Termux Github Actions
2c1681ea92
youtubedr: update to 2.4.0
...
This commit has been automatically submitted by Github Actions.
2021-01-21 01:17:23 +00:00
Termux Github Actions
67a9c7e6d9
toxic: update to 0.10.1
...
This commit has been automatically submitted by Github Actions.
2021-01-21 01:16:13 +00:00
Termux Github Actions
4c194103a0
rclone: update to 1.53.4
...
This commit has been automatically submitted by Github Actions.
2021-01-21 01:15:42 +00:00
Termux Github Actions
870e6003fb
openethereum: update to 3.1.1
...
This commit has been automatically submitted by Github Actions.
2021-01-20 13:19:21 +00:00
Roman Kredentser
fc9d4c4e24
update teleport tsh cli to latest version 4.4.7 ( #6281 )
2021-01-20 10:41:13 +01:00
Termux Github Actions
1d410f3911
algernon: update to 1.12.12
...
This commit has been automatically submitted by Github Actions.
2021-01-18 18:56:30 +00:00
kcubeterm
5e6023bdb4
darkhttpd: Update to 1.13
2021-01-18 17:49:18 +00:00
Patrick Gaskin
a3d0c0df0f
pulseaudio: Add dependency on libwebrtc-audio-processing ( #6273 )
2021-01-18 12:55:29 +05:30
Patrick Gaskin
e41152e3b8
new package: libwebrtc-audio-processing ( #6272 )
2021-01-18 03:04:08 +05:30
Patrick Gaskin
a5becf97c2
pulseaudio: Update to 14.2 ( #6271 )
2021-01-18 02:01:02 +05:30