165732 Commits

Author SHA1 Message Date
ajacoutot
cdaa949004 Update to webkitgtk4-2.36.1. 2022-04-21 20:33:24 +00:00
jca
bb66ce0a4a Take maintainership 2022-04-21 18:08:06 +00:00
solene
a54dd9eace + obsdfreqd 2022-04-21 17:13:06 +00:00
solene
0b7c16e526 import obsdfreqd-1.0.1
obsdfreqd is a CPU frequency scheduler daemon working in userland.

It has many parameters to tweak the frequency like min/max frequency,
polling frequency, inertia, step up/down size. obsdfreqd also support
limiting the frequency upon reaching a given temperature to avoid
a system spending time above the threshold. While it has many
parameters, the defaults are good enough for everyone.

ok sthen@ (who also did a similar port)
tested by many, thanks!
2022-04-21 17:12:31 +00:00
pvk
d97a3bd040 Update gitea 1.16.5 -> 1.16.6
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.16.6
2022-04-21 15:28:48 +00:00
espie
06170e1bfc actually store a hash for always-update ports, to be used later for
'quick signature based on hash'
2022-04-21 15:18:58 +00:00
ajacoutot
bf7f6f5610 Update to awscli-1.22.99. 2022-04-21 09:55:13 +00:00
ajacoutot
70d22641be Update to py3-boto3-1.21.44. 2022-04-21 09:54:59 +00:00
ajacoutot
fc8dc3ba78 Update to py3-botocore-1.24.44. 2022-04-21 09:54:48 +00:00
ajacoutot
a873f0fdb6 Update to gnome-initial-setup-42.1.1. 2022-04-21 09:47:48 +00:00
ajacoutot
0b45e4d7fa Update to gnome-builder-42.1. 2022-04-21 09:47:33 +00:00
sthen
1970cb2787 fix pledge for "mutool show -o outfile foo.pdf", simplified from a diff
by Olivier Taïbi
2022-04-21 09:47:27 +00:00
sthen
4c0d7cd8a9 update to isc-bind-9.18.2 2022-04-21 09:32:51 +00:00
ajacoutot
11ba159028 Update to unpaper-7.0.0. 2022-04-21 09:18:09 +00:00
ajacoutot
4a34a9333d Update to terraform-1.1.9. 2022-04-21 09:17:41 +00:00
ajacoutot
9b19933cdc Update to consul-template-0.29.0. 2022-04-21 09:01:02 +00:00
ajacoutot
8d5fba34e0 Update to consul-1.12.0.
https://github.com/hashicorp/consul/releases/tag/v1.12.0
(breaking changes)
2022-04-21 09:00:53 +00:00
landry
0353cd7921 x11/xfce4/terminal: update to 1.0.2 2022-04-21 07:58:35 +00:00
landry
8c51fd8dc5 databases/web2ldap: update to 1.7.7, from maintainer Lucas Raab
see https://web2ldap.de/changes-1.7.html#r1.7.7
2022-04-21 07:44:14 +00:00
landry
c1683cfef8 databases/py-ldap0: update to 1.4.9, from maintainer Lucas Raab 2022-04-21 07:43:18 +00:00
tb
8bd2f5681f archivers/xz: unbreak xzgrep
The fix for CVE-2022-1271 doesn't work with pdksh: an apostrophe in
a comment trips up the lexer and all uses of xzgrep result in the same
  /usr/local/bin/xzgrep[221]: no closing quote
Work around this by spelling out "don't" as "do not". This also fixes
the regress tests.

