Commit graph

311525 commits

Author SHA1 Message Date
rillig
944799cea6 mk/pkginstall/files: properly quote all shell variables
This prepares for CONF_FILES containing spaces in their names.
See pkg/42191.
2020-02-11 01:21:25 +00:00
mrg
dc78355eb4 skip host_detect_local_cpu() if CROSS_DIRECTORY_STRUCTURE. 2020-02-11 01:04:05 +00:00
mef
2a64a1882d doc: Updated devel/R-pkgbuild to 1.0.6 2020-02-11 00:00:26 +00:00
mef
fd1f6c4b7e (devel/R-pkgbuild) Updated from 1.0.4 to 1.0.6
(pkgsrc)
USE_LANGUAGES= c added resulting
'make test' pass with only one WARNING

(upstream)
# pkgbuild 1.0.6
* Support for RTools 40 and custom msys2 toolchains that are explicitly set
  using the `CC` Makevars (#40).

# pkgbuild 1.0.5
* `check_build_tools()` gains a `quiet` argument, to control when the message
  is displayed. The message is no longer displayed when `check_build_tools()`
  is called internally by pkgbuild functions. (#83)
2020-02-11 00:00:16 +00:00
adam
b2a78d124b Added devel/py-importlib-resources; Updated devel/py-importlib-metadata 2020-02-10 18:30:04 +00:00
adam
ef1cd7ecfb py-importlib-metadata: updated to 1.5.0
v1.5.0
Additional performance optimizations in FastPath now saves an additional 20% on a typical call.
Correct for issue where PyOxidizer finder has no __module__ attribute.
2020-02-10 18:29:38 +00:00
adam
6a92dbfadb py-importlib-resources: added version 1.0.2
importlib_resources is a backport of Python 3.7's standard library
importlib.resources module for Python 2.7, and 3.4 through 3.6. Users of Python
3.7 and beyond should use the standard library module, since for these
versions, importlib_resources just delegates to that module.
2020-02-10 18:28:25 +00:00
fox
84accc95fb doc: Updated audio/fasttracker2 to 1.08 2020-02-10 17:58:54 +00:00
adam
0f64a3d609 Updated net/grpc, net/py-grpcio* 2020-02-10 15:37:08 +00:00
adam
7b94588a43 grpc: updated to 1.27.1
Release v1.27.1

This release contains refinements, improvements, and bug fixes.

Python
Temporarily Readd Manylinux1 Support.
2020-02-10 15:36:32 +00:00
adam
23ecbf869b Updated databases/openldap 2020-02-10 15:24:50 +00:00
adam
cf923fe52b openldap: updated to 2.4.49
OpenLDAP 2.4.49:
	Added slapd-monitor database entry count for slapd-mdb
	Fixed client tools to not add controls on cancel/abandon
	Fixed client tools SyncInfo message to be LDIF compliant
	Fixed libldap to correctly free sb
	Fixed libldap descriptor leak if ldaps fails
	Fixed libldap remove unnecessary global mutex for GnuTLS
	Fixed slapd syntax evaluation of preferredDeliveryMethod
	Fixed slapd to relax domainScope control check
	Fixed slapd to have cleaner error handling during connection setup
	Fixed slapd data check when processing cancel exop
	Fixed slapd attribute description processing
	Fixed slapd-ldap to set oldctrls correctly
	Fixed slapd-mdb to honor unchecked limit with alias deref
	Fixed slapd-mdb missing final commit with slapindex
	Fixed slapd-mdb drop attr mappings added in an aborted txn
	Fixed slapd-mdb nosync FLAG configuration handling
	Fixed slapd-monitor global operation counter reporting
	Fixed slapo-ppolicy when used with slapauth
	Fixed slapo-ppolicy to add a missed normalised copy of pwdChangedTime
	Fixed slapo-syncprov fix sessionlog init
	Fixed slapo-unique loop termination
	Build Environment
		Fix mkdep to honor TMPDIR if set
		Remove ICU library detection
		Update config.guess and config.sub to support newer architectures
		Disable ITS8521 regression test as it is no longer valid
	Documentation
		admin24 - Fix inconsistent whitespace in replication section
		slapd-config(5)/slapd.conf(5) - Fix missing bold tag for keyword
		slapd-ldap(5) - Document "tls none" option
		slapo-ppolicy(5) - Correctly document pwdGraceAuthnLimit
2020-02-10 15:13:06 +00:00
mef
6ca9ea2272 Added devel/R-lintr version 2.0.0
Added devel/R-cyclocomp version 1.1.0
Added textproc/R-xmlparsedata version 1.0.3
Added math/R-stringdist version 0.9.5.5
2020-02-10 14:30:29 +00:00
mef
f54d4140dc (devel/R-devtools) Add TEST_DEPENDS+= R-lintr-[0-9]*, more to add (yet) 2020-02-10 14:25:53 +00:00
mef
2e59643f1b (math/R-stringdist) import R-stringdist-0.9.5.5
Implements an approximate string matching version of R's native
'match' function. Can calculate various string distances based on
edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting
alignment), qgrams (q- gram, cosine, jaccard distance) or heuristic
metrics (Jaro, Jaro-Winkler). An implementation of soundex is provided
as well. Distances can be computed between character vectors while
taking proper care of encoding or between integer vectors representing
generic sequences. This package is built for speed and runs in
parallel by using 'openMP'. An API for C or C++ is exposed as well.
2020-02-10 14:21:00 +00:00
mef
8991bc7d28 (textproc/R-xmlparsedata) import R-xmlparsedata-1.0.3
Convert the output of 'utils::getParseData()' to an 'XML' tree, that
one can search via 'XPath', and easier to manipulate in general.
2020-02-10 14:19:35 +00:00
mef
b9df14aef8 (devel/R-cyclocomp) import R-cyclocomp-1.1.0
Cyclomatic complexity is a software metric (measurement), used to
indicate the complexity of a program. It is a quantitative measure of
the number of linearly independent paths through a program's source
code. It was developed by Thomas J. McCabe, Sr. in 1976.
2020-02-10 14:18:23 +00:00
mef
50b4ce0956 (devel/R-lintr) import R-lintr-2.0.0
Checks adherence to a given style, syntax errors and possible semantic
issues.  Supports on the fly checking of R code edited with 'RStudio
IDE', 'Emacs', 'Vim', 'Sublime Text' and 'Atom'.
2020-02-10 14:16:31 +00:00
leot
91b4105072 doc: Added security/snallygaster version 0.0.4 2020-02-10 14:06:22 +00:00
leot
9443440ac1 security: Add snallygaster 2020-02-10 14:06:03 +00:00
leot
7351db73e4 snallygaster: Import snallygaster-0.0.4 as security/snallygaster
snallygaster is a tool that looks for files accessible on web servers that
shouldn't be public and can pose a security risk.

Typical examples include publicly accessible git repositories, backup files
potentially containing passwords or database dumps. In addition it contains a
few checks for other security vulnerabilities.
2020-02-10 14:05:36 +00:00
ryoon
29914ab927 doc: Updated devel/ninja-build to 1.10.0 2020-02-10 13:13:32 +00:00
ryoon
b84e335cae ninja-build: Update to 1.10.0
Changelog:
we'd like to release 1.10 from current master.

The big new feature will be the new dyndep binding to support
Fortran and C++20 modules: https://github.com/ninja-build/ninja/pull/1521

Also there are three new tools:

cleandead: https://github.com/ninja-build/ninja/pull/1432
restat: https://github.com/ninja-build/ninja/pull/1685
rules: https://github.com/ninja-build/ninja/pull/1025 (this one
actually existed in older versions of Ninja and is now back)

