Commit graph

327517 commits

Author SHA1 Message Date
leot
214d86cb27 doc: Updated net/gallery-dl to 1.15.2 2020-10-26 09:54:00 +00:00
leot
fedf48f0a6 gallery-dl: Update to 1.15.2
Changes:
1.15.2
------
### Additions
 - [pinterest] implement login support (#1055)
 - [reddit] add `date` metadata field (#1068)
 - [seiga] add metadata for single image downloads (#1063)
 - [twitter] support media from Cards (#937, #1005)
 - [weasyl] support api-key authentication (#1057)
 - add a `t` format string conversion for trimming whitespace (#1065)

### Fixes
 - [blogger] handle URLs with specified width/height (#1061)
 - [fallenangels] fix extraction of `.5` chapters
 - [gelbooru] rewrite mp4 video URLs (#1048)
 - [hitomi] fix image URLs and gallery URL pattern
 - [mangadex] unescape more metadata fields (#1066)
 - [mangahere] ensure download URLs have a scheme (#1070)
 - [mangakakalot] ignore "Go Home" buttons in chapter pages
 - [newgrounds] handle embeds without scheme (#1033)
 - [newgrounds] provide fallback URLs for video downloads (#1042)
 - [xhamster] fix user profile extraction
2020-10-26 09:53:48 +00:00
schmonz
a3ebf0ac49 Update HOMEPAGE and MASTER_SITES. 2020-10-26 09:45:17 +00:00
schmonz
b8a832b28e doc: Updated textproc/py-feedparser to 6.0.2 2020-10-26 09:36:34 +00:00
schmonz
e13c407188 Update to 6.0.2. From the changelog:
* Stop building Python wheels with `universal=1` set. (#251)
* Fix a bug that put a trailing quote in the documentation version. (#232)
* Update the documentation URL to point to ReadTheDocs.
2020-10-26 09:36:24 +00:00
adam
6739aa3d79 Updated www/py-aiohttp, databases/py-tortoise-orm 2020-10-26 09:07:36 +00:00
adam
e4217e22f1 py-tortoise-orm: updated to 0.16.17
0.16.17
Add on_delete in ManyToManyField.
Support F expression in annotate.
Fix QuerySet.select_related in case of join same table twice.
Integrate Aerich into the install.
2020-10-26 09:06:53 +00:00
adam
7296885064 py-aiohttp: updated to 3.7.1
3.7.1

Bugfixes
- Fixed a type error caused by the conditional import of `Protocol`.
- Server doesn't send Content-Length for 1xx or 204
- Fix run_app typing
- Always require ``typing_extensions`` library.
- Fix a variable-shadowing bug causing `ThreadedResolver.resolve` to
  return the resolved IP as the ``hostname`` in each record, which prevented
  validation of HTTPS connections.
- Added annotations to all public attributes.
- Fix flaky test_when_timeout_smaller_second
- Ensure sending a zero byte file does not throw an exception
- Fix a bug in ``web.run_app()`` about Python version checking on Windows
2020-10-26 09:06:20 +00:00
pin
344c256c1d doc: Updated security/doas to 6.3p2nb1 2020-10-26 09:01:00 +00:00
pin
5f5db4fc3a security/doas: remove vidoas functionality
Security concerns have been raised by Kimmo Suominen
on pkgsrc-security.
See also, https://github.com/slicer69/doas/pull/46
2020-10-26 09:00:35 +00:00
pin
c8bbaa17f1 audio/librespot: simplify Makefile
add cargo-depends.mk
2020-10-26 08:29:15 +00:00
pin
6388078a35 audio/ncspot: simplify Makefile
add cargo-depends.mk
2020-10-26 08:19:36 +00:00
pin
91b579ac3a sysutils/onefetch: simplify Makefile
add cargo-depends.mk
2020-10-26 08:11:39 +00:00
pin
096f3144e7 net/phetch: simplify Makefile
Simplify Makefile by adding cargo-depends.mk file
2020-10-26 07:45:55 +00:00
mcf
1874b9f9b5 gdb: remove incorrect patch
This patch originates from pkgsrc-wip in order to prevent clang
warnings for adding an integer to a string literal by converting
"foo" + x to &"foo"[x]. However, when gdb was updated to 7.9, the
ampersand was mistakenly dropped. The string literal was also
replaced with a variable, so there is no longer any reason for the
patch.

This caused the oappend function to be called with a char converted
to a pointer, which immediately crashes gdb whenever disassembly
is performed.
2020-10-26 04:26:11 +00:00
mcf
7d565f203d gdb: use gnu++11 instead of c++11
gdb makes use of typeof in gdbsupport/gdb_proc_service.h, which is
disabled with -std=c++11 to prevent symbol collision.
2020-10-26 03:21:05 +00:00
jnemeth
373a5554e4 doc: Updated databases/mysql56-server to 5.6.50 2020-10-25 22:39:40 +00:00
jnemeth
c481a12a63 doc: Updated databases/mysql56-client to 5.6.50 2020-10-25 22:39:24 +00:00
jnemeth
aafaea4daf Update MySQL 5.6 to 5.6.50.
Note that the 5.6 series will be end of life in February 2021.  The
current major version is 8.0, which isn't in pkgsrc yet.  You CAN NOT
upgrade directly from 5.6 to 8.0, therefore it is recommended for anybody
running 5.6 to upgrade to this version, then upgrade to 5.7.

Changes in MySQL 5.6.50 (2020-10-19, General Availability)

Functionality Added or Changed

    LOCK TABLES privilege checking for views was improved. (Bug #31304432)

Bugs Fixed

    InnoDB: In session started with START TRANSACTION WITH CONSISTENT
    SNAPSHOT, a range query returned a truncated result. The end
    range flag was not reset at the beginning of the index read
    resulting in an aborted read and missing rows. (Bug #30950714,
    Bug #98642)

    References: This issue is a regression of: Bug #23481444.

    In bootstrapping mode, certain multiple-statement transactions
    could cause unexpected server behavior. (Bug #31650096)

    Assigning CONCAT('') or CONCAT_WS('') to a variable set the
    variable to NULL, not the empty string. (Bug #31320716, Bug
    #99485, Bug #31413167, Bug #99722)

    ORDER BY queries were not executed correctly when sort_buffer_size
    and max_sort_length were set to values which caused the internal
    limit on the maximum number of keys allowed per sort buffer to
    be set to 0. (Bug #30175483)

    The internal method Field_tiny::pack() did not always perform
    bounds checking as expected. (Bug #29948029)

    References: See also: Bug #31591391.

    A large number of nested arguments in full-text search query
    caused an error. (Bug #29929684)

    An assertion could be raised when the SQL layer passed incorrect
    information to InnoDB about the type of operation to be performed
    on a temporary table. (Bug #22503696)
2020-10-25 22:38:58 +00:00
tnn
00844b2243 add devel/git-filter-repo 2020-10-25 19:34:04 +00:00
tnn
4c9c36dcf0 devel/git-filter-repo: import git-filter-repo-2.29.0
git filter-repo is a versatile tool for rewriting history. It roughly falls
into the same space of tool as git filter-branch but without the
capitulation-inducing poor performance, with far more capabilities, and with
a design that scales usability-wise beyond trivial rewriting cases.
git filter-repo is now recommended by the git project instead of
git filter-branch.
2020-10-25 19:31:17 +00:00
wen
f730f80024 Updated databases/py-multidict to 5.0.0 2020-10-25 15:46:45 +00:00
wen
3b363a8e11 Update to 5.0.0
Upstream changes:
5.0.0 (2020-10-12)
Features
    Provide wheels for aarch64, i686, ppc64le, s390x architectures on Linux as well as x86_64. #500
    Provide wheels for Python 3.9. #534
Removal
    Drop Python 3.5 support; Python 3.6 is the minimal supported Python version.
2020-10-25 15:45:36 +00:00
wen
c571dabff2 Updated www/p5-CGI to 4.51 2020-10-25 15:16:01 +00:00
wen
44a2e77b99 Update to 4.51
Upstream changes:
4.51 2020-10-01

    [ DOCUMENTATION ]
    - Document support for SameSite=None cookies in CGI::Cookie (GH #244)
2020-10-25 15:14:05 +00:00
schmonz
9ffa6d8e3c doc: Updated www/lighttpd to 1.4.55nb3 2020-10-25 14:59:23 +00:00
schmonz
57218306ce Add upstream patch to fix segfault in __readdir30 (from
webdav_propfind_dir) on NetBSD. Bump PKGREVISION.
2020-10-25 14:59:14 +00:00
taca
627f0a46f8 doc: Updated time/ruby-tzinfo-data to 1.2020.4 2020-10-25 14:06:55 +00:00
taca
aa79850ddb time/ruby-tzinfo-data: update to 1.2020.4
1.2020.4 (2020-10-22)

* Based on version 2020d of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2020-October/000062.html).
2020-10-25 14:06:30 +00:00
nia
49b5abd29c vte3: Disable systemd support explicitly.
vte3 assumes Linux has systemd by default, so if you attempt to build
this package on a Linux distribution without systemd, it will fail to
find libsystemd and error out.
2020-10-25 13:15:43 +00:00
nia
2b4d713a2e googletest: Require a c++11 compiler with GCC_REQD.
Do not set USE_LANGUAGES, this passes -std=c++11 by itself.
2020-10-25 12:59:26 +00:00
nia
eae7d2af9a cppunit: Require a version of GCC with c++11 support 2020-10-25 12:56:55 +00:00
nia
5e4ed2adbe gpgme: Requires a c++11 compiler 2020-10-25 12:53:54 +00:00
nia
dca239394f protobuf: Needs a c++11 capable compiler 2020-10-25 12:51:24 +00:00
nia
7fafdf5f7d desktop-file-utils: Needs a c11 compiler 2020-10-25 12:45:52 +00:00
nia
6d217d6321 libvpx: Set compiler requirements properly.
Needs at least gcc 4.8, does not need c++11 in USE_LANGUAGES because it
sets -std=c++11 itself.
2020-10-25 12:43:45 +00:00
nia
b7dc73cf8a pcsxr: Update MESSAGE to reflect 9.1 release 2020-10-25 12:33:48 +00:00
ryoon
9a4e65bf96 doc: Updated net/knot to 3.0.1 2020-10-25 11:18:33 +00:00
ryoon
cd196d18c3 knot: Update to 3.0.1
Changelog:
3.0.1
Features:

        New command in keymgr for validation of RRSIGs in SKR
        Keymgr validates RRSIGs in SKR during import
        New option in kzonecheck to skip DNSSEC-related checks

Improvements:

        Module noudp has new configuration option for UDP truncation rate
        Better detection of reproducible signing availability
        Kxdpgun allows setting of network interface
        Default control timeout in knotc was increased to 60 seconds
        DNSSEC validation searches for invalid redundant RRSIGs
        Configuration source detection no longer considers empty confdb directory as active configuration
        Zone backup preserves original zone file if zone file synchronization is disabled

Bugfixes:

        NSEC3 re-salt can cause server crash due to possible zone inconsistencies
        Zone reload logs 'invalid parameter' if zone file not changed
        Outgoing multi-message transfer can contain invalid compression pointers under specific conditions
        Improper handling of file descriptors in libdnssec
        Server crashes if no policy is configured with DNSSEC validation
        Server crashes if DNSSEC validation is enabled for unsigned zone
        Failed to build with libnghttp2 (Thanks to Robert Edmonds)
        Various bugs in zone data backup/restore
2020-10-25 11:13:43 +00:00
ryoon
0345191639 doc: Updated net/nsd to 4.3.3 2020-10-25 11:11:39 +00:00
ryoon
f40cf7fe94 nsd: Update to 4.3.3
Changelog:
4.3.3
================
FEATURES:
        - Follow DNS flag day 2020 advice and
          set default EDNS message size to 1232.
        - Merged PR #113 with fixes.  Instead of listing an IP-address to
          listen on, an interface name can be specified in nsd.conf, with
          ip-address: eth0.  The IP-addresses for that interface are then used.
        - Port TSIG code for openssl 3.0.0-alpha6.
BUG FIXES:
        - Fix make install with --with-pidfile="".
        - Merge #115 from millert: Fix strlcpy() usage. From OpenBSD.
        - Merge #117: mini_event.h (4.3.2 and 4.3.1) on OpenBSD cannot find
          fd_set - patch.
        - Fix that configure checks for EVP_sha256 to detect openssl, because
          HMAC_CTX_new is deprecated in 3.0.0.
        - Fix #119: fix compile warnings from new gcc.
        - Fix #119: warn when trying to parse a directory.
        - Merge PR #121: Increase log level of recreated database from
          WARNING to ERR.
        - Remove unused space from LIBS on link line.
        - Updated date in nsd -v output.
2020-10-25 11:07:48 +00:00
gson
d29cc31f6d Updated emulators/qemu to 5.1.0nb8 2020-10-25 08:22:44 +00:00
gson
b1518de5bf qemu: fix regression causing failure to boot NetBSD/sparc
Fix the bug of https://bugs.launchpad.net/qemu/+bug/1892540/
by applying the patch submitted by Philippe Mathieu-Daude.
Bump PKGREVISION.
2020-10-25 08:21:35 +00:00
wiz
ceae2b79c9 doc/TODO: add some
+ alsa-lib-1.2.4, git-base-2.29.1, i3-4.18.3, keepassxc-2.6.2,
  libbluray-1.2.1, libgcrypt-1.8.7, libimagequant-2.13.0,
  poppler-data-0.4.10, py-hypothesis-5.38.0, strawberry-0.8.3,
  ugrep-3.0.4.
2020-10-25 08:19:46 +00:00
jperkin
9aa0043ca9 texlive-collection-latexrecommended: Move META_PACKAGE higher.
Needs to come before bsd.prefs.mk, otherwise PKG_FAIL_REASON is set due
to missing PLIST.
2020-10-25 08:14:05 +00:00
nia
2a617c3557 doxygen: CMakeLists sets -std=c++14 so we don't need it in USE_LANGUAGES
Just set a minimum GCC_REQD to 5 for c++14 support so the correct
compiler gets picked
2020-10-25 04:42:43 +00:00
nia
4979c2d39a icu: Build dependencies with an equivalent gcc version
Should avoid linker errors such as
libicuuc.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
2020-10-25 04:36:53 +00:00
nia
27bd68df97 blosc: Set _POSIX_C_SOURCE for posix_memalign 2020-10-25 04:33:27 +00:00
wen
cad8d302af Updated sysutils/cfengine3 to 3.15.2 2020-10-25 03:56:00 +00:00
wen
b907db48d9 Update to 3.15.2
Upstream changes:
3.15.2:
        - 'if' constraint now works in combination with class contexts
          (CFE-2615)
        - Fixed rare crashing bug when parsing zombie entries in ps
          output. The problem was only ever observed on AIX, but could
          theoretically happen on any platform depending on exact libc behavior.
          (ENT-5329)
        - Fixed ifelse() to return fallback in case of unresolved variables
          (ENT-4653)
        - Fixed service status cfengine3 on systemd managed hosts (ENT-5528)
        - Improved management of secondary groups to avoid intermediary state failures
          (ENT-3710)
2020-10-25 03:54:31 +00:00