Commit graph

283044 commits

Author SHA1 Message Date
ryoon
443e9e25d2 Added cross/mingw-w64-x86_64-crt version 5.0.4 2018-06-07 19:21:03 +00:00
ryoon
71efa0966b Add mingw-w64-x86_64-crt 2018-06-07 19:20:33 +00:00
ryoon
3e0219f066 cross/mingw-w64-x86_64-crt: import mingw-w64-x86_64-crt-5.0.4
Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.

This package provides C runtime for mingw-w64 x86_64 target.
2018-06-07 19:19:46 +00:00
ryoon
d0846e3b15 Added cross/mingw-w64-x86_64-gcc-bootstrap version 8.1.0 2018-06-07 19:18:48 +00:00
ryoon
b102407c62 Add mingw-w64-x86_64-gcc-bootstrap 2018-06-07 19:17:31 +00:00
ryoon
4a2bda588c cross/mingw-w64-x86_64-gcc-bootstrap: import mingw-w64-x86_64-gcc-bootstrap-8.1.0
Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.

This package provides mingw-w64 bootstrap GCC for x86_64 target.
2018-06-07 19:16:50 +00:00
ryoon
0d89743cfb Added cross/mingw-w64-x86_64-headers version 5.0.4 2018-06-07 19:15:53 +00:00
ryoon
fb850e2345 Add mingw-w64-x86_64-headers 2018-06-07 19:15:25 +00:00
ryoon
273ab9d07f cross/mingw-w64-x86_64-headers: import mingw-w64-x86_64-headers-5.0.4
Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.

This package provides headers for mingw-w64 x86_64 target.
2018-06-07 19:14:46 +00:00
ryoon
471e0ef954 Added cross/mingw-w64-x86_64-binutils version 2.30 2018-06-07 19:13:53 +00:00
ryoon
528c75b40f Add mingw-w64-x86_64-binutils 2018-06-07 19:12:57 +00:00
ryoon
d480271a6f cross/mingw-w64-x86_64-binutils: import mingw-w64-x86_64-binutils-2.30
Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.

This package provides mingw-w64 GNU binutils for x86_64 target.
2018-06-07 19:12:19 +00:00
ryoon
6c33e8a72e Added cross/mingw-w64 version 5.0.4 2018-06-07 19:10:57 +00:00
ryoon
20704711ad Add mingw-w64 2018-06-07 19:10:14 +00:00
ryoon
af5d0fa997 cross/mingw-w64: import mingw-w64-5.0.4
Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.
2018-06-07 19:09:24 +00:00
ryoon
f1eab56d8c Updated devel/nss to 3.37.3 2018-06-07 19:05:36 +00:00
ryoon
64ec1261b3 Update to 3.37.3
Changelog:
No new functionality is introduced in these releases.

The following compatibility fixes are included. Users are encouraged to upgrade.

* Bug 1462303 - Connecting to a server that was recently upgraded to
  TLS 1.3 would result in a SSL_RX_MALFORMED_SERVER_HELLO error.
* Bug 1460673 - Fix a rare bug with PKCS#12 files.
2018-06-07 19:04:59 +00:00
ryoon
25b9115923 Updated mail/mew to 6.8 2018-06-07 18:56:33 +00:00
ryoon
689099d61e Update to 6.8
Changelog:
* Mew now supports Emacs 24.3 or later only.
* Supporting stunnel 5.
* Supporting GnuPG 2.1.23 or later.
  The command name should be "gpg" instead of "gpg2".
  Put the following to your "~/.gnupg/gpg.conf".
        no-auto-key-retrieve
        auto-key-locate local
* Using LibreOffice (soffice) on Unix by default
2018-06-07 18:55:30 +00:00
ryoon
4c189571e7 Updated security/stunnel to 5.46 2018-06-07 18:54:53 +00:00
ryoon
e0007302d7 Update to 5.46
Changelog:
Version 5.46, 2018.05.28, urgency: MEDIUM
* New features
  - The default cipher list was updated to a safer value:
    "HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK".