Ninja itself can now also be built with CMake. For the release this
will be done automatically by GitHub Actions, uploading the binary
archives automatically and thus making the whole process a lot
easier. If you want to test those binaries, check out:
https://github.com/ninja-build/ninja/runs/396697164
2020-02-10 13:13:04 +00:00
ryoon
6d159c093d doc: Updated graphics/grafx2 to 2.7.2950 2020-02-10 13:09:05 +00:00
ryoon
fff7edf021 grafx2: Update to 2.7.2950
Changelog:
Not available.
2020-02-10 13:08:10 +00:00
he
60ce6f7053 Note update of lang/quickjs to 20200119nb1. 2020-02-10 13:07:20 +00:00
he
a3e8e0afa2 Make some adjustments to fix the issues from PR#54912:
* Don't use DATE as a variable, as it's used elsewhere, use QJS_DATE instead
 * Don't use the "bignum" PLIST variable anymore, the "bn" variants are no
   longer being built
 * Add "lto" PLIST variable, supported by and used on Linux
 * Move the setting of CONFIG_BIGNUM to the pkg Makefile instead of
   always setting it, should support 32-bit NetBSD ports.

Bump PKGREVISION.
2020-02-10 13:06:08 +00:00
ryoon
3fe043ee9d doc: Updated print/qpdf to 9.1.1 2020-02-10 13:00:48 +00:00
ryoon
e442b7a399 qpdf: Update to 9.1.1
Chaneglog:
This is qpdf version 9.1.1. This release contains a few small
enhancements and bug fixes. Most notably, fix-qdf is now a proper
executable rather than a perl script, so qpdf no longer has a
runtime dependency on perl.
2020-02-10 13:00:04 +00:00
nia
74a29d2e7f doc: Updated graphics/papirus-icon-theme to 20200201 2020-02-10 12:28:42 +00:00
nia
6baace00db papirus-icon-theme: Update to 20200201
Various new icons for newer pkgsrc packages.
2020-02-10 12:28:12 +00:00
triaxx
c92ef17084 doc: Updated net/syncthing to 1.3.4 2020-02-10 11:56:51 +00:00
triaxx
4d209feae7 syncthing: update to 1.3.4
upstream changes:
-----------------

