Commit graph

323630 commits

Author SHA1 Message Date
taca
78c3aa6c8c doc: Update mail/dovecot2 and related packages to 2.3.11.3
mail/dovecot2
	mail/dovecot2-gssapi
	mail/dovecot2-ldap
	mail/dovecot2-mysql
	mail/dovecot2-pgsql
	mail/dovecot2-sqlite
2020-08-12 15:56:43 +00:00
taca
326aadf108 mail/dovocot2: update to 2.3.11.3
Update dovecot2 and related packages to 2.3.11.3.

v2.3.11.3 2020-07-29	Aki Tuomi <aki.tuomi@open-xchange.com>

	- pop3-login: Login didn't handle commands in multiple IP packets properly.
	  This mainly affected large XCLIENT commands or a large SASL initial
	  response parameter in the AUTH command.
	- pop3: pop3_deleted_flag setting was broken, causing:
	  Panic: file seq-range-array.c: line 472 (seq_range_array_invert):
	  assertion failed: (range[count-1].seq2 <= max_seq)

v2.3.11.2 2020-07-13	Aki Tuomi <aki.tuomi@open-xchange.com>

	- auth: Lua passdb/userdb leaks stack elements per call, eventually
	  causing the stack to become too deep and crashing the auth or
	  auth-worker process.
	- lib-mail: v2.3.11 regression: MIME parts not returned correctly by
	  Dovecot MIME parser.
	- pop3-login: Login would fail with "Input buffer full" if the initial
	  response for SASL was too long.

v2.3.11 2020-06-17  Aki Tuomi <aki.tuomi@open-xchange.com>

	* CVE-2020-12100: Parsing mails with a large number of MIME parts could
	  have resulted in excessive CPU usage or a crash due to running out of
	  stack memory.
	* CVE-2020-12673: Dovecot's NTLM implementation does not correctly check
	  message buffer size, which leads to reading past allocation which can
	  lead to crash.
	* CVE-2020-12674: Dovecot's RPA mechanism implementation accepts
	  zero-length message, which leads to assert-crash later on.
	* Events: Fix inconsistency in events. See event documentation in
	  https://doc.dovecot.org.
	* imap_command_finished event's cmd_name field now contains "unknown"
	  for unknown commands. A new "cmd_input_name" field contains the
	  command name exactly as it was sent.
	* lib-index: Renamed mail_cache_compress_* settings to mail_cache_purge_*.
	  Note that these settings are mainly intended for testing and usually
	  shouldn't be changed.
	* events: Renamed "index" event category to "mail-index".
	* events: service:<name> category is now using the name from
	  configuration file.
	* dns-client: service dns_client was renamed to dns-client.
	* log: Prefixes generally use the service name from configuration file.
	  For example dict-async service will now use
	  "dict-async(pid): " log prefix instead of "dict(pid): "
	* *-login: Changed logging done by proxying to use a consistent prefix
	  containing the IP address and port.
	* *-login: Changed disconnection log messages to be slightly clearer.
	+ dict: Add events for dictionaries.
	+ lib-index: Finish logging with events.
	+ oauth2: Support local validation of JWT tokens.
	+ stats: Add support for dynamic histograms and grouping. See
	  https://doc.dovecot.org/configuration_manual/stats/.
	+ imap: Implement RFC 8514: IMAP SAVEDATE
	+ lib-index: If a long-running transaction (e.g. SORT/FETCH on a huge
	  folder) adds a lot of data to dovecot.index.cache file, commit those
	  changes periodically to make them visible to other concurrent sessions
	  as well.
	+ stats: Add OpenMetrics exporter for statistics. See
	  https://doc.dovecot.org/configuration_manual/stats/openmetrics/.
	+ stats: Support disabling stats-writer socket by setting
	  stats_writer_socket_path="".
	- auth-worker: Process keeps slowly increasing its memory usage and
	  eventually dies with "out of memory" due to reaching vsz_limit.
	- auth: Prevent potential timing attacks in authentication secret
	  comparisons: OAUTH2 JWT-token HMAC, imap-urlauth token, crypt() result.
	- auth: Several auth-mechanisms allowed input to be truncated by NUL
	  which can potentially lead to unintentional issues or even successful
	  logins which should have failed.
	- auth: When auth policy returned a delay, auth_request_finished event
	  had policy_result=ok field instead of policy_result=delayed.
	- auth: auth process crash when auth_policy_server_url is set to an
	  invalid URL.
	- dict-ldap: Crash occurs if var_expand template expansion fails.
	- dict: If dict client disconnected while iteration was still running,
	  dict process could have started using 100% CPU, although it was still
	  handling clients.
	- doveadm: Running doveadm commands via proxying may hang, especially
	  when doveadm is printing a lot of output.
	- imap: "MOVE * destfolder" goes to a loop copying the last mail to the
	  destination until the imap process dies due to running out of memory.
	- imap: Running "UID MOVE 1:* Trash" on an empty folder goes to infinite
	  loop.
	- imap: SEARCH doesn't support $.
	- lib-compress: Buffer over-read in zlib stream read.
	- lib-dns: If DNS lookup times out, lib-dns can cause crash in calling
	  process.
	- lib-index: Fixed several bugs in dovecot.index.cache handling that
	  could have caused cached data to be lost.
	- lib-index: Writing to >=1 GB dovecot.index.cache files may cause
	  assert-crashes:
	  Panic: file mail-index-util.c: line 37 (mail_index_uint32_to_offset):
	  assertion failed: (offset < 0x40000000)
	- lib-ssl-iostream: Fix buggy OpenSSL error handling without
	  assert-crashing. If there is no error available, log it as an error
	  instead of crashing:
	  Panic: file iostream-openssl.c: line 599 (openssl_iostream_handle_error):
	  assertion failed: (errno != 0)
	- lib-ssl-iostream: ssl_key_password setting did not work.
	- submission: A segfault crash may occur when the client or server
	  disconnects while a non-transaction command like NOOP or VRFY is still
	  being processed.
	- virtual: Copying/moving mails with IMAP into a virtual folder assert-crashes:
	  Panic: file cmd-copy.c: line 152 (fetch_and_copy): assertion failed:
	  (copy_ctx->copy_count == seq_range_count(&copy_ctx->saved_uids))
