Commit graph

277473 commits

Author SHA1 Message Date
wiz
405896641d doc: Updated mail/neomutt to 20180223 2018-02-24 10:14:06 +00:00
wiz
67043a84df neomutt: update to 20180223.
2018-02-23  Richard Russon  <rich@flatcap.org>
* Features
  - browser: `<goto-parent>` function bound to "p"
  - editor: `<history-search>` function bound to "Ctrl-r"
  - Cygwin support: https://www.neomutt.org/distro/cygwin
  - OpenSUSE support: https://www.neomutt.org/distro/suse
  - Upstream Homebrew support: Very soon - https://www.neomutt.org/distro/homebrew
* Bug Fixes
  - gmail server-size search
  - nested-if: correctly handle "<" and ">" with %?
  - display of special chars
  - lua: enable myvars
  - for pgpewrap in default gpg.rc
  - reply_regexp which wasn't formatted correctly.
  - parsing of urls containing '?'
  - out-of-bounds read in mutt_str_lws_len
* Translations
  - Review fuzzy lt translations
  - Updated French translation
* Website
  - Installation guide for Cygwin
  - Installation guide for OpenSUSE
  - Installation guide for CRUX
* Build
  - check that DTDs are installed
  - autosetup improvements
  - option for which version of bdb to use
  - drop test for resizeterm -- it's always present
* Code
  - split if's containing assignments
  - doxygen: add/improve comments
  - rename functions / parameters for consistency
  - add missing {}s for clarity
  - move functions to library
  - reduce scope of variables
  - boolify more variables
  - iwyu: remove unnecessary headers
  - name unicode chars
  - tailq: migrate parameter api
  - md5: refactor and tidy
  - rfc2047: refactor and tidy
  - buffer: improvements
  - create unit test framework
  - fix several coverity defects
* Upstream
  - Fix s/mime certificate deletion bug
  - Disable message security if the backend is not available
  - Fix improper signed int conversion of IMAP uid and msn values
  - Change imap literal counts to parse and store unsigned ints
  - Fix imap status count range check
  - cmd_handle_fatal: make error message a bit more descriptive
  - Create pgp and s/mime default and sign_as key vars
  - Add missing setup calls when resuming encrypted drafts
  - mutt_pretty_size: show real number for small files
  - examine_directory: set directory/symlink size to zero
  - Add history-search function, bound to ctrl-r
  - Avoid a potential integer overflow if a Content-Length value is huge
