Commit graph

321141 commits

Author SHA1 Message Date
ryoon
c7a3f5f76d doc: Updated graphics/krita to 4.3.0 2020-06-19 15:12:14 +00:00
ryoon
9b18de3059 krita: Update to 4.3.0
* Fix build with Qt 5.15.0 (PR pkg/55394).
* Do not remove -Werror=implicit-function-declaration.
* Require c++14.

Changelog:
* Improve animation.
* Add watercolor effect brushes.
* More filters.
* Improve layer performance.
* Improve RGBA brushes.
* Multi-dimension export for GIH.
* Add magnetic selection tool.
* Improve Magic Wand.
2020-06-19 15:11:29 +00:00
taca
545bb2cca8 doc: Updated misc/ruby-parallel to 1.19.2 2020-06-19 13:51:37 +00:00
taca
f122250d1d misc/ruby-parallel: update to 1.19.2
Update ruby-parallel to 1.19.2.


1.19.2 (2020-06-17)

* docs: Improve notes about ActiveRecord.
* Allow timeout usage inside of thread.
2020-06-19 13:51:14 +00:00
taca
df014885cb doc: Updated www/squid4 to 4.12 2020-06-19 13:45:19 +00:00
taca
5d606ef370 www/squid4: update to 4.12
Update squid4 to 4.12 (Squid 4.12).  This release includes fix for
CVE-2020-14058:   <http://www.squid-cache.org/Advisories/SQUID-2020_6.txt>.


Changes to squid-4.12 (05 Jun 2020):

	- Regression Fix: Revert to slow search for new SMP shm pages
	- Bug 5045: ext_edirectory_userip_acl is missing include files
	- Bug 5041: Missing Debug::Extra breaks build on hosts with systemd
	- Bug 5030: Negative responses are never cached
	- HTTP: validate Content-Length value prefix
	- HTTP: add flexible RFC 3986 URI encoder
	- SslBump: disable OpenSSL TLSv1.3 support for older TLS traffic
	- Tests: Support passing a custom config.cache to test builds
	- Fix IPFilter IPv6 detection, especially on NetBSD
	- Fix stall if transaction overwrites a recently active cache entry
	- ... and some compile fixes
2020-06-19 13:44:28 +00:00
nia
4779d4a3f8 doc: Updated emulators/libretro-mgba to 0.8.2 2020-06-19 13:34:44 +00:00
nia
90e37a90e6 libretro-mgba: Update to 0.8.2
0.8.2: (2020-06-14)
Emulation fixes:
 - ARM: Fix timing on Thumb shift instructions
 - GB: Fix GBC game registers after skipping BIOS
 - GB MBC: Support 4MB MBC30 ROMs (fixes mgba.io/i/1713)
 - GB Video: Fix BGPS value after skipping BIOS (fixes mgba.io/i/1717)
 - GBA: Add missing RTC overrides for Legendz games
 - GBA BIOS: Reset renderer when RegisterRamReset called (fixes mgba.io/i/1756)
 - GBA SIO: Fix Multiplayer busy bit
 - GBA SIO: Fix double-unloading active driver
 - GBA Timers: Fix deserializing count-up timers
 - GBA Video: Fix mosaic objects drawing past the end (fixes mgba.io/i/1702)
 - GBA Video: Fix disabling OBJWIN in GL renderer (fixes mgba.io/i/1759)
 - GBA Video: Add missing parts of 256-color mode 0 mosaic (fixes mgba.io/i/1701)
 - GBA Video: Fix double-size OBJ wrapping in GL renderer (fixes mgba.io/i/1712)
 - GBA Video: Simplify sprite cycle counting (fixes mgba.io/i/1279)
 - GBA Video: Fix sprite/backdrop blending regression
2020-06-19 13:34:33 +00:00
nia
015858641d doc: Updated lang/janet to 1.10.1 2020-06-19 13:26:24 +00:00
nia
f15c44b8d1 janet: Update to 1.10.1
## 1.10.1 - 2020-06-18
- Expose `janet_table_clear` in API.
- Respect `JANET_NO_PROCESSES` define when building
- Fix `jpm` rules having multiple copies of the same dependency.
- Fix `jpm` install in some cases.
- Add `array/trim` and `buffer/trim` to shrink the backing capacity of these types
  to their current length.

## 1.10.0 - 2020-06-14
- Hardcode default jpm paths on install so env variables are needed in fewer cases.
- Add `:no-compile` to `create-executable` option for jpm.
- Fix bug with the `trace` function.
- Add `:h`, `:a`, and `:c` flags to `thread/new` for creating new kinds of threads.
  By default, threads will now consume much less memory per thread, but sending data between
  threads may cost more.
- Fix flychecking when using the `use` macro.
- CTRL-C no longer exits the repl, and instead cancels the current form.
- Various small bug fixes
- New MSI installer instead of NSIS based installer.
- Make `os/realpath` work on windows.
- Add polymorphic `compare` functions for comparing numbers.
- Add `to` and `thru` peg combinators.
- Add `JANET_GIT` environment variable to jpm to use a specific git binary (useful mainly on windows).
- `asm` and `disasm` functions now use keywords instead of macros for keys. Also
  some slight changes to the way constants are encoded (remove wrapping `quote` in some cases).
- Expose current macro form inside macros as (dyn :macro-form)
- Add `tracev` macro.
- Fix compiler bug that emitted incorrect code in some cases for while loops that create closures.
- Add `:fresh` option to `(import ...)` to overwrite the module cache.
- `(range x y 0)` will return an empty array instead of hanging forever.
- Rename `jpm repl` to `jpm debug-repl`.
2020-06-19 13:26:11 +00:00
wiz
bcfb27e41d libmysofa: add upstream pull request URL 2020-06-19 13:24:41 +00:00
wiz
c0fbaf5cfc doc: Updated audio/libmysofa to 1.1 2020-06-19 13:18:09 +00:00
wiz
e947271cc7 libmysofa: update to 1.1.
Add test dependencies and enable tests.

Changes:
    Support the change of the reference implementation to version 1.1.1
    (see sofacoustics/API_MO@fcd8d6a)
    Fixing the problem of left / right confusion common in many old SOFA files
    Support many more HDF features which are used in recent implementations of netcdf
2020-06-19 13:17:59 +00:00
nia
3488851f5b doc: Updated emulators/mgba to 0.8.2 2020-06-19 13:06:49 +00:00
nia
7e8bba6495 mgba: Update to 0.8.2
0.8.2: (2020-06-14)
Emulation fixes:
 - ARM: Fix timing on Thumb shift instructions
 - GB: Fix GBC game registers after skipping BIOS
 - GB MBC: Support 4MB MBC30 ROMs (fixes mgba.io/i/1713)
 - GB Video: Fix BGPS value after skipping BIOS (fixes mgba.io/i/1717)
 - GBA: Add missing RTC overrides for Legendz games
 - GBA BIOS: Reset renderer when RegisterRamReset called (fixes mgba.io/i/1756)
 - GBA SIO: Fix Multiplayer busy bit
 - GBA SIO: Fix double-unloading active driver
 - GBA Timers: Fix deserializing count-up timers
 - GBA Video: Fix mosaic objects drawing past the end (fixes mgba.io/i/1702)
 - GBA Video: Fix disabling OBJWIN in GL renderer (fixes mgba.io/i/1759)
 - GBA Video: Add missing parts of 256-color mode 0 mosaic (fixes mgba.io/i/1701)
 - GBA Video: Fix double-size OBJ wrapping in GL renderer (fixes mgba.io/i/1712)
 - GBA Video: Simplify sprite cycle counting (fixes mgba.io/i/1279)
 - GBA Video: Fix sprite/backdrop blending regression
Other fixes:
 - 3DS: Fix framelimiter on newer citro3d (fixes mgba.io/i/1771)
 - ARM: Fix disassembling of several S-type instructions (fixes mgba.io/i/1778)
 - ARM Debugger: Clear low bit on breakpoint addresses (fixes mgba.io/i/1764)
 - CMake: Always use devkitPro toolchain when applicable (fixes mgba.io/i/1755)
 - Core: Fix ELF loading regression (fixes mgba.io/i/1669)
 - Core: Fix crash modifying hash table entry (fixes mgba.io/i/1673)
 - GB Video: Fix some cases where SGB border doesn't draw to multi-buffers
 - GBA: Reject incorrectly sized BIOSes
 - GBA: Break infinite loop for 0-frame mVLs (fixes mgba.io/i/1723)
 - Qt: Fix OpenGL 2.1 support (fixes mgba.io/i/1678)
 - Qt: Fix unmapping zipped ROM (fixes mgba.io/i/1777)
Misc:
 - 3DS: Clean up legacy initialization (fixes mgba.io/i/1768)
 - GBA Serialize: Only flunk BIOS check if official BIOS was expected
 - Qt: Disable Replace ROM option when no game loaded
 - Qt: Defer texture updates until frame is drawn (fixes mgba.io/i/1590)
 - Qt: Set icon for Discord Rich Presence
 - Qt: Show a warning when save file can't be opened
2020-06-19 13:06:35 +00:00
ryoon
512189c6bf doc: Updated devel/boost-headers to 1.73.0nb1 2020-06-19 13:03:14 +00:00
ryoon
9051eb6d46 boost: Fix graphics/krita-4.3.0 build 2020-06-19 13:02:38 +00:00
adam
881aab1dec Updated www/py-django-polymorphic, www/py-django-filer 2020-06-19 12:04:58 +00:00
adam
d87000b7b3 py-django-filer: updated to 1.7.1
1.7.1:
Fix problem with loading jquery.js after jquery.min.js had been loaded.
Fix usability: Upload files into most recently used folder, instead of root folder.
2020-06-19 12:04:33 +00:00
adam
65129fa37d py-django-polymorphic: updated to 2.1.2
2.1.2:
Fix admin

2.1.1:
Fix import

2.1:
Django 2.2 support
2020-06-19 11:55:27 +00:00
leot
202791156a doc: Updated x11/st-term to 0.8.4 2020-06-19 10:38:28 +00:00
leot
05e570d0e0 st-term: Update to 0.8.4
Changes:
0.8.4
=====
Security
--------

* config.def.h: add an option allowwindowops, by default off (secure).

  Similar to the xterm AllowWindowOps option.
  The sequence for base64-encoded clipboard copy is now guarded and off by
  default because it allows a sequence written to the terminal to manipulate the
  clipboard of the (other) running user non-interactively.


Features
--------

* Integrate auto-sync: draw on idle to avoid flicker/tearing by avih.
  st could easily tear/flicker with animation or other unattended
  output. This commit eliminates most of the tear/flicker.

* Optimize column width calculation and UTF-8 encode for the common-case ASCII.
  In particular on glibc and OpenBSD the wcwidth() call is more expensive.
  On musl there is no/little difference.

* Add support for REP (repeat) escape sequence and xterm compatibility, by
  avih.  The capability is not exposed yet due to some issues with
  applications.

* Call xsetcursor to set win.cursor in main, by Steve Ward.
  Allowing to set the st snowman cursor extension dynamically.


Fixes and other changes
-----------------------

* Fix unicode glitch in DCS strings, by Tim Allen.
  The related sixel stub code is now removed also.

* Fix for incorrect (partial) written sequences when libc wcwidth() == -1
  and using st -o.

* Mouse selection fixes, by Jakub

* Make shift+wheel behaves as shift+Prev/Next, patch by k0ga
  This patch adds a new hack, making shift+wheel returning the
  same sequences than shift+Prev/Next, meaning that scroll or
  any other similar program will not be able to differentiate
  between them.

* Expose rin terminfo capability.
  Tianlin Qu discovered that st is missing rin (scroll back #1 lines).

* Replace exit(3) by _exit(2) in signal handler sigchld(), by Jan.
  This change prevents st to crash and dump core in some situations.

* FAQ: add details and a patch example for single-buffering (for the w3mimg
  hack).
2020-06-19 10:38:15 +00:00
wiz
85dc9c30be doc: Updated devel/catch2 to 2.12.2 2020-06-19 10:33:04 +00:00
wiz
9fad750d09 catch2: update to 2.12.2.
## 2.12.2

### Fixes
* Fixed compilation failure if `is_range` ADL found deleted function (#1929)
* Fixed potential UB in `CAPTURE` if the expression contained non-ASCII characters (#1925)

### Improvements
* `std::result_of` is not used if `std::invoke_result` is available (#1934)
* JUnit reporter writes out `status` attribute for tests (#1899)
* Suppresed clang-tidy's `hicpp-vararg` warning (#1921)
  * Catch2 was already suppressing the `cppcoreguidelines-pro-type-vararg` alias of the warning
2020-06-19 10:32:44 +00:00
wiz
b81151709a p5-PerlMagick: reset PKGREVISION after update 2020-06-19 10:31:19 +00:00
wiz
3557a0ca80 doc: Updated graphics/ImageMagick to 7.0.10.19 2020-06-19 10:31:18 +00:00
wiz
aaed26ba98 ImageMagick: update to 7.0.10.19.
2020-06-12  7.0.10-19 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-19, GIT revision 17343:e552d22:20200612

2020-06-09  7.0.10-19 Cristy  <quetzlzacatenango@image...>
  * Improve checking for write failures (reference
    https://github.com/ImageMagick/ImageMagick/pull/2081).

2020-06-08  7.0.10-18 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-18, GIT revision 17333:d071c2032:20200608

2020-06-08  7.0.10-18 Cristy  <quetzlzacatenango@image...>
  * Colorspace change will remove ICC profile (reference
    https://github.com/ImageMagick/ImageMagick6/issues/82).

2020-06-07  7.0.10-17 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-17, GIT revision 17311:8b5350f:20200607

2020-06-03  7.0.10-17 Cristy  <quetzlzacatenango@image...>
  * Free up memory after a ICC profile is removed.

2020-05-31  7.0.10-16 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-16, GIT revision 17294:5be1abe:20200531

2020-05-30  7.0.10-16 Cristy  <quetzlzacatenango@image...>
  * Fix PDF XREF directory for image sequences with and without ICC profiles.

2020-05-29  7.0.10-15 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-15, GIT revision 17282:9294896:20200529

2020-05-24  7.0.10-15 Cristy  <quetzlzacatenango@image...>
  * Clipping was not returning expected results (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2061).
  * Don't write a ICC profile to PDF if the image is gray (reference
    https://github.com/ImageMagick/ImageMagick/issues/2070).

2020-05-22  7.0.10-14 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-14, GIT revision 17268:e9c804c93:20200522

2020-05-22  7.0.10-14 Cristy  <quetzlzacatenango@image...>
  * Errant warning when reading a profile file (reference
    https://github.com/ImageMagick/ImageMagick/issues/2030).
   * Fix one off error on PDF object for images with ICC profile.
2020-06-19 10:31:06 +00:00
hauke
bbbc2f6181 INSTALLATION_DIRS: Undo think-o, re-structure. 2020-06-19 10:21:17 +00:00
hauke
db30873727 GC unused INSTALLATION_DIRS 2020-06-19 10:14:58 +00:00
hauke
5de9750052 PKG_SYSCONFDIR fixes.
Install a sample config file. Mention, but do not install lldpd.d
directory.

The config file is not mandatory, adjust rc.d script.
2020-06-19 10:05:07 +00:00
micha
2c55ea3fe0 games/doomlegacy: Build fix for SunOS
Link missing network libraries.
2020-06-19 09:52:22 +00:00
taca
c6e4598114 lang/ruby27-base: generic fix for path to power_assert/console 2020-06-19 09:21:06 +00:00
adam
d478ce01f9 Updated databases/sqlite3 2020-06-19 07:32:04 +00:00
adam
315e2532c7 sqlite3: updated to 3.32.3
3.32.3:
Various minor bug fixes
2020-06-19 07:31:08 +00:00
taca
e744d1425b inputmethod/mozc-server: fix build problem
Fix build problem applying from https://github.com/google/mozc/issues/460.
2020-06-19 05:45:30 +00:00
adam
d4db5ca16d Updated devel/py-faker, textproc/py-iniparse 2020-06-18 21:45:24 +00:00
adam
2b7b35287a py-iniparse: updated to 0.5
0.5:
Unknown changes
2020-06-18 21:45:06 +00:00
adam
d62297e5e2 py-faker: updated to 4.1.1
4.1.1:
* Add ``date_time`` providers for ``cs_CZ``, ``de_AT``, ``es_ES``, ``it_IT``, ``sk_SK``,
  ``tr_TR``.
* Add prefix support to BarcodeProvider.
* Fix company format for ``hy_AM`` provider.
* Add .uk email providers and TLDs for ``en_GB``.
* Add ``language_name`` generator.
* Add ``pytimezone`` generator returning ``tzinfo`` objects.
* Add ``es_ES`` currency provider.
2020-06-18 21:32:59 +00:00
leot
618ef45969 doc: Updated mail/mpop to 1.4.10 2020-06-18 20:50:51 +00:00
leot
55dfe877fa mpop: Update to 1.4.10
pkgsrc changes:
- Update MASTER_SITES and HOMEPAGE to current ones

Changes:
Version 1.4.10:
- Improved handling of temporary files on Windows systems.
- Re-enabled support for systems lacking vasprintf(), such as IBM i PASE.

Version 1.4.9:
- No significant changes.

Version 1.4.8:
- Added a new socket command and --socket option to connect via local sockets.
- Added a new tls_host_override command and --tls-host-override option to
  override the host name used for TLS verification.
- Fixed the source_ip command for proxies.

Version 1.4.7:
- Minor bug fixes.

Version 1.4.6:
- Minor bug fixes.

Version 1.4.5:
- Fixed OAUTHBEARER.
- Support for TLS client certificates via PKCS11 devices, e.g. smart cards.
- Various small bug fixes and improvements.

Version 1.4.4:
- Added support for the OAUTHBEARER authentication method.
- Several minor bug fixes.

Version 1.4.3:
- This version fixes a security problem that affects version 1.4.2 (older
  versions are not affected): when the new default value system for
  tls_trust_file is used, the result of certificate verification was not
  properly checked.

Version 1.4.2:
- To simplify TLS setup, the tls_trust_file command has a new default value
  'system' that selects the system default trust. Now you just need tls=on to
  use TLS; the other TLS options are only required in special cases.
  To make this work without breaking compatibility with older mpop versions,
  tls_fingerprint now overrides tls_trust_file, and tls_certcheck=off overrides
  both (previously, you could not specify contradicting options).
- To simplify setup, a new option '--configure <mailaddress>' was added that
  automatically generates a configuration file for a given mail address.
  However, this only works if the mail domain publishes appropriate SRV records.

Version 1.4.1:
- Fixed our TLS code to support TLS 1.3 with GnuTLS.

Version 1.4.0:
- Using OpenSSL is discouraged and may not be supported in the future. Please
  use GnuTLS instead. The reasons are explained here:
  https://marlam.de/mpop/news/openssl-discouraged/
- As using GNU SASL is most likely unnecessary, it is disabled by default now.
  Since everything uses TLS nowadays and thus can use PLAIN authentication, you
  really only need it for GSSAPI.
- If your system requires a library for IDN support, libidn2 is now used instead
  of the older libidn.
- The APOP and CRAM-MD5 authentication method are marked as obsolete / insecure
  and will not be chosen automatically anymore.
- The passwordeval command does not require the password to be terminated by a
  new line character anymore.
- Builtin default port numbers are now used instead of consulting /etc/services.
- Support for DJGPP and for systems lacking vasprintf(), mkstemp(), or tmpfile()
  is removed.

Version 1.2.8:
- Fix support for ~/.config/mpop/config as configuration file
- Add --source-ip option and source_ip command to bind the outgoing connection
  to a specific source IP address.
- Enable SNI for TLS

Version 1.2.7:
- Add support for ~/.config/mpop/config as configuration file
- Add network timeout handling on Windows
- Fix command line handling of SHA256 TLS fingerprints
- Update german translation


Discussed and ok with <reed>, thanks!
2020-06-18 20:50:26 +00:00
wiz
e2a30ffb76 doc/pkgsrc.*: regen 2020-06-18 20:31:14 +00:00
wiz
bfb67ed7be Try to improve the BUILDLINK_A{B,P}I_DEPENDS description after
comments from rillig@.
2020-06-18 20:30:12 +00:00
hauke
c3089c35a8 Minor cleanup. 2020-06-18 20:01:17 +00:00
fcambus
133cdadb34 doc: Updated converters/p5-Sereal to 4.014 2020-06-18 19:56:43 +00:00
fcambus
d507d89ece p5-Sereal: update to 4.014.
4.014 Thurs June 11, 2020
    * Fix build issue on non-win32 platforms.
    * Update zstd to 1.4.5

4.012 Tues February 4, 2020
    * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev

4.011 Tues February 4, 2020
    * Fix and test custom opcode logic for 5.31.2 and later.

4.010 Tues February 4, 2020
    * Encoder/Decoder: Update miniz
    * Encoder/Decoder: Update zstd
    * Sereal/Encoder/Decoder: perltidy perl code to a standard style
2020-06-18 19:56:32 +00:00
fcambus
49307b8f54 doc: Updated converters/p5-Sereal-Encoder to 4.014 2020-06-18 19:55:39 +00:00
fcambus
3c77919123 p5-Sereal-Encoder: update to 4.014.
4.014 Thurs June 11, 2020
    * Fix build issue on non-win32 platforms.
    * Update zstd to 1.4.5

4.012 Weds June 10, 2020
    * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev

4.011 Tues February 4, 2020
    * Fix and test custom opcode logic for 5.31.2 and later.

4.010 Tues February 4, 2020
    * Update miniz
    * Update zstd
    * perltidy perl code to a standard style
2020-06-18 19:55:28 +00:00
fcambus
51722b0969 doc: Updated converters/p5-Sereal-Decoder to 4.014 2020-06-18 19:54:45 +00:00
fcambus
41d13f5161 p5-Sereal-Decoder: update to 4.014.
4.014 Thurs June 11, 2020
    * Fix build issue on non-win32 platforms.
    * Update zstd to 1.4.5

4.012 Weds June 10, 2020
    * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev

4.011 Tues February 4, 2020
    * Fix and test custom opcode logic for 5.31.2 and later.

4.010 Tues February 4, 2020
    * Update miniz
    * Update zstd
    * perltidy perl code to a standard style
2020-06-18 19:54:33 +00:00
hauke
83009a5c21 doc: Updated net/lldpd to 1.0.5 2020-06-18 19:41:09 +00:00