Commit graph

304916 commits

Author SHA1 Message Date
mef
7b1596eb47 Added www/p5-HTTP-Tiny-Mech version 1.001002 2019-10-25 13:46:20 +00:00
mef
02e909ade2 www/p5-HTTP-Tiny-Mech: import p5-HTTP-Tiny-Mech-1.001002
This code is somewhat poorly documented, and highly experimental.

Its the result of a quick bit of hacking to get MetaCPAN::API working
faster via the WWW::Mechanize::Cached module ( and gaining cache
persistence via CHI )

It works so far for this purpose.

At present, only "get" and "request" are implemented, and all other
calls fall through to a native HTTP::Tiny.
2019-10-25 13:43:45 +00:00
kamil
a979c61af3 Removed multimedia/kaffeine 2019-10-25 13:43:15 +00:00
kamil
2a058ea601 kaffeine: Eliminated
No longer builds as there are missing dependencies for this legacy package
version from kde4 / vlc2 / qt4.
2019-10-25 13:41:25 +00:00
kamil
a8dad5c1db - kaffeine 2019-10-25 13:39:10 +00:00
triaxx
3604f34a4f postgresql12: fix broken gettext detection 2019-10-25 12:42:55 +00:00
triaxx
319c1ff6ab bash: make nls option enabled by default 2019-10-25 12:36:50 +00:00
triaxx
1c5c2498ba gmake: make nls option enabled by default 2019-10-25 12:36:12 +00:00
triaxx
7a2a036ee9 bison: make nls option enabled by default 2019-10-25 12:32:54 +00:00
triaxx
790e5989b7 postgresql11: fix broken gettext detection 2019-10-25 12:16:06 +00:00
triaxx
f8c7c3be2f postgresql10: make nls support optional 2019-10-25 12:01:19 +00:00
plunky
546d0b3300 this is the 1.4 branch 2019-10-25 11:46:40 +00:00
kamil
989ae47a19 Removed multimedia/vlc2 successor multimedia/vlc 2019-10-25 11:18:30 +00:00
kamil
6042461866 vlc2: Eliminated
Obsolete version replaced by the vlc package.
2019-10-25 11:16:05 +00:00
nia
49f5a2719c doc: Removed security/keepassx successor security/keepassxc 2019-10-25 11:15:58 +00:00
kamil
0bd7bad26c - vlc2 2019-10-25 11:15:21 +00:00
nia
fdbb1b2c90 Remove security/keepassx successor security/keepassxc 2019-10-25 11:14:32 +00:00
kamil
7876b366a0 libretro-dolphin: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 11:04:04 +00:00
nia
273d909529 doc: Updated chat/inspircd3 to 3.4.0 2019-10-25 11:02:07 +00:00
nia
18d3bbf9ea inspircd: Update to 3.4.0
### InspIRCd 3.4.0

**This version of InspIRCd was released on 2019-10-25.**

* Added `<alias:stripcolor>` to allow stripping formatting codes before matching an alias.

* Added `<cloak:ignorecase>` to ignore the case of a FQDN when cloaking.

* Added a check for the `channels/auspex` privilege to the hidemode module.

* Added a workaround for gateway IP addresses being banned by the connectban module.

* Added more information to timedbans addition/expiry notices.

* Added support for filtering part messages to the chanfilter module.

* Developer: added `ConfigStatus::initial` to find out if the config is being loaded for the first time.

* Developer: added `Events::ModuleEventProvider::{OnSubscribe,OnUnsubscribe}` to allow knowing when a module has subscribed to or unsubscribed from an event.

* Developer: added a parameter to the `OnServerSplit` event which specifies whether the split was intended or not.

* Developer: added an internal serialisation of the dccallow list.

* Developer: added an internal serialisation of the silence list.

* Developer: added the `GetId` method to the `Server` class.

* Developer: added the `GetNumericToken` method to the `irc::sepstream` class.

* Developer: added the `GetTypeStr` method to the `DNS::Manager` class.

* Developer: added the `OnServerBurst` event for executing actions after a server has finished bursting.

* Developer: added the `OnShutdown` event for executing actions shortly before shutdown.

