Commit graph

302325 commits

Author SHA1 Message Date
adam
4bceabd329 p5-Mail-Message: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:26:09 +00:00
adam
56674746d2 p5-Apache-Session-SharedMem: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:22:15 +00:00
adam
a24a657c9d p5-Lingua-EN-Fathom: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:19:15 +00:00
adam
61f964f75e p5-Lingua-EN-Syllable: remove PLIST since PERL5_PACKLIST is in use; update HOMEPAGE 2019-09-02 12:17:05 +00:00
adam
9cfde4bf3f p5-HTML-FormatText-WithLinks: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:13:31 +00:00
nia
d9b1472222 doc: Updated security/libgcrypt to 1.8.5 2019-09-02 12:11:57 +00:00
nia
80842acaa1 libgcrypt: Update to 1.8.5
Noteworthy changes in version 1.8.5 (2019-08-29)  [C22/A2/R5]
------------------------------------------------

 * Bug fixes:

   - Add mitigation against an ECDSA timing attack.
     [#4626,CVE-2019-13627]

   - Improve ECDSA unblinding.

 * Other features:

   - Provide a pkg-config file for libgcrypt.

 Release-info: https://dev.gnupg.org/T4683
2019-09-02 12:10:54 +00:00
adam
6cb38d748b p5-Math-Calc-Units: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:09:56 +00:00
adam
38e3354c22 p5-Config-File: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:06:58 +00:00
adam
55b406e723 p5-File-DesktopEntry: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:04:10 +00:00
adam
6f606a0415 p5-File-Binary: remove PLIST since PERL5_PACKLIST is used; added perl5 to CATEGORIES 2019-09-02 11:45:35 +00:00
adam
404bd46811 Updated security/py-keyring, mail/py-authres 2019-09-02 10:24:36 +00:00
adam
f7879bd98c py-authres: updated to 1.2.0
1.2.0:
+ Added ability to include DMARC policy in DMARC results
* Updated references for new RFCs, ARC no longer experimental
* Converted http references to https
2019-09-02 10:24:14 +00:00
adam
ed8abad634 py-keyring: updated to 19.1.0
19.1.0
* macOS Keyring now honors a ``KEYCHAIN_PATH``
  environment variable. If set, Keyring will use that
  keychain instead of the default.

19.0.2
* Refresh package skeleton.
* Adopt `black <https://pypi.org/project/black>`_ code style.

19.0.1
* Merge with 18.0.1.

18.0.1
* ExceptionInfo no longer retains a reference to the
  traceback.
2019-09-02 10:20:57 +00:00
adam
15ae67e474 Updated net/py-amqp, net/py-kombu 2019-09-02 09:59:37 +00:00
adam
67c8d49b49 py-kombu: updated to 4.6.4
4.6.4
- Use importlib-metadata instead of pkg_resources for better performance
- Allow users to switch URLs while omitting the resource identifier
- Don't stop receiving tasks on 503 SQS error.
- Fix maybe declare
- Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (Redis Broker)
- Fix MongoDB backend to work properly with TTL
- Make sure that max_retries=0 is treated differently than None
- Bump py-amqp to 2.5.1
2019-09-02 09:59:15 +00:00
adam
e17e2328e3 py-amqp: updated to 2.5.1
2.5.1
- Ignore all methods except Close and Close-OK when channel/connection is closing
- Fix faulty ssl sni intiation parameters
- Undeprecate auto_delete flag for exchanges.
- Improved tests and testing environments
2019-09-02 09:55:50 +00:00
adam
f81cec7f72 py-test-rerunfailures: added version 7.0
pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate
intermittent failures.
2019-09-02 09:53:56 +00:00
adam
9e3231c54d Updated devel/py-test-testmon, security/py-cryptodome 2019-09-02 09:46:40 +00:00
adam
7446699ece py-cryptodome: updated to 3.9.0
3.9.0:

New features
* Add support for loading PEM files encrypted with AES256-CBC.
* Add support for XChaCha20 and XChaCha20-Poly1305 ciphers.
* Add support for bcrypt key derivation function (`Crypto.Protocol.KDF.bcrypt`).
* Add support for left multiplication of an EC point by a scalar.
* Add support for importing ECC and RSA keys in the new OpenSSH format.

Resolved issues
* it was not possible to invert an EC point anymore.
* fix printing of DSA keys.
* `DSA.generate()` was not always using the `randfunc` input.
* the MD2 hash had block size of 64 bytes instead of 16; as result the HMAC construction gave incorrect results.
2019-09-02 09:46:19 +00:00
adam
ef23623423 qt5: depend on qt5-qtspeech 2019-09-02 09:40:15 +00:00
adam
a621f29709 qt5-qtspeech: add PLIST.Darwin; sort PLIST 2019-09-02 09:38:59 +00:00
adam
f35c7eb72f py-test-testmon: updated to 0.9.18
v0.9.18:
Support for pytest 5.x
2019-09-02 09:20:42 +00:00
adam
3815fb8257 Updated multimedia/libogg, databases/slony1 2019-09-02 09:05:10 +00:00
adam
f723df193f slony1: updated to 2.2.8
Slony 2.2.8:
* Fixes for PG 12
* Makefile changes (vpath support)
* Win32 fixes to compile + removal of default HAVE_PGPORT from win32.mak
* Documentation fixes
2019-09-02 09:04:05 +00:00
adam
b928fd7561 libogg: updated to 1.3.4
Version 1.3.4:
* Faster slice-by-8 CRC32 implementation.
  see https://lwn.net/Articles/453931/ for motivation.
* Add CMake build.
* Deprecate Visual Studio project files in favor of CMake.
* configure --disable-crc option for fuzzing.
* Various build fixes.
* Documentation and example code fixes.
2019-09-02 08:58:57 +00:00
christos
85a5a7a404 mention jove 2019-09-02 08:57:57 +00:00
christos
9798d207d0 move to the latest version. 2019-09-02 08:55:08 +00:00
christos
b0ef4719f0 PR/54519: Greywolf: jove crashes on redraw or time update (include <time.h>) 2019-09-02 08:53:32 +00:00
christos
d1fdbb6319 PR/54520: Greywolf: jove 'shell' fails with [Out of ptys!], use openpty(3). 2019-09-02 08:51:29 +00:00
adam
630344cec6 Updated archivers/py-zipp, misc/py-tqdm 2019-09-02 08:33:47 +00:00
adam
17110148ae py-tqdm: updated to 4.35.0
tqdm v4.35.0:
* add {bar} format specifier
* add tests and documentation
* update performance tests
2019-09-02 08:33:28 +00:00
adam
5c16062db1 py-zipp: updated to 0.6.0
v0.6.0

When adding implicit dirs, ensure that ancestral directories
are added and that duplicates are excluded.

The library now relies on more_itertools
2019-09-02 08:31:17 +00:00
adam
5223e37833 Updated www/py-furl, devel/py-ipython 2019-09-02 07:56:45 +00:00
adam
c53f0ed2a9 py-ipython: updated to 7.8.0
IPython 7.8.0 contain a few bugfix and 2 new APIs:
- Enable changing the font color for LaTeX rendering
- and Re-Expose some PDB API
2019-09-02 07:55:53 +00:00
adam
9b90f6e030 py-furl: updated to 2.0.0
Furl v2.0.0

Added: All URL components (scheme, host, path, etc) to furl()'s constructor as
keyword arguments. E.g. f = furl(scheme='http', host='host', path='/lolsup').

Changed: furl.truediv() and Path.truediv() now mirror Pathlib.truediv()'s
behavior and return a new instance. The original instance is no longer modified.
Old behavior: f = furl('1'); f / '2' -> str(f) == '1'. New behavior:
f = furl('1'); f /= '2' -> str(f) == '1/2'.

Fixed: Path.load() now accepts Path instances, e.g. f.path.load(Path('hi')).

Removed: Support for Python 2.6, which reached EOL on 2013-10-29.
2019-09-02 07:52:49 +00:00
adam
4200beb864 Added www/py-purl; Updated devel/py-requests-mock 2019-09-02 07:47:40 +00:00
adam
8c49db3860 py-requests-mock: updated to 1.7.0
1.7.0
* Keep blank values query string values on request history
* Add release notes for requests version pin
* Keep blank values
* Pin requests version to <3
* Add known issue for cookies in Sessions
* logger added to adapter.py
2019-09-02 07:34:54 +00:00
adam
4215c01c99 py-purl: added version 1.5
A simple, immutable URL class with a clean API for interrogation and
manipulation.
2019-09-02 07:33:23 +00:00
adam
f4b9a5cc11 Updated security/py-asn1, textproc/py-text-unidecode 2019-09-02 07:04:18 +00:00
adam
c6a62f76de py-text-unidecode: updated to 1.3
1.3:
text-unidecode is now dual-licensed under Artistic License and GPL 1 / GPL 2+, to cause less problems for distributions. Choose license which fits better.
Declare Python 3.7 support, don't declare Python 3.3 support
2019-09-02 07:03:48 +00:00
adam
76f0ddf94d py-asn1: updated to 0.4.7
Revision 0.4.7:

- Added `isInconsistent` property to all constructed types. This property
  conceptually replaces `verifySizeSpec` method to serve a more general
  purpose e.g. ensuring all required fields are in a good shape. By default
  this check invokes subtype constraints verification and is run by codecs
  on value de/serialisation.
- Deprecate `subtypeSpec` attributes and keyword argument. It is now
  recommended to pass `ValueSizeConstraint`, as well as all other constraints,
  to `subtypeSpec`.
- Fixed a design bug in a way of how the items assigned to constructed
  types are verified. Now if `Asn1Type`-based object is assigned, its
  compatibility is verified based on having all tags and constraint
  objects as the type in field definition. When a bare Python value is
  assigned, then field type object is cloned and initialized with the
  bare value (constraints verificaton would run at this moment).
- Added `WithComponentsConstraint` along with related
  `ComponentPresentConstraint` and `ComponentAbsentConstraint` classes
  to be used with `Sequence`/`Set` types representing
  `SET ... WITH COMPONENTS ...` like ASN.1 constructs.
2019-09-02 07:00:38 +00:00
rillig
bd2ae3cf10 mk/build: in build-env, output BUILD_DIRS relative to WRKSRC 2019-09-02 02:59:47 +00:00
rillig
d54bc5b842 mk/build: for build-env, show the BUILD_DIRS 2019-09-02 02:54:57 +00:00
fox
810a887020 doc: Updated textproc/bat to 0.12.0 2019-09-02 02:36:46 +00:00
fox
60178d51ae bat: Update to 0.12.0
Changes since 0.11.0:

Features

  * Binary file content can now be viewed with bat -A
  * bat can now be used as a man pager.
  * Add new style component to separate multiple --line-ranges
  * Added -L as an alias for --list-languages

Bugfixes

  * Output looks unbalanced when using '--style=grid,numbers' without 'header'
  * issues with filenames starting with "cache"
  * Can't build cache with new theme without creating cache dir
  * --terminal-width -10 is parsed incorrectly

Other

  * Added fish completions to DEB package

New syntaxes

  * Emacs Org mode
  * requirements.txt
  * DotENV .env
  * SSH config syntax (-l ssh_config)
  * /etc/hosts
  * GraphQL
  * Verilog
  * SCSS and Sass
  * strace syntax

Packaging

  * bat is now in the official Gentoo repositories
  * bat is now in the official Alpine Linux repositories
  * bat is in the official Fedora repositories
2019-09-02 02:36:22 +00:00
rillig
0ff5dc4a46 mk: use a single form for headings in the documentation comments 2019-09-02 02:23:02 +00:00
rillig
a8b249fd3c mk/mysql.buildlink3.mk: add missing BUILD_DEFS 2019-09-02 02:14:58 +00:00
dholland
c2e8b5db09 Explicitly disable EGL if MESALIB_SUPPORTS_EGL isn't yes.
Otherwise, the build fails.
2019-09-01 20:38:34 +00:00
ryoon
062ea9219f Added multimedia/dvd-vr version 0.9.7 2019-09-01 14:03:09 +00:00