159323 Commits

Author SHA1 Message Date
fcambus
523df5a894 sunxi-tools: switch HOMEPAGE to HTTPS. 2021-08-31 15:17:58 +00:00
fcambus
f5b0f31117 Update grafx2 to 2.8. 2021-08-31 12:35:50 +00:00
ajacoutot
6c6ed81b6e Update to gdbm-1.20. 2021-08-31 12:31:32 +00:00
ajacoutot
853b7bbfad update to tesseract-4.1.1 / tesseract-$lang-4.1.0. 2021-08-31 12:26:42 +00:00
ajacoutot
a3623acc00 Update to libgit2-1.1.1. 2021-08-31 12:18:47 +00:00
ajacoutot
a209ebc403 Update to py3-git2-1.6.1. 2021-08-31 12:18:28 +00:00
kirby
70a1788ffc set DPB_PROPERTIES=parallel to speed up bulk builds.
setting MAKE_JOBS=4 savess 100 minutes on my i5.
2021-08-31 11:59:56 +00:00
ajacoutot
3d6755d899 update to py3-planet-1.4.7. 2021-08-31 11:59:01 +00:00
ajacoutot
0875b8d768 Update to rubrica2-2.0.8. 2021-08-31 11:56:51 +00:00
ajacoutot
0aa3492468 Update to link-grammar-5.9.1. 2021-08-31 11:36:13 +00:00
ajacoutot
c3b135ac39 Update to py3-distro-1.6.0. 2021-08-31 11:30:48 +00:00
ajacoutot
61b30999f2 Update to py-jinja2-2.11.3. 2021-08-31 11:26:08 +00:00
ajacoutot
a6ef3c3f6d Update to adwaita-qt-1.4.0. 2021-08-31 11:23:27 +00:00
ajacoutot
49fc6855c5 'py-meld3' => 'py3-meld3' 2021-08-31 11:21:26 +00:00
ajacoutot
35e03a6e9a Update to py3-meld3-2.0.1 and make it PY3 only. 2021-08-31 11:20:13 +00:00
fcambus
a6a48e9776 Update mc to 4.8.27.
OK robert@
2021-08-31 11:17:52 +00:00
ajacoutot
00ad658b2c Update to girara-0.3.6. 2021-08-31 11:09:15 +00:00
ajacoutot
95a62b41a7 'py-virtualdisplay' => 'py3-virtualdisplay' 2021-08-31 11:05:23 +00:00
ajacoutot
7a297e4a81 Update to py3-virtualdisplay-2.2 and move to PY3 only. 2021-08-31 11:05:07 +00:00
ajacoutot
36037e3256 Fix build with OpenEXR>=3; from Fedora 2021-08-31 09:57:53 +00:00
ajacoutot
e243d0ab58 Update to terragrunt-0.31.8. 2021-08-31 09:10:25 +00:00
ajacoutot
d206cb6eb3 Update to awscli-1.20.32. 2021-08-31 08:47:29 +00:00
ajacoutot
458af54fb6 Update to py3-boto3-1.18.32. 2021-08-31 08:47:17 +00:00
ajacoutot
c77e87290b Update to py3-botocore-1.21.32. 2021-08-31 08:47:06 +00:00
landry
163b2b1b8b devel/quirks: enigmail is no longer useful 2021-08-31 08:30:31 +00:00
landry
5506f9fe5d remove enigmail.
main functionality has been available in thunderbird 78, and the
extension itself no longer works within thunderbird since then.
Technically still works within seamonkey, but users can still locally
install it from the xpi.

ok/prodding ajacoutot@
2021-08-31 08:30:10 +00:00
sthen
e37caa058e update to ccid-1.4.35 2021-08-31 08:00:12 +00:00
ajacoutot
9ec3f4216f Temporarily mark BROKEN.
I'm currently fixing it for OpenEXR>=3 but buiding takes ages...
2021-08-31 07:33:34 +00:00
ajacoutot
f11629a912 Fix build with OpenEXR>=3; from FreeBSD 2021-08-31 07:32:17 +00:00
ajacoutot
c4499d38b1 Fix build with OpenEXR>=3; from Arch Linux. 2021-08-31 07:31:43 +00:00
ajacoutot
e641018f78 Fix build with OpenEXR>=3. 2021-08-31 07:31:13 +00:00
ajacoutot
25dda00299 Sync WANTLIB after OpenEXR update. 2021-08-31 07:30:29 +00:00
ajacoutot
2730d5280f Major update to OpenEXR-3.1.1.
libImath now lives under math/imath.
2021-08-31 07:29:27 +00:00
ajacoutot
05ac15db93 +imath 2021-08-31 07:28:38 +00:00
ajacoutot
a52a6f38f2 Import Imath-3.1.2.
Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D
vectors and matrices and other simple but useful mathematical objects,
functions, and data types common in computer graphics applications, including
the "half" 16-bit floating-point type.
<...>

