170877 Commits

Author SHA1 Message Date
ajacoutot
babde52a86 Remove useless support for security/libxcrypt.
We have all we need in base, and having this lib around will make other
stuff pick it up while we don't want to.

ok robert@
2022-11-11 11:57:08 +00:00
robert
cfd0dc0d35 make sure not to override LDFLAGS 2022-11-11 10:46:22 +00:00
jsg
39d41006f3 update to scummvm 2.6.1 2022-11-11 03:36:31 +00:00
robert
bc2938ad3f link with -rdynamic for now until a real fix for undefined symbols in
the avatar handling code is implemented
2022-11-10 23:22:51 +00:00
bluhm
a318130dcd update p5-JSON to 4.10
take maintainer
2022-11-10 22:49:29 +00:00
bluhm
ca44cb0e66 update p5-URI to 5.17
take maintainer
2022-11-10 22:48:23 +00:00
bluhm
09f06a5cfa update p5-Type-Tiny to 2.000001 2022-11-10 19:41:53 +00:00
bluhm
b2081dc351 Remove explicit devel/p5-Module-Build from build dependencies. It
is added automatically by perl.port.mk.  noted by sthen@
2022-11-10 17:52:06 +00:00
bluhm
38dc90e723 +p5-Syntax-Keyword-Match 2022-11-10 17:49:34 +00:00
bluhm
f8c701f5f2 import p5-Syntax-Keyword-Match 0.09
OK sthen@

Comment:
match/case syntax for perl

Description:
This module provides a syntax plugin that implements a control-flow
block called match/case, which executes at most one of a choice of
different blocks depending on the value of its controlling expression.
2022-11-10 17:47:32 +00:00
kurt
420ee9235d Update to 17.0.5 GA:
* Contains upstream bug and security fixes:
  https://foojay.io/java-17/?version=17.0.5&quarter=102022&tab=component
  https://openjdk.org/groups/vulnerability/advisories/2022-10-18
2022-11-10 17:23:32 +00:00
pascal
635b8e3640 Update to tor 0.4.7.11, containing DoS fixes.
Announcement: https://forum.torproject.net/t/stable-release-0-4-7-11/5501
2022-11-10 17:22:54 +00:00
kurt
94b6e2119c Update to 11.0.17 GA:
* Contains upstream bug and security fixes:
  https://foojay.io/java-11/?version=11.0.17&quarter=102022&tab=component
  https://openjdk.org/groups/vulnerability/advisories/2022-10-18
2022-11-10 17:22:09 +00:00
kurt
71eb6d140a Update to 8u352 GA:
* Contains upstream bug and security fixes:
  https://foojay.io/java-8/?tab=highlights&version=openjdk8u352&quarter=102022
  https://openjdk.org/groups/vulnerability/advisories/2022-10-18
2022-11-10 17:19:26 +00:00
sthen
7b0399cf7d reminder to update firmware/m1n1-uboot if these are updated 2022-11-10 17:13:45 +00:00
sthen
668e2a87bf be explicit with versions; firmware packages are handled by
fw_update which has no way to do dependency tracking
2022-11-10 17:12:32 +00:00
ajacoutot
a07816c37a Update to py3-git2-1.11.1. 2022-11-10 16:19:49 +00:00
tobhe
66b6455a90 Hook up m1n1-uboot 2022-11-10 15:44:43 +00:00
bluhm
0ebdc610d2 +p5-XS-Parse-Keyword 2022-11-10 15:42:58 +00:00
tobhe
6f69c4fa3a Import m1n1+uboot bootloader firmware meta port for Apple arm64 machines.
ok sthen@
2022-11-10 15:41:23 +00:00
bluhm
e69c0aed88 import p5-XS-Parse-Keyword 0.27
OK sthen@

Comment:
XS functions to assist in parsing keyword syntax