* Developer: added the experimental `Serializable` class &amp; API and implemented it in the `Extensible`, `User` and `LocalUser` classes.

* Developer: changed `IS_{LOCAL,REMOTE,SERVER}` to be capable of handling null pointers.

* Developer: exposed variable list modes via the `VLIST` 005 token to make things easier for client developers.

* Disabled DNS, DNSBL, and ident lookups for unregistered KiwiIRC.com users in the example provider configs.

* Documented the `repeat` exemption type.

* Exempted the KiwiIRC.com servers from X-lines in the example provider configs.

* Fixed a bug in the HAProxy module where it would ignore any data received in the same packet as the header when using TCP connections.

* Fixed a crash on shutdown in the spanningtree module.

* Fixed linker errors caused by build objects from one compiler being used by another.

* Fixed not respecting the deprecated `<channels:users>` config tag.

* Fixed the DNSBL module banning a user after their IP address has changed.

* Fixed the IP addresses of the KiwiIRC.com servers in the example provider configs.

* Fixed the `OnSetUserIP` event being fired before the connect class has changed.

* Fixed the `u_noctcp` mode not being respected for CTCPs targeted at a channel.

* Fixed the config example path not being updated when the config path is changed in interactive mode.

* Fixed the example configs allowing voiced users to voice/devoice other users.

* Fixed the example provider config files not being installed.

* Fixed the silence module not being able to add or remove entries in some cases.

* Fixed various issues relating to hostname resolution.

* Raised the default value for `<connflood:bootwait>` from ten seconds to two minutes.

* Replaced the gdbargs file with the `--eval-command` option inside the init script.

* Updated the NetBSD `EV_SET` workaround now that upstream have fixed the issue.
2019-10-25 11:01:55 +00:00
kamil
c71294641d htmlcxx: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 10:29:04 +00:00
adam
6dd5b93e0e Updated devel/py-cffi, graphics/py-graphviz 2019-10-25 10:22:26 +00:00
adam
820174fa05 py-cffi: updated to 1.13.1
v1.13.1
* deprecate the way to declare in cdef() a global variable with only void *foo;. You should always use a storage class, like extern void *foo; or maybe static void *foo;. These are all equivalent for the purposes of cdef(), but the reason for deprecating the bare version is that (as far as I know) it would always be mistake in a real C header.
* fix the regression RuntimeError: found a situation in which we try to build a type recursively.
* fixed issue 427 where a multithreading mistake in the embedding logic initialization code would cause deadlocks on CPython 3.7.
2019-10-25 10:21:35 +00:00
kamil
a0240765c0 icewm14: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 10:21:32 +00:00
adam
9c28b66881 py-graphviz: updated to 0.13
Version 0.13

Add explicit support for layout engine escape sequences such as ``\l`` and
``\N``. These already worked implicitly before but where broken by backslash
escaping in ``0.12``, which is reverted by this release. Escaping now resembles
the stdlib ``re`` module: literal backslashes need to be escaped (doubled),
which is most conveniently done by using raw string literals for strings that
use escape sequences (including escaped backslashes), e.g. ``label=r'\\'``.

Add ``escape()`` function (resembling ``re.escape()``) for disabling all
meta-characters in a string for rendering.

Use ``logging`` in example notebook, add notebooks demonstrating layout engines
and escape sequence usage, improve tests with parametrization.
2019-10-25 10:19:21 +00:00
kamil
89d868d3d9 icewm13: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 10:18:03 +00:00
kamil
ec710414c9 icewm: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 10:14:20 +00:00
kamil
873e8fc8ce rkdeveloptool: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 10:10:10 +00:00
kamil
cddc102971 7kaa: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 10:00:58 +00:00
kamil
8fc38d0d69 dolphin-emu: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 09:56:51 +00:00
adam
713fe92fca Updated devel/py-test-runner, devel/py-test-testmon 2019-10-25 09:45:57 +00:00
adam
575768bc65 py-test-testmon: updated to 0.9.19
0.9.19:
Unknown changes
2019-10-25 09:45:35 +00:00
kamil
5b21bf7d7c exiv2: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 09:44:26 +00:00
adam
416141bcc7 py-test-runner: updated to 5.1
5.1:
Surgically restore support for older setuptools versions.

