Differential Revision: https://reviews.freebsd.org/D3930
fb-adb is a tool for interacting with Android systems. It does much of
what adb does, but with better remote shell support and, hopefully,
fewer bugs. Differences between adb and fb-adb are that fb-adb:
* is binary clean (no LF -> CRLF mangling)
* transmits and updates window size
* distinguishes standard output and standard error
* properly muxes streams with independent flow control
* allows for ssh-like pty allocation control
* propagates program exit status instead of always exiting
with status 0
* properly escapes program arguments
* kills remote program
* provides a generic facility to elevate to root without re-escaping
https://github.com/facebook/fb-adb
- Update PORTVERSION and distinfo checksum (1.4.2)
- six is a RUN not BUILD dependency
- Remove TEST options and hooks since the framework now supports
TEST_DEPENDS. Remove html5lib from TEST_DEPENDS.
Changes:
https://github.com/mozilla/bleach/blob/v1.4.2/CHANGES
- Enable concurrent Python version installations
- Remove TEST option and hooks since the framework now supports
TEST_DEPENDS.
- Rename test target to framework supplied one
- Update PORTVERSION and distinfo checksum (0.5.0)
- Update TEST_DEPENDS
- Remove TESTS option since the framework now supports TEST_DEPENDS,etc
- Rename test target and use canonical/wrapped PYDISTUTILS_SETUP
variable.
Changes:
https://github.com/requests/requests-oauthlib/blob/v0.5.0/HISTORY.rst
pywdns (0.8.0)
* Add str_to_rcode and str_to_name_case functions
* Add str_to_name_case function
* Add str_to_rcode function
* Add str_to_rrclass and str_to_rdata functions from wdns
* domain_to_str(): PyString_FromStringAndSize -> PyString_FromString
this fixes a regression introduced in d04d3919. wdns_domain_to_str()
does not return the number of bytes written to dst, it returns the
number of bytes read from src. dst is guaranteed to be NUL-terminated
after a call to wdns_domain_to_str(), so switch back to using
PyString_FromString() to convert dst to a python string.
* the comparison against WDNS_MAXLEN_NAME should be strictly greater
than, not greater than or equal to.
* setup.py: add back missing 'import os'
Sponsored by: Farsight Security, Inc.
nmsg (0.10.0)
[ Henry Stern ]
* Add JSON input and output support, including new libnmsg functions
nmsg_input_open_json(), nmsg_output_open_json(), nmsg_message_from_json(),
and nmsg_message_to_json(); new -j and -J command line options for
nmsgtool; and new per-field 'format' and 'parse' methods in the msgmod
plugin API.
[ Chris Mikkelson ]
* nmsg_chalias_free(): Check for null aliases list.
Sponsored by: Farsight Security, Inc.
This is a library for calculating the edit distance between strings or data
using various metrics (Levenshtein, Damerau, Needleman-Wunsch, Hamming...).
Reviewed by: garga
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D3730
- Remove OPTIONS EXAMPLES as the mentioned file is a config file which has
been moved to @sample framework
- Remove <bsd.port.options.mk> in lieu of OPTIONSNG
- Fix patch files to reflect 'make makepatch'
The subversion port was upgraded to version 1.9. devel/kdevplatform fails to
build against it.
Bring in the patch attached to the bug tracking system by Tobias C. Berner.
See #203843 for more information.
PR: 203843
Submitted by: Tobias C. Berner (tcberner@gmail.com) via Bug Tracking System
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D4003
<ChangeLog>
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2.
Thanks to Piotr Sikora and Denis Andzakovic.
*) Bugfix: the $server_protocol variable was empty when using HTTP/2.
*) Bugfix: backend SSL connections in the stream module might be timed
out unexpectedly.
*) Bugfix: a segmentation fault might occur in a worker process if
different ssl_session_cache settings were used in different virtual
servers.
*) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had
appeared in 1.9.4.
Thanks to Kouhei Sutou.
*) Bugfix: time was not updated when the timer_resolution directive was
used on Windows.
*) Miscellaneous minor fixes and improvements.
Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora.
</ChangeLog>
This update fixes a lock bypass vulnerability, where the screen can be
unlocked without authorization.
MFH: 2015Q4
Security: 4b9393b8-7c0c-11e5-a010-080027ddead3