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
Henrik Grimler
97a21a1254
openssl: add patch reverting behaviour change introduced in 1.1.1e ( #5075 )
* openssl: add patch reverting behaviour change introduced in 1.1.1e
Upstream issue: https://github.com/openssl/openssl/issues/11378
Quite a lot of programs needs to be fixed before they work with 1.1.1e.
Plan seem to be to release 1.1.1f shortly with this patch, and save the changes
for the next major release instead.
* openssl: update patch header
5 years ago
Marlin Sööse
302592ce61
proxmark3: update to latest master
5 years ago
yjun
70e7c49ad2
new package : boinctui ( #5079 )
5 years ago
Henrik Grimler
67bd974c55
links: add zstd as dependency ( #5080 )
5 years ago
buttaface
9288ab211f
libllvm: fix Android versioning regression that broke setting PIE on ARM ( #5078 )
5 years ago
Butta
f3d5a312aa
llbuild: update from 5.1 to 5.2
5 years ago
Butta
1bfc283131
libdispatch: update from 5.1 to 5.2
5 years ago
Leonid Plyushch
650405bebe
libllvm: bump revision
5 years ago