2018-02-24 10:13:56 +00:00
taca
bc950aca34 databases/phpmyadmin: fix build problem, PHP 7.1 and later
Use php-pecl-mcrypt with PHP 7.1 and later.
2018-02-24 05:34:19 +00:00
taca
67b7ebff39 doc/TODO: add/update packages
+ php-concrete5-8.3.2, phpmyadmin-4.7.8.
2018-02-24 05:32:53 +00:00
wen
e11a220df5 Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.19 2018-02-24 04:26:16 +00:00
wen
07f49400d0 Update to 0.19
Upstream changes:
0.19 2018-01-31 13:59:53
        - fix for tagged proper nouns and -ity/-ities nouns by Zak B. Elep
          (zakame) (RT#118767)
2018-02-24 04:25:24 +00:00
wen
77df735d13 Updated time/p5-Time-Piece to 1.3204 2018-02-24 04:18:18 +00:00
wen
63e39384b5 Updated www/p5-Plack to 1.0047 2018-02-24 04:17:26 +00:00
wen
0e75eeaf7c Update to 1.3204
Upstream changes:
1.3204  2018-02-19
        - Fix compilation warnings.
2018-02-24 04:16:11 +00:00
wen
d85fff2097 Update to 1.0047
Upstream changes:
1.0047  2018-02-10 01:23:37 PST
    [BUG FIXES]
        - Disable FCGI/lighttpd test that was supposed to be releng only #611

1.0046  2018-02-09 23:51:10 PST
    [NEW FEATURES]
        - Support psgix.cleanup and psgix.harakiri in FCGI handler (afresh1) #610

    [IMPROVEMENTS]
        - Do not set TCP_NODELAY when it's unavailable in embedded systems (dex4er) #579
2018-02-24 04:11:35 +00:00
schmonz
26218e505d doc: Updated mail/mailfront to 2.13 2018-02-24 01:08:36 +00:00
schmonz
d28afd2deb Update to 2.13. From the changelog:
- Fix build issue with redefining the "accept" function.
- Added support for whitelists in the rbl plugin.
- Added option to skip the Received header for authenticated connections.
2018-02-24 01:08:28 +00:00
schmonz
d3e947df4e doc: Updated devel/bglibs to 2.04 2018-02-24 01:03:59 +00:00
schmonz
8fa46c89ed Update to version 2.04. From the changelog:
- Fixed DNS self-tests relying on external data.
- Added support for DNS queries on an alternate port.
- Added support for $MSG_NO_PROGRAM to suppress the "program: " prefix.
- Fixed problem with struct ucred not being pulled in properly.
- Fixed several problems with dns_qualify.
2018-02-24 01:03:53 +00:00
maya
687cdb0e5c reportlab: use the versioned distfile.
(Now to the right branch...)
2018-02-24 00:13:35 +00:00
christos
032223b4e3 Bump from 7.0 to 7.1: Justification:
- NetBSD current has OpenSSL-1.1 and this requires at least 7.1 to compile.
- http://php.net/supported-versions.php: 7.2 was released 2 months ago and
  is too fresh.
2018-02-23 23:37:38 +00:00
fhajny
db9abf1a47 doc: Updated lang/nodejs to 9.6.1 2018-02-23 19:42:16 +00:00
fhajny
0d33e3c1a3 lang/nodejs: Update to 9.6.1.
nodejs 9.6.1

events:
- events.usingDomains being set to false by default was removed in
  9.6.0 which was a change in behavior compares to 9.5.0. This
  behavior change has been reverted and the events object now has
  usingDomains preset to false, which is the behavior in 9.x prior
  to 9.6.0

nodejs 9.6.0

async_hooks:
- deprecate unsafe emit{Before,After}
- rename PromiseWrap.parentId to PromiseWrap.isChainedPromise
deps:
- update node-inspect to 1.11.3
- ICU 60.2 bump
- Introduce ScriptOrModule and HostDefinedOptions to V8
http:
- add options to http.createServer() for IncomingMessage and
  ServerReponse
http2:
- add http fallback options to .createServer
https:
- Adds the remaining options from tls.createSecureContext() to the
  string generated by Agent#getName(). This allows https.request() to
  accept the options and generate unique sockets appropriately.
inspector:
- --inspect-brk for es modules
lib:
- allow process kill by signal number
module:
- enable dynamic import
- dynamic import is now supported
n-api:
- add methods to open/close callback scope
src:
- allow --perf-(basic-)?prof in NODE_OPTIONS
vm:
- add support for es modules
2018-02-23 19:42:04 +00:00
minskim
ed34f47a15 doc: Added devel/py-prefixspan version 0.1.1 2018-02-23 17:27:36 +00:00
minskim
b3d5b2dac1 devel/Makefile: Add py-prefixspan 2018-02-23 17:26:37 +00:00
minskim
7823bcd2de devel/py-prefixspan: Import version 0.1.1
The shortest yet efficient implementation of PrefixSpan in Python 3,
in less than 15 lines in core part.
2018-02-23 17:25:51 +00:00
khorben
ddf5c47752 Add support for DESTDIR
Fix building math/z3 in privileged mode when not building as root:
ocamlfind: Cannot mkdir /usr/pkg/lib/ocaml/site-lib/Z3: Permission denied

This now uses the option -destdir when calling ocamlfind(1). It also
includes a workaround for what might be a bug in ocamlfind(1), where it
also wants to update ld.conf in spite of specifying -destdir.

Tested on NetBSD/amd64.

ok dholland@
2018-02-23 17:04:43 +00:00
wiz
60aab28e8c doc: Updated textproc/uriparser to 0.8.5 2018-02-23 16:41:44 +00:00
wiz
e278eba583 uriparser: update to 0.8.5.
2018-02-07 -- 0.8.5

  * Changed: The uriparser project has moved from SourceForge to GitHub:
      Code + issue tracker: https://github.com/uriparser/uriparser
      New website: https://uriparser.github.io/
      Please update any links of yours, accordingly. Thank you!
  * Fixed: Memleak in out-of-memory clean-up code
      of URI normalization, related to SF.net bug #28.
      Thanks to Chris Hills for the report!
  * Fixed: Fix compilation of uriparse(1) on FreeBSD
      Thanks to Ed Schouten for the patch!
  * Fixed: Fix C90 compilation errors
      Thanks to Joel Cunningham for the patches!
  * Fixed: Space requirements documented for uriWindowsFilenameToUriStringA
      given URI "file://server1/file1.txt" (SF.net bug #31)
      Thanks to threedyd for the report!
  * Fixed: Compiler warnings
      Thanks to Joel Cunningham for the patches!
  * Fixed: Stop exporting internal function RemoveBaseUriImpl
      Thanks to Joel Cunningham for the report!
  * Fixed: API documentation front page no longer empty with Doxygen 1.8.13
  * Fixed: "make -C doc install" fixed for lack of .map files
  * Improved: Communicate that absolutePath is always URI_FALSE for URIs
      with a host in uriparse CLI tool output and Uri.h header
      (GitHub #2, SF.net #30)
  * Soname: 1:21:0

2015-10-12 -- 0.8.4

  * Fixed: Stack overflow on parsing malformed IPv6 addresses with
      more than eigtht quads.  Thanks to Alexander Klink for the report!
  * Soname: 1:20:0

2015-10-04 -- 0.8.3

  * Fixed: uriCompareRange reported NULL pointer and range of
      length zero as equal, by mistake.
      Thanks to Robert Kausch and his Coverity report.
  * Fixed: Use-after-free in out-of-memory code of uriMakeOwner.
      Thanks to Chris Hills and his Klocwork-based report (SF.net bug #28)
  * Soname: 1:19:0

2015-04-27 -- 0.8.2

  * Fixed: Broken conversion from/to Windows network shares (SF.net bug #21)
      Thanks to Adam Gross and Dmitry Repkin!
  * Fixed: Limit uriCompareRange return values to -1/0/1 (SF.net bug #24)
      As a side effect, this fixes the test suite for AArch64.
      Thanks to Marcin Juszkiewicz for the patch!
  * Fixed: MinGW Makefile:
      LIB_DIR fixed from ../../lib leftover to ../../src (SF.net bug #27)
      Thanks to Dmytro Zagashev for the report!
  * Fixed: Add missing NULL checks to UriStringToFilename (SF.net bug #25)
      Thanks to Jerome Custodio for the report!
  * Changed: Leave inlining decisions to GCC
  * Soname: 1:18:0

2014-10-20 -- 0.8.1

  * Fixed: Sync URI_VER_* preprocessor defines (were at 0.7.6, SF.net bug #23)
  * Fixed: Bug in internal function that may flip uriEqualsUri results around
  * Added: Function uriAddBaseUriEx allowing to resolve URIs with
      a scheme identical to that of the base URI to resolve against
      as if the URI to resolve had no scheme specified, when flag
      URI_RESOLVE_IDENTICAL_SCHEME_COMPAT is specified
      (SF.net feature request #4)
  * Soname: 1:17:0

2014-07-12 -- 0.8.0.1

  * Fixed: ISO C90 warnings (SF.net bug #20)
  * Changed: No longer ship RFC documents (to make things easier for Debian)
  * Soname: 1:16:0

2013-12-20 -- 0.8.0

  * Fixed: Resolution of relative URI "/" broken
      Thanks to Mo McRoberts for the patch!
  * Fixed: uriAddBaseUri produced uriUri objects with both host
      and the absolutePath flag set (while the absolutePath flag
      should only be true for URI objects without a host) when
      resolving absolute URIs like "/" or "/foo/bar".
      Now the absolutePath flag is set to URI_FALSE and an empty
      segment is added as necessary
  * Fixed: .errorCode could end up unset, previously
      Thanks to Radu Hociung for the patch!  (SF.net bug #16)
  * Fixed: Resolve use of non-POSIX "sed -r" used when building
     documentation  (SF.net bug #18)
     Thanks to Ryan Schmidt for reporting!
  * Fixed: Build DLL with -no-undefined on Windows
      Thanks to Michel Zou for the patch!  (SF.net bug #19)
  * Added: Command line tool "uriparse"
      Thanks to Radu Hociung for coding!  (SF.net feature request #3)
  * Soname: 1:15:0

2013-08-24 -- 0.7.9

  * Fixed: Error position ended up as NULL for some syntax errors.
      Thanks to Daniel Solano Gómez for the patch!  (SF.net bug #14)
  * Soname: 1:14:0

2013-05-13 -- 0.7.8

  * Fixed: Fix dissection of query string "q=hello&x=&y=" (SF.net bug #12)
      Thanks to Marc Novakowski for reporting!
  * Soname: 1:13:0
2018-02-23 16:41:34 +00:00
adam
3429f69594 Updated inputmethod/ibus-libthai 2018-02-23 15:43:01 +00:00
adam
e4d9b978f9 ibus-libthai: updated to 0.1.4
Version 0.1.4:
- Fix incorrect keys in Pattachote layout.
- Drop unused code.

Version 0.1.3:
- Get rid of deprecated GTK+ APIs in setup program, now requiring GTK+ >= 3.16.
- Fix compiler warnings.
2018-02-23 15:42:25 +00:00
adam
c37bc89008 Updated devel/libdatrie, devel/libthai 2018-02-23 15:33:49 +00:00
wiz
f0711fb72d lang/*: remove BROKEN markers for known openssl-1.1 breakage
Requested by joerg.
2018-02-23 15:26:14 +00:00
adam
1a4274c2d0 libthai: updated to 0.1.27
LibThai 0.1.27:
* Fix another reproducibility issue in the generated documentation,
  caught by Debian Reproducible.
* Updated word break dictionary.

LibThai 0.1.26:
* Updated word break dictionary.

LibThai 0.1.25:
* New word break APIs for more thread-safety.
* Fix compilation error and warning with GCC 6.
* Do not test word breaking if dictionary is disabled.
* Updated word break dictionary.

LibThai 0.1.24:
* Fix infinite loop caused by optimization in previous version.
* Updated word break dictionary.

LibThai 0.1.23:
* Correctly check doxygen version on configure.
* Threadsafe word breaking.
* Improve word breaking performance by 0.1%
  (About 0.28% when used with libdatrie 0.2.10)
* Updated word break dictionary.

LibThai 0.1.22:
* Updated word break dictionary.
* Improve word breaking performance by 0.38%
* No timestamp on Doxygen-generated doc
2018-02-23 15:03:42 +00:00
adam
c63a9c7421 libdatrie: updated to 0.2.10
0.2.10:
- Correctly check doxygen version on configure.
- Optimization on AlphaMap mapping.
  (contributing to 0.2% less run time for LibThai word breaking)

0.2.9:
- Fix binary file opening on Windows
- Fix infinite loop on empty trie iteration.
- Micro-optimization with LIKELY/UNLIKELY hints.
  (contributing to 4.76% faster dictionary loading, 1.95% faster
  word breaking for LibThai)
- Improved error handling
- 'trietool-0.2' utility is renamed to just 'trietool'
- Improved documentation
- No timestamp on Doxygen-generated doc
2018-02-23 15:02:14 +00:00
fhajny
4b580df1e8 lang/openjdk8: The libinstrument, libnpt and libsplashscreen libs
require to be linked against libiconv on SunOS too. Fixes problems
with e.g. the JPDA debugger. Bump PKGREVISION.
2018-02-23 14:43:49 +00:00
adam
2ffbc609bb Updated databases/py-sqlalchemy, archivers/py-lz4, textproc/py-m2r, devel/py-msgpack 2018-02-23 14:22:31 +00:00
adam
80bd34abd4 py-msgpack: updated to 0.5.6
0.5.6
Fix fallback.Unpacker.feed() dropped unused data from buffer
Resurrect fallback.unpack() and _unpacker.unpack(). They were removed at 0.5.5 but it breaks backward compatibility.

0.5.5
Fix memory leak in pure Python Unpacker.feed()
Fix unpack() didn't support raw option
2018-02-23 14:20:55 +00:00
adam
337e3347b8 py-m2r: updated to 0.1.13
Version 0.1.13:
Catch up sphinx updates
2018-02-23 14:16:43 +00:00
adam
fadf0d20a2 py-lz4: updated to 1.0.0
1.0.0:
Only documentation updates since 0.23.2. This marks the release of a stable frame binding API.
2018-02-23 14:14:23 +00:00
adam
5f0f644e22 py-sqlalchemy: updated to 1.2.4
Release 1.2.4 includes a small series of fixes within the ORM and Core components, three of which are 1.2-specific regressions.
2018-02-23 14:10:32 +00:00
fhajny
d263e9a4f5 doc: Updated databases/py-peewee to 3.0.20 2018-02-23 11:40:01 +00:00
fhajny
5e61148d59 databases/py-peewee: Update to 3.0.20.
3.0.20
- Include schema (if specified) when checking for table-existence.
- Correct placement of ORDER BY / LIMIT clauses in compound select
  queries.
- Fix bug in back-reference lookups when using filter() API.
- Fix bug in SQL generation for ON CONFLICT queries with Postgres

3.0.19
- Support for more types of mappings in insert_many()
- Lots of documentation improvements.
- Fix bug when calling tuples() on a ModelRaw query. This was reported
  originally as a bug with sqlite-web CSV export
2018-02-23 11:39:51 +00:00
adam
9ac490cd08 Updated misc/stellarium 2018-02-23 11:30:36 +00:00
adam
3eb1a18a46 stellarium: updated to 0.17.0
v0.17.0:
The major changes of this version:
* Added support for nomenclature of planetary surface (SOCIS 2017 project)
* Added improvements for AstroCalc tool
* Added improvements for Oculars plugin
* Added improvements for Exoplanets plugin
* Added INDI support for Telescope Control plugin
* Updated code and data
2018-02-23 11:29:38 +00:00
fhajny
056282854e doc: Updated sysutils/rsyslog to 8.33.0 2018-02-23 11:18:19 +00:00
fhajny
f89fac2577 sysutils/rsyslog: Update to 8.33.0.
Version 8.33.0 [v8-stable] 2018-02-20
- auto-detect if running inside a container (as pid 1)
- config: add include() script object
- template: add option to generate json "container"
- core/template: add format jsonf to constant template entries
- config: add ability to disable config parameter ("config.enable")
- script: permit to use environment variables during configuration
- new global config parameter "shutdown.enable.ctl-c"
- config optimizer: detect totally empty "if" statements and optimize
  them out
- template: constant entry can now also be formatted as json field
- omstdout: support for new-style configuration parameters added
- core: set TZ on startup if not already set
- imjournal bugfix: file handle leak during journal rotation
- lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected
- script bugfix: replace() function worked incorrectly in some cases
- build system bugfix: --disable-libcurl did not work
- fixed build issues on Alpine Linux
- core bugfix: misadressing in external command parser
- core bugfix: small memory leak in external command parser
- core bugfix: string not properly terminated when RFC5424 MSGID is used
- bugfix: strndup() compatibility layer func copies too much
2018-02-23 11:18:08 +00:00
adam
cc379cecd6 Updated print/qpdf, pkgtools/plist-utils, lang/py-hy 2018-02-23 07:04:51 +00:00
adam
dce6a117af py-hy: updated to 0.14.0
0.14.0

Removals
* Python 3.3 is no longer supported
* def is gone; use setv instead
* apply is gone; use the new #* and #** syntax instead
* yield-from is no longer supported under Python 2
* Periods are no longer allowed in keywords
* Numeric literals can no longer begin with a comma or underscore
* Literal Inf\s and NaN\s must now be capitalized like that

Other Breaking Changes
* Single-character "sharp macros" are now "tag macros", which can have
  longer names
* xi from hy.extra.anaphoric is now a tag macro #%
* eval is now a function instead of a special form

New Features
* The compiler now automatically promotes values to Hy model objects
  as necessary, so you can write (eval (+ 1 ~n)) instead of
  (eval (+ 1 ~(HyInteger n)))
* return has been implemented as a special form
* Added a form of string literal called "bracket strings" delimited by
  #[FOO[ and ]FOO], where FOO is customizable
* Added support for PEP 492 (async and await) with fn/a, defn/a,
  with/a, and for/a
* Added Python-style unpacking operators #* and  #** (e.g.,
  (f #* args #** kwargs))
* Added a macro comment
* Added EDN #_ syntax to discard the next term
* while loops may now contain an else clause, like for loops
* #% works on any expression and has a new &kwargs parameter %**
* Added a macro doc and a tag macro #doc
* get is available as a function
* ~@ (unquote-splice) form now accepts any false value as empty

Bug Fixes
* Relative imports (PEP 328) are now allowed
* Numeric literals are no longer parsed as symbols when followed by a dot
  and a symbol
* Hy now respects the environment variable PYTHONDONTWRITEBYTECODE
* String literals should no longer be interpreted as special forms or macros
* Tag macros (née sharp macros) whose names begin with ! are no longer
  mistaken for shebang lines
* Fixed a bug where REPL history wasn't saved if you quit the REPL with
  (quit) or (exit)
* exec now works under Python 2
* No TypeError from multi-arity defn returning values evaluating to None
* try forms are now possible in defmacro and deftag
* Multiple expressions are now allowed in try
* Fixed a crash when macroexpand\ing a macro with a named import
* Fixed a crash when with suppresses an exception. with now returns
  None in this case.
* Fixed a crash when --repl-output-fn raises an exception
* Fixed a crash when HyTypeError was raised with objects that had no
  source position
* assoc now evaluates its arguments only once each
* Multiple expressions are now allowed in the else clause of
  a for loop
* else clauses in for and while are recognized more reliably
* Statements in the condition of a while loop are repeated properly
* Argument destructuring no longer interferes with function docstrings
* Nullary yield-from is now a syntax error
* break and continue now raise an error when given arguments
  instead of silently ignoring them

Misc. Improvements
* read, read_str, and eval are exposed and documented as top-level
  functions in the hy module
* An experimental let macro has been added to hy.contrib.walk
2018-02-23 07:03:09 +00:00
adam
98c419ded4 py-crcmod: cleanups 2018-02-23 06:34:08 +00:00
adam
c359234621 plist-utils: updated to 20180222
20180222:
Also sort the first line (@comment $NetBSD$) as it should be on top.
2018-02-23 06:31:34 +00:00
adam
2e8904d1b1 qpdf: updated to 7.1.1
7.1.1: release
* Bug fix: properly linearize files whose /ID has a length of
  other than 16 bytes.
* Rename some test files to avoid files with three dots in their
  names.
* Fix various build and compilation issues on some platforms and
  compilers.
* Fix a few typos and clarify a few comments in header files.
2018-02-23 06:25:23 +00:00
khorben
76a82ea64d doc: Updated devel/py-capstone to 3.0.5rc2 2018-02-23 02:43:02 +00:00
khorben
e5e4994040 doc: Updated devel/capstone to 3.0.5rc2 2018-02-23 02:42:37 +00:00
khorben
829a018932 Update devel/capstone to version 3.0.5-rc2
This provides important fixes in the core & several bindings:

Library

    Fix build for Visual Studio 2012
    Fix X86_REL_ADDR macro
    Add CS_VERSION_MAJOR, CS_VERSION_MINOR, CS_VERSION_EXTRA
    Better support for embedding Capstone into Windows kernel drivers
    Support to embedded Capstone into MacOS kernel
    Support MacOS 10.11 and up
    Better support for Cygwin
    Support build packages for FreeBSD & DragonflyBSD
    Add a command-line tool "cstool"
    Properly handle switching to Endian mode at run-time for Arm, Arm64, Mips & Sparc

X86

    Some random 16-bit code can be handled wrongly.
    Remove abundant operand type X86_OP_FP
    Fix instructions MOVQ, LOOP, LOOPE, LOOPNE, CALL/JMP rel16, REPNE LODSD, MOV *AX, MOFFS, FAR JMP/CALL
    Add X86_REG_EFLAGS for STC and STD
    Fix instruction attributes for SYSEXIT, MOVW, ROL, LGS, SLDT
    Rename registers ST0-ST7 to be consistent with asm output

Arm

    Properly handle IT instruction
    Fix LDRSB
    Fix writeback for LDR
    Fix Thumb BigEndian setup

Arm

    Fix arith extender
    Fix writeback for LDR
    Rename enum arm64_mrs_reg to arm64_sysreg

PowerPC

    Print 0 offset for memory operand

Sparc

    Fix POPC instruction

Python binding

    Better PyPy support
    Add __version__
    Better support for Python 3
    Fix CS_SKIPDATA_CALLBACK prototype
    Cast skipdata function inside binding to simplify the API

Java binding

    Better handle input with invalid code

PowerShell binding

    New binding

Build-tested with devel/ropper and devel/{py-,}radare2 on NetBSD/amd64.
2018-02-23 02:42:06 +00:00