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
Leonid Plyushch
569d075328
c-toxcore: update to 0.2.11
5 years ago
Leonid Plyushch
ea325c0ffc
swi-prolog: update to 8.1.26
5 years ago
Leonid Plyushch
d93baa3287
starship: update to 0.38.1
5 years ago
Leonid Plyushch
bcec96d181
parallel: update to 20200322
5 years ago
Leonid Plyushch
cfeaf3f099
newsboat: update to 2.19
5 years ago
Leonid Plyushch
35769ef157
nano: update to 4.9
5 years ago
Leonid Plyushch
7c4ce08d45
mutt: update to 1.13.5
5 years ago
Leonid Plyushch
6fbff85fcc
mtools: update to 4.0.24
5 years ago
Leonid Plyushch
2db37c106c
mksh: update to 58
5 years ago
Leonid Plyushch
d6de6cf30a
memcached: update to 1.6.3
5 years ago
Leonid Plyushch
1b7f17d4af
libsignal-protocol-c: update to 2.3.3
5 years ago
Leonid Plyushch
7275450842
librsvg: update to 2.48.1
5 years ago
Leonid Plyushch
e896df73b3
keybase: update to 5.3.1
5 years ago
Leonid Plyushch
f6d2eb00ad
jupp: update to 3.1jupp39
5 years ago
Leonid Plyushch
811414b655
jfrog-cli: update to 1.35.2
5 years ago
Leonid Plyushch
4a9512ae34
imagemagick: update to 7.0.10.3
5 years ago
Leonid Plyushch
fbdd2b1702
hugo: update to 0.68.3
5 years ago
Leonid Plyushch
28910732e4
fd: update to 7.5.0
5 years ago
Leonid Plyushch
b32d8fd863
elvish: update to 0.13.1
5 years ago
Leonid Plyushch
881d0d2d15
e2fsprogs: update to 1.45.6
5 years ago
Leonid Plyushch
eb9c43cf65
ccache: update to 3.7.9
5 years ago
Leonid Plyushch
f124e792d3
bat: update to 0.13.0
5 years ago
Leonid Plyushch
353d08bfba
algernon: update to 1.12.7
5 years ago
Leonid Plyushch
66cecd37ac
termux-tools: fix repo component names for "x11" & "unstable"
5 years ago
Henrik Grimler
e8c037d22e
termux-tools: remove backticks
5 years ago
Henrik Grimler
355c503fa0
termux-tools: fix copy-paste error in x11-packages url
Also run apt update after changing repositories
5 years ago
Henrik Grimler
73b4c5cccc
graphviz: update to 2.42.3 ( #5091 )
* graphviz: update to 2.42.3
Add -landroid-glob where needed only and remove -D_typ_ssize_t=1 from CPPFLAGS, doesn't seem to be needed anymore.
* graphviz: update patches, fix so that out-of-src build works
5 years ago
ruki
dab3e6cb17
xmake: fix shasum to fix some serious bug ( #5094 )
* xmake: fix shasum to fix some serious bug
* xmake: bump revision as well to not confuse apt
Co-authored-by: Henrik Grimler <henrik@grimler.se>
5 years ago
Henrik Grimler
db062808cf
libtool: don't create libtool-static ( #5092 )
libltdl.la is needed by the accompanying ltdl.m4 script:
https://git.savannah.gnu.org/cgit/libtool.git/tree/m4/ltdl.m4?h=v2.4.6#n285
so it does not make sense to split the package
5 years ago
ruki
73a52b94d7
xmake: update v2.3.2 ( #5090 )
5 years ago