ok naddy (maintainer)
2022-04-21 05:27:04 +00:00
bcallah
d7ff036da1 Grab the last 2 months of TCC development.
Changelog: https://github.com/TinyCC/tinycc/commits/mob
tested on amd64 and riscv64
2022-04-21 04:31:12 +00:00
kn
bd424cb429 Update to puppet 6.27.0 2022-04-21 01:10:48 +00:00
kn
1438aff6d8 Update to git 2.36.o
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.36.0.txt
2022-04-20 23:26:20 +00:00
sthen
f4bdab6880 gmail-oauth2: add one of the six(!) various different patches from github PRs
(https://github.com/google/gmail-oauth2-tools/pulls) to convert this to
work with Python 3.
2022-04-20 21:14:36 +00:00
ajacoutot
cfc962ba9a Regen PLIST and drop bogus post-install. 2022-04-20 10:56:44 +00:00
espie
83feb4a28a I no longer have the time to look closely enough
it tends to work anyhow
2022-04-20 08:43:59 +00:00
ajacoutot
cf43a06e36 Update to google-cloud-sdk-382.0.0. 2022-04-20 08:07:25 +00:00
landry
b33f869cb1 geo/qgis: update to 3.24.2 2022-04-20 06:58:06 +00:00
ajacoutot
fdda4c20d8 Update to fribidi-1.0.12. 2022-04-20 06:12:33 +00:00
ajacoutot
fac0b9bd92 Regen WANTLIB after audio/libgpod update. 2022-04-19 14:47:45 +00:00
ajacoutot
252f11b416 Update to libgpod-0.8.3. 2022-04-19 14:47:20 +00:00
ajacoutot
c3d6590495 Update to libplist-2.2.0. 2022-04-19 14:45:31 +00:00
landry
3af45accfc mail/mozilla-thunderbird: update to 91.8.1
see https://www.thunderbird.net/en-US/thunderbird/91.8.1/releasenotes/
2022-04-19 14:21:58 +00:00
edd
64b9b63b65 devel/snare: easy update to version 0.4.6.
From upstream author Laurence Tratt, thanks!
2022-04-19 14:17:37 +00:00
espie
484e1a7b00 as noticed by sthen: pkg version ordering is a partial ordering relation.
do a second pass on the "sorted" list to catch non-comparable version.
document what's going on because that's actually tricky, mathematically.
2022-04-19 14:10:31 +00:00
ajacoutot
eb0781a29b Install pc files into standard pkg-config(1) directory:
libdata/pkgconfig -> lib/pkgconfig
2022-04-19 13:06:37 +00:00
ajacoutot
76a1a78a6f Update to gspell-1.10.0. 2022-04-19 13:00:07 +00:00
ajacoutot
43b42e7886 Remove "daemon" class from @newuser 2022-04-19 12:43:21 +00:00
ajacoutot
102bce17f5 Make sure libzip is not picked up; it will fail to build. 2022-04-19 12:31:50 +00:00
jca
44cd228a71 Patch the embedded nspr copy to let this build on riscv64
REVISION bump requested by Josh Grosse (maintainer)
2022-04-19 11:57:44 +00:00
jca
6a92477893 Update to emacs-28.1
Major changes:
- native lisp code compilation (not enabled in our port)
- emacs is moving to cairo + harfbuzz and away from libXft.  This may cause
  issues with bitmap fonts.
- update to Unicode standard 14.0.

Support for OpenBSD <= 5.3 has been dropped, but we don't care.

See C-h n for other changes.

Positive test feedback from tb@ abieber@ jj@ krw@, thanks!
2022-04-19 11:54:34 +00:00
sthen
1aa34bb175 unbreak rcube-dovecot_ident with newer roundcube & newer PHP 2022-04-19 11:39:53 +00:00
robert
bf8969e11e install epoll-shim.pc to the correct directory and remove -lrt from Libs.private while here
ok jca@
2022-04-19 11:37:34 +00:00
landry
01b93143d2 geo/osm2pgsql: update to 1.6.0.
see https://osm2pgsql.org/news/2022/01/24/release-1.6.0.html
2022-04-19 09:50:27 +00:00
landry
b43dee6e92 +py-osmium,python3 2022-04-19 09:48:55 +00:00
landry
d75ede0633 Import ports/geo/py-osmium 3.3.0
Python bindings for the Libosmium C++ library, a library for working
with OpenStreetMap data in a fast and flexible manner.

ok sthen@
2022-04-19 09:48:11 +00:00
benoit
78b0283a25 Update to rocksndiamonds-4.3.2.1. 2022-04-19 09:28:07 +00:00
ajacoutot
f65b46b55e Update to simple-scan-42.1. 2022-04-19 08:10:18 +00:00
ajacoutot
5b0a485c44 Update to gnumeric-1.12.52. 2022-04-19 08:09:58 +00:00