Description:
This module provides some XS functions to assist in writing syntax
modules that provide new perl-visible syntax, primarily for authors of
keyword plugins using the PL_keyword_plugin hook mechanism. It is
unlikely to be of much use to anyone else; and highly unlikely to be
any use when writing perl code using these. Unless you are writing a
keyword plugin using XS, this module is not for you.
2022-11-10 15:40:41 +00:00
sthen
285975e97b drop maintainer per request 2022-11-10 15:31:22 +00:00
ajacoutot
7e24665ba5 Missed in previous. 2022-11-10 15:10:16 +00:00
robert
0090d16257 do not pick libudev up yet 2022-11-10 15:01:09 +00:00
robert
6a4b325a16 sync with the gdm git repo 2022-11-10 14:58:55 +00:00
ajacoutot
a6fc74e01b Add a comment; no pkg change. 2022-11-10 14:46:24 +00:00
sthen
9af65f33ad use MODPY_PYBUILD 2022-11-10 14:22:27 +00:00
sthen
414dcd5485 rrdtool moved to github 2022-11-10 14:07:23 +00:00
tb
309c5d942c openssl-ruby-tests: update patch to match PR 2022-11-10 14:04:07 +00:00
ajacoutot
51c9255f5e Unbreak unlocking screenshield. 2022-11-10 14:01:49 +00:00
aisha
de2320e721 forgot to add freshrss to the Makefile
thanks abieber@
2022-11-10 13:56:19 +00:00
aisha
91ce38c6ca Self hosted RSS/Atom aggregator, supporting multi-user and anonymous
modes. It also boasts a number of other powerful features:
- Instant push notifications from compatible sources, such as
  Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc.
- Basic Web scraping, based on XPath, for Web sites not providing
  any RSS/Atom feeds.
- Custom tags and extensions for further tuning.

ok abieber op
2022-11-10 13:28:31 +00:00
sthen
1e24685a1a use MODPY_PYBUILD 2022-11-10 13:18:10 +00:00
sthen
ef7dbc7662 should use MAKE_PROGRAM 2022-11-10 13:09:57 +00:00
tb
dfc210d553 openssl-ruby-tests: use EVP_Digest{Sign,Verify}() directly to prepare
for addition of EVP interface of Ed25519 to libcrypto.

(missed cvs add)
2022-11-10 13:07:06 +00:00
tb
2eec25af3b openssl-ruby-tests: use EVP_Digest{Sign,Verify}() directly to prepare
for addition of EVP interface of Ed25519 to libcrypto.
2022-11-10 13:06:24 +00:00
sthen
85e4068af9 update to py3-scikit-image-0.19.3 2022-11-10 13:04:39 +00:00
robert
ddc046a528 switch to my new branch in the git repo which uses libconsolekit for systemd
wrapper functions instead of implementing them inside gdm
2022-11-10 12:57:37 +00:00
sthen
c358eb744f stalwart-jmap uses rocksdb which is 64-bit only, set ONLY_FOR_ARCHS
(the other stalwart-* ports don't seem really useful without jmap)
2022-11-10 12:50:52 +00:00
robert
8124fb4f66 bring in latest systemd wrapper functions from the git repo 2022-11-10 12:50:08 +00:00
sdk
ac5a8872cb go.port.mk: use -buildvcs=false to prevent go from calling git
OK kn, sthen
2022-11-10 12:16:26 +00:00
sthen
a7d97c1592 update to py3-wheel-0.38.4, update COMMENT/DESCR while there 2022-11-10 12:03:52 +00:00
paco
a381fc8d5a update net/dino to 0.3.1
Also fix issue with conflicting use of 2 versions of libsoup.
Originally raised by kn@, who sent initial patch.

ok kn@
2022-11-10 11:52:23 +00:00
ajacoutot
6dfa17f4a9 Simplify to use elogind_dep and drop bogus patch to prevent undefined
reference.
2022-11-10 11:45:38 +00:00
ajacoutot
b2fa9c9923 Give MAINTAINER to robert@ 2022-11-10 11:14:43 +00:00
robert
d0a58638cd update to 107.0.5304.110 2022-11-10 10:54:39 +00:00
robert
932dc8b50f pull sd_seat_can_multi_session() in from libconsolekit 2022-11-10 10:43:37 +00:00
ajacoutot
5290649621 CPPFLAGS and LDFLAGS are not needed; this will also prevent picking up
libgd if it's around at configure time.
2022-11-10 10:35:12 +00:00
ajacoutot
ec8b77eaa4 Update to meson-0.64.0.
Survived a bulk.
2022-11-10 10:34:41 +00:00
robert
d5125517a3 depend on latest consolekit2 changes and cleanup some warnings 2022-11-10 10:15:36 +00:00