2659 Commits

Author SHA1 Message Date
jca
5fdfdd96cc Rearrange logic to address type mismatch spotted by clang 15 2023-01-12 13:17:19 +00:00
jca
88179a41fc Avoid horrid stack scanning code, breaks unexpectedly when built with clang 15 2023-01-10 13:28:59 +00:00
naddy
0c393c4e11 misc/vttest: maintenance update to 20221229 2023-01-08 21:31:00 +00:00
ajacoutot
a32073f0a0 Update to hwdata-0.366. 2023-01-05 08:16:23 +00:00
bket
3c44e145eb Update remind to 4.2.2
Changes: https://dianne.skoll.ca/pipermail/remind-fans/2023/004425.html

From Martin Ziemer <horrad AT horrad DOT de> (maintainer). Thank you!
2023-01-02 06:11:53 +00:00
fcambus
ca228e3190 Update dialog to 1.3-20221229. 2022-12-31 19:27:45 +00:00
jan
8bc29819af Hook lchat to build
ok op@
2022-12-30 09:52:48 +00:00
jan
26b70ba19e Import lchat, a suckless ii chat frontend.
Tweaks & OK op@
2022-12-30 09:51:06 +00:00
sthen
888c5bd44b update to remind-4.2.1, from Martin Ziemer (maintainer) 2022-12-16 10:35:42 +00:00
sebastia
e9771389bf Update 0.6.4 -> 0.6.5 2022-12-13 21:53:44 +00:00
ajacoutot
bd4db9ad11 Update to hwdata-0.365. 2022-12-03 08:58:19 +00:00
bluhm
d4c50ea9ef Remove wantlib Mbed TLS after open62541 has been switched to LibreSSL. 2022-12-01 18:34:47 +00:00
ajacoutot
06a208be08 Update to osinfo-db-20221130. 2022-12-01 08:08:08 +00:00
bluhm
744abf77d8 Switch open62541 crypto library from Mbed TLS to LibreSSL. Use
newer OpenSSL API that LibreSSL also provides.  Use X509_check_issued
instead of missing API until LibreSSL developers implement a more
compatible solution.
OK tb@
2022-11-30 18:01:22 +00:00
bluhm
23b2d6921b update open62541 to 1.3.4 2022-11-28 11:56:27 +00:00
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
3ed49181f9 use MODPY_PYBUILD 2022-11-25 16:14:22 +00:00
naddy
a06e5f8bba misc/vttest: update to 20221111 2022-11-16 21:41:44 +00:00
naddy
c0f5554a06 remove useless CONFIGURE_STYLE=none
If a port should not attempt to run a configure script, simply don't
set CONFIGURE_STYLE at all.

The perl and pyton modules use CONFIGURE_STYLE=none for their own
purposes.  Also, some ports use it to disable a default provided
by Makefile.inc.  Apart from that, CONFIGURE_STYLE=none has no meaning.

ok semarie@ ajacoutot@ kn@ sthen@
2022-11-13 22:24:51 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
ajacoutot
f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
ajacoutot
d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
bluhm
dd17909246 update py3-opcua to 0.98.13 2022-11-05 11:36:50 +00:00
ajacoutot
186a3292fd Update to hwdata-0.364. 2022-11-02 07:25:11 +00:00
naddy
82b67a265c misc/bible-kjv: keep up with Debian upstream 4.38, no changes for us 2022-10-30 20:19:30 +00:00
bluhm
aeabeb4551 update p5-OPCUA-Open62541 to 1.05 2022-10-27 16:06:04 +00:00
sthen
f82d62de00 update to remind-4.2.0, from Martin Ziemer (maintainer) 2022-10-25 19:09:06 +00:00
ajacoutot
26659bc1d1 Update to osinfo-db-20221018. 2022-10-21 09:24:35 +00:00
ajacoutot
7c101d3abb Update to hwdata-0.363. 2022-10-04 00:03:00 +00:00
sthen
1462359a80 support ksh for mc's subshell (^O to swap between shell and mc)
ok robert@ (maintainer)
2022-09-14 11:02:47 +00:00
ajacoutot
13b9a75be9 Update to hwdata-0.362. 2022-09-08 09:23:57 +00:00
rsadowski
25fffc7641 Install doc_pdf by default
No need to use INSTALL_TARGET anymore

OK bluhm@ (maintainer)
2022-09-01 13:53:05 +00:00
ajacoutot
158bb79309 Update to osinfo-db-20220830. 2022-08-31 06:58:14 +00:00
naddy
b551e34b4d misc/vttest: update to 20220827 2022-08-28 19:37:21 +00:00
sthen
99ff2c4ba8 update to gpsd-3.24 2022-08-27 15:28:48 +00:00
bluhm
66ffdcdba0 update open62541 to 1.3.3 2022-08-23 15:08:24 +00:00
fcambus
ff83288413 Update most to 5.2.0. 2022-08-17 21:57:57 +00:00
bket
34747bc093 Update to remind-4.0.3
Changes:
https://git.skoll.ca/Skollsoft-Public/Remind/src/tag/04.00.03/docs/WHATSNEW

From maintainer Martin Ziemer <horrad@horrad.de>
2022-08-16 17:42:21 +00:00
benoit
0509f10dde Update to p5-User-Identity-1.01. 2022-08-04 13:41:24 +00:00
benoit
f7f6fffb8e Update to p5-Lingua-Romana-Perligata-0.602. 2022-08-04 13:35:14 +00:00
benoit
b1b8584d38 Update to p5-I18N-Charset-1.419. 2022-08-04 13:31:01 +00:00
bket
f22f2eeaec Update to remind-4.0.2
Changes:
https://git.skoll.ca/Skollsoft-Public/Remind/src/tag/04.00.02/docs/WHATSNEW

From Martin Ziemer <horrad AT horrad DOT de> (maintainer).
2022-08-03 16:50:18 +00:00
fcambus
af1635c78e Update dialog to 1.3-20220728. 2022-07-29 22:11:24 +00:00
ajacoutot
a5850db95b Update to osinfo-db-20220727. 2022-07-28 05:46:24 +00:00
bluhm
eb4ef200e3 Fix another use after free in ua client, pull request is upstream. 2022-07-20 13:26:35 +00:00
bluhm
cfd3e77b9a Backport fix from upstream that avoids double free. 2022-07-19 23:39:05 +00:00
bluhm
632a54e410 update p5-OPCUA-Open62541 to 1.03 2022-07-19 13:38:48 +00:00
bluhm
fcf4e9834e update open62541 to 1.3.2 2022-07-11 15:22:02 +00:00
bluhm
1d59aaaa45 update p5-OPCUA-Open62541 to 1.02 2022-07-09 11:19:41 +00:00
bluhm
3c3f48f5c8 Fix client async connect test to avoid hang during make test. 2022-07-08 19:44:53 +00:00