summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31multimedia: Enable libde265ryoon1-1/+2
2020-08-31doc: Added multimedia/libde265 version 1.0.6ryoon1-1/+2
2020-08-31multimedia/libde265: import libde265-1.0.6ryoon5-0/+61
libde265 is an open source implementation of the h.265 video codec. It is written from scratch and has a plain C API to enable a simple integration into other software.
2020-08-31doc: Updated converters/qrencode to 4.1.0wiz2-3/+3
2020-08-31qrencode: update to 4.1.0.wiz2-8/+7
Version 4.1.0 (2020.8.29) ------------------------- * Command line tool "qrencode" has been improved: * New option "--inline" has been added. (Thanks to @jp-bennett) * New option "--strict-version" has been added. * UTF8 mode now supports ANSI256 color. (Thanks to András Veres- Szentkirályi) * Micro QR Code no longer requires to specify the version number. * 'make check' allows to run the test programs. (Thanks to Jan Tojnar) * Some compile time warnings have been fixed. * Various CMake support improvements. (Thanks to @mgorny and @sdf5) * Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang) * Some documentation/manpage improvements. (Thanks to Dan Jacobson) * Some performance improvements. (Thanks to @4061N and Mika Lindqvist) Release Note: The internal representation of the output code has been slightly changed - the second bit from LSB side now represents; 1:ECC bit / 0:data bit. This change is only for debug purposes and does not affect user applications.
2020-08-31doc: Updated security/py-google-auth to 1.21.0wiz2-3/+3
2020-08-31py-google-auth: update to 1.21.0.wiz2-7/+7
* add GOOGLE_API_USE_CLIENT_CERTIFICATE support
2020-08-31doc: Updated audio/libopenmpt to 0.5.2fcambus1-1/+2
2020-08-31libopenmpt: update to 0.5.2.fcambus2-8/+7
ChangeLog: ### libopenmpt 0.5.2 (2020-08-30) * [**Change**] `Makefile` `CONFIG=emscripten` now supports `EMSCRIPTEN_TARGET=all` which provides WebAssembly as well as fallback to JavaScript in a single build. * [**Regression**] `Makefile` `CONFIG=emscripten` does not support `EMSCRIPTEN_TARGET=asmjs` or `EMSCRIPTEN_TARGET=asmjs128m` any more because support has been removed from current Emscripten versions. * [**Regression**] Support for Emscripten versions older than 1.39.7 has been removed. * PP20: The first few bytes of some files were not decompressed properly, making some files unplayable (depending on the original format).
2020-08-31doc: Updated net/gallery-dl to 1.14.5leot1-1/+2
2020-08-31gallery-dl: Update to 1.14.5leot2-7/+7
Changes: 1.14.5 ------ ### Additions - [aryion] add username/password support (#960) - [exhentai] add ability to specify a custom image limit (#940) - [furaffinity] add `search` extractor (#915) - [imgur] add `search` and `tag` extractors (#934) ### Fixes - [500px] fix extraction and update URL patterns (#956) - [aryion] update folder mime type list (#945) - [gelbooru] fix extraction without API - [hentaihand] update to new site layout - [hitomi] fix redirect processing - [reddit] handle deleted galleries (#953) - [reddit] improve gallery extraction (#955)
2020-08-31doc: Updated mail/postfix to 3.5.7otis1-1/+2
2020-08-31mail/postfix: Update to 3.5.7otis2-7/+7
Changelog: With "smtp_tls_connection_reuse = yes", tlsproxy(8) was using the wrong global TLS context for connections that use DANE trust anchors or that use non-DANE trust anchors. This resulted in a global certificate verify function pointer race, between TLS handshakes that use trust achors and concurrent TLS handshakes that use PKI. No memory was corrupted in the course of all this. Reference: http://www.postfix.org/announcements/postfix-3.5.7.html
2020-08-31doc: Updated games/gemrb to 0.8.7nia2-3/+3
2020-08-31gemrb: Update to 0.8.7nia7-27/+138
GemRB v0.8.7 (2020-08-23): New features: - new smarter pathfinder with bumping support - animal taming, iwd2 hardcoded saving throw bonuses - vcpkg and out-of-the box msvc support - non-ascii data filename support Improved features: - disk reading speedups, ease of setup - iwd chargen, pst spell timing, hardcoded overlays, iwd2 casting ai - better actor speeds & walk sounds - audio, pst ini handling, savegame compatibility, morale handling - effects, projectiles, actions, range calculations - bugfixes Notes: - switched to c++11 and cmake 3.1 as a minimum - dropped windows 9x compatibility
2020-08-31rust-bin: apparently, CHECK_RELRO_SKIP takes shell patternsnia1-9/+2
2020-08-31doc: Updated archivers/brotli to 1.0.9wiz2-3/+3
2020-08-31brotli: update to 1.0.9.wiz3-13/+12
Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, `memcpy` is invoked with a gigantic `num` value, that will likely cause the crash.
2020-08-31doc: Updated audio/fasttracker2 to 1.31fox1-1/+2
2020-08-31audio/fasttracker2: Updates to v1.31fox2-7/+7
Changes since v1.30 v1.31 - 28.08.2020 - The audio channel mixer is floating-point based now, for a theoretical precision improvement. - Windows: The 32-bit version now has the same mixer as the 64-bit version (e.g. you can use >48kHz rates). - Fixed an issue where the channel panning could overflow if pan was close to 255 ($80) and you had a panning envelope going upwards. - Fixed another issue with dithering in 16-bit audio output mode (d'oh) - Dithering is now always enabled for 16-bit audio output mode, and the "dithering" checkbox has been removed from the config screen. - Disk op.: When listing modules, only list .wav files if "Save as:" is set to "WAV". - Fixed a misplaced pixel on the "Usable" mouse pointer type graphics =) - Code cleanup (more sensible variable names in the audio mixer)
2020-08-30doc: Added security/pinentry-gnome3 version 1.1.0wiz1-1/+2
2020-08-30security/Makefile: + pinentry-gnome3wiz1-1/+2
2020-08-30pinentry: Makefile.common: mention use by pinentry-gnome3wiz1-2/+3
2020-08-30security/pinentry-gnome3: import pinentry-gnome3-1.1.0wiz3-0/+29
This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project. It provides programs for several graphical toolkits, such as FLTK, GTK+ and QT, as well as for the console, using curses. This package contains the GNOME 3 frontend.
2020-08-30deforaos-panel: fix wrong dependency on Gtk+ 2khorben1-3/+2
This should fix building meta-pkgs/deforaos-desktop. Thanks joerg@ for the heads up!
2020-08-30gr-osmosdr: drop some unused dependencies (osmo-sdr and libmirisdr)tnn1-3/+1
Upstream doesn't build support for these devices by default anymore: > The actual osmosdr had only a very limited production run many years > ago and is therefore of little interest to most gr-osmosdr users. > Mirisdr was experimental at best, because the dongles were never > widely avaialble outside of Japan and had multiple unconnected antenna > ports.
2020-08-30doc: note gnuradio updatestnn2-3/+20
2020-08-30gr-osmosdr: update to 0.2.2tnn8-104/+24
This adds support for gnuradio 3.8 & boost compatibility fixes
2020-08-30py-qwt-qt4: remove, was only used by the outdated gnuradio packagetnn7-191/+1
2020-08-30py-scipy12: remove; no more consumers in pkgsrctnn6-1732/+1
2020-08-30rust-bin: Move compat80 DEPENDS to more sensible locationnia1-4/+2
2020-08-30gnuradio: update to 3.8.1.0. See gnuradio-core for ChangeLog.tnn1-7/+2
2020-08-30gnuradio-zeromq: update to 3.8.1.0tnn3-20/+26
2020-08-30gnuradio-wavelet: update to 3.8.1.0tnn3-8/+11
2020-08-30gnuradio-vocoder: update to 3.8.1.0tnn3-28/+30
2020-08-30gnuradio-video-sdl: update to 3.8.1.0tnn3-10/+16
2020-08-30gnuradio-utils: update to 3.8.1.0tnn3-118/+10
2020-08-30gnuradio-uhd: update to 3.8.1.0tnn3-46/+19
2020-08-30gnuradio-trellis: update to 3.8.1.0tnn3-79/+37
2020-08-30gnuradio-qtgui: update to 3.8.1.0tnn2-81/+33
2020-08-30gnuradio-fec: update to 3.8.1.0tnn3-46/+61
2020-08-30gnuradio-dtv: update to 3.8.1.0tnn3-71/+76
2020-08-30gnuradio-doxygen: update to 3.8.1.0tnn2-2914/+810
2020-08-30gnuradio-digital: update to 3.8.1.0tnn3-131/+87
2020-08-30gnuradio-ctrlport: update to 3.8.1.0tnn3-21/+13
2020-08-30gnuradio-companion: update to 3.8.1.0tnn2-84/+437
2020-08-30gnuradio-channels: update to 3.8.1.0tnn2-20/+28
2020-08-30gnuradio-core: update to 3.8.1.0tnn63-1344/+188
Here is a very high level list of changes: ## Changed ### Project Scope - C++11 - merged the wholeness of the `next` branch - Dependency version bumps: CMake, GCC, MSVC, Swig, Boost - New dependencies: MPIR/GMP, Qt5, gsm, codec2 - Removed dependencies: libusb, Qt4, CppUnit - Python: Python 2 & Python 3 compatible. 3.8 will be the last Py2k-compatible release series - gengen was replaced by templates (if you don't know gengen, don't do any research; save yourself that sorrow) - Modern CMake (as far as feasible at this point) - VOLK version updated to v2.0.0 - .clang-format file now dictates coding style - clang-format'ed the whole tree. - installed CMake files now tell about configuration ### gnuradio-runtime - reworked fractional tag time handling, especially in the context of resamplers ### GRC - C++ generation as option - YAML instead of XML - removed `blks2` - much better canvas tooling - consistent gobject usage - ROUNDED ARROWS ### gr-qtgui - moving from Qt4 to Qt5 ### gr-utils - `gr_modtool` now vastly improved ### gr-vocoder - improved versatility - removed in-tree libgsm, libcodec2, use system-wide libs ## Removed ### Project Scope - Modules `gr-comedi`, `gr-fcd` and `gr-wxgui` are gone ### gr-comedi - nobody could remember who used this, or for what. It has seen 0 active code contributions in the 3.7 lifecycle ### gr-digital - python-based `packet_encoder` and related tools: Bugs that were sporadic and never fixed, so after long deprecation, we're removing it ### gr-fcd - since it's currently untestable by the CI, it's being removed, as there was no code contributions. Generally, we strive to include all batteries with GNU Radio. Re-integration within a more general SDR interface would be desirable. ### gr-utils - removed PyQwt (dead) based tools ### gr-wxgui - Unmaintained, breaks on increasingly many systems, always was slower than Qtgui. We've been starting to tell people to migrate to Qt since at least 2015. Now, we're finally removing it.
2020-08-30go-ttf: comment out master site due to dynamically generated archive. Fall ↵tnn1-2/+2
back to nbftp
2020-08-30doc: Updated www/p5-Template-Toolkit to 3.009wiz1-1/+2