Leonid Plyushch
0a14fad9ce
uftrace: update to 0.9.4
5 years ago
Henrik Grimler
7327c04f2e
command-not-found: update lists
5 years ago
Leonid Plyushch
6856bd66c6
libmediainfo: reformat build.sh
5 years ago
Leonid Plyushch
a7f01ae2cf
mediainfo: reformat build.sh
5 years ago
Henrik Grimler
1b43cba907
cvs: link against libandroid-support to fix segfault
Fixes https://github.com/termux/termux-packages/issues/3300
5 years ago
Henrik Grimler
1f7e485dbc
libzen: link against libandroid-support to fix segfault
Fixes https://github.com/termux/termux-packages/issues/5124
5 years ago
easyaspi314 (Devin)
8bfe8748cc
gzip: hotfix for gnulib vasnprintf.c
Don't use %n in vasnprintf.c, it breaks things.
$ gzip --version
FORTIFY: %n not allowed on Android
Aborted
See m4's issue in #4381 .
This should be fixed in the next gzip release, though, as gnulib has
been updated in the master branch. However, for now, this will fix
things.
5 years ago
Leonid Plyushch
9c69103977
jbig2dec: run autogen.sh
5 years ago
Leonid Plyushch
85945f0d4f
nim: update osproc.nim.patch
5 years ago
Leonid Plyushch
2dd891ab3b
jbig2dec: build in source dir
5 years ago
Leonid Plyushch
39d449dd2e
nim: update to 1.2.0
5 years ago
Leonid Plyushch
dd9a4b39ea
mkvtoolnix: update to 45.0.0
5 years ago
Leonid Plyushch
09ff242a7f
kubectl: update to 1.18.0
5 years ago
Leonid Plyushch
ed2876bbd5
jbig2dec: update to 0.18
5 years ago
Leonid Plyushch
f4031ab62d
imagemagick: update to 7.0.10.4
5 years ago
Leonid Plyushch
ac1ce0cd0e
libgrpc: update to 1.28.1
5 years ago
Leonid Plyushch
834fccf127
fzf: update to 0.21.1
5 years ago
Leonid Plyushch
4331c32a28
exiftool: update to 11.93
5 years ago
Leonid Plyushch
b52a83b1d4
bison: update to 3.5.4
5 years ago
valpogus
c46c40ef08
Update packages libzen, libmediainfo and mediainfo
5 years ago
Henrik Grimler
e0b083f072
Bump packages depending on poppler
5 years ago
Henrik Grimler
2ae4490557
poppler: update to 0.87.0
5 years ago
Marlin Sööse
e1894366eb
proxmark3: update to latest master ( #5115 )
5 years ago
Henrik Grimler
8c6fe8dfa5
Update various packages ( #5114 )
* cpio: update to 2.13
* gmic: update to 2.9.0
* ffsend: update to 0.2.59
* libgrpc: update to 1.28.0
* librsvg: update to 2.48.2
* perl: update to 5.30.2
* ruby: update to 2.7.1
* ripgrep: update to 12.0.1
* repology/excluded_packages: ignore aircrack-ng and guile18
* mpd: update to 0.21.22
5 years ago
zettelmuseum
aee8b7f425
Update build.sh
5 years ago
Henrik Grimler
c8d71975c6
Update various packages ( #5113 )
* calcurse: update to 4.6.0
* dialog: update to 20200327
* dictd: update to 1.13.0
* gitea: update to 1.11.4
* jfrog-cli: update to 1.35.3
* libgd: update to 2.3.0
* libgit2: update to 1.0.0
* libgraphite: update to 1.3.14
* libnftnl: update to 1.1.6
* vim, vim-python: update to 8.2.0500
* unrar: update to 5.9.2
* remind: update to 03.03.01
* nano: update to 4.9.1
* seafile-client: update to 7.0.7
* libgnutls: update to 3.6.13
* apache2: update to 2.4.43
5 years ago
its-pointless
230a6aae28
add libvidstab to ffmpeg
5 years ago
buttaface
c99b5ee87d
TERMUX_PKG_QUICK_REBUILD: disable reapplying the host build patches too ( #5110 )
5 years ago
Henrik Grimler
5b50fbde89
openssl: update to 1.1.1f ( #5107 )
5 years ago
Marlin Sööse
bafe1f5bb5
proxmark3: update to latest master ( #5101 )
5 years ago
Leonid Plyushch
ec5db2937f
util-linux: mark package as essential
Because it is a dependency of another essential package and must-have
in a set of bootstrap packages.
5 years ago
Leonid Plyushch
3a86efeb91
termux-tools: depend on util-linux and bump revision
5 years ago
Leonid Plyushch
bf24e2a86e
termux-tools: use getopt from util-linux
5 years ago
Leonid Plyushch
63e03c4c79
termux-tools: avoid busybox usage
5 years ago
Leonid Plyushch
70d7285add
chmod 755 termux-change-repo
5 years ago
Leonid Plyushch
654055851f
nano: fix src-files.c.patch
5 years ago
Leonid Plyushch
76f46b2cd5
newsboat: remove src-rssparser.cpp.patch as it was merged into fix-paths.patch
5 years ago
Butta
08c5231c5c
libllvm: set default sysroot to TERMUX_PREFIX
The previous approach appended TERMUX_PREFIX to the empty default sysroot, which would
render those paths useless if the --sysroot command-line flag was ever set. With this
approach, clang reuses much more of the existing sysroot logic and makes it more
likely that a passed-in sysroot will work.
Also, remove the rpath for alternate architectures, as it wasn't working.
5 years ago
Leonid Plyushch
811bb36862
openssh: bump revision
5 years ago
Günther Noack
c0b6ea4c9c
Indirect explicit_bzero through memset pointer.
The original comment indicates that using `bzero()` directly may result in dead store elimination, so they explicitly avoided calling `bzero()` as you do now. `explicit_bzero` is used in cryptographic software to clear keys from process memory after use, even if that memory is not read any more afterwards.
Maybe it would be safer like this? (I copied the approach from https://android.googlesource.com/platform/external/openssh/+/refs/tags/android-6.0.1_r70/openbsd-compat/explicit_bzero.c , so that should work on Android.)
Caveat, I was hand-editing the diff and did not find time to set up the toolchain to build this; but the general approach should work?
5 years ago
Leonid Plyushch
d6ac0645cb
newsboat: update fix-paths.patch
5 years ago
Leonid Plyushch
bed9f91016
nano: update patches
5 years ago
Leonid Plyushch
4741a48216
memcached: avoid static linking
5 years ago
Leonid Plyushch
2e1eb7c53c
memcached: fix build configuration
5 years ago
Leonid Plyushch
c9684f949e
bat: fix installation of manpage
5 years ago
Leonid Plyushch
d0689a79b0
algernon: update fix-hardcoded-paths.patch
5 years ago
Leonid Plyushch
f9e2f3fad4
weechat: update to 2.8
5 years ago
Leonid Plyushch
2c4440013a
vim, vim-python: update to 8.2.0450
5 years ago
Leonid Plyushch
a2d31b4233
vegeta: update to 12.8.3
5 years ago
Leonid Plyushch
d40fa6b12f
valac: update to 0.48.2
5 years ago