Commit graph

339471 commits

Author SHA1 Message Date
taca
268f5454f9 databases/ruby-tiny_tds: update to 2.1.5
2.1.5 (2021-05-20)
* Fix compilation errors for Amazon Linux 1. Fixes #495.
* Fix segfault for login timeouts

2.1.4 (2021-05-10)
* Improve handling of network related timeouts
* Fix error reporting when preceded by info message
2021-05-23 08:12:13 +00:00
ryoon
5b23256f6c gomuks: Enable security/olm dependency 2021-05-23 07:17:50 +00:00
ryoon
a6744f44fa security: Enable olm 2021-05-23 07:16:44 +00:00
ryoon
5a3cf2bca3 doc: Added security/olm version 3.2.2 2021-05-23 07:16:02 +00:00
ryoon
d0f7529c1b security/olm: import olm-3.2.2 from wip/olm
An implementation of the Double Ratchet cryptographic ratchet described by
https://whispersystems.org/docs/specifications/doubleratchet/, written in C and
C++11 and exposed as a C API.

This library also includes an implementation of the Megolm cryptographic
ratchet.
2021-05-23 07:15:24 +00:00
ryoon
5d21ccc537 doc: Updated mail/thunderbird-l10n to 78.10.2 2021-05-23 06:49:51 +00:00
ryoon
478227a9a4 thunderbird-l10n: Update to 78.10.2
* Sync with mail/thunderbird-78.10.2.
2021-05-23 06:49:32 +00:00
ryoon
cae362b9dd doc: Updated mail/thunderbird to 78.10.2 2021-05-23 06:48:51 +00:00
ryoon
26ba1aeefe thunderbird: Update to 78.10.1
Changelog:
78.10.2
What's New

Added support for importing OpenPGP keys without a primary secret key

Add-ons manager displays a preferences icon for mail extensions that include an
options page

Fixes

OpenPGP messages with a high compression ratio (over 10x) could not be
decrypted

Selected OpenPGP key was lost after opening the Key Properties dialog in
Account Settings

Parsing some OpenPGP user IDs failed

Various improvements to OpenPGP partial encryption reminders

Troubleshooting information page did not display row labels on macOS

Mail toolbar buttons were too big when displaying both icons and text

Various security fixes

Security fixes:
#CVE-2021-29957: Partial protection of inline OpenPGP message not indicated
#CVE-2021-29956: Thunderbird stored OpenPGP secret keys without master password
 protection

78.10.1
Changes

Removed the fix for bug 1689804 introduced in Thunderbird 78.9.0, restoring the
previous behavior

Fixes

Various security fixes

Security fixes:
#CVE-2021-29951: Thunderbird Maintenance Service could have been started or
 stopped by domain users
2021-05-23 06:48:13 +00:00
pho
6ed2e49402 Do not include ../../lang/llvm/buildlink3.mk
GHC only needs bin/opt and bin/llc but not libLLVM, so inheriting its dependencies does not make sense.
2021-05-23 06:33:23 +00:00
wiz
a127958f07 gomuks: comment out wip reference 2021-05-22 23:35:30 +00:00
nia
fa308d6128 py-dnaio: unbreak pkgsrc tree. revert removal of PYTHON_VERSIONS_INCOMPATIBLE. 2021-05-22 23:24:17 +00:00
wiz
6b1cb5c379 doc: Updated devel/py-mercurial to 5.8nb1 2021-05-22 23:11:41 +00:00
wiz
b55452a3d2 py-mercurial: remove obsolete feature patch
Ok joerg@

Bump PKGREVISION.
2021-05-22 23:11:31 +00:00
wiz
cf7acc6e27 ghc*: remove CONFLICTS with itself
The PKGNAME is ghc-* so there is no point in a conflict with ghc-*
2021-05-22 23:10:26 +00:00
wiz
3a0e0b825e ghc90: remove conflicts line
The PKGNAME is ghc-* so there is no point in a conflict with ghc-*
2021-05-22 23:08:45 +00:00
gdt
4a269b2ff4 fftw2: Note in DESCR that this is egregiously old 2021-05-22 16:57:56 +00:00
nia
de70ef8184 link-grammar: increase ABI_DEPENDS, requested by wiz 2021-05-22 15:58:49 +00:00
taca
02803c3469 doc: Updated databases/ruby-moneta to 1.4.2 2021-05-22 14:58:31 +00:00
taca
63a0a59789 databases/ruby-moneta: update to 1.4.2
1.4.2 (2021-05-11)