libImath is now split from the graphics/openexr package.

ok robert@
2021-08-31 07:28:13 +00:00
solene
84b214035f Update to kakoune-2021.08.28
Diff from maintainer Frederic Galusik, thanks!
2021-08-31 06:45:37 +00:00
robert
d99afbcb25 unbreak list and listall by also using the source element which is no
available in chio(1)
2021-08-31 05:56:19 +00:00
robert
1588c1a68c update to 40.1; requested by aja@ 2021-08-31 05:15:59 +00:00
stsp
aa8e56dd0a Update to got 0.56
- prevent a race where 'gotadmin cleanup' deletes concurrently created objects
- plug a small memory leak in tog's show_diff_view() function
- fix a use-after-free in get_changed_paths() in got and tog
- use less memory allocations when formatting log messages
- make got_deltify() rellocate the deltas array less often
- plug a memory leak in an error path of got_deltify()
- fix miscalculation of the final pack file size reported by got_pack_create()
- fix the error message shown when the server sends a bad ref line
- prevent NULL deref in got-fetch-pack if server does not announce capabilities
- add a missing bounds-check in got-fetch-pack when parsing server response
- fix, again, use of POSIX [ s1 = s2 ] syntax instead of [ s1 == s2 ] (naddy)
- add 'got send' for sending changes to remote repositories (with naddy, tracey)
- allow deletion of refs/remotes/ branches with got branch -d
- add missing "return 1" to failure handling in the regress scripts (naddy)
- make realloc_ids() malloc-like and do not overallocate (naddy)
- fix seek to incorrect offset in the delta base when creating deltas
- use gmtime_r(3) to display timestamps in UTC as intended (found by naddy)
- add keys for navigating to first/last item of tog log and diff views (jasper)
2021-08-30 20:34:24 +00:00
ajacoutot
1d0164f145 Update to liblouis-3.18.0.
from wen heping
2021-08-30 19:53:56 +00:00
ajacoutot
12b7c28128 Update to duplicity-0.8.20. 2021-08-30 19:44:42 +00:00
ajacoutot
c365a5b9a7 Update to rednotebook-2.22. 2021-08-30 19:36:13 +00:00
ajacoutot
eff9fb26f3 Update to ibus-1.5.25. 2021-08-30 19:27:23 +00:00
jeremy
d44947f608 Set Puppet-related ports to use Ruby 2.7
Puppet 5 and 6 currently use Ruby 2.7, as that is the default Ruby
version.  Puppet 6 can probably run on Ruby 3.0 after a distpatch,
but Puppet 5 would require additional backporting (how much is
unknown).  Both Puppet 5 and 6 depend on facter and mcollective,
and all must use the same Ruby version. So setting all four ports
to use Ruby 2.7 seems like the simplest way to continue to keep things
working when the default Ruby version is switched to Ruby 3.0.

While here, add install patches for Puppet 5, 6, and mcollective
to build with Ruby 3.0, and add backport a distpatch from Puppet 7
to Puppet 6 to allow Puppet 6 to run on Ruby 3.0.  This will make a
future switch to Ruby 3.0 easier.

These changes should not have a runtime effect on Puppet 5 or 6.
The Puppet 6 port is bumped, due to the backported patch, but that
patch should not change runtime behavior on Ruby 2.7.

review from sebastia@ (Puppet 5 maintainer)
OK kn@ (Puppet 6 maintainer)
2021-08-30 19:23:38 +00:00
ajacoutot
813b34866e Add comment. 2021-08-30 19:15:24 +00:00
bluhm
d3ec5f87c8 update p5-Net-SSLeay to 1.90
test still failing: local/43_misc_functions.t
2021-08-30 19:13:26 +00:00
ajacoutot
486ad2b7ad Long overdue update to accountsservice-0.6.55.
with robert@ (who did 90% of the work)
2021-08-30 19:10:43 +00:00
bluhm
70ad62bff3 update p5-IO-Socket-SSL to 2.072
fixes tests: sni.t sni_verify.t
still failing: multiple-cert-rsa-ecc.t protocol_version.t
session_ticket.t sessions.t verify_fingerprint.t
2021-08-30 17:49:51 +00:00
ajacoutot
9fc5003e54 Remove these patches; they don't apply non-interactively (they are reverts). 2021-08-30 17:32:06 +00:00
jca
09c7a91e94 Avoid using printf("%n") in mkdefsinc
ok edd@ (maintainer)
2021-08-30 17:09:19 +00:00