162517 Commits

Author SHA1 Message Date
afresh1
34dad85893 Update p5-Exception-Class to 1.45 2021-12-25 17:43:53 +00:00
afresh1
06aa8c9c0c Update p5-Test-Warnings to 0.031
No code changes, just packaging
2021-12-25 17:40:17 +00:00
daniel
ea385c7479 update ocaml-pcre to 7.5.0 which adds ocaml 4.13 support 2021-12-25 17:08:30 +00:00
bket
31ac88fc89 Update to zstd-1.5.1
Maintenance release, changelog can be found at
https://github.com/facebook/zstd/blob/v1.5.1/CHANGELOG.

Bump minor of libzstd because of some additions.

Feedback and OK from kn@
2021-12-25 13:28:13 +00:00
kn
a76422629a Update to github-cli 2.4.0
OK sdk
2021-12-25 11:19:40 +00:00
paco
ce756cabe1 update editors/neovim to 0.6.0
With quite some help from edd@ and tweaks from kn@
Tested by kn, edd, Evan Fiddes and myself.

ok kn@, edd@ (maintainer)
2021-12-25 10:44:22 +00:00
sdk
544ef040c8 Update zim 0.74.0 => 0.74.3
Changes in 0.74.3:
* Fix issue with broken links on move page
* Fix bug in copy-paste
* Fix bug on move page for existing textbuffer
* Fix bug with saving of notebook editable state
* Fix for error while loading plugins
* Fix issue with stray unicode character
* Fix issue to allow relative document root
* Fix hack for rendering sourceview blocks
* Add mnemonic keys to open sidepane tabs
* Add links and screenshot to macOS app & update README information
* Improve inline rendering of equations & make image DPI confingurable
* Add box drawing characters to symbols list
* Scroll on moving lines with linesorter plugin
* Move floating table of contents to overlay layer

Changes in 0.74.2:
* Let Toolbar plugin also remove window decoration
* Fix execution of custom tools from Toolbar
* Add plugin "view" items to Toolbar plugin
* Make drag&drop optional in the pageindex
* Add option to toggle tooltips for index panes
* Fix Zeitgeist plugin to work with Gtk3 branch
* Improve dialog feedback for invalid input
* Fix error on cancel insert dialog
* Let exceptions not block search
* Make page parser robust for empty files

Changes in 0.74.1:
* Add preference to hide edit bar
* Add separate parameter for wrapped lines linespacing
* Fix behavior of copying images on copy-paste
* Fix export of anchors to make valid HTML tags
* Fix storing of uistate for window panes
* Fix issues for "file:/path" file URIs
* Fix bug in "copy link"
* Make clipboard handling robust for non-local file URI
* Fix issue with escaping in find input
* Fix behavior of TrashDialog on error
* Remove string literal formatting syntax

Patch by Caspar Schutijser, thank you!

benno@ (maintainer): I'm fine with it
2021-12-25 10:21:25 +00:00
otto
9dc90fd3d6 As a workaround use -O1 for now. clang-13 does not like dnsdist and
miscompiles the Lua binding setup code.
2021-12-25 07:14:35 +00:00
sdk
7625a3abbe Update bzflag 2.4.14 => 2.4.22
2.4.18:
    This release just fixes audio on Windows.
2.4.16:
    This release primarily fixes a bug that I introduced in 2.4.14 that
    corrupted replay file headers. This release reverts that change, and
    can also read the corrupted header for replays made with the bad
    code.
2.4.20:
    This release added several new functions/events to the bzfs API and
    reorganized the client menus to improve usability. It also adjusts
    some default options, such as radar size, to improve the new user
    experience.
2.4.22:
    This release fixes several issues with SDL 2 window management. This
    fixed a lot of edge cases, mainly with macOS and Linux. There were
    also a few other minor fixes with plugins and the handling of
    autopilot and bots.

Port changes:
    graphics/glew added as dependency

Patch by Tom Murphy and tested by Brad Smith, thank you!

Committed with wantlib fixes.
2021-12-24 22:10:05 +00:00
sdk
5c0f520f91 Update tor-browser to 11.0.3
Changes in 11.0.3: https://blog.torproject.org/new-release-tor-browser-1103
Changes in 11.0.2: https://blog.torproject.org/new-release-tor-browser-1102

Patch by Caspar Schutijser and tested by Yifei Zhan, thank you!

ok op@
2021-12-24 14:25:40 +00:00
bcallah
b6dbe22a84 Update to tintin-2.02.12
Now requires gmake
Other changes: https://tintin.mudhalla.net/news.php
From Tom Murphy, thanks!
2021-12-24 13:43:14 +00:00
kili
1084e28cb7 Fix build with poppler-21.12.0.
"no veto" rsadowski@
2021-12-24 10:09:50 +00:00
kili
3c494bfb24 Update to poppler-21.12.0. 2021-12-24 10:09:02 +00:00
kn
8e57a7a740 Set DT_SONAME 2021-12-24 04:35:13 +00:00
daniel
f85ef1dbf7 retire coccinelle dependency on python2
coccinelle has supported python3 since 1.0.5 so switch from python2 to
python3
2021-12-24 04:11:57 +00:00
afresh1
5e73a38b10 Update my name to match
Riding the version bump from a moment ago
2021-12-24 04:05:09 +00:00
afresh1
3204b2a614 Update Text-CSV to 2.01 2021-12-24 04:01:33 +00:00
afresh1
2f92f36b4b Update Text-CSV_XS to 1.47 2021-12-24 04:00:36 +00:00
daniel
c43950067b update to qemu 6.2.0; including fix for CVE-2021-3713 which affects
versions earlier than 6.2.0-rc0