* Bugfixes
  - Default accept address restored to INADDR_ANY.

Version 5.45, 2018.05.21, urgency: MEDIUM
* New feature sponsored by https://loadbalancer.org/
  - Implemented delayed deallocation of service sections
    after configuration file reload.
* Other new features
  - OpenSSL DLLs updated to version 1.0.2o.
  - Deprecated the sslVersion option.
  - The "socket" option is now also available in service sections.
  - Implemented try-restart in the SysV init script (thx to
    Peter Pentchev).
  - TLS 1.3 compliant session handling for OpenSSL 1.1.1.
  - Default "failover" value changed from "rr" to "prio".
  - New "make check" tests.
* Bugfixes
  - A service no longer refuses to start if binding fails for
    some (but not all) addresses:ports.
  - Fixed compression handling with OpenSSL 1.1.0 and later.
  - _beginthread() replaced with safer _beginthreadex().
  - Fixed exception handling in libwrap.
  - Fixed exec+connect services.
  - Fixed automatic resolver delaying.
  - Fixed a Gentoo cross-compilation bug (thx to Joe Harvell).
  - A number of "make check" framework fixes.
  - Fixed false postive memory leak logs.
  - Build fixes for OpenSSL versions down to 0.9.7.
  - Fixed (again) round-robin failover in the FORK threading model.

Version 5.44, 2017.11.26, urgency: MEDIUM
* New features
  - Signed Win32 executables, libraries, and installer.
* Bugfixes
  - Default accept address restored to INADDR_ANY.
  - Fixed a race condition in "make check".
  - Fixed removing the pid file after configuration reload.

Version 5.43, 2017.11.05, urgency: LOW
* New features
  - OpenSSL DLLs updated to version 1.0.2m.
  - Android build updated to OpenSSL 1.1.0g.
  - Allow for multiple "accept" ports per section.
  - Self-test framework (make check).
  - Added config load before OpenSSL init (thx to Dmitrii Pichulin).
  - OpenSSL 1.1.0 support for Travis CI.
  - OpenSSL 1.1.1-dev compilation fixes.
* Bugfixes
  - Fixed a memory fault on Solaris.
  - Fixed round-robin failover in the FORK threading model.
  - Fixed handling SSL_ERROR_ZERO_RETURN in SSL_shutdown().
  - Minor fixes of the logging subsystem.
2018-06-07 18:54:20 +00:00
fhajny
c1f020f662 devel/snappy-java10: Fix deps tarball to build with newer Maven. 2018-06-07 16:34:45 +00:00
leot
4ddfdf51b2 libarchive: Use `:Q' instead of directly quoting the sed commands in builtin.mk
Use `:Q' operator for BUILDLINK_PREFIX and pass the @LIBS@
via a variable.

