* Stop installing the HTML-formatted man pages. It's not clear where
the value is for nano specifically, when we can run mandoc -Thtml or
groff -Thtml on any source man page.
CVE-2015-3143: Re-using authenticated connection when unauthenticated
CVE-2015-3144: host name out of boundary memory access
CVE-2015-3145: cookie parser out of boundary memory access
CVE-2015-3148: Negotiate not treated as connection-oriented
not possible to keep track of it fast enough in packages, and installing from
packages makes it hard to use upstream's standard automated update procedure.
ok gonzalo@ (maintainer), ajacoutot@, jasper@
remove a couple of patches committed upstream
add 2 patches (committed upstream) to fix a use-after-free and to let
mkdhparams(8) work with LibreSSL
ok jca@ on a similar diff
ok jca@
This library implements several algorithms related to the Unicode Standard:
*Look up uppercase, lowercase, and titlecase equivalents of a unicode
character.
*Implementation of grapheme and work breaking rules.
*Implementation of line breaking rules.
*Several ancillary functions, like looking up the unicode character
that corresponds to some HTML 4.0 entity (such as &, for
example), and determining the normal width or a double-width status of
a unicode character. Also, an adaptation of the iconv(3) API for this
unicode library.
release.
Two of the lib dependencies got removed:
- libschroedinger: currently broken because of an issue with mutexes;
unmaintained upstream and its a niche codec
- libtheora: modern replacements such as VP8 / VP9 are more than good enough to
replace VP3 use
from brad (maintainer)
OK jsg@ (MAINTAINER)
--------------
Version 1.73b:
--------------
- Fixed a pretty stupid bug in effector maps that could sometimes cause
AFL to fuzz slightly more than necessary; and in very rare circumstances,
could lead to SEGV if eff_map is aligned with page boundary and followed
by an unmapped page. Spotted by Jonathan Gray.
--------------
Version 1.72b:
--------------
- Fixed a glitch in non-x86 install, spotted by Tobias Ospelt.
- Added a minor safeguard to llvm_mode Makefile following a report from
Kai Zhao.