From brad (MAINTAINER) with minor updates to README-main from me
2021-12-24 03:50:41 +00:00
kn
d6b8130e41 Fix SONAME to contain the full version instead of just the major
This also fixes openh264.pc to contain the package version instead of the
shared library version.

No PLIST change.
2021-12-24 03:31:11 +00:00
daniel
e64ac8cc64 update to py-chess 1.8.0 2021-12-24 01:41:02 +00:00
tb
5c3e279ec2 net/ssldump: fix build on base-gcc architectures by removing a pointless
cast.

initial diff/ok kmos
2021-12-23 18:40:58 +00:00
bcallah
45b65fd3ae Update to ugrep-3.4.0
Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.4.0
2021-12-23 18:08:48 +00:00
sdk
e6b774b10e Update vitetris to v0.59.1
from Tom Murphy, thank you!

OK maintainer (ryan) and sdk@
2021-12-23 13:10:08 +00:00
ajacoutot
2adc4c7352 Update to simple-scan-40.7. 2021-12-23 13:04:18 +00:00
ajacoutot
652c932e22 Update to speech-dispatcher-0.11.0. 2021-12-23 12:36:26 +00:00
sthen
5b1c2ed339 update to py3-requests-aws4auth-1.1.1 2021-12-23 12:05:41 +00:00
sthen
3935f4ecb2 update to py3-voluptuous-0.12.2 2021-12-23 11:14:27 +00:00
ajacoutot
22a7e83d49 No need for ports-gcc anymore. 2021-12-23 09:36:49 +00:00
sthen
61d48730d2 update to pdftk-3.3.2 2021-12-23 09:08:17 +00:00
kn
fef114f107 + qr-code-generator 2021-12-23 09:02:56 +00:00
kn
4f62e01c51 Import graphics/qr-code-generator 1.7.0
Input OK op
---
High-quality QR Code generator library in Java, TypeScript/JavaScript,
Python, Rust, C++, C.

This project aims to be the best, clearest QR Code generator library in
multiple languages.  The primary goals are flexible options and absolute
correctness. Secondary goals are compact implementation size and good
documentation comments.

This package only contains libraries for C++ and C.
2021-12-23 09:01:11 +00:00
ajacoutot
88bc4012c8 Update to libgit2-glib-1.0.0.1. 2021-12-23 08:51:36 +00:00
ajacoutot
997138c0c3 Remove uneeded chunck. 2021-12-23 08:33:35 +00:00
ajacoutot
00bf390b45 Update to meson-0.60.3. 2021-12-23 08:33:19 +00:00
thfr
db0e7ec59a update to find goldberg_emulator's steam header files in the right spot
tested and working with Northgard
2021-12-23 02:28:30 +00:00
thfr
5f492ab61a update to godot 3.4.2 and GodotSteam g34-s152-gs311; using Steam SDK
1.52 API
this is based on the just committed goldberg_emulator update and some
pre-configure and CFLAGS can be simplified now.

tested with opening the editor and also running Cruelty Squad and
Haiki with it without regressions

maintainer op@ also tested with Oddventure, Joyful Spring, and
Pixelorama; ok op@

Release notes:
https://godotengine.org/article/maintenance-release-godot-3-4-2
2021-12-23 02:25:33 +00:00
thfr
62f7902aad update checkout from 2021-12-06 that implements steam SDK 1.52 API
change location of header files:
	include/goldberg_emulator/sdk_includes -> include/goldberg_emulator/steam

dependent ports godot and hlsteam will be updated
testing with godot build and ok op@
2021-12-23 02:19:28 +00:00
sthen
f64a39a836 update to sslscan-2.0.11 2021-12-22 22:53:40 +00:00
sthen
33fa9e85ee update to librenms-21.12.0 2021-12-22 22:52:56 +00:00
bluhm
1a19b4e53b update p5-Net-DNS to 1.33 2021-12-22 22:25:03 +00:00
ajacoutot
2c00368887 Update to gnucash-4.9. 2021-12-22 18:48:21 +00:00
ajacoutot
81c753ee2d Update to gnucash-docs-4.9. 2021-12-22 18:48:05 +00:00
op
482e8b6f04 drop -Werror to unbreak the build on sparc64 and aarch64
ok kmos
2021-12-22 17:43:34 +00:00
landry
c5a7029c80 databases/web2ldap: security update to 1.6.24
See https://web2ldap.de/changes-1.6.html#r1.6.24
From MAINTAINER Lucas Raab
2021-12-22 17:37:45 +00:00
op
cd9fe2e5fb update poedit to 3.0.1
ok thfr@
2021-12-22 16:42:54 +00:00
ajacoutot
5c1fe9b06d GNOME keyring ssh-agent segfaults with llvm >=13.0.0.
Until the issue is found, build without optimizations (-O0).
2021-12-22 15:56:30 +00:00
abieber
76e11aca78 + goreleaser 2021-12-22 15:33:22 +00:00
abieber
32d9ab2073 Import goreleaser a tool for building and cutting releases of Go programs.
Comment:
deliver Go binaries as fast and easily as possible

Description:
GoReleaser builds Go binaries for several platforms, creates a GitHub release
and then pushes a Homebrew formula to a tap repository. All that wrapped in
your favorite CI.

OK ajacoutot@
2021-12-22 15:32:51 +00:00
ajacoutot
428a92a968 Update to awscli-1.22.26. 2021-12-22 14:23:56 +00:00