Suggested by <joerg>, thanks!
(Possible incorrectnesses are mine!)
2018-06-07 14:28:42 +00:00
leot
b122a2396d libarchive: Quote all sed commands in fake-libarchive-pc target
At least the last `-e' contains whitespaces and can be problematic.
Avoid that by quoting all commands.

Should fix PR pkg/53347.
2018-06-07 11:47:58 +00:00
adam
8c20eb5f27 Updated databases/sqlite3 2018-06-07 07:39:13 +00:00
adam
83fe4886ce sqlite3: updated to 3.24.0
SQLite Release 3.24.0:
Add support for PostgreSQL-style UPSERT.
Add support for auxiliary columns in r-tree tables.
Add C-language APIs for discovering SQL keywords used by SQLite: sqlite3_keyword_count(), sqlite3_keyword_name(), and sqlite3_keyword_check().
Add C-language APIs for dynamic strings based on the sqlite3_str object.
Enhance ALTER TABLE so that it recognizes "true" and "false" as valid arguments to DEFAULT.
Add the sorter-reference optimization as a compile-time option. Only available if compiled with SQLITE_ENABLE_SORTER_REFERENCES.
Improve the format of the EXPLAIN QUERY PLAN raw output, so that it gives better information about the query plan and about the relationships between the various components of the plan.
Added the SQLITE_DBCONFIG_RESET_DATABASE option to the sqlite3_db_config() API.
CLI Enhancements:

Automatically intercepts the raw EXPLAIN QUERY PLAN output and reformats it into an ASCII-art graph.
Lines that begin with "#" and that are not in the middle of an SQL statement are interpreted as comments.
Added the --append option to the ".backup" command.
Added the ".dbconfig" command.
Performance:

UPDATE avoids unnecessary low-level disk writes when the contents of the database file do not actually change. For example, "UPDATE t1 SET x=25 WHERE y=?" generates no extra disk I/O if the value in column x is already 25. Similarly, when doing UPDATE on records that span multiple pages, only the subset of pages that actually change are written to disk. This is a low-level performance optimization only and does not affect the behavior of TRIGGERs or other higher level SQL structures.
Queries that use ORDER BY and LIMIT now try to avoid computing rows that cannot possibly come in under the LIMIT. This can greatly improve performance of ORDER BY LIMIT queries, especially when the LIMIT is small relative to the number of unrestricted output rows.
The OR optimization is allowed to proceed even if the OR expression has also been converted into an IN expression. Uses of the OR optimization are now also more clearly shown in the EXPLAIN QUERY PLAN output.
The query planner is more aggressive about using automatic indexes for views and subqueries for which it is not possible to create a persistent index.
Make use of the one-pass UPDATE and DELETE query plans in the R-Tree extension where appropriate.
Performance improvements in the LEMON-generated parser.
Bug fixes:

For the right-hand table of a LEFT JOIN, compute the values of expressions directly rather than loading precomputed values out of an expression index as the expression index might not contain the correct value.
Do not attempt to use terms from the WHERE clause to enable indexed lookup of the right-hand table of a LEFT JOIN.
Fix a memory leak that can occur following a failure to open error in the CSV virtual table
Fix a long-standing problem wherein a corrupt schema on the sqlite_sequence table used by AUTOINCREMENT can lead to a crash.
Fix the json_each() function so that it returns valid results on its "fullkey" column when the input is a simple value rather than an array or object.
2018-06-07 07:36:49 +00:00
dbj
ad7e5443a5 check-shlibs-macho.awk: revert previous
Revert this fix until we can determine a possibly better fix.
2018-06-07 07:00:10 +00:00
adam
f7dc7d9ac2 Updated devel/py-astroid, devel/py-pylint 2018-06-07 06:44:31 +00:00
adam
f065ff3498 py-pylint: updated to 1.9.2
Pylint 1.9.2:
* Fix `KeyError` raised when using docparams and NotImplementedError is documented.

* Don't include excepthandlers that don't have a name when looking for exception-escape

* Rewrite the comprehension-escape and exception-escape to work only on the corresponding nodes

These two checks were implemented in terms of visit_namne, that is, for every name in the tree,
we looked to see if that name leaked. This was resulting in a couple of false positives
and also in a performance issue, since we were calling nodes_of_class() and scope() for each
name node. Instead, this approach uses the visit methods for exception and comprehension nodes
and looks to see from there if the current scope uses leaked names.
This is not the ideal situation as well, ideal would be to have access to the definition
frame of each name, but that requires some extra engineering effort in astroid to get it right.

* builtins is allowed to redefine builtins.
2018-06-07 06:44:02 +00:00
adam
b9452062bc py-astroid: updated to 1.6.5
1.6.5
*  Don't propagate Uninferable objects when inferring BinOps
*  Protect against passing lookup_class to non-class proxied objects
   In some cases the _proxied object points to another Instance, not to the
   Class of an Instance node (usually this happens with enum and with our
   hardcoded inference support for this library). Instead of getting a TypeError,
   we check before if the _proxied matches what we expect.
2018-06-07 06:33:54 +00:00
dbj
0af4e4a4a0 check-shlibs-macho.awk: fix support for checking modules
Allow the dylib install_name to be just the library basename
2018-06-07 04:58:46 +00:00
jmcneill
c38acf182a Added sysutils/u-boot-sopine-baseboard version 2018.05 2018-06-07 00:59:07 +00:00
jmcneill
18fcccd0a0 Initial import of u-boot-sopine-baseboard version 2018.05
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the SOPINE A64 with SOPINE Baseboard
"Model A".
2018-06-07 00:58:27 +00:00
gdt
13f6afbb94 doc: Updated ham/hamlib to 3.2 2018-06-06 22:46:07 +00:00
gdt
8471069f6d hamlib: update to 3.2
Version 3.2
        2018-03-31
        * New models, IC-7850/IC-7851 in IC-785x.  Mike, W9MDB
        * Fix ft991_get_mode, Mike, W9MDB
        * New model, FT-891.  Mike, W9MDB
        * New Barrett 2050 backend, Mike, W9MDB
        * New Flrig backend, Mike, W9MDB
        * New model, IC-M710, Mike, W9MDB
        * Build instructions and test script for Python3
        * Rename autogen.sh to bootsrap and don't call configure
        * micro-ham support. Christoph, DL1YCF
        * New rotator, SPID MD-01/02 in ROT2 mode, Norvald Ryeng, LA6YKA
        * New model, Flex 6400/6600, Mike, W9MDB
        * New model, IC-7610, Mike, W9MDB
        * Add support for CM108B PTT, Max Lock
        * New model, Rohde & Schwarz XK2100, Mike, W9MDB
        * Many other bug fixes and enhancements
2018-06-06 22:45:58 +00:00
wiz
fe1370c778 u-boot: include bsd.pkg.mk later
Ideally, this should happen in the main Makefiles and not in
an included file like this one, but the change for that is too big
for me for now and this fixes u-boot-pine64.
2018-06-06 21:58:28 +00:00
adam
47d44d5e99 Updated devel/py-hypothesis, devel/py-test 2018-06-06 19:28:19 +00:00
adam
1e479a8250 py-test: updated to 3.6.1
Pytest 3.6.1:
Bug Fixes
* Fixed a bug where stdout and stderr were logged twice by junitxml when a test was marked xfail.
* Fix usefixtures mark applyed to unittest tests by correctly instantiating FixtureInfo.
* Fix assertion rewriter compatibility with libraries that monkey patch file objects.

Improved Documentation
* Added a section on how to use fixtures as factories to the fixture documentation.

Trivial/Internal Changes
* Enable caching for pip/pre-commit in order to reduce build time on travis/appveyor.
* Switch pytest to the src/ layout as we already suggested it for good practice - now we implement it as well.
* Fix if in tests to support 3.7.0b5, where a docstring handling in AST got reverted.
* Remove some python2.5 compatibility code.
2018-06-06 19:27:51 +00:00
adam
4b5d8633d3 py-hypothesis: updated to 3.57.0
3.57.0:
Using an unordered collection with the :func:~hypothesis.strategies.permutations strategy has been deprecated because the order in which e.g. a set shrinks is arbitrary. This may cause different results between runs.

3.56.10:
This release makes :obj:~hypothesis.settings.define_setting a private method, which has the effect of hiding it from the documentation.

3.56.9:
This is another release with no functionality changes as part of changes to Hypothesis's new release tagging scheme.

3.56.8:
This is a release with no functionality changes that moves Hypothesis over to a new release tagging scheme.

3.56.7:
This release provides a performance improvement for most tests, but in particular users of sampled_from who don't have numpy installed should see a significant performance improvement.

3.56.6:
This patch contains further internal work to support Mypy. There are no user-visible changes... yet.
2018-06-06 19:26:09 +00:00
prlw1
87369fd3a8 doc: Updated editors/ne to 3.15 2018-06-06 14:53:27 +00:00
prlw1
80e936ae8e Update ne to 3.15
Version 3.15 01-May-2018
------------------------

1. The "logo" line "NE version xxxx" was showing the PCRE version which was
current when NE was compiled (static) instead of getting the current (dynamic)
version from a shared library. This is now fixed and the line reformatted.

2. Minor error in command line decoding; for switch items such as -id it was
checking the text pointer (which might be partly unset) instead of the number
field.

3. There is now a maximum linelength that NE will handle when reading a file in
non-binary mode. The limit is 100,000 bytes. This prevents it going into a
meltdown memory thrashing state for a file that contains an excessively long
line.


Version 3.14 26-February-2018
-----------------------------

1. Two calls to error_moan() for failing to open a file were missing a second
argument (specifying reading or writing), leading to a crash for an unknown
file.

2. Added strerror() calls to all failed-do-open file errors.

3. Added some "fall through" comments when deliberately falling through.

4. Increased an internal buffer size to avoid format-overflow warning in "show
wordcount" command.

5. Implemented -notraps to disable catching crash signals. This makes crashes
easier to debug.
2018-06-06 14:53:04 +00:00
prlw1
d41909e39b doc: Updated print/evince3 to 3.28.2 2018-06-06 14:50:02 +00:00
prlw1
3aa34f9eb7 Update evince3 to 3.28.2
* Add support for Adobe Illustrator documents (#311990, Bastien
  Nocera)
* The comics backend now uses libarchive and unarr instead of
  spawning commands (#720742, Bastien Nocera)
* Add flag EV_DOCUMENT_LOAD_FLAG_NO_CACHE to not setup the
  document cache during the load. It will be setup later only if
  needed (#780210, Bastien Nocera, Carlos Garcia Campos)
* Speed up thumbnailing by using EV_DOCUMENT_LOAD_FLAG_NO_CACHE
  flag (#780210, Bastien Nocera)
* Improve performance of the links sidebar (#779614, Benjamin
  Berg)
* Select the active file when open containing folder (#741377,
  Germán Poo-Caamaño)
* Improve performance of scrolling in thumbnails sidebar (#691448,
  Nelson Benítez León)
* Don't copy remote files before thumbnailing (#780351, Bastien
  Nocera)
* Fix toggling layers that are not in the current visible range of
  pages (#780139, Georges Dupéron)
  #342110, Nelson Benítez León)

+ many bugfixes and translation updates
2018-06-06 14:49:41 +00:00
prlw1
91f15c5130 Create a fake libarchive.pc for the builtin case. 2018-06-06 14:21:09 +00:00
wen
e4dff36855 Updated misc/p5-Locale-Codes to 3.57 2018-06-06 11:17:25 +00:00
wen
7a256e7720 Update to 3.57
Upstream changes:
3.57  2018-06-01  sbeck
  -  NEW CODE(s)
2018-06-06 11:13:17 +00:00
jperkin
85546ef6a4 doc: Updated pkgtools/pkgin to 0.10.2 2018-06-06 11:10:15 +00:00
jperkin
b8f578aefd pkgin: Update to 0.10.2.
## Version 0.10.2 (2018-06-06)

 * Fix -f flag when used with install.
 * Handle empty BUILD_DATE correctly.
2018-06-06 11:10:06 +00:00
wen
61aef8d2d3 Updated security/p5-Net-DNS-SEC to 1.09 2018-06-06 11:08:36 +00:00
wen
768d856aba Update to 1.09
Upstream changes:
**** 1.09 Jun 4, 2018

        Avoid use of EC_GROUP_new, EC_GROUP_set_curve_GFp, and
        EC_GFp_mont_method which are expected to disappear.

        Fix filename conflict when tests run in parallel using make -j


**** 1.08 May 11, 2018

        Internal reorganisation to use OpenSSL EVP interface
2018-06-06 11:06:53 +00:00