2020-08-12 15:54:38 +00:00
bacon
0c88d2acae doc/pkgsrc.*: regen 2020-08-12 14:42:36 +00:00
bacon
dd44371ebb editing.xml: Update guide editing procedure
Indicate the need for the htdocs repo as a sibling to pkgsrc for bmake regen
2020-08-12 14:40:33 +00:00
ryoon
b6da6b4446 arm-none-eabi-gcc: Select pkgsrc makeinfo by the proper way 2020-08-12 14:24:41 +00:00
ryoon
1de0df2d62 emacs: Add emacs27 and emacs27-nox11 support 2020-08-12 14:19:50 +00:00
ryoon
10a1c08df8 editors: Enable emacs27-nox11 2020-08-12 14:19:01 +00:00
ryoon
9f76222f26 doc: Added editors/emacs27-nox11 version 27.1 2020-08-12 14:18:23 +00:00
ryoon
d6ae0fe4b3 editors/emacs27-nox11: import emacs27-nox11-27.1
GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 27.
2020-08-12 14:17:52 +00:00
ryoon
89fa39bfbc editors: Enable emacs27 2020-08-12 14:17:02 +00:00
ryoon
a9011c903e doc: Added editors/emacs27 version 27.1 2020-08-12 14:16:11 +00:00
manu
9f57843121 Updated security/lasso to 2.6.1
Changes since previous pkgsrc version 2.5.1, from the NEWS file

Also add a fix for proper escape single quotes in RelayState
From upstream https://dev.entrouvert.org/issues/45581

2.6.1 - Aptil 22th 2019
----------------------
42 commits, 425 files changed, 3894 insertions, 795 deletions