5.0
Prefer pyproject.toml

Refresh package metadata.

This release now intentionally introduces the changes unintionally brought about in 4.5 and 4.3, where the adoption of declarative config adds a new requirement on setuptools 30.4 or later. On systems running older setuptools, installation of pytest-runner via easy_install (or setup_requires), will result in a DistributionNotFound exception.

All projects should pin to pytest-runner < 5 or upgrade the environment to setuptools >= 30.4 (prior to invoking setup.py).
2019-10-25 09:41:54 +00:00
adam
1d9d4edad9 Updated www/py-flask-jwt-extended, devel/py-test5 2019-10-25 09:38:43 +00:00
adam
c555f9fada py-test5: updated to 5.2.2
pytest 5.2.2:

Bug Fixes
- Fix ``--nf`` to not forget about known nodeids with partial test selection.
- Fix crash with ``KeyboardInterrupt`` during ``--setup-show``.
- Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types).
- Properly ignore ``FileNotFoundError`` exceptions when trying to remove old temporary directories,
  for instance when multiple processes try to remove the same directory (common with ``pytest-xdist``
  for example).
2019-10-25 09:35:13 +00:00
adam
610c09abe3 py-flask-jwt-extended: updated to 3.24.1
3.24.1:
Fixes a bug where missing JWTs were not being handled gracefully, introduced in version 3.23.0
2019-10-25 09:34:08 +00:00
kamil
ad00c195a1 libofx: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 09:23:37 +00:00
adam
f493b697f7 Updated www/nginx-devel, archivers/unrar 2019-10-25 09:21:07 +00:00
adam
31bc0d3cdc nginx-devel: updated to 1.17.4
Changes with nginx 1.17.5:

*) Feature: now nginx uses ioctl(FIONREAD), if available, to avoid
   reading from a fast connection for a long time.

*) Bugfix: incomplete escaped characters at the end of the request URI
   were ignored.

*) Bugfix: "/." and "/.." at the end of the request URI were not
   normalized.

*) Bugfix: in the "merge_slashes" directive.

*) Bugfix: in the "ignore_invalid_headers" directive.
   Thanks to Alan Kemp.

*) Bugfix: nginx could not be built with MinGW-w64 gcc 8.1 or newer.
2019-10-25 09:20:25 +00:00
adam
6c41ee399d unrar: updated to 5.8.3
5.8.3:
Unknown changes
2019-10-25 09:19:31 +00:00
kamil
7c3892d30d flactag: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
2019-10-25 09:03:47 +00:00
gutteridge
1de1e7f5f5 doc: Updated lang/ghc to 6.8.3nb10 2019-10-25 08:56:55 +00:00
gutteridge
0bb8fd3f86 ghc: adjust patch to allow for Perl >= 5.30 2019-10-25 08:55:46 +00:00
gutteridge
a182fe237d textproc/Makefile: sort entries 2019-10-25 08:18:51 +00:00
triaxx
f190cb76d7 postgresql12: fix nls option support 2019-10-25 08:01:10 +00:00
triaxx
3d19cae7aa postgresql11: fix nls option support 2019-10-25 08:00:46 +00:00
triaxx
703e097374 postgresql12: make nls option on by default 2019-10-25 07:16:28 +00:00
triaxx
6f0516d1f8 postgresql11: make nls option on by default 2019-10-25 07:15:40 +00:00
spz
5d78b2305b update libtasn1 to version 4.14:
* Noteworthy changes in release 4.14 (released 2019-07-21) [stable]
- New #defines for version checking: ASN1_VERSION_MAJOR, ASN1_VERSION_MINOR,
  ASN1_VERSION_PATCH, ASN1_VERSION_NUMBER. The next release will switch
  to semantic version semantics.
- Simplify ordering of SET OF elements by using qsort().
- Marked explicitly const uses of asn1_node with the introduction
  of the (compatible) asn1_node_const type.
- Limit recursion in _asn1_expand_object_id() to detect infinite
  recursion in incorrect .asn files (#4).
- asn1_array2tree(): fixed thread safety issues.
- Several fixes in gtk-doc generation.

fixes CVE-2018-1000654
2019-10-25 06:03:12 +00:00