v1.3.4
Bugfixes

    #4570: Negative percentage and data to sync
    #5867: Progress bar not visible
    #6044: Clicking "Save" in options says "You have unsaved changes" when changing automatic upgrade setting
    #6213: Tone down STUN logging a bit
    #6222: Connection Error on Listing More Locally Changed Files
    #6234: Docker image uses wrong path for default folder
    #6240: GUI: ignore patterns path is one row too low
    #6263: Panics due to database being closed

v1.3.3
Bugfixes

    #6104: Windows: Syncthing log file filling up primary drive.
    #6133: Race condition in restarting folder
    #6139: Some sync errors get cleared despite them still being valid
    #6206: Soft limit for maxfiles is NOT increased to the hard one on macOS

Enhancements

    #5887: Upgrade Button Does Not Have Confirmation Dialog
    #6057: "Nearby devices" links should look more like links (mouse pointer)
    #6190: Do not create .stignore if there are no ignore patterns
2020-02-10 11:56:29 +00:00
adam
551bca7921 Updated security/libgpg-error, www/py-django-extensions 2020-02-10 08:37:38 +00:00
adam
86eecb96a1 py-django-extensions: updated to 2.2.7
2.2.7
Changes:
- Improvement: shell_plus, always add manage.py basedir to path for notebook kernel
- Improvement: docs, add zh-Hans locale
- Improvement: runserver_plus, fix broken import for werkzeug v1.0.0
- Improvement: runserver_plus, fix always trying to load StaticFilesHandler
- Improvement: pipchecker, fix import of PipSession
2020-02-10 08:37:19 +00:00
adam
1967939dda libgpg-error: updated to 1.37
Noteworthy changes in version 1.37:
* Fixes a build problems when using Gawk 5.0
* Fixes Bourne shell incompatibilities on Solaris.
* Improves cross-comiling support.
* On Windows strerror_s is now used to emulate strerror_r.
* New error codes to map SQLite primary error codes.
* Now uses poll(2) instead of select(2) in gpgrt_poll if possible.
* Fixes a bug in gpgrt_close.
* Fixes build problem under Cygwin.
* Fixes a few minor portability bugs.
2020-02-10 08:35:12 +00:00
jdolecek
580f461735 doc: Removed devel/py-kqueue 2020-02-09 23:43:17 +00:00
jdolecek
642320100c remove my obsolete and unmaintained (even still 2.x only) py-kqueue;
Python has built-in support for kevent/kqueue in 'select' module
since Python 2.6, see

https://docs.python.org/2/library/select.html#kqueue-objects
2020-02-09 23:42:31 +00:00
rillig
3d253ab785 mk/bsd.pkg.mk: support spaces in PATH directories
Fixes PR pkg/53959.
2020-02-09 22:39:20 +00:00
rillig
93997228c5 regress/path: demonstrate wrong handling of PATH directories with spaces
See PR pkg/53959.
2020-02-09 22:28:58 +00:00
rillig
445d073c88 lang/php73: disable strict configure options check for PHP modules
Several modules don't know the option --with-pcre-regex. These modules
should not fail.
2020-02-09 22:01:10 +00:00
jdolecek
0989b7c043 cleanup, suggested by wiz@ 2020-02-09 21:54:48 +00:00
jdolecek
add74067b2 update DESCR for gramps3 and gramps5 to note supported Python and GTK
versions
2020-02-09 21:46:44 +00:00
jdolecek
7c6253b064 doc: Added databases/gramps5 version 5.1.2 2020-02-09 21:43:38 +00:00
jdolecek
9989a0c7b5 add Gramps 5.1.2 - the new version of Gramps using Python 3.x and GTK3 2020-02-09 21:43:07 +00:00
jdolecek
bbaa7353ea fix MAINTAINER to pkgsrc-users 2020-02-09 21:20:21 +00:00
jdolecek
6e225e1ee0 doc: Added textproc/py-ICU version 2.4.2 2020-02-09 21:12:16 +00:00
jdolecek
280a06734c Add module for PyICU - Python extension wrapping the ICU C++ libraries 2020-02-09 21:11:29 +00:00
rillig
e79527d318 devel/arcanist: fix pax command line used during do-install
Fixes PR pkg/54891.
2020-02-09 21:10:32 +00:00
rillig
2251a8b601 net/vsftpd: migrate homepage from http to https 2020-02-09 20:58:37 +00:00