- Keep order of SessionIndexes
- Clear SessionIndex when private SessionIndexes is empty (#41950)
- misc: clear warnings about class_init signature using coccinelle
- tests: fix compilation with check>0.12 (#39101)
- Sort input file lists to make build deterministic (#40454)
- debian: disable php7 (#28608)
- Modify .gitignore for PHP 7 binding (#28608)
- Add PHP 7 binding (#28608)
- Fix tests broken by new DEBUG logs (#12829)
- Improve error logging during node parsing (#12829)
- Improve configure compatibility (#32425)
- Improve compatibility with Solaris (#32425)
- Fix reference count in lasso_server_add_provider2 (fixes #35061)
- Fix python multi-version builds on jessie and stretch
- docs: do not use Internet to fetch DTDs, entities or documents (#35590)
- fix missing include <strings.h> for index() (fixes #33791)
- PAOS: Do not populate "Destination" attribute (Dmitrii Shcherbakov)
- export symbol lasso_log (#33784)
- Do not ignore WantAuthnRequestSigned value with hint MAYBE (#33354)
- Use io.open(encoding=utf8) in extract_symbols/sections.py (#33360)
- xml: adapt schema in saml2:AuthnContext (#29340)
- Fix ECP signature not found error when only assertion is signed (#26828)
- autoconf: search python interpreters by versions (John Dennis)
- python: make tools compatible with Py3 (John Dennis)
- python: run tests and tools with same interpreter as binding target (John Dennis)
- improve resiliency of lasso_inflate (#24853)
- fix segfault in lasso_get_saml_message (#24830)
- python: add classmethod Profile.getIssuer (#24831)
- website: add news about 2.6.0 release
- debian: sync with debian package (#24595)
- faq: fix references to lasso.profileGetIssuer (#24832)
- python: add a classmethod for lasso.profileGetIssuer (#24831)
- tools: fix segfault in lasso_get_saml_message (fixes #24830)
- jenkins.sh: add a make clean to prevent previous build to break new ones
- tools: set output buffer size in lasso_inflate to 20 times the input size (fixes #24853)
- Use python interpreter specified configure script
- Make Python scripts compatible with both Py2 and Py3
- fix duplicate definition of LogoutTestCase and logoutSuite
- Downcase UTF-8 file encoding name
- Make more Python scripts compatible with both Py2 and Py3
- Configure should search for versioned Python interpreter.
- Clean python cache when building python3 binding
- Move AC_SUBST declaration for AM_CFLAGS with alike (#24771)
- Remove -Werror from --enable-debugging (fixes #24771)
- xml: fix parsing of saml:AuthnContext (fixes #25640)

2.6.0 - June 1st 2018
---------------------
32 commits, 73 files changed, 1920 insertions, 696 deletions

- add inline implementation of lasso_log
- Choose the Reference transform based on the chosen Signature transform (fixes #10155)
- add support for C14N 1.1 methods and C14N withComments methods (fixes #4863)
- remove DGME specific commented out code
- add docstring on SHA-2 signature method enum
- tests: silence unused variable warning
- check node names in lasso_node_impl_init_from_xml() (fixes #47)
- fix segfault when parsed node has no namespace (#47)
- do not call xmlSecKeyDuplicate is source key is NULL
- enable user supplied CFLAGS
- Fix ecp test validate_idp_list() (fixes #11421)
- tests: convert log level as string
- fix definitions of error, critical and warning macros (fixes #12830)
- jenkins.sh: add V=1
- add defined for the XML namespace
- ignore unknown attributes from the xsi: namespace
- saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581)
- debian: initialize stretch packaging with a copy of upstream debian (#21772)
- replace use of <xmlsec/soap.h> which is deprecated (fixes #18771)
- fix get_issuer and get_in_response_to
- route logs from libxml2 and libxmlsec through GLib logging
- tests: prevent crash in glib caused by abort on recursive logging
- java: stop setting a bytecode version target
- add xmlsec_soap.h to Makefile
- python: route logs for libxml2 and libxmlsec2 to their own logger
- perl: force use of the in-tree lasso when running tests (fixes #23276)
- perl: set DESTDIR and PREFIX at Makefile's creation
- Replace xmlSecSoap functions with lasso implementations
- add a pem-public-key runtime flag
- deprecate loading PEM formatted public keys in lasso_xmlsec_load_key_info
- perl/tests: build Makefile.perl before running the tests
2020-08-12 14:15:33 +00:00
ryoon
b7b2f26d0c editors/emacs27: import emacs27-27.1
GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 27.
2020-08-12 14:14:48 +00:00
schmonz
0b38123be9 Add CMAKE_INSTALL_NAME_DIR, a package-settable variable containing the
destination directory to install shlibs. It's used on macOS by
install_name_tool(1). The default is ${PREFIX}/lib.
2020-08-12 14:10:11 +00:00
leot
6b074e67da doc: Updated time/todotxt to 2.12.0 2020-08-12 12:17:05 +00:00
leot
fdbf79d316 todotxt: Update to 2.12.0
Changes:
2.12.0
------
### Added
 - Added default priority variable `TODOTXT_PRIORITY_ON_ADD` ([#246])
 - Added `done` option as alias of `do` ([#169])
 - Added macOS 10.15.x support ([#300])
 - Highlighting of dates, metadata and item numbers ([#264])
 - Minimal config file / default filenames (todo.txt, done.txt, report.txt)
   ([#289])
 - Enable file completion for add-on actions via `_todo_file{1,2,3}_actions`
   ([#270])
 - Allow to customize what can be before / inside / after `+project` and
   `@context` ([#271])

### Changed
 - Read the task's name and uses as default ([#249])
 - Updated interpreter reference to use environment variable ([#160])
 - Allow setting of bash completion path ([#301])

### Fixes
 - Fixed no end-of-line bug. Supports todos with no end-of-line. ([#295])
2020-08-12 12:16:54 +00:00
ryoon
ecc94e6efb doc: Updated net/minitube to 3.5 2020-08-12 11:40:30 +00:00
ryoon
20c92572ec minitube: Update to 3.5
Changelog:
avoid init yt keys
2020-08-12 11:39:55 +00:00
ryoon
2ef0d0d4ff doc: Updated lang/openjdk11 to 1.11.0.8.10 2020-08-12 10:31:37 +00:00
ryoon
57096293a0 doc: Updated devel/nspr to 4.27 2020-08-12 10:30:59 +00:00
ryoon
eaa1f448df doc: Updated misc/libreoffice to 7.0.0.3 2020-08-12 10:30:29 +00:00
ryoon
67d6bd75cb doc: Updated devel/mdds to 1.6.0 2020-08-12 10:29:49 +00:00
adam
75dc769280 Updated databases/openldap, databases/lmdb 2020-08-12 08:32:06 +00:00
adam
d425a45251 openldap: updated to 2.4.51
OpenLDAP 2.4.51 Engineering
	Fixed libldap retry loop in ldap_int_tls_connect
2020-08-12 08:31:13 +00:00
adam
79edcd82d0 Updated www/nginx-devel, lang/nodejs 2020-08-12 06:53:51 +00:00
adam
b5615b33e5 nodejs: updated to 14.8.0
Version 14.8.0 (Current)

Notable Changes

- (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell)
- deps: update to uvwasi 0.0.10 (Colin Ihrig)
- doc: add Ricky Zhou to collaborators (rickyes)
- doc: add release key for Ruy Adorno (Ruy Adorno)
- doc: add DerekNonGeneric to collaborators (Derek Lewis)
- (SEMVER-MINOR) module: unflag Top-Level Await (Myles Borins)
- (SEMVER-MINOR) n-api: support type-tagging objects (Gabriel Schulhof)
- (SEMVER-MINOR) n-api,src: provide asynchronous cleanup hooks (Anna Henningsen)

Commits

- async_hooks: avoid GC tracking of AsyncResource in ALS (Gerhard Stoebich)
- async_hooks: avoid unneeded AsyncResource creation (Gerhard Stoebich)
- async_hooks: improve property descriptors in als.bind (Gerhard Stoebich)
- (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell)
- async_hooks: don't read resource if ALS is disabled (Gerhard Stoebich)
- async_hooks: fix id assignment in fast-path promise hook (Andrey Pechkurov)
- async_hooks: fix resource stack for deep stacks (Anna Henningsen)
- async_hooks: execute destroy hooks earlier (Gerhard Stoebich)
- async_hooks: don't reuse resource in HttpAgent when queued (Andrey Pechkurov)
- benchmark: always throw the same Error instance (Anna Henningsen)
- build: do not run auto-start-ci on forks (Evan Lucas)
- build: run CI on release branches (Shelley Vohr)
- build: enable build for node-v8 push (gengjiawen)
- build: increase startCI verbosity and fix job name (Mary Marchini)
- build: don't run auto-start-ci on push (Mary Marchini)
- build: fix auto-start-ci script path (Mary Marchini)
- build: auto start Jenkins CI via PR labels (Mary Marchini)
- build: toolchain.gypi and node_gyp.py cleanup (iandrc)
- console: document the behavior of console.assert() (iandrc)
- crypto: add OP flag constants added in OpenSSL v1.1.1 (Mateusz Krawczuk)
- deps: update to uvwasi 0.0.10 (Colin Ihrig)
- doc: use _Static method_ instead of _Class Method_ (Rich Trott)
- doc: tidy some addons.md text (Rich Trott)
- doc: use _Class Method_ in async_hooks.md (Rich Trott)
- doc: add Ricky Zhou to collaborators (rickyes)
- doc: edit process.title note for brevity and clarity (Rich Trott)
- doc: update fs.watch() availability for IBM i (iandrc)
- doc: fix typo in path.md (aetheryx)
- doc: add release key for Ruy Adorno (Ruy Adorno)
- doc: clarify process.title inconsistencies (Corey Butler)
- doc: document the connection event for HTTP2 & TLS servers (Tim Perry)
- doc: mention null special-case for napi\_typeof (Renée Kooi)
- doc: add DerekNonGeneric to collaborators (Derek Lewis)
- doc: revise N-API versions matrix text (Rich Trott)
- doc: clarify N-API version 1 (Michael Dawson)
- doc: use consistent spelling for "falsy" (Rich Trott)
- doc: simplify and clarify console.assert() documentation (Rich Trott)
- doc: use consistent capitalization for addons (Rich Trott)
- doc: add mmarchini pronouns (Mary Marchini)
- doc: update mmarchini contact info (Mary Marchini)
- doc: update .mailmap for mmarchini (Mary Marchini)
- doc: use sentence-case for headers in SECURITY.md (Rich Trott)
- esm: fix hook mistypes and links to types (Derek Lewis)
- http: reset headers timeout on headers complete (Robert Nagy)
- http: provide keep-alive timeout response header (Robert Nagy)
- lib: use non-symbols in isURLInstance check (Shelley Vohr)
- lib: absorb path error cases (Gireesh Punathil)
- meta: uncomment all codeowners (Mary Marchini)
- meta: enable http2 team for CODEOWNERS (Rich Trott)
- module: handle Top-Level Await non-fulfills better (Anna Henningsen)
- (SEMVER-MINOR) module: unflag Top-Level Await (Myles Borins)
- n-api: fix use-after-free with napi_remove_async_cleanup_hook (Anna Henningsen)
- (SEMVER-MINOR) n-api: support type-tagging objects (Gabriel Schulhof)
- n-api: simplify bigint-from-word creation (Gabriel Schulhof)
- (SEMVER-MINOR) n-api,src: provide asynchronous cleanup hooks (Anna Henningsen)
- net: don't return the stream object from onStreamRead (Robey Pointer)
- policy: increase tests via permutation matrix (Bradley Meck)
- repl: use _Node.js_ in user-facing REPL text (Rich Trott)
- repl: use _REPL_ in user-facing text (Rich Trott)
- repl: improve static import error message in repl (Myles Borins)
- repl: give repl entries unique names (Bradley Meck)
- src: fix linter failures (Anna Henningsen)
- src: spin shutdown loop while immediates are pending (Anna Henningsen)
- src: fix size underflow in CallbackQueue (Anna Henningsen)
- src: fix unused namespace member in node_util (Andrey Pechkurov)
- test: fix wrong method call (gengjiawen)
- test: add debugging for callbacks in test-https-foafssl.js (Rich Trott)
- test: add debugging for test-https-foafssl.js (Rich Trott)
- test: convert most N-API tests from C++ to C (Gabriel Schulhof)
- test: replace flaky pummel regression tests (Anna Henningsen)
- test: change Fixes: to Refs: (Rich Trott)
- test: fix flaky http-parser-timeout-reset (Robert Nagy)
- test: remove unneeded flag check in test-vm-memleak (Rich Trott)
- tools: fix C++ import checker argument expansion (Anna Henningsen)
- tools: update ESLint to 7.6.0 (Colin Ihrig)
- tools: add meta.fixable to fixable lint rules (Colin Ihrig)
- util: print External address from inspect (unknown)
- wasi: add __wasi_fd_filestat_set_times() test
2020-08-12 06:53:28 +00:00
adam
58c209b69b nginx-devel: updated to 1.19.2
Changes with nginx 1.19.2

*) Change: now nginx starts closing keepalive connections before all
   free worker connections are exhausted, and logs a warning about this
   to the error log.

*) Change: optimization of client request body reading when using
   chunked transfer encoding.

*) Bugfix: memory leak if the "ssl_ocsp" directive was used.

*) Bugfix: "zero size buf in output" alerts might appear in logs if a
   FastCGI server returned an incorrect response; the bug had appeared
   in 1.19.1.

*) Bugfix: a segmentation fault might occur in a worker process if
   different large_client_header_buffers sizes were used in different
   virtual servers.

*) Bugfix: SSL shutdown might not work.

*) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
   might appear in logs.

*) Bugfix: in the ngx_http_slice_module.

*) Bugfix: in the ngx_http_xslt_filter_module.
2020-08-12 06:52:13 +00:00
brook
75655ec5be parallel/fastflow: Replace bash in scripts 2020-08-12 00:18:27 +00:00
bacon
50d5dc032d doc/pkgsrc.*: regen 2020-08-11 20:34:45 +00:00
bacon
e8af7192f7 fixes.html: Expand Github versioning guide
Split section on Github commits into two:

1. Commits before the first release (recommend 0.0.0.N)
2. Commits between releases (use git describe --tags)

Also clean up indentation and remove zero-width space chars that were not
rendering properly.
2020-08-11 20:32:58 +00:00
joerg
af9fa5e850 Don't force debugging. Don't record compiler invocation. Bump revision. 2020-08-11 18:48:57 +00:00
joerg
229bf75eb6 Cast to right type. Mark as using BSD makefiles. 2020-08-11 18:48:10 +00:00
joerg
66456a2aaa Build can use a lot of memory, untighten. 2020-08-11 18:47:39 +00:00
joerg
78c7440309 Don't lvalue cast temporary values. 2020-08-11 18:47:14 +00:00
joerg
a06e91bcf4 Needs pkg-config. 2020-08-11 18:46:10 +00:00
joerg
b147611ca4 Fix build with latest R. 2020-08-11 18:45:25 +00:00
joerg
454f2daab1 asyncio is not supported by Python 2. 2020-08-11 18:44:53 +00:00
joerg
6062cc2352 py-tqdm doesn't support Python 2.7. 2020-08-11 18:44:01 +00:00
joerg
c0c39252b1 Fix Python 3.6 build. 2020-08-11 18:43:20 +00:00
joerg
67668919ba Python is necessary for the build. Reference it correctly. 2020-08-11 18:42:49 +00:00
joerg
9eb1d7cccb Fix build with Python 3.6. 2020-08-11 18:41:55 +00:00
joerg
06b91c7ccd Allow Python 2. 2020-08-11 18:41:26 +00:00
joerg
eb2a50b7f8 Install a script as script, so it doesn't get stripped. 2020-08-11 18:40:45 +00:00
gdt
3eed377217 net/mosquitto: Adjust patch comments (NFC)
Hunk to drop -ldl on NetBSD has been applied upstream.

Add \todo items on hunk about SunOS ldflags to 1) explain the change
and 2) file it upstream.
2020-08-11 18:06:10 +00:00
hauke
47db739795 Dropping a dependency warrants a PKGREVISION bump. 2020-08-11 17:18:59 +00:00
ryoon
965cb19a8e openjdk11: Update to 1.11.0.8.10
Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.8 GA
    Build fixes for OpenBSD (libjsound, system limits)
2020-08-11 16:15:46 +00:00
ryoon
8b3e5a4e0d nspr: Update to 4.27
Changelog:
NSPR 4.27 contains the following changes:
- The macOS platform code for shared library loading was
   changed to support macOS 11.
   If the absolute path parameter given to PR_LoadLibrary
   begins with either /System/ or /usr/lib/ then no test is
   performed if the library exists at a file.
- An include statement for a Windows system library header
   was added
2020-08-11 16:12:57 +00:00
ryoon
d5e7aaeb18 libreoffice: Update to 7.0.0.3
* Support Python 3.8.

Changelog:
Summary of Other New Features

GENERAL

- New icon theme, the default on macOS: Sukapura
- New shapes galleries: arrows, diagrams, icons and more...
- Glow and soft edge effects for objects

WRITER

- Navigator is easier to use, with more context menus
- Semi-transparent text is now supported
- Bookmarks can now be displayed in-line in text
- Padded numbering in lists, for consistency
- Better handling of quotation marks and apostrophes

CALC

- New functions for non-volatile random number generation
- Keyboard shortcut added for autosum

IMPRESS & DRAW

- Semi-transparent text is supported here too
- Subscripts now return to the default of 8%
- PDFs larger than 500 cm can now be generated
2020-08-11 16:07:38 +00:00
ryoon
6fe32b9ed9 mdds: Update to 1.6.0
Changelog:
    multi_type_vector
        switched to using binary search on block position lookup, which
        significantly improves element access performance in general,
        at the expense of slight performance degradation on block shifting.

    added support for lcov, to visualize test coverage.
2020-08-11 16:03:49 +00:00
tsutsui
707c8edd6d doc: Updated multimedia/adobe-flash-player to 32.0.0.414 2020-08-11 16:02:23 +00:00