* Pool - fix busy-loop issue (#197)
2021-05-22 14:58:04 +00:00
nia
7a7faa1026 link-grammar: dependencies need argp to link
should help fix the build of abiword-plugins.
2021-05-22 14:15:27 +00:00
rin
172cc6112a firefox: Sort PLIST. No functional changes. 2021-05-22 14:00:05 +00:00
rin
2b08611167 firefox: Fix PLIST for debug option. 2021-05-22 13:49:16 +00:00
mef
a5c7fc03cf doc: Updated cad/klayout to 0.26.10 2021-05-22 13:46:14 +00:00
mef
47237fa9c8 (cad/klayout) Updated 0.26.8 to 0.26.10 ( 0.26.11, 0.27.0 are waiting)
Based on wip/klayout (a little bit old version) by Atzushi Toyokura work.
(pkgsrc)
 - rename patch
 - Add comment on patches
 - more PLIST_SUBST

(upstream changes)
0.26.10         (2020-02-02):

* Enhancement: %GITHUB%/issues/720
  "Safe save" and backups: when saving files, the file is only overwritten after
  the save terminated successfully. This will avoid loss of data for full volumes
  or network share dropouts. In addition, a configurable number of back files can
  be kept (see File/Setup: Application/General).
* Bugfix: %GITHUB%/issues/718
  GDS export issue fixed (breaking of polygons was filling holes)
* Bugfix: %GITHUB%/issues/709
  LVS compare enters infinite loop when it encounters two entirely identical subcircuits
* Bugfix: %GITHUB%/issues/708
  Qt binding: missing support for binary strings as QByteArray representative
* Bugfix: %GITHUB%/issues/707
  QJsonValue's string constructor is ambiguous
* Bugfix: %GITHUB%/issues/704
  Rational Splines not supported DXF
* Bugfix: %GITHUB%/issues/693
  MAGIC files won't find subcells when reading from command line
* Bugfix: HTTP stream reading issue with redirect
  At least on MacOS a segfault happened when reading HTTP stream data
  (e.g. for package manager) from addresses which are redirected.
* Enhancement: Removed %APPDATA% from DLL search path on Windows
  This will avoid installation poisoning by the one from %APPDATA%
  (which ironically is the default installation path). Eventually
  multiple versions can be used in parallel.

0.26.9          (2020-11-27):

* Bugfix: %GITHUB%/issues/658
      Menu items were not put into the right place on MacOS.
* Bugfix: %GITHUB%/issues/652
      "M" factor scaling was not working for Spice reader.
* Bugfix: %GITHUB%/issues/651
      Fixed an issue with DRC "select".
* Bugfix: %GITHUB%/issues/647
      Text orientation was not considered properly in search & replace
* Bugfix: %GITHUB%/issues/646
      A potential crash was fixed happening when a PCell
      library is deleted
* Bugfix: Display bug
      Cell placements with small magnification factors (such that the
      viewport dimensions exceeded the DBU space when seem from inside
      the cell) lead to display errors.
2021-05-22 13:45:52 +00:00
gdt
c496e4250c doc: Updated geography/qgis to 3.16.7 2021-05-22 13:32:49 +00:00
gdt
b1f7d8f487 geography/qgis: Update to 3.16.7
packaging changes: Depend on py-yaml, because quickosm uses it.  While
that's a plugin, it's typical.

upstream changes: bugfixes
2021-05-22 13:32:22 +00:00
bouyer
76cbb6c7ed Properly detect and use NetBSD's socketcan implementation.
Bump PKGREVISION
2021-05-22 11:36:01 +00:00
nia
1311a13a8d doc: Updated cad/librecad to 2.2.0.rc2 2021-05-22 10:18:36 +00:00
nia
499af5814c librecad: Update to 2.2.0.rc2. Fixed build with latest boost.
"More than 280 commits since 2.2.0-rc1 and too much delay, but here it is,
the next big step to final 2.2.0 release.  We fixed some really serious
bugs with DWG reading, what hopefully leads to much less issues and crashes
when opening DWG files.  There may be still some issues with DWG we want to
address and fix for the final 2.2.0 release."
2021-05-22 10:18:23 +00:00
nia
fca71350b8 postgresql95: Revert backwards time warp. 2021-05-22 10:08:48 +00:00
nia
b1bf9e07b9 py-daemon: add missing dependency 2021-05-22 09:55:25 +00:00
bouyer
7b3290770c Properly detect NetBSD's socketcan implementation.
Bump PKGREVISION
2021-05-22 09:48:01 +00:00
schmonz
407724736f doc: Updated security/libretls to 3.3.3 2021-05-22 09:12:38 +00:00
schmonz
8ef8a3e1f5 Update to 3.3.3, syncing with LibreSSL. No known changes. 2021-05-22 09:12:31 +00:00
schmonz
b7ec53f1fd doc: Updated net/vpnc-script to 20210401 2021-05-22 09:12:13 +00:00
schmonz
0f2cda4bd2 Update to 20210401. From the changelog:
- fix IPv6 split masklen
- vpnc-script-win: tidy up, more logging
- vpnc-script-win: make VPN addresses/gateways "non-persistent", and
  delete them on disconnect
- vpnc-script-win: delete DNS and WINS servers before adding them
- vpnc-script-win: dump stdout and stderr when a command fails
- vpnc-script-win: use TUNIDX in all netsh commands, remove
  waitForInterface()
- vpnc-script-win: add FIXMEs regard IPv6 split-excludes and gateways
- vpnc-script-win: add legacy IP split-exclude handling
- vpnc-script-win: cleanup spacing, clarify comments
- vpnc-script-win: simplify 'internal gateway' calculation
- GNU awk regex fix
- move destroy_tun_device into do_disconnect (called only here)
- remove bits for ancient Linux 2.6.x kernels
- mention IDLE_TIMEOUT
- cleanup whitespace and clarify comments
- tweak warning message about un-routable exclude routes
- Ignore unreachable exclude routes
- Document split tunnel EXC variables
- ignore bogus non-forwardable exclude routes on disconnect too
- *BSDs: get_default_gw needs to EXCLUDE routes through tunnel for
  attempt-reconnect, but should NOT exclude them otherwise
- mark tunnel device 'down' before destroying
- Add DragonFly BSD support and improve FreeBSD support
- Use '[[:space:]]' instead of '\s' to support POSIX awk
- *BSDs: don't inadvertently pick up a bogus 0.0.0.0/32 route as a
  default route
- Fix basename invocation on *BSD shells
- fix another ifconfig syntax difference between Linux and *BSDs
- use `ip netns` instead of ocserv `listen-netns` config option for
  test configs
- match preexisting code style
- Use systemd-resolve to check if resolved is running
- FIXME add mock IPv6 configuration to get CI to work
- add a bit more logging to test scripts
- split iproute2 and *BSD-ish into separate CI runs
- CI: don't need to install ocserv and which
- numerous fixes for Linux IPv6 configuration using
  ifconfig/route/netstat
- try running tests with *BSD-ish tools (ifconfig/route/netstat) for
  additional coverage
- match code style
- Don't use /sbin/resolvconf if it just points to resolvectl.
- include calling process ID in DEFAULT_ROUTE_FILE{,_IPV6}
- with BSD 'route', save-and-restore IPv6 default routes
- simplify cases and add ifconfig_syntax_del variable
- Patch: make ipv6 in ipv4 and ipv6 in ipv6 tunnels work on (Net)BSD
- vpnc-scripts: added a sanity check of routes and resolv.conf
  generation
- preserve metric in fix_ip_get_output
- with iproute2, sort the routes to the VPN gateway by metric before
  trying to create an explicit route to the gateway via each of them
- make do_attempt_reconnect work with route/ifconfig
- add working do_attempt_reconnect
- don't try to set an explicit route to VPN gateway if localhost, and
  ignore bogus non-forwardable exclude routes
- Ignore link-local routes in set_default_route
- leave support for older systemd-resolved (v229-v238) in place
- Windows IPv6: remove hard-coded next-hop of fe80::8
- Add split DNS support for systemd-resolved
- Use resolvectl for systemd-resolved
- fix tabs/spaces in POSIX vpnc-script as well
- cleanup whitespace in vpnc-script-win.js
- specify interface when adding routes
- fix Slackware issue (netconfig is an unrelated tool, not relevant for
  resolv.conf handling)
- No need to add a separate sed invocation for `$NETMASKLEN` fixing
- iproute2 5.1+ doesn't allow prefixlen!=32 in get
2021-05-22 09:12:05 +00:00
pho
2522f28c31 Add upstream URLs in the patch comment 2021-05-22 09:10:36 +00:00
tsutsui
3992b7fbd5 doc: Updated emulators/PC6001VX to 3.7.2 2021-05-22 00:36:51 +00:00
tsutsui
d76ab1864f PC6001VX: update to 3.7.2.
Upstream changes:

3.7.2 2021/05/17
- Removed "Input" tab from config dialog.
- Fixed object leak in state save/load.
- Improved video capture performance.
2021-05-22 00:36:32 +00:00
nia
8092332c62 ramaze: fix self-conflict 2021-05-21 21:06:19 +00:00
nia
236aa61c6d doc: Removed www/raggle 2021-05-21 21:01:43 +00:00
nia
a023fbff2d raggle: remove, fails to run with current ruby 2021-05-21 21:01:16 +00:00
nia
d4cec8eca4 pdumpfs: remove ruby package prefix
since this package installs no ruby libraries, it has no reason
to have a ruby prefix.

this fixes an incorrect conflict line.
2021-05-21 17:06:51 +00:00
nia
939c84070d rubigen: fix self-conflict 2021-05-21 16:47:03 +00:00
nia
f28d49b844 ZenTest: remove false CONFLICTS 2021-05-21 16:44:00 +00:00
nia
099acdea72 newfile: remove incorrect CONFLICTS 2021-05-21 16:40:02 +00:00
nia
10a904580a doc: Removed graphics/x11rec 2021-05-21 16:39:22 +00:00
nia
3617571d07 x11rec: remove, broken with current ruby versions, broken CONFLICTS, etc 2021-05-21 16:38:58 +00:00
nia
a83c02a8ec appstream-glib: needs msgfmt, xgettext for translations 2021-05-21 15:41:00 +00:00