summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-19invert a python version conditionaltnn1-2/+2
2020-12-19doc: Updated net/bind911 to 9.11.26taca1-1/+2
2020-12-19net/bind911: update to 9.11.26taca2-8/+7
Update bind911 to 9.11.26 (BIND 9.11.26) which is maintenance release. --- 9.11.26 released --- 5544. [func] Restore the default value of "nocookie-udp-size" to 4096 bytes. [GL #2250] 5541. [func] Adjust the "max-recursion-queries" default from 75 to 100. [GL #2305] 5540. [port] Fix building with native PKCS#11 support for AEP Keyper. [GL #2315] 5539. [bug] Tighten handling of missing DNS COOKIE responses over UDP by falling back to TCP. [GL #2275] 5534. [bug] The CNAME synthesized from a DNAME was incorrectly followed when the QTYPE was CNAME or ANY. [GL #2280]
2020-12-19(math/py-astroML) import py38-astroML-1.0mef4-0/+359
Based on PR pkg/55871 by Daisuke Kinoshita: AstroML is an Astropy affiliated Python module for machine learning and data mining in astronomy.
2020-12-19lang/ruby: try removing extra directorytaca2-4/+9
Try removing extra directory and make "make print-PLIST" happy a little.
2020-12-19(math/py-astroplan) import py38-astroplan-0.7mef4-0/+126
Based on PR pkg/55872 by Daisuke Kinoshita Astroplan is an Astropy affiliated Python module for planning astronomical observations.
2020-12-19(math/py-astroquery) import py38-astroquery-0.3.9mef4-0/+1345
Based on PR pkg/55870 by Daisuke Kinoshita: Astropy coordinated Python module for querying astronomical databases.
2020-12-19(math/py-pyvo) import py38-pyvo-1.1mef4-0/+365
Based on PR pkg/55869 by Daisuke Kinoshita: Astropy affiliated Python module for accessing to databases at virtual observatories.
2020-12-19go-bin: s/go/go-bin/bsiegert1-2/+2
thanks Edgar Fuss
2020-12-19go-bin: support for Darwin/arm64.bsiegert2-2/+16
This uses go-1.16.beta1, which is the first (beta) release to natively support Apple Silicon on macOS. Discussed and tested on tech-pkg@. Note that more is missing to be able to use Go 1.16 to build packages on Darwin/aarch64 (or arm64).
2020-12-19(math/py-pyerfa) import py38-pyerfa-1.7.1.1mef4-0/+70
Based on PR pkg/55867 by Daisuke Kinoshita: PyERFA is a Python wrapper for ERFA (Essential Routines for Fundamental Astronomy) library.
2020-12-19(math/py-jplephem) import py38-jplephem-2.15mef4-0/+72
Based on PR pkg/55866 by Daisuke Kinoshita: Jplephem is a Python module for loading JPL (Jet Propulsion Laboratory) ephemeris for dynamical calculations of solar system bodies.
2020-12-19doc: Updated databases/postgresql-postgis2 to 3.1.0nb1gdt1-1/+2
2020-12-19postgresql-postgis2: Update to 3.1.0gdt3-11/+27
packaging changes: PostgresQL 9.5 is no longer supported. Upstream NEWS: PostGIS 3.1.0 2020/12/18 This version requires PostgreSQL 9.6 or higher and GEOS 3.6 or higher Additional features are enabled if you are running GEOS 3.9. * Breaking changes * - #4737, Bump minimum protobuf-c requirement to 1.1.0 (Raúl Marín) The configure step will now fail if the requirement isn't met or explicitly disabled (--without-protobuf) - #4258, Separated postgis_sfcgal from postgis into its own lib file and extension (Regina Obe) - #4577, Drop support for PostgreSQL 9.5 (Raúl Marín) - #4601, ST_TileEnvelope signature changed. - #3057, ST_Force3D, ST_Force3DZ, ST_Force3DM and ST_Force4D signatures changed. * Deprecated signatures * - Function postgis_svn_version() replaced by postgis_lib_revision() (Sandro Santilli) - #4214, Deprecated ST_Count(tablename,...), ST_ApproxCount(tablename, ...) ST_SummaryStats(tablename, ..), ST_Histogram(tablename, ...), ST_ApproxHistogram(tablename, ...), ST_Quantile(tablename, ...), ST_ApproxQuantile(tablename, ...) removed. (Darafei Praliaskouski) * New features* - #4687, (GEOS 3.9+) MaximumInscribedCircle (Paul Ramsey) - (GEOS 3.9+) Optional gridSize parameter to ST_Union, ST_UnaryUnion, ST_Difference, ST_Intersection, ST_SymDifference, ST_Subdivide for overlay with exact tolerance (Sandro Santilli) - #4624, ST_HexagonGrid and ST_SquareGrid, set returning functions to generate tilings of the plane (Paul Ramsey) - #4624, ST_Hexagon and ST_Square, shape generators (Paul Ramsey) - #4804, (GEOS 3.9+) ST_ReducePrecision allows valid precision reduction (Paul Ramsey) - #4710, ST_ClusterKMeans now works with 3D geometries (Darafei Praliaskouski) - #4801, ST_ClusterKMeans supports weights in POINT[Z]M geometries (Darafei Praliaskouski) - #4805, _ST_SortableHash exposed to work around parallel soring performance issue in Postgres. If your table is huge, use ORDER BY _ST_SortableHash(geom) instead of ORDER BY geom to make parallel sort faster (Darafei Praliaskouski) - #4625, Correlation statistics now calculated. Run ANALYZE for BRIN indexes to start kicking in. (Darafei Praliaskouski) - #4698, Add a precision parameter to ST_AsEWKT (Raúl Marín) * Enhancements * - #4789, Sped up TopoJSON output for areal TopoGeometry with many holes (Sandro Santilli) - #4758, Improved topology noding robustness (Sandro Santilli) - Make ST_Subdivide interruptable (Sandro Santilli) - #4660, Changes in double / coordinate printing (Raúl Marín) - Use the shortest representation (enough to guarantee roundtrip). - Uses scientific notation for absolute numbers smaller than 1e-8. The previous behaviour was to output 0 for absolute values smaller than 1e-12 and fixed notation for anything bigger than that. - Uses scientific notation for absolute numbers greater than 1e+15 (same behaviour). - The precision parameter now also affects the scientific notation (before it was fixed [5-8]). - All output functions now respect the requested precision (without any limits). - The default precision is the same (9 for GeoJSON, 15 for everything else). - #4746, Micro optimizations to the serialization process (Raúl Marín) - #4623, Optimize varlena returning functions (Raúl Marín) - #4615, Speed up geojson output (Raúl Marín) - #4737, Improve performance and reduce memory usage in ST_AsMVT, especially in queries involving parallelism (Raúl Marín) - #4719, Fail fast when srids don't match ST_Intersection(geometry,raster) Also schema qualify calls in function. (Regina Obe) - #4784, Add ST_CollectionExtract(geometry) with default behaviour of extracting the components of highest coordinate dimension. (Paul Ramsey) - #4675, topology.GetRingEdges now implemented in C (Sandro Santilli) - #4672, Cache getSRSbySRID and getSRIDbySRS for better performance (Raúl Marín) - #4676, #4657 Avoid decompressing toasted geometries to read only the header (Raúl Marín) - #4677, Share gserialized objects between different cache types (Raúl Marín) - #4601, Add ST_TileEnvelope margin argument (Yuri Astrakhan) - #2972, Add quiet mode (-q) to pgsql2shp (Kristian Thy) - #3057, Optional value params for Force3D*, Force4D functions (Kristian Thy) - #4569, Allow unknown SRID geometry insertion into typmod SRID column (Paul Ramsey) - #4149, ST_Simplify(geom, 0) is now O(N). ST_Affine (ST_Translate, ST_TransScale, ST_Rotate) optimized. ST_SnapToGrid optimized. (Darafei Praliaskouski) - #4656, Cast a geojson_text::geometry for implicit GeoJSON ingestion (Raúl Marín)
2020-12-19(math/py-astropy) import py38-astropy-4.2mef4-0/+2785
Based on PR pkg/55864 by Daisuke Kinoshita: Astropy is a Python module for astronomical calculations, data analysis, and plotting.
2020-12-19(devel/py-extension-helpers) import py38-extension-helpers-0.1mef4-0/+74
Based on PR pkg/55862 by Daisuke Kinoshita The extension-helpers package includes convenience helpers to assist with building Python packages with compiled C/Cython extensions. It is developed by the Astropy project but is intended to be general and usable by any Python package.
2020-12-19doc: Updated print/xpdf4 to 4.02nb9rhialto1-1/+2
2020-12-19print/xpdf4: include sample xpdfrc and adjust font search path to PREFIX.rhialto5-4/+95
2020-12-19pyversion.mk: Do not create self-conflicts for incompatible versionsnia1-1/+3
This resolves a problem where graphics/py-cairo and graphics/py-cairo118 cannot be installed simulatenously despite not conflicting. PR pkg/55881
2020-12-19(math/py-asdf) import py38-asdf-2.7.1mef4-0/+655
Based on PR pkg/55863 by Daisuke Kinoshita The Advanced Scientific Data Format (ASDF) is a next-generation interchange format for scientific data.
2020-12-19mpv: Make wayland option unavailable on non-Linux for now.nia1-5/+4
Upstream decided to make wayland support linux-only. This doesn't actually matter much at all since you can just use the SDL video output...
2020-12-19doc: Updated net/mitmproxy to 6.0.2leot1-1/+2
2020-12-19mitmproxy: Update to 6.0.2leot3-40/+30
Changes: 15 December 2020: mitmproxy 6.0.2 ================================= * Fix reading of saved flows in mitmweb. 13 December 2020: mitmproxy 6.0.1 ================================= * Fix flow serialization in mitmweb. 13 December 2020: mitmproxy 6.0 =============================== * Mitmproxy now requires Python 3.8 or above. * Deprecation of pathod and pathoc tools and modules. Future releases will not contain them! (@Kriechi) * SSLKEYLOGFILE now supports TLS 1.3 secrets (@mhils) * Fix query parameters in asgiapp addon (@jpstotz) * Fix command history failing on file I/O errors (@Kriechi) * Add example addon to suppress unwanted error messages sent by mitmproxy. (@anneborcherding) * Updated imports and styles for web scanner helper addons. (@anneborcherding) * Inform when underscore-formatted options are used in client arg. (@jrblixt) * ASGIApp now ignores loaded HTTP flows from somewhere. (@linw1995) * Binaries are now built with Python 3.9 (@mhils) * Fixed the web UI showing blank page on clicking details tab when server address is missing (@samhita-sopho) * Tests: Replace asynctest with stdlib mock (@felixonmars) * MapLocal now keeps its configuration when other options are set. (@mhils) * Host headers with non-standard ports are now properly updated in reverse proxy mode. (@mhils) * Fix missing host header when replaying HTTP/2 flows (@Granitosaurus)
2020-12-19doc: Updated security/py-OpenSSL to 20.0.1leot1-1/+2
2020-12-19py-OpenSSL: Update to 20.0.1leot4-30/+27
Changes: 20.0.1 (2020-12-15) ------------------- Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Deprecations: ^^^^^^^^^^^^^ Changes: ^^^^^^^^ - Fixed compatibility with OpenSSL 1.1.0. 20.0.0 (2020-11-27) ------------------- Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - The minimum ``cryptography`` version is now 3.2. - Remove deprecated ``OpenSSL.tsafe`` module. - Removed deprecated ``OpenSSL.SSL.Context.set_npn_advertise_callback``, ``OpenSSL.SSL.Context.set_npn_select_callback``, and ``OpenSSL.SSL.Connection.get_next_proto_negotiated``. - Drop support for Python 3.4 - Drop support for OpenSSL 1.0.1 and 1.0.2 Deprecations: ^^^^^^^^^^^^^ - Deprecated ``OpenSSL.crypto.loads_pkcs7`` and ``OpenSSL.crypto.loads_pkcs12``. Changes: ^^^^^^^^ - Added a new optional ``chain`` parameter to ``OpenSSL.crypto.X509StoreContext()`` where additional untrusted certificates can be specified to help chain building. `#948 <https://github.com/pyca/pyopenssl/pull/948>`_ - Added ``OpenSSL.crypto.X509Store.load_locations`` to set trusted certificate file bundles and/or directories for verification. `#943 <https://github.com/pyca/pyopenssl/pull/943>`_ - Added ``Context.set_keylog_callback`` to log key material. `#910 <https://github.com/pyca/pyopenssl/pull/910>`_ - Added ``OpenSSL.SSL.Connection.get_verified_chain`` to retrieve the verified certificate chain of the peer. `#894 <https://github.com/pyca/pyopenssl/pull/894>`_. - Make verification callback optional in ``Context.set_verify``. If omitted, OpenSSL's default verification is used. `#933 <https://github.com/pyca/pyopenssl/pull/933>`_ - Fixed a bug that could truncate or cause a zero-length key error due to a null byte in private key passphrase in ``OpenSSL.crypto.load_privatekey`` and ``OpenSSL.crypto.dump_privatekey``. `#947 <https://github.com/pyca/pyopenssl/pull/947>`_
2020-12-19doc: Updated www/py-wsproto to 1.0.0leot1-1/+2
2020-12-19py-wsproto: Update to 1.0.0leot2-8/+8
Changes: 1.0.0 (2020-11-22) ------------------ - Prevent invalid window bit sizes. - Added support for Python 3.8 and 3.9.
2020-12-19doc: Updated devel/lua-rocks to 3.5.0nia1-1/+2
2020-12-19lua-rocks: Update to 3.5.0nia2-9/+10
## What's new in LuaRocks 3.4.0 ### Features * `luarocks make` now supports `--only-deps` * `luarocks make` new flag: `--no-install`, which only performs the compilation step * `--deps-only` is now an alias for `--only-deps` (useful in case you always kept getting it wrong, like me!) * `luarocks build` and `luarocks make` now support using `--pin` and `--only-deps` at the same time, to produce a lock file of dependencies in use without installing the main package. * `luarocks show` can now accept a substring of the rock's name, like `list`. * `luarocks config`: when running without system-wide permissions, try storing the config locally by default. Also, if setting both lua_dir and --lua-version explicitly, auto-switch the default Lua version. * `luarocks` with no arguments now prints more info about the location of the Lua interpreter which is being used * `luarocks new_version` now keeps the old URL if the MD5 doesn't change. * `DEPS_DIR` is now accepted as a generic variable for dependency directories (e.g. `luarocks install foo DEPS_DIR=/usr/local`) * Handle quoting of arguments at the application level, for improved Windows support * All-in-one binary bundles `dkjson`, so it runs `luarocks upload` without requiring any additional dependencies. * Tweaks for Terra compatibility ### Fixes * win32: generate proper temp filename * No longer assume that Lua 5.3 is built with compat libraries and bundles `bit32` * `luarocks show`: do not crash when rockspec description is empty * When detecting the location of `lua.h`, check that its version matches the version of Lua being used * Fail gracefully when a third-party tool (wget, etc.) is missing * Fix logic for disabling mirrors that return network errors * Fix detection of Lua path based on arg variable * Fix regression on dependency matching of luarocks.loader
2020-12-19doc: Updated multimedia/mpv to 0.33.0leot2-3/+3
2020-12-19mpv: Update to 0.33.0leot13-455/+50
pkgsrc changes: - Remove `ass' option: libass is now always needed and enabled - Add `openal' option to enable openal ao (disabled by default) - Remove pkgsrc patches ao-s that were removed in 0.33.0 (a possible patch for oss ao is under discussion upstream: https://github.com/mpv-player/mpv/pull/8312 ) Changes: 0.33.0 ====== Features -------- Added ~~~~~ - scripting: load scripts from directories - mac: activate logging when started from the bundle - ytdl_hook.lua: delay load subtitles - sub: add an option to filter subtitles by regex - scripting: add a way to run subprocesses as "scripts" - command: implement asynchronous commands and support for named arguments - player: add optional separate video decoding thread - vo_gpu: d3d11: add support for exclusive fullscreen - w32_common: Support HiDPI on Windows - vo_x11: add 10 bit support - vo_gpu: add BT.2390 tone-mapping - client API: add software rendering API - audio: add scaletempo2 filter based on chromium - auto_profiles: add this script - stream: Implement slice:// for reading slices of streams - player: add automatic loading of external cover art files - vo_sixel: implement terminal video output using sixel Changed ~~~~~~~ - sws_utils: use zimg by default if available - build: pick up Lua 5.2 by default (preferred over 5.1) - build: disable RPI vendor blob auto-detection in favor of open-source stack - build: make C11 atomics mandatory - build: make libass non-optional - player: stricter filename matching for external subtitle auto-loading - lua: support Unicode paths in script loading and IO library - vo_direct3d: rip out texture video rendering path and dumb down OSD rendering - audio: rewrite internal audio handling and AO API - build: disable GLX by default Removed ~~~~~~~ - stream_libarchive: disable tar support due to bugs - Remove remains of Libav compatibility - stream_smb: remove due to lack of thread safety and the abundance of alternatives, FFmpeg still includes SMB support - command: remove legacy hook API (has been deprecated for a long time) - client API: remove deprecated qthelper.hpp header - removed audio outputs: sndio, rsound, oss - x11: remove xdg-screensaver invocations that supported dbus based idle inhibit - client API: deactivate the opengl_cb API - build system: drop Python 2 compatbility Options and Commands -------------------- Added ~~~~~ - demux: add option to disable cache "sharing" between back and forward buffers - player: add ab-loop-count option/property - ytdl_hook: add a way to use ytdl's default formats - ytdl_hook: add all_formats option that loads all formats that were found - demux_mkv: document probe-start-time option and enable it by default - command: extend osd-overlay command with bounds reporting - player: a number of new playlist contol commands/properties - ipc: add --input-ipc-client option - options: add option to control display-sync factor - vo_gpu: add better gamut clipping option - vo_gpu: vulkan: add ability to disable events - x11: add option to make window appear on a specific workspace - wayland: expose wayland-app-id as a user option - player: add --subs-with-matching-audio option - command: add read-only focused property - screenshot: option to use software rendering for screenshots - command: add delete-watch-later-config - command: new property mouse-pos with current position and hover state Changed ~~~~~~~ - options: remove deprecation warning for "-foo bar" syntax - player: make audio hr-seek default - ad_lavc: disable decoder downmix by default - command: support save-position-on-quit for "stop" command too - command: extend subprocess command - options: do not accept ":" as separator anymore in key/value lists Deprecated ~~~~~~~~~~ - demux: deprecate --cache-secs Removed ~~~~~~~ - wayland: remove wayland-frame-wait-offset option - input: remove deprecated --input-file option - vo_vdpau: remove deprecated/inactive --vo-vdpau-deint option Fixes and Minor Enhancements ---------------------------- - options: stop hiding deprecated options from --help output - lua, js: add mp.get_script_directory() function - lua: fix security relevant loading order issue with scripts - player: make screenshot each-frame mode more accurate - bash completion: complete ao/af/vo/vf options - zimg: add alpha support - wayland: make resizing better - edl: add mechanism for delay loading streams - stream_file: fix caching-related performance regression on CIFS - cocoa-cb: fix crashes and issues with UI updates - sub, demux: improve behavior with negative subtitle delay/muxed subs - demux: make seek ranges work for static images + audio - cocoa-cb: support maximize/minimize on startup - umpv: change from legacy FIFO to socket - stats: move input speed to cache page, make it a graph - stats: add fourth page with performance graphs - command: print edition title to OSD when cycling - zimg: add support for big endian input and output - demux_mkv: add png intra support - build: detect VT_GETMODE on FreeBSD and DragonFly - win32: use windows 10 native virtual-terminal if available - vo_gpu: enable frame caching for still frames - command: add property to return text subtitles in ASS - vo_gpu: ra_pl: add timers support - build: allow vo_wlshm on more Wayland platforms (e.g. FreeBSD) - zimg: add slice threading and use it by default - command: add a way to access properties of a current track - vo_gpu: EGL: fix transparency on X11/EGL/Mesa - vd_lavc: add AV1 to the default allowed hwdec codec list
2020-12-19doc: Updated www/links-gui to 2.21nia1-1/+2
2020-12-19doc: Updated www/links to 2.21nia1-1/+2
2020-12-19links: Update to 2.21nia4-11/+9
=== RELEASE 2.21 === Sun Aug 2 15:26:02 cet 2020 mikulas: Workaround for a crash on OS/2 caused by gcc3 bug Thu Apr 16 18:17:39 CEST 2020 Emir Yasin SARI <bitigchi@me.com>: Updated Turkish translation Wed Jan 8 18:25:17 CET 2020 mikulas: Fix a bug that textarea was broken if it immediatelly followed a list Sun Nov 3 09:33:08 CET 2019 pluvano <me@pluvano.com>: Delete the 4-pixel border in Xwindow Tue Oct 8 20:26:47 CEST 2019 mikulas: Fix a bug that an image would not be properly resized sometimes
2020-12-19doc: Updated security/dropbear to 2020.81nia1-1/+2
2020-12-19dropbear: Update to 2020.81nia3-64/+8
2020-12-19doc: Updated devel/texttest to 4.0.5schmonz1-1/+2
2020-12-19Update to 4.0.5. From the changelog:schmonz3-10/+9
- Fix for #72, newly generated test suite refers to file using $TEXTTEST_ROOT now to make it easier to version control - Fix for #75, improve naming of controls and handle lack of source file in Import Files dialog - Fix for #74, focus now in first combo box or text field in dialogs, not just first text field. Mainly for Import Files. - Fixing preview of new or missing files that cannot be decoded using the default encoding - Fix an issue when starting sge slave - Fix issue when the config queue capacity is None - Restore functionality to have mode-dependent window sizes (dynamic_screen_height etc) which was lost in 4.0 - Possibility to increase parallelism via queue_system_max_capacity - Make sure we can terminate running tests
2020-12-19doc: Updated games/cataclysm-dda-sdl to 0.E.3nia1-1/+2
2020-12-19doc: Updated games/cataclysm-dda to 0.E.3nia1-1/+2
2020-12-19cataclysm-dda: Update to 0.E.3.nia2-8/+8
This is a minor bugfix release, and includes some build fixes for clang.
2020-12-19fcgi: Update HOMEPAGEnia1-2/+2
2020-12-19doc: Added textproc/libcue version 2.2.1nia1-1/+2
2020-12-19Add textproc/libcuenia6-1/+48
libcue provides an API for parsing and extracting data from CUE sheets.
2020-12-19gnome-tracker: Fix pkg-config configuration of dependent packages.nia1-1/+3
2020-12-19lua-zlib: Do not build with -bundle on macOSnia1-1/+3
2020-12-18doc: Updated devel/exempi to 2.5.2nia1-1/+2
2020-12-18exempi: Update to 2.5.2nia4-36/+7
2.5.2 - 2020/06/24 - Bug #18: Remove an unnecessary message to stdout in the exempi tool. https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/18 - Bug #20: Test file formats. This also change the GIF sample to GIF89a. https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/20 - Bug #17: `make check` should build more reliably now. https://gitlab.freedesktop.org/libopenraw/exempi/issues/17 - MR !1: Remove deprecated C++ to compile with C++17. https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/1 - MR !2: Fix a build failure with C++17. https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/2 2.5.1 - 2019/07/28 - Bug #9: [CVE-2018-12648] Fix null-pointer-dereference in WEBP. https://gitlab.freedesktop.org/libopenraw/exempi/issues/9 - Bug #12: Invalid WEBP cause a memory overflow. https://gitlab.freedesktop.org/libopenraw/exempi/issues/12 - Bug #13: Fix a buffer a overflow in ID3 support on invalid MP3. https://gitlab.freedesktop.org/libopenraw/exempi/issues/13 - Bug #14: Invalid MP3 cause a memory overflow. https://gitlab.freedesktop.org/libopenraw/exempi/issues/14
2020-12-18doc: Updated graphics/feh to 3.6.1nia1-1/+2
2020-12-18feh: Update to 3.6.1nia2-7/+7
Sun, 06 Dec 2020 08:34:15 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v3.6.1 * Fix excessive memory consumption when showing long-running slideshows with thousands to tens of thousands of images and feh has been compiled with exif=1 (see https://github.com/derf/feh/issues/553) * Fix memory leak when showing long-running slideshows with relatively few images and feh has been compiled with exif=1 (ibid.) * Fix memory leak when reloading an image and feh has been compiled with exif=1 * Fix memory leak in --draw-exif * Fix memory leak when reloading HTTP files with --no-conversion-cache Mon, 30 Nov 2020 19:44:47 +0100 Daniel Friesel <derf+feh@finalrewind.org> * Release v3.6 * Add flip and rotate options to the menu * Improve unloadable image detection time (e.g. for large video files) by checking a file's header before passing it to Imlib2. For rarely used image formats, there is a very small chance that an image which could be loaded by feh 3.5 is reported as unloadable by feh 3.6 due to this change. Set FEH_SKIP_MAGIC=1 to bypass the header check in this case. See <https://phab.enlightenment.org/T8739> and <https://github.com/derf/feh/issues/505> for details.