Import py-shtab-1.8.0
DESCR:
Automagic shell tab completion for Python CLI applications, supporting
argparse and docopt, and able to output tab completion scripts for bash, zsh
and tcsh.
Feedback and OK sthen@
Remove STABLE_FLAGS_MALLOC
Formerly used by ASN1_STRING_TABLE_{add,cleanup}() which were removed two
years ago. Annotate why STABLE_NO_MASK stays: as usual, security/xca ends
up being the sole consumer of some nonsense. Apparently it needs its own
reimplementation of ASN1_STRING_set_by_NID(), another removable public API
that should never have been exposed.
ok kenjiro
Import kapsul-0.0.0beta10
Kapsul is a tool that allows you to run most plakar sub-commands directly on
.ptar archives. It transparently mounts the archive as an in-memory, read-only
Plakar repository, enabling inspection, restoration, and diffing operations
without extracting the archive
<...>
ok robert@
Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().
Contrary to naming, the '"June" MMX version' of gcm_ghash_4bit_mmx() uses
SSE, while the 'pure-MMX "May" version' does not. This detail got missed
when I was untangling OPENSSL_IA32_SSE2.
Found the hard way by Tate Baldwin and Dennis Camera.
rpki-client: plug a leak in filemode
When displaying an rsync:// uri, filemode would load the file into the
buf pointer which is never freed. Surprisingly, various static analysis
tools fail to notice this.
ok job