162595 Commits

Author SHA1 Message Date
namn
7917778454 update net/libtorrent-rasterbar 1.2.15
Changelog:
https://github.com/arvidn/libtorrent/releases/tag/v1.2.15
https://github.com/arvidn/libtorrent/releases/tag/v1.2.14

- Build with c++17 to work around c++14 / boost 1.77 crash (report and
  solution by Brad).
- Major bump due to removed symbols.
- Remove buffer.hpp patch (fixed upstream).
- Add newline in config.hpp patch.

From Brad with tweaks by me. Thanks!
Tested by Brad. OK mariani@
2021-12-31 00:31:16 +00:00
pascal
62aaf7a40c Apply workaround for changed behaviour of __builtin_constant_p in LLVM 13 in
case we are bootstrapping with the base compiler.

Found on aarch64 by phessler@
2021-12-30 22:40:19 +00:00
solene
235761067c Update to musikcube-0.96.10
Thanks to Matthias Schmidt for the update!
2021-12-30 22:33:28 +00:00
pascal
3452ea7f72 Update to OpenMW 0.47.0. 2021-12-30 22:16:17 +00:00
pascal
2b1b209b18 Update to bullet 3.21 and enable double precision (needed for OpenMW).
Initial diff and tests by op@, thanks!
2021-12-30 22:15:35 +00:00
pascal
c864b5b978 Update to irrlamb 1.0.1.
feedback/ok op@
2021-12-30 22:13:47 +00:00
pascal
26f54ec13d Update to SuperTux 0.6.3. 2021-12-30 20:37:32 +00:00
sdk
3bb3ae5a5d Update yt-dlp 2021.12.01 => 2021.12.27 by Ricardo Mestre
Changes:
2021.12.27
    Avoid recursion error when re-extracting info
    [ffmpeg] Fix position of --ppa
    [aria2c] Don't show progress when --no-progress
    [cookies] Support other keyrings by mbway
    [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
    [generic] Fix HTTP KVS Player by git-anony-mouse
    [ThumbnailsConvertor] Fix for when there are no thumbnails
    [docs] Add examples for using TYPES: in -P/-o
    [PixivSketch] Add extractors by nao20010128nao
    [tiktok] Add music, sticker and tag IEs by MinePlayersPE
    [BiliIntl] Fix extractor by MinePlayersPE
    [CBC] Fix URL regex
    [tiktok] Fix extractor_key used in archive
    [youtube] End live-from-start properly when stream ends with 403
    [Zee5] Fix VALID_URL for tv-shows by Ashish0804

2021.12.25
    [dash,youtube] Download live from start to end by nao20010128nao, pukkandan
        Add option --live-from-start to enable downloading live videos from start
        Add key is_from_start in formats to identify formats (of live videos) that downloads from start
        [dash] Create protocol http_dash_segments_generator that allows a function to be passed instead of fragments
        [fragment] Allow multiple live dash formats to download simultaneously
        [youtube] Implement fragment re-fetching for the live dash formats
        [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
        [postprocessor/ffmpeg] Add FFmpegFixupDuplicateMoovPP to fixup duplicated moov atoms
        Known issues:
            Ctrl+C doesn't work on Windows when downloading multiple formats
            If video becomes private, download hangs
    [SponsorBlock] Add Filler and Highlight categories by nihil-admirari, pukkandan
        Change --sponsorblock-cut all to --sponsorblock-cut default if you do not want filler sections to be removed
    Add field webpage_url_domain
    Add interactive format selection with -f -
    Add option --file-access-retries by ehoogeveen-medweb
    [outtmpl] Add alternate forms S, D and improve id detection
    [outtmpl] Add operator & for replacement text by PilzAdam
    [EmbedSubtitle] Disable duration check temporarily
    [extractor] Add _search_nuxt_data by nao20010128nao
    [extractor] Ignore errors in comment extraction when -i is given
    [extractor] Standardize _live_title
    [FormatSort] Prevent incorrect deprecation warning
    [generic] Extract m3u8 formats from JSON-LD
    [postprocessor/ffmpeg] Always add faststart
    [utils] Fix parsing YYYYMMDD dates in Nov/Dec by wlritchi
    [utils] Improve parse_count
    [utils] Update std_headers by kikuyan, fstirlitz
    [lazy_extractors] Fix for search IEs
    [extractor] Support default implicit graph in JSON-LD by zmousm
    Allow --no-write-thumbnail to override --write-all-thumbnail
    Fix --throttled-rate
    Fix control characters being printed to --console-title
    Fix PostProcessor hooks not registered for some PPs
    Pre-process when using --flat-playlist
    Remove known invalid thumbnails from info_dict
    Add warning when using -f best
    Use parse_duration for --wait-for-video and some minor fix
    [test/download] Add more fields
    [test/download] Ignore field webpage_url_domain by std-move
    [compat] Suppress errors in enabling VT mode
    [docs] Improve manpage format by iw0nderhow, pukkandan
    [docs,cleanup] Minor fixes and cleanup
    [cleanup] Fix some typos by unit193
    [ABC:iview] Add show extractor by pabs3
    [dropout] Add extractor by TwoThousandHedgehogs, pukkandan
    [GameJolt] Add extractors by MinePlayersPE
    [gofile] Add extractor by Jertzukka, Ashish0804
    [hse] Add extractors by cypheron, pukkandan
    [NateTV] Add NateIE and NateProgramIE by Ashish0804, Hyeeji
    [OpenCast] Add extractors by bwildenhain, C0D3D3V
    [rtve] Add RTVEAudioIE by kebianizao
    [Rutube] Add RutubeChannelIE by Ashish0804
    [skeb] Add extractor by nao20010128nao
    [soundcloud] Add related tracks extractor by Lapin0t
    [toggo] Add extractor by nyuszika7h
    [TrueID] Add extractor by MinePlayersPE
    [audiomack] Update album and song VALID_URL by abdullah-if, dirkf
    [CBC Gem] Extract 1080p formats by DavidSkrundz
    [ceskatelevize] Fetch iframe from nextJS data by mkubecek
    [crackle] Look for non-DRM formats by raleeper
    [dplay] Temporary fix for discoveryplus.com/it
    [DiscoveryPlusShowBaseIE] yield actual video id by Ashish0804
    [Facebook] Handle redirect URLs
    [fujitv] Extract 1080p from tv_android m3u8 by YuenSzeHong
    [gronkh] Support new URL pattern by Sematre
    [instagram] Expand valid URL by u-spec-png
    [Instagram] Try bypassing login wall with embed page by MinePlayersPE
    [Jamendo] Fix use of _VALID_URL_RE by jaller94
    [LBRY] Support livestreams by Ashish0804, pukkandan
    [NJPWWorld] Extract formats from m3u8 by aarubui
    [NovaEmbed] update player regex by std-move
    [npr] Make SMIL extraction non-fatal by r5d
    [ntvcojp] Extract NUXT data by nao20010128nao
    [ok.ru] add mobile fallback by nao20010128nao
    [olympics] Add uploader and cleanup by u-spec-png
    [ondemandkorea] Update jw_config regex by julien-hadleyjack
    [PlutoTV] Expand _VALID_URL
    [RaiNews] Fix extractor by nixxo
    [RCTIPlusSeries] Lazy extraction and video type selection by MinePlayersPE
    [redtube] Handle formats delivered inside a JSON by dirkf, nixxo
    [SonyLiv] Add OTP login support by Ashish0804
    [Steam] Fix extractor by u-spec-png
    [TikTok] Pass cookies to mobile API by MinePlayersPE
    [trovo] Fix inheritance of TrovoChannelBaseIE
    [TVer] Extract better thumbnails by YuenSzeHong
    [vimeo] Extract chapters
    [web.archive:youtube] Improve metadata extraction by coletdjnz
    [youtube:comments] Add more options for limiting number of comments extracted by coletdjnz
    [youtube:tab] Extract more metadata from feeds/channels/playlists by coletdjnz
    [youtube:tab] Extract video thumbnails from playlist by coletdjnz, pukkandan
    [youtube:tab] Ignore query when redirecting channel to playlist and cleanup of related code
    [youtube] Fix ytsearchdate
    [zdf] Support videos with different ptmd location by iw0nderhow
    [zee5] Support /episodes in URL
2021-12-30 20:14:37 +00:00
pascal
4bc638a8d2 Update to extremetuxracer 0.8.1. 2021-12-30 19:13:10 +00:00
pascal
78811238e7 Update to SFML 2.5.1. 2021-12-30 19:12:40 +00:00
landry
2eefc3edad databases/py-sqlalchemy: add missing RDEP on greenlet.
it's more or less a requirement for asyncio, cf
https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#asynchronous-io-support-for-core-and-orm

its been debated to make it optional in
https://github.com/sqlalchemy/sqlalchemy/issues/6136 but my experience
with buildbot was that the daemon didnt start at all if greenlet was not
present, and setup.cfg adds the requirement.
2021-12-30 18:28:52 +00:00
ajacoutot
4a8ad54ccc Update to gtk+4-4.6.0. 2021-12-30 18:19:00 +00:00
landry
c42e9ef3ef www/seamonkey: update to 2.53.10.2.
see https://www.seamonkey-project.org/releases/seamonkey2.53.10.2/
2021-12-30 17:29:56 +00:00
ajacoutot
16c4effae8 Update to py3-keyring-23.4.0. 2021-12-30 16:42:59 +00:00
ajacoutot
32757ef502 Update to duplicity-0.8.21. 2021-12-30 16:38:23 +00:00
ajacoutot
d240fb9bf4 Update to logtail-1.3.23. 2021-12-30 16:37:47 +00:00
sdk
46aeb518e8 Update remind 3.3.10 => 3.3.11 from Martin Ziemer (maintainer) 2021-12-30 16:33:50 +00:00
ajacoutot
0e3456f369 Unbreak with new neon. 2021-12-30 16:30:14 +00:00
ajacoutot
dc26b380ab Update to neon-0.32.1. 2021-12-30 16:29:56 +00:00
ajacoutot
e9dd616df4 Update to gramps-5.1.4. 2021-12-30 15:26:23 +00:00
ajacoutot
d7d5dba28f Update to gtkwave-3.3.110. 2021-12-30 15:07:40 +00:00
ajacoutot
784daa492a Update to pavucontrol-5.0. 2021-12-30 15:02:50 +00:00
sdk
6f8fcc7d1e Update hcloud 1.28.1 => 1.29.0
Changes:
* Add support for network zone "us-east"
* Build with Go 1.17
2021-12-30 12:30:22 +00:00
sthen
ebe49abf25 typo 2021-12-30 12:27:25 +00:00
sthen
34ff3c2c6b nrpe port tweaks:
- disable building with adh, it isn't working ("missing rsa certificate")
and is recommended against by upstream anyway

- add a MESSAGE suggesting that people don't use it (it is not getting
fixed upstream any more) and explaining about configuring cert/key for
standard tls.
2021-12-30 12:24:42 +00:00
sthen
b24ebf2ceb update to wireshark-3.6.1 2021-12-30 11:55:06 +00:00
sthen
220b4969a9 update to squid-5.3 2021-12-30 11:14:36 +00:00
ajacoutot
1a7f0ab721 Update to most recent GH commit. 2021-12-30 10:51:44 +00:00
sthen
fc2106e482 update to gnofract4d-4.3, from Josh Grosse with a few tweaks 2021-12-30 09:57:29 +00:00
sthen
a072ddc4b5 update to py3-psycopg2-2.9.3 2021-12-30 08:40:39 +00:00
sthen
943babf4f8 update to composer-2.2.2 2021-12-30 08:38:28 +00:00
ajacoutot
971a26ec0c Update to kpcli-3.6. 2021-12-29 22:31:52 +00:00
ajacoutot
fe19ac2571 Update to adwaita-qt-1.4.1. 2021-12-29 22:09:36 +00:00
ajacoutot
872104bdb3 Update to xdotool-3.20211022.1v0. 2021-12-29 21:54:18 +00:00
sdk
44aa936bdd Disable "register" variable name.
Cherry pick fix from:
ab27e5a59f

ok jca@
2021-12-29 20:08:33 +00:00
ajacoutot
21f0f7e854 Update to pan-0.149.
ok sthen@ pea@ (former maintainer)
2021-12-29 17:03:28 +00:00
sthen
bad20a2bfa update to libunbound-1.14.0 2021-12-29 14:24:08 +00:00
sthen
3dfcbb9d25 update to py3-skyfield-1.41 2021-12-29 14:23:39 +00:00
sthen
c33b7c39b0 update to pidgin-sipe-1.25.0, ok maintainer 2021-12-29 12:57:24 +00:00
kn
1af152192e Add missing run_depends on py3-txaio
Reported by d4, thanks.
2021-12-29 06:59:14 +00:00
danj
1b770be70f Update to minio-0.20211227
This fixes CVE-2021-43858:
https://github.com/minio/minio/security/advisories/GHSA-j6jc-jqqc-p6cx
2021-12-29 03:07:41 +00:00
pascal
2dfdbc33fb Update to rakudo 2021.12. 2021-12-28 19:28:09 +00:00
pascal
b5eae66564 Update to NQP 2021.12. 2021-12-28 19:27:52 +00:00
pascal
0b2d87196b Update to MoarVM 2021.12. 2021-12-28 19:27:22 +00:00
kn
0ba56cc87c Update to 0.9.3
Looks good to maintainer
2021-12-28 17:48:36 +00:00
kmos
dcc7762fff Fix build on sparc64 by making it use ports-gcc
ok sthen@ robert@ (maintainer)
2021-12-28 16:37:12 +00:00
sdk
7c51bcc0e2 Update radeontop 1.3 => 1.4
Software changes:
- added new PCI IDs
- works with /dev/dri/card* (no /dev/kmem access required anymore)

Port changes:
- drop readme, because /dev/dri/card* is owned by the user when xenodm
  is used to start X.
- add post extract step to set the version string for --version

ok op@
2021-12-28 16:34:02 +00:00
robert
9f20642feb update to 2021.12.96 2021-12-28 15:49:54 +00:00
semarie
a27043fd75 devel/cabal: make MODCABAL_*_TARGET public
permit overriding do-build/do-install and still use the variable

while here, don't force ONLY_FOR_ARCHS but only conditionally set it.

OK gnezdo@
2021-12-28 11:12:27 +00:00
ajacoutot
9d01628026 Forgot in previous. 2021-12-28 09:40:12 +00:00