CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/16 00:36:52

Modified files:
x11/xfce4/xfce4-screenshooter: Makefile distinfo 

Log message:
x11/xfce4/xfce4-screenshooter: update to 1.10.0.

see https://mail.xfce.org/pipermail/xfce-announce/2022-November/001174.html



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 23:43:57

Modified files:
mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
mail/mozilla-thunderbird: MFC update to 102.5.0.

see https://www.thunderbird.net/en-US/thunderbird/102.5.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-49/



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 23:41:20

Modified files:
mail/mozilla-thunderbird: Makefile distinfo 
mail/thunderbird-i18n: Makefile.inc distinfo 

Log message:
mail/mozilla-thunderbird: update to 102.5.0.

see https://www.thunderbird.net/en-US/thunderbird/102.5.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-49/



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2022/11/15 20:01:49

Modified files:
databases/timescaledb: Makefile 

Log message:
Mark BROKEN as timescaledb does not yet work with PostgreSQL 15.

OK tb@



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2022/11/15 20:01:21

Modified files:
databases/repmgr: Makefile distinfo 
databases/repmgr/pkg: PLIST 

Log message:
Update to repmgr 5.3.3 to work with PostgreSQL 15.

OK tb@



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2022/11/15 20:01:01

Modified files:
databases/postgresql-pllua: Makefile distinfo 

Log message:
Adjust dependencies and use upstream pull request to work with PostgreSQL 15.

OK tb@



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2022/11/15 20:00:30

Modified files:
databases/postgresql-previous: Makefile distinfo 
databases/postgresql-previous/patches: patch-src_Makefile_shlib 
   patch-src_bin_scripts_vacuumdb_c 
   
patch-src_include_storage_s_lock_h 
   
patch-src_interfaces_libpq_Makefile 
databases/postgresql-previous/pkg: PLIST 

Log message:
Update postgresql-previous to PostgreSQL 14.6 following postgresql update
to 15.1.

OK tb@



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2022/11/15 19:59:23

Modified files:
databases/postgresql: Makefile distinfo 
databases/postgresql/patches: patch-src_bin_scripts_vacuumdb_c 
  patch-src_include_storage_s_lock_h 
  patch-src_interfaces_libpq_Makefile 
databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-main 
  PLIST-plpython PLIST-server 

Log message:
Update to PostgreSQL 15.1

Bulk testing and help tb@

OK tb@



[Maintainer Update] archivers/zpaqfranz-56.1

2022-11-15 Thread tux0r
Finally, a new major version. Updated port attached.

tux0r.


zpaqfranz-56.1.diff
Description: Binary data


CVS: cvs.openbsd.org: ports

2022-11-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2022/11/15 16:46:40

Modified files:
net/wireshark  : Makefile 

Log message:
Don't enable LTO on riscv64

where lld fails with:
LLVM ERROR: Function Import: link error: linking module flags 'SmallDataLimit': 
IDs have conflicting values in
'extcap/CMakeFiles/extcap-base.dir/extcap-base.c.o' and 
'extcap/CMakeFiles/sshdump.dir/sshdump.c.o

Error already spotted in games/arx-libertatis.  ok sthen@ (maintainer)



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/11/15 16:14:12

Modified files:
www/apache-httpd: Makefile 
www/apache-httpd/patches: patch-configure 
  patch-modules_ssl_ssl_engine_init_c 
  patch-modules_ssl_ssl_private_h 
Added files:
www/apache-httpd/patches: patch-modules_md_md_crypt_c 

Log message:
apache-httpd: enable X25519 and Ed25519 support, avoid a poor
implementation of ASN1_TIME_diff(), and regenerate some patches.

ok giovanni (maintainer)



Re: Enable Ed25519 in apache-httpd

2022-11-15 Thread Giovanni Bechis
On Sun, Nov 13, 2022 at 03:31:03PM +0100, Theo Buehler wrote:
> Now that libcrypto ships with Ed25519 support and X25519 support in EVP,
> we can enable it in httpd. Ed448 is still not supported.
> 
> Also, do not use a dubious quality ASN1_TIME_diff() implementation from
> stackoverflow, use the one from libcrypto instead (which has been
> available since LibreSSL 3.6).
> 
> Regen patches while there.
> 
> I have only compile tested this.
> 
sure, ok giovanni@
 Thanks
  Giovanni


> PS: The unconditional setting of OPENSSL_NO_CT for LibreSSL in
> md_crypt.c is also iffy (CT is available since LibreSSL 3.5). Let's
> leave that for another day.
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/www/apache-httpd/Makefile,v
> retrieving revision 1.118
> diff -u -p -r1.118 Makefile
> --- Makefile  9 Jun 2022 07:05:50 -   1.118
> +++ Makefile  13 Nov 2022 14:20:02 -
> @@ -3,6 +3,7 @@ COMMENT=  apache HTTP server
>  V=   2.4.54
>  DISTNAME=httpd-${V}
>  PKGNAME= apache-httpd-${V}
> +REVISION=0
>  
>  CATEGORIES=  www net
>  
> Index: patches/patch-configure
> ===
> RCS file: /cvs/ports/www/apache-httpd/patches/patch-configure,v
> retrieving revision 1.23
> diff -u -p -r1.23 patch-configure
> --- patches/patch-configure   11 Mar 2022 20:09:37 -  1.23
> +++ patches/patch-configure   13 Nov 2022 14:20:02 -
> @@ -1,7 +1,7 @@
>  Index: configure
>  --- configure.orig
>  +++ configure
> -@@ -3462,7 +3462,7 @@ do
> +@@ -3472,7 +3472,7 @@ do
> ap_last="${ap_cur}"
> ap_cur=`eval "echo ${ap_cur}"`
>   done
> @@ -10,7 +10,7 @@ Index: configure
>   
>   
> APACHE_VAR_SUBST="$APACHE_VAR_SUBST exp_sysconfdir"
> -@@ -4668,7 +4668,7 @@ APR_INCLUDEDIR=`$apr_config --includedir`
> +@@ -4678,7 +4678,7 @@ APR_INCLUDEDIR=`$apr_config --includedir`
>   APR_INCLUDES=`$apr_config --includes`
>   APR_VERSION=`$apr_config --version`
>   apr_major_version=`echo ${APR_VERSION} | sed 's,\..*,,'`
> Index: patches/patch-modules_md_md_crypt_c
> ===
> RCS file: patches/patch-modules_md_md_crypt_c
> diff -N patches/patch-modules_md_md_crypt_c
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-modules_md_md_crypt_c   13 Nov 2022 14:24:25 -
> @@ -0,0 +1,35 @@
> +Hunk 1: LibreSSL 3.6.0 and later have ASN1_TIME_diff()
> +Hunks 2 and 3: LibreSSL 3.7.0 and later have X25519 support in EVP
> +Index: modules/md/md_crypt.c
> +--- modules/md/md_crypt.c.orig
>  modules/md/md_crypt.c
> +@@ -210,7 +210,8 @@ static int pem_passwd(char *buf, int size, int rwflag,
> +  */
> + static apr_time_t md_asn1_time_get(const ASN1_TIME* time)
> + {
> +-#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER)
> ++#if OPENSSL_VERSION_NUMBER < 0x10002000L || 
> (defined(LIBRESSL_VERSION_NUMBER) && \
> ++ LIBRESSL_VERSION_NUMBER < 
> 0x306fL)
> + /* courtesy: 
> https://stackoverflow.com/questions/10975542/asn1-time-to-time-t-conversion#11263731
> +  * all bugs are mine */
> + apr_time_exp_t t;
> +@@ -854,7 +855,8 @@ static apr_status_t gen_ec(md_pkey_t **ppkey, apr_pool
> + curve = EC_curve_nid2nist(curve_nid);
> + }
> + #endif
> +-#if defined(NID_X25519) && !defined(LIBRESSL_VERSION_NUMBER)
> ++#if defined(NID_X25519) && (!defined(LIBRESSL_VERSION_NUMBER) || \
> ++LIBRESSL_VERSION_NUMBER >= 0x307fL)
> + if (NID_undef == curve_nid && !apr_strnatcasecmp("X25519", curve)) {
> + curve_nid = NID_X25519;
> + curve = EC_curve_nid2nist(curve_nid);
> +@@ -872,7 +874,8 @@ static apr_status_t gen_ec(md_pkey_t **ppkey, apr_pool
> + *ppkey = make_pkey(p);
> + switch (curve_nid) {
> + 
> +-#if defined(NID_X25519) && !defined(LIBRESSL_VERSION_NUMBER)
> ++#if defined(NID_X25519) && (!defined(LIBRESSL_VERSION_NUMBER) || \
> ++LIBRESSL_VERSION_NUMBER >= 0x307fL)
> + case NID_X25519:
> + /* no parameters */
> + if (NULL == (ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_X25519, NULL))
> Index: patches/patch-modules_ssl_ssl_engine_init_c
> ===
> RCS file: 
> /cvs/ports/www/apache-httpd/patches/patch-modules_ssl_ssl_engine_init_c,v
> retrieving revision 1.20
> diff -u -p -r1.20 patch-modules_ssl_ssl_engine_init_c
> --- patches/patch-modules_ssl_ssl_engine_init_c   11 Mar 2022 20:09:38 
> -  1.20
> +++ patches/patch-modules_ssl_ssl_engine_init_c   13 Nov 2022 14:20:02 
> -
> @@ -1,7 +1,7 @@
>  Index: modules/ssl/ssl_engine_init.c
>  --- modules/ssl/ssl_engine_init.c.orig
>  +++ modules/ssl/ssl_engine_init.c
> -@@ -1601,7 +1601,7 @@ static apr_status_t ssl_init_proxy_certs(server_rec *s
> +@@ -1681,7 +1681,7 

CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 15:30:18

Modified files:
sysutils/py-elasticsearch-curator: Makefile 
sysutils/py-elasticsearch-curator/patches: patch-setup_cfg 
sysutils/py-elasticsearch-curator/pkg: PLIST 

Log message:
click was listed twice in setup.cfg; patch the second line too. switch to 
MODPY_PYBUILD while there.



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/11/15 13:52:31

Modified files:
devel/p5-Devel-MAT-Dumper: Makefile 

Log message:
Do the usual C99 dance to make base-gcc happy

Fixes build on sparc64



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 10:53:16

Modified files:
www/firefox-esr: distinfo 

Log message:
www/firefox-esr: fixup wrong size/checksum for main tarball

reported by naddy@, thanks!



Re: 7.2 firefox cups printers not available

2022-11-15 Thread Landry Breuil
Le Tue, Nov 15, 2022 at 04:52:13PM +0100, Marcus MERIGHI a écrit :
> Good evening, 
> 
> sh+openbsd-po...@codevoid.de (Stefan Hagen), 2022.11.14 (Mon) 21:06 (CET):
> > Antoine Jacoutot wrote (2022-11-14 19:52 CET):
> > > On Mon, Nov 14, 2022 at 08:30:21AM +0100, Landry Breuil wrote:
> > > > Le Fri, Nov 11, 2022 at 01:14:34PM +0100, Marcus MERIGHI a écrit :
> > > > > I do not see CUPS printers in firefox, only pdf and lpr.
> > > > > Can anyone confirm it works for her/him?
> > > > 
> > > > I dont use cups and i'm too stupid to make it work with the printer i
> > > > have at the office, so sadly i wont be able to help you on this.
> > > > if you think its an unveil/pledge issue, the instructions to debug it
> > > > are in the package readme.
> > > 
> > > Add this to /etc/firefox/unveil.main:
> > > /var/run/cups/cups.sock rw
> > 
> > I tested it and can confirm that this is the missing piece.
> 
> Me too, FWIW.
> 
> Thank you all for reading, confirming and fixing.

Thanks ajacoutot for looking into it, and all for reporting/testing the
fix; This should be fixed with 107.0/102.5.0 and backported to 7.2.

Landry



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 10:43:16

Modified files:
databases/mongodb/44: Makefile distinfo 
databases/mongodb/44/patches: patch-SConstruct 

Log message:
update to mongodb-4.4.18



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 10:41:37

Modified files:
audio/openal   : Makefile 

Log message:
openal tweaks from Brad, ok David Carlier (maintainer)

- Enable the SSE support on X86; there is run-time detection
- Disable NEON on arm
- The ALSOFT_CONFIG option has been deprecated
- The QSA backend was removed with the 1.21.0 release
- Sort the list of options



Re: 7.2 firefox cups printers not available

2022-11-15 Thread Marcus MERIGHI
Good evening, 

sh+openbsd-po...@codevoid.de (Stefan Hagen), 2022.11.14 (Mon) 21:06 (CET):
> Antoine Jacoutot wrote (2022-11-14 19:52 CET):
> > On Mon, Nov 14, 2022 at 08:30:21AM +0100, Landry Breuil wrote:
> > > Le Fri, Nov 11, 2022 at 01:14:34PM +0100, Marcus MERIGHI a écrit :
> > > > I do not see CUPS printers in firefox, only pdf and lpr.
> > > > Can anyone confirm it works for her/him?
> > > 
> > > I dont use cups and i'm too stupid to make it work with the printer i
> > > have at the office, so sadly i wont be able to help you on this.
> > > if you think its an unveil/pledge issue, the instructions to debug it
> > > are in the package readme.
> > 
> > Add this to /etc/firefox/unveil.main:
> > /var/run/cups/cups.sock rw
> 
> I tested it and can confirm that this is the missing piece.

Me too, FWIW.

Thank you all for reading, confirming and fixing.

Marcus



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2022/11/15 08:49:14

Modified files:
www/nextcloud/23: Tag: OPENBSD_7_2 Makefile distinfo 
www/nextcloud/23/pkg: Tag: OPENBSD_7_2 PLIST 

Log message:
Update for Nextcloud to 23.0.11



[update] www/libreddit to 0.24.0

2022-11-15 Thread Lucas Raab
Hello,

Here's an update for libreddit up to 0.24.0 that's been working fine on my 
instance.

changelog:
* Indicate pinned posts on user profiles (close #606) 3f3d9e9
* Fix Replit deployment failure 1b5e9a4
* Fix links visible through markdown spoilers c0e3744
* HTTP compression (Reddit -> Libreddit -> client) by @Daniel-Valentine
  in #612
* Use permalink offered by Reddit (fixes #613). by @Daniel-Valentine
  in #614
* Add DoomOne theme, c/o Tildemaster r...@vern.cc by @Daniel-Valentine
  in #611
* Add support for /comments endpoint 170ea38
* Redirect /:id to canonical URL for post. by @Daniel-Valentine in
  #617
* Add format_url tests by @sigaloid in #615
* Implement 'posts hidden because of NSFW'. (Resolves #159) by
  @Daniel-Valentine in #619
* T.: Docs update by @artemislena in #639

Another note that I didn't see called out is an update to hls.js
for video playback with sound that now works

Thanks,
Lucas
diff /usr/ports
commit - 387c8251fb7be31a546688d252e08eb8078929c6
path + /usr/ports
blob - 9fbfe7aa27be11903523d24c672bb306b08da758
file + www/libreddit/Makefile
--- www/libreddit/Makefile
+++ www/libreddit/Makefile
@@ -3,10 +3,9 @@ GH_ACCOUNT =   spikecodes
 
 COMMENT =  alternative private front-end to Reddit
 
-GH_ACCOUNT =   spikecodes
+GH_ACCOUNT =   libreddit
 GH_PROJECT =   libreddit
-GH_TAGNAME =   v0.22.9
-REVISION = 1
+GH_TAGNAME =   v0.24.0
 
 CATEGORIES =   www
 
@@ -15,7 +14,7 @@ WANTLIB = c c++abi m pthread
 # AGPL3
 PERMIT_PACKAGE =   Yes
 
-WANTLIB =  c c++abi m pthread
+WANTLIB =  ${MODCARGO_WANTLIB} m
 
 MODULES =  devel/cargo
 BUILD_DEPENDS =lang/rust
blob - 4f2c70409b108b03ae0297a5d81b2fdf030fe1e6
file + www/libreddit/crates.inc
--- www/libreddit/crates.inc
+++ www/libreddit/crates.inc
@@ -1,158 +1,177 @@
-MODCARGO_CRATES += aho-corasick0.7.18  # Unlicense/MIT
+MODCARGO_CRATES += adler32 1.2.0   # Zlib
+MODCARGO_CRATES += aho-corasick0.7.19  # Unlicense/MIT
+MODCARGO_CRATES += alloc-no-stdlib 2.0.4   # BSD-3-Clause
+MODCARGO_CRATES += alloc-stdlib0.2.2   # BSD-3-Clause
 MODCARGO_CRATES += askama  0.11.1  # MIT OR Apache-2.0
 MODCARGO_CRATES += askama_derive   0.11.2  # MIT/Apache-2.0
 MODCARGO_CRATES += askama_escape   0.10.3  # MIT OR Apache-2.0
 MODCARGO_CRATES += askama_shared   0.12.2  # MIT/Apache-2.0
 MODCARGO_CRATES += async-recursion 1.0.0   # MIT OR Apache-2.0
-MODCARGO_CRATES += async-trait 0.1.53  # MIT OR Apache-2.0
+MODCARGO_CRATES += async-trait 0.1.58  # MIT OR Apache-2.0
 MODCARGO_CRATES += async_once  0.2.6   # MIT OR Apache-2.0
 MODCARGO_CRATES += autocfg 1.1.0   # Apache-2.0 OR MIT
-MODCARGO_CRATES += base64  0.13.0  # MIT/Apache-2.0
+MODCARGO_CRATES += base64  0.13.1  # MIT/Apache-2.0
 MODCARGO_CRATES += bitflags1.3.2   # MIT/Apache-2.0
-MODCARGO_CRATES += block-buffer0.9.0   # MIT OR Apache-2.0
-MODCARGO_CRATES += bumpalo 3.9.1   # MIT/Apache-2.0
-MODCARGO_CRATES += bytes   1.1.0   # MIT
-MODCARGO_CRATES += cached  0.34.0  # MIT
-MODCARGO_CRATES += cached_proc_macro   0.12.0  # MIT
+MODCARGO_CRATES += block-buffer0.10.3  # MIT OR Apache-2.0
+MODCARGO_CRATES += brotli  3.3.4   # BSD-3-Clause/MIT
+MODCARGO_CRATES += brotli-decompressor 2.3.2   # BSD-3-Clause/MIT
+MODCARGO_CRATES += bstr0.2.17  # MIT OR Apache-2.0
+MODCARGO_CRATES += bumpalo 3.11.1  # MIT/Apache-2.0
+MODCARGO_CRATES += bytes   1.2.1   # MIT
+MODCARGO_CRATES += cached  0.40.0  # MIT
+MODCARGO_CRATES += cached_proc_macro   0.15.0  # MIT
 MODCARGO_CRATES += cached_proc_macro_types 0.1.0   # MIT
-MODCARGO_CRATES += cc  1.0.73  # MIT/Apache-2.0
+MODCARGO_CRATES += cc  1.0.76  # MIT OR Apache-2.0
 MODCARGO_CRATES += cfg-if  1.0.0   # MIT/Apache-2.0
-MODCARGO_CRATES += clap3.1.18  # MIT OR Apache-2.0
-MODCARGO_CRATES += clap_lex0.2.0   # MIT OR Apache-2.0
-MODCARGO_CRATES += cookie  0.16.0  # MIT OR Apache-2.0
+MODCARGO_CRATES += clap4.0.24  # MIT OR Apache-2.0
+MODCARGO_CRATES += clap_lex0.3.0   # MIT OR Apache-2.0
+MODCARGO_CRATES += cookie  0.16.1  # MIT OR Apache-2.0
 MODCARGO_CRATES += core-foundation 0.9.3   # MIT / Apache-2.0
 MODCARGO_CRATES += core-foundation-sys 0.8.3   # MIT / Apache-2.0
-MODCARGO_CRATES += cpufeatures 0.2.2   # MIT OR Apache-2.0
+MODCARGO_CRATES += cpufeatures 0.2.5   # MIT OR Apache-2.0
+MODCARGO_CRATES += crc32fast   1.3.2   # MIT OR Apache-2.0
+MODCARGO_CRATES += crypto-common   0.1.6   # MIT OR Apache-2.0
 MODCARGO_CRATES += darling 0.13.4  # MIT
 MODCARGO_CRATES += darling_core0.13.4  # MIT
 MODCARGO_CRATES += darling_macro   0.13.4  # MIT
-MODCARGO_CRATES += digest  0.9.0   # MIT OR Apache-2.0
-MODCARGO_CRATES += fastrand1.7.0   # Apache-2.0 OR MIT
+MODCARGO_CRATES += digest  0.10.5  # MIT OR Apache-2.0

CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 08:07:07

Modified files:
devel/py-doit  : Makefile 

Log message:
use correct spelling of 'setuptools'



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 08:02:12

Modified files:
www/mozilla-firefox: Tag: OPENBSD_7_2 Makefile distinfo 
www/mozilla-firefox/files: Tag: OPENBSD_7_2 unveil.main 
www/mozilla-firefox/patches: Tag: OPENBSD_7_2 
 
patch-security_manager_pki_resources_content_exceptionDialog_js 
 patch-toolkit_xre_glxtest_cpp 
www/mozilla-firefox/pkg: Tag: OPENBSD_7_2 PLIST 
Added files:
www/mozilla-firefox/patches: Tag: OPENBSD_7_2 
 patch-build_moz_configure_nss_configure 
Removed files:
www/mozilla-firefox/files: Tag: OPENBSD_7_2 
   pledge.utility-audioDecoder 
   unveil.utility-audioDecoder 
www/mozilla-firefox/patches: Tag: OPENBSD_7_2 
 patch-media_ffvpx_config_unix_aarch64_h 
 patch-xpcom_build_BinaryPath_h 

Log message:
www/mozilla-firefox: MFC update to 107.0.

see https://www.mozilla.org/en-US/firefox/107.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-47/

- add patch to loosen the nss version check, 3.83 is fine
- drop pledge/unveil configs for utility-audioDecoder process, the process
now uses the utility class. from upstream
- drop patch from #1790419, merged upstream
- drop arm64 patch from tb@, merged upstream via #1796893
- while here merge ajacoutot's unveil addition to fix printing via cups



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 07:59:18

Modified files:
www/firefox-esr: Tag: OPENBSD_7_2 Makefile distinfo 
www/firefox-esr/files: Tag: OPENBSD_7_2 unveil.main 

Log message:
www/firefox-esr: MFC update to 102.5.0.

see https://www.mozilla.org/en-US/firefox/102.5.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-48/

while here merge ajacoutot's unveil addition to fix printing via cups



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 07:58:05

Modified files:
www/firefox-esr: Makefile distinfo 
www/firefox-esr-i18n: Makefile.inc distinfo 

Log message:
www/firefox-esr: update to 102.5.0.

see https://www.mozilla.org/en-US/firefox/102.5.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-48/



Re: security update www/nginx to 1.22.1

2022-11-15 Thread Sergey A. Osokin
Hi,

On Thu, Oct 27, 2022 at 01:58:01PM +, Sergey A. Osokin wrote:
> 
> [...]

Could you please provide an update.
Thank you.

-- 
Sergey A. Osokin


signature.asc
Description: PGP signature


CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 07:56:54

Modified files:
www/mozilla-firefox: Makefile distinfo 
www/mozilla-firefox/files: pledge.utility unveil.utility 
www/mozilla-firefox/patches: 
 
patch-security_manager_pki_resources_content_exceptionDialog_js 
 patch-toolkit_xre_glxtest_cpp 
www/mozilla-firefox/pkg: PLIST 
www/firefox-i18n: Makefile.inc distinfo 
Removed files:
www/mozilla-firefox/files: pledge.utility-audioDecoder 
   unveil.utility-audioDecoder 
www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp 
 patch-dom_ipc_moz_build 
 patch-media_ffvpx_config_unix_aarch64_h 
 patch-xpcom_build_BinaryPath_h 

Log message:
www/mozilla-firefox: update to 107.0.

see https://www.mozilla.org/en-US/firefox/107.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-47/

- drop pledge/unveil configs for utility-audioDecoder process, the process
now uses the utility class. from upstream
- drop patches from #1790419, merged upstream
- drop arm64 patch from tb@, merged upstream via #1796893



Re: [update] audio/ncspot to 0.11.2

2022-11-15 Thread Lucas Raab
On Tue, Nov 15, 2022 at 06:48:31AM +0100, Sebastien Marie wrote:
> On Mon, Nov 14, 2022 at 10:40:11PM +, Lucas Raab wrote:
> > Hello,
> > 
> > Quick update for ncspot up to 0.11.2
> > 
> > changelog:
> > Maintenance
> > * Cleanup: Remove PlayTrackMenu (#945)
> > * Fix: Crash on liked artist but no liked music (#953)
> > 
> > Features
> > * Improve context menus to make the UX/UI more consistent (#923)
> > * Exit gracefully/save state on SIGTERM and SIGHUP (#948)
> > 
> > Henrik, look okay to you?
> > 
> > Thanks,
> > Lucas
> 
> Could you update the WANTLIB to use MODCARGO_WANTLIB ?
> 
> - WANTLIB +=  c c++abi crypto curses dbus-1 m portaudio 
> pthread ssl
> + WANTLIB +=  ${MODCARGO_WANTLIB} crypto curses dbus-1 m 
> portaudio ssl
> 
> Thanks.
> -- 
> Sebastien Marie

Absolutely! Updated diff attached
diff refs/heads/master refs/heads/ncspot
commit - ac90c5badc6845a8efbb60b7691b149b1816e353
commit + 387c8251fb7be31a546688d252e08eb8078929c6
blob - 47292c7daa555a9d561c2bbaaa2f7f557cf00b96
blob + 49b812653f585cb7deff420428ff0494a385ca04
--- audio/ncspot/Makefile
+++ audio/ncspot/Makefile
@@ -7,8 +7,7 @@ GH_TAGNAME =v0.11.1
 
 GH_ACCOUNT =   hrkfdn
 GH_PROJECT =   ncspot
-GH_TAGNAME =   v0.11.1
-REVISION = 1
+GH_TAGNAME =   v0.11.2
 
 CATEGORIES =   audio
 
@@ -17,7 +16,7 @@ WANTLIB +=c c++abi crypto curses dbus-1 m 
portaudio 
 # BSD
 PERMIT_PACKAGE =   Yes
 
-WANTLIB += c c++abi crypto curses dbus-1 m portaudio pthread ssl
+WANTLIB += ${MODCARGO_WANTLIB} crypto curses dbus-1 m portaudio 
ssl
 
 MODULES =  devel/cargo
 BUILD_DEPENDS =lang/rust>=1.30
blob - 17386404da712d24aa4064f155c5c770b14dfe27
blob + 21696c5e9168ea5aafea38002c345880c1c9be84
--- audio/ncspot/crates.inc
+++ audio/ncspot/crates.inc
@@ -30,14 +30,14 @@ MODCARGO_CRATES +=  clang-sys   1.3.3   # Apache-2.0
 MODCARGO_CRATES += chrono  0.4.22  # MIT/Apache-2.0
 MODCARGO_CRATES += chunked_transfer1.4.0   # Apache-2.0
 MODCARGO_CRATES += cipher  0.2.5   # MIT OR Apache-2.0
-MODCARGO_CRATES += clang-sys   1.3.3   # Apache-2.0
-MODCARGO_CRATES += clap3.2.22  # MIT OR Apache-2.0
-MODCARGO_CRATES += clap_lex0.2.4   # MIT OR Apache-2.0
+MODCARGO_CRATES += clang-sys   1.4.0   # Apache-2.0
+MODCARGO_CRATES += clap4.0.15  # MIT OR Apache-2.0
+MODCARGO_CRATES += clap_lex0.3.0   # MIT OR Apache-2.0
 MODCARGO_CRATES += clipboard   0.5.0   # MIT / Apache-2.0
 MODCARGO_CRATES += clipboard-win   2.2.0   # MIT
+MODCARGO_CRATES += codespan-reporting  0.11.1  # Apache-2.0
 MODCARGO_CRATES += combine 4.6.6   # MIT
-MODCARGO_CRATES += convert_case0.4.0   # MIT
-MODCARGO_CRATES += cookie  0.16.0  # MIT OR Apache-2.0
+MODCARGO_CRATES += cookie  0.16.1  # MIT OR Apache-2.0
 MODCARGO_CRATES += cookie_store0.16.1  # MIT/Apache-2.0
 MODCARGO_CRATES += core-foundation 0.9.3   # MIT / Apache-2.0
 MODCARGO_CRATES += core-foundation-sys 0.8.3   # MIT / Apache-2.0
@@ -46,20 +46,26 @@ MODCARGO_CRATES +=  crossbeam-utils 0.8.11  # MIT OR Apa
 MODCARGO_CRATES += cpal0.13.5  # Apache-2.0
 MODCARGO_CRATES += cpufeatures 0.2.5   # MIT OR Apache-2.0
 MODCARGO_CRATES += crossbeam-channel   0.5.6   # MIT OR Apache-2.0
-MODCARGO_CRATES += crossbeam-utils 0.8.11  # MIT OR Apache-2.0
+MODCARGO_CRATES += crossbeam-utils 0.8.12  # MIT OR Apache-2.0
 MODCARGO_CRATES += crypto-common   0.1.6   # MIT OR Apache-2.0
 MODCARGO_CRATES += crypto-mac  0.11.1  # MIT OR Apache-2.0
 MODCARGO_CRATES += ctr 0.6.0   # MIT OR Apache-2.0
 MODCARGO_CRATES += cursive 0.20.0  # MIT
 MODCARGO_CRATES += cursive_buffered_backend0.6.1   # MIT
 MODCARGO_CRATES += cursive_core0.3.5   # MIT
+MODCARGO_CRATES += cxx 1.0.78  # MIT OR Apache-2.0
+MODCARGO_CRATES += cxx-build   1.0.78  # MIT OR Apache-2.0
+MODCARGO_CRATES += cxxbridge-flags 1.0.78  # MIT OR Apache-2.0
+MODCARGO_CRATES += cxxbridge-macro 1.0.78  # MIT OR Apache-2.0
 MODCARGO_CRATES += darling 0.13.4  # MIT
+MODCARGO_CRATES += darling 0.14.1  # MIT
 MODCARGO_CRATES += darling_core0.13.4  # MIT
+MODCARGO_CRATES += darling_core0.14.1  # MIT
 MODCARGO_CRATES += darling_macro   0.13.4  # MIT
+MODCARGO_CRATES += darling_macro   0.14.1  # MIT
 MODCARGO_CRATES += dbus0.9.6   # Apache-2.0/MIT
 MODCARGO_CRATES += dbus-tree   0.9.2   # Apache-2.0/MIT
 MODCARGO_CRATES += derive-new  0.5.9   # MIT
-MODCARGO_CRATES += derive_more 0.99.17 # MIT
 MODCARGO_CRATES += digest  0.9.0   # MIT OR Apache-2.0
 MODCARGO_CRATES += digest  0.10.5  # MIT OR Apache-2.0
 MODCARGO_CRATES += dirs-next   1.0.2   # MIT OR Apache-2.0
@@ -69,8 +75,8 @@ MODCARGO_CRATES +=enumset 1.0.11  # MIT/Apache-2.0
 

CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 07:41:53

Modified files:
net/py-dnspython: Makefile 

Log message:
oops, another missed bump for MODPY_PYBUILD



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2022/11/15 07:32:48

Modified files:
devel/rizin: Makefile distinfo 
devel/rizin/pkg: PLIST 

Log message:
devel/rizin: easy update to version 0.4.1.



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/15 06:59:59

Modified files:
x11/gnome/builder: Makefile distinfo 
x11/gnome/builder/pkg: PLIST 

Log message:
Update to gnome-builder-43.3.



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 06:43:49

Modified files:
graphics/py-cairo: Makefile 
graphics/py-cairo/pkg: PLIST 

Log message:
backout previous; build done with py-build is not installing the
pygobject3 pkg-config file which triggered failure in py-gobject3



Re: [NEW][E stuff 2/3] x11/enlightenment-wm

2022-11-15 Thread Robert Bagdan
I added a patch to fix hibernate command: acpiconf -s4 to ZZZ.

-- 
kikadf


enlightenment-wm.tar.gz
Description: application/gzip


CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 06:29:27

Modified files:
devel/py-gobject3: Makefile 
devel/py-gobject3/pkg: PLIST 

Log message:
revert previous until checked further, doesn't find py3-cairo properly



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 05:49:06

Modified files:
net/py-ripe.atlas.sagan: Makefile 

Log message:
missed bump



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 05:48:13

Modified files:
net/py-twitter : Makefile 

Log message:
missed bump



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/15 05:32:27

Modified files:
textproc/py-prettytable/pkg: PLIST 

Log message:
Oops, forgot in previous.



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/15 05:30:00

Modified files:
textproc/py-prettytable: Makefile 

Log message:
Remove post-install to unbreak.



[update] games/warzone2100

2022-11-15 Thread Pascal Stumpf
Update to latest version, 4.3.2.


Index: Makefile
===
RCS file: /home/cvs/ports/games/warzone2100/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- Makefile18 Oct 2022 00:48:10 -  1.48
+++ Makefile15 Nov 2022 11:51:34 -
@@ -2,34 +2,36 @@ ONLY_FOR_ARCHS=   amd64 i386
 
 COMMENT=   3D realtime strategy on a future earth
 
-V= 4.2.4
+V= 4.3.2
 DISTNAME=  warzone2100-$V
 CATEGORIES=games
 MASTER_SITES=  https://github.com/Warzone2100/warzone2100/releases/download/$V/
 DISTFILES= warzone2100-${V}{warzone2100_src}${EXTRACT_SUFX}
 EXTRACT_SUFX=  .tar.xz
-REVISION=  2
 
 HOMEPAGE=  https://wz2100.net/
 
 # GPLv2+
 PERMIT_PACKAGE=Yes
 
-WANTLIB += ${COMPILER_LIBCXX} SDL2 c curl freetype harfbuzz intl
-WANTLIB += m miniupnpc ogg openal physfs png sodium sqlite3 theoradec
-WANTLIB += vorbis vorbisfile z
+WANTLIB += ${COMPILER_LIBCXX} X11 Xcursor Xext Xfixes Xi Xrandr
+WANTLIB += Xss c curl freetype fribidi harfbuzz intl m miniupnpc
+WANTLIB += ogg openal opus physfs png samplerate sndio sodium
+WANTLIB += sqlite3 theoradec usbhid vorbis vorbisfile z
 
 MODULES=   devel/cmake
 
 COMPILER=  base-clang ports-gcc
 
 LIB_DEPENDS=   audio/libogg \
+   audio/libsamplerate \
audio/libvorbis \
audio/openal>=20110627 \
+   audio/opus \
databases/sqlite3 \
+   devel/fribidi \
devel/harfbuzz \
devel/physfs \
-   devel/sdl2 \
graphics/png \
multimedia/libtheora \
net/curl \
@@ -39,12 +41,13 @@ LIB_DEPENDS=audio/libogg \
 BUILD_DEPENDS= archivers/unzip \
archivers/zip \
devel/gettext,-tools \
-   graphics/vulkan-headers \
textproc/asciidoc \
textproc/asciidoctor
 RUN_DEPENDS=   devel/desktop-file-utils \
x11/gtk+3,-guic
 
+# needs glslc
+CONFIGURE_ARGS+=   -DWZ_ENABLE_BACKEND_VULKAN=OFF
 MODCMAKE_LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
 
 WRKDIST =  ${WRKDIR}/warzone2100
Index: distinfo
===
RCS file: /home/cvs/ports/games/warzone2100/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo31 Dec 2021 14:28:31 -  1.15
+++ distinfo15 Nov 2022 10:25:36 -
@@ -1,2 +1,2 @@
-SHA256 (warzone2100-4.2.4.tar.xz) = 
IkD1WkeKas9qtUUTTo9w4cEoGAoX+d+Cr2C5PTUFaEg=
-SIZE (warzone2100-4.2.4.tar.xz) = 338685080
+SHA256 (warzone2100-4.3.2.tar.xz) = 
RcpHk+p9Adu9zkd2J54hspeolZr/xsBsY8eUHLGY0xw=
+SIZE (warzone2100-4.3.2.tar.xz) = 320455376
Index: patches/patch-doc_CMakeLists_txt
===
RCS file: /home/cvs/ports/games/warzone2100/patches/patch-doc_CMakeLists_txt,v
retrieving revision 1.2
diff -u -p -r1.2 patch-doc_CMakeLists_txt
--- patches/patch-doc_CMakeLists_txt11 Mar 2022 19:05:10 -  1.2
+++ patches/patch-doc_CMakeLists_txt15 Nov 2022 10:29:25 -
@@ -1,7 +1,7 @@
 Index: doc/CMakeLists.txt
 --- doc/CMakeLists.txt.orig
 +++ doc/CMakeLists.txt
-@@ -261,7 +261,7 @@ if(UNIX)
+@@ -261,7 +261,7 @@ if(UNIX AND NOT SKIPPED_DOC_GENERATION)
)
endif()
  
Index: patches/patch-icons_CMakeLists_txt
===
RCS file: /home/cvs/ports/games/warzone2100/patches/patch-icons_CMakeLists_txt,v
retrieving revision 1.2
diff -u -p -r1.2 patch-icons_CMakeLists_txt
--- patches/patch-icons_CMakeLists_txt  11 Mar 2022 19:05:10 -  1.2
+++ patches/patch-icons_CMakeLists_txt  15 Nov 2022 12:01:22 -
@@ -1,12 +1,12 @@
 Index: icons/CMakeLists.txt
 --- icons/CMakeLists.txt.orig
 +++ icons/CMakeLists.txt
-@@ -13,7 +13,7 @@ if(UNIX AND NOT APPLE AND NOT WIN32)
+@@ -53,7 +53,7 @@ if(UNIX AND NOT APPLE AND NOT WIN32)
COMPONENT Core
)
install(FILES warzone2100.png
 -  DESTINATION "${CMAKE_INSTALL_DATADIR}/icons"
-+  DESTINATION "${CMAKE_INSTALL_DATADIR}/warzone2100/icons"
-   RENAME "warzone2100${WZ_OUTPUT_NAME_SUFFIX}.png"
++  DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/warzone2100/"
+   RENAME "${WZ_APPSTREAM_ID}${WZ_OUTPUT_NAME_SUFFIX}.png"
COMPONENT Core
)
Index: patches/patch-src_CMakeLists_txt
===
RCS file: patches/patch-src_CMakeLists_txt
diff -N patches/patch-src_CMakeLists_txt
--- patches/patch-src_CMakeLists_txt11 Mar 2022 19:05:10 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,13 +0,0 @@
-Index: src/CMakeLists.txt
 src/CMakeLists.txt.orig
-+++ src/CMakeLists.txt
-@@ -619,9 +619,6 @@ endif()
- # Install
- install(TARGETS warzone2100 

CVS: cvs.openbsd.org: ports

2022-11-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2022/11/15 05:01:37

Added files:
devel/spidermonkey102/patches: 
   patch-build_moz_configure_rust_configure 

Log message:
Work around rust targets glitch on riscv64

The rust configure script errors out if it has more than one possible
rust candidate target to choose from.  Which happens on riscv64 because
of a patch kept in our rust port (for now). Just pick the first target
listed instead of bailing out.

Input from semarie@, ok ajacoutot@ (maintainer)



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 04:49:55

Modified files:
devel/py-simplejson: Makefile distinfo 

Log message:
update to py-simplejson-3.18.0



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 04:27:20

Modified files:
mail/opensmtpd-filters: Makefile 
mail/opensmtpd-filters/dkimsign: Makefile 
mail/opensmtpd-filters/dkimsign/pkg: PLIST README 

Log message:
opensmtpd-filter-dkimsign: merge the ed25519 flavour in to the main
build, it is no longer necessary to use ports OpenSSL for this now that
LibreSSL has EVP Ed25519 support.

Earlier version ok tb@, plus I tweaked README slightly during testing.



NEW: various py-jaraco.* and dependencies

2022-11-15 Thread Stuart Henderson
There are a number of jaraco.* utility modules which are used by various
ports, updates to these often require new modules (for example I ran
into these when attempting updates to py-CherryPy, py-secretstorage and
probably some others).

They're based on a similar skeleton so build etc is very similar between
them, and some interdependencies, so I've bundled the ports together in one
tar, with two other small/simple dependencies.

devel/py-jaraco-classes
devel/py-jaraco-collections
devel/py-jaraco-context
textproc/py-jaraco-text
devel/py-autocommand
textproc/py-inflect

OK to import? Thanks.


jaraco-ports.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 03:54:43

Modified files:
print/ocrmypdf : Makefile distinfo 

Log message:
update to ocrmypdf-14.0.1



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2022/11/15 03:51:17

Modified files:
www/nextcloud/23: Makefile distinfo 
www/nextcloud/23/pkg: PLIST 

Log message:
Update for Nextcloud to 23.0.11

OK landry@



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2022/11/15 03:50:16

Modified files:
www/nextcloud/25: Makefile distinfo 
www/nextcloud/25/pkg: PLIST 

Log message:
Update for Nextcloud to 25.0.1

Tested by Adriano (thanks!)



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 03:28:18

Modified files:
textproc   : Makefile 

Log message:
+py-coloredlogs py-humanfriendly



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 03:27:42

Log message:
import ports/textproc/py-coloredlogs, ok aja@ aisha@

The coloredlogs package enables colored terminal output for Python's
logging module. The ColoredFormatter class inherits from logging.Formatter
and uses ANSI escape sequences to render your logging messages in color.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20221115

N ports/textproc/py-coloredlogs/Makefile
N ports/textproc/py-coloredlogs/distinfo
N ports/textproc/py-coloredlogs/pkg/PLIST
N ports/textproc/py-coloredlogs/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 03:27:25

Log message:
import ports/textproc/py-humanfriendly, ok aja@ aisha@

The functions and classes in the humanfriendly package can be used to
make text interfaces more user friendly. Some example features:

- Parsing and formatting numbers, file sizes, pathnames and timespans in
simple, human friendly formats.

- Easy to use timers for long running operations, with human friendly
formatting of the resulting timespans.

- Prompting the user to select a choice from a list of options by typing
the option's number or a unique substring of the option.

- Terminal interaction including text styling (ANSI escape sequences),
user friendly rendering of usage messages and querying the terminal for
its size.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20221115

N ports/textproc/py-humanfriendly/Makefile
N ports/textproc/py-humanfriendly/distinfo
N ports/textproc/py-humanfriendly/pkg/PLIST
N ports/textproc/py-humanfriendly/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 03:26:01

Modified files:
textproc/py-black: Makefile distinfo 
textproc/py-black/pkg: PLIST 
Removed files:
textproc/py-black/patches: patch-setup_py 

Log message:
update to py3-black-22.10.0



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 03:24:18

Modified files:
devel  : Makefile 

Log message:
+py-mypy-extensions



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 03:23:36

Log message:
import ports/devel/py-mypy-extensions, ok/tweak aja@

The "mypy_extensions" module defines experimental extensions to the
standard "typing" module that are supported by the mypy typechecker.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20221115

N ports/devel/py-mypy-extensions/Makefile
N ports/devel/py-mypy-extensions/distinfo
N ports/devel/py-mypy-extensions/pkg/DESCR
N ports/devel/py-mypy-extensions/pkg/PLIST

No conflicts created by this import



riscv64 bulk build report

2022-11-15 Thread jca
Bulk build on riscv64.ports.openbsd.org

Started : Sun Nov  6 08:23:48 MST 2022
Finished: Mon Nov 14 19:44:47 MST 2022
Duration: 8 Days 11 hours 21 minutes

Built using OpenBSD 7.2-current (GENERIC.MP) #7: Sun Nov  6 07:49:26 MST 2022

Built 9968 packages

Number of packages built each day:
Nov 6: 2996
Nov 7: 707
Nov 8: 569
Nov 9: 454
Nov 10: 666
Nov 11: 481
Nov 12: 817
Nov 13: 744
Nov 14: 2534


Critical path missing pkgs:
http://build-failures.rhaalovely.net/riscv64/2022-11-06/summary.log

Build failures: 87
http://build-failures.rhaalovely.net/riscv64/2022-11-06/audio/navidrome.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/databases/influxdb.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/databases/victoriametrics.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/devel/github-cli.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/devel/go-sys.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/devel/promu.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/devel/reposurgeon.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/devel/shfmt.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/editors/micro.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/games/clidle.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/mail/aerc.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/mail/opensmtpd-filters/rspamd.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/amfora.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/coredns.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/dendrite.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/dnscontrol.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/dnscrypt-proxy.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/gortr.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/irtt.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/mattermost-server.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/mautrix-whatsapp.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/miniflux.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/minio/client.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/minio/server.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/snowflake_proxy.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/syncthing.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/tailscale.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/termshark.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/net/yggdrasil-go.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/age.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/cfssl.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/go-siphash.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/gobuster.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/gopass.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/lego.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/ogvt.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/sops.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/step-ca.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/step-cli.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/security/vault.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/shells/elvish.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/alertmanager.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/amazon-ecs-cli.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/beats/filebeat.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/beats/heartbeat.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/beats/metricbeat.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/beats/packetbeat.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/blackbox_exporter.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/chezmoi.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/consul-template.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/dep.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/direnv.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/docker-cli.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/duf.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/envconsul.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/exoscale-cli.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/fzf.log
http://build-failures.rhaalovely.net/riscv64/2022-11-06/sysutils/gitlab-runner.log

UPDATE: x11/fvwm2 to 2.7.0

2022-11-15 Thread Michael
Hi ports,

x11/fvwm2 had a new release: 2.7.0. This is just a bug-fix release [1]. 
Patch below.

Tested on amd64.


[1] https://github.com/fvwmorg/fvwm/releases/tag/2.7.0


Index: Makefile
===
RCS file: /cvs/ports/x11/fvwm2/Makefile,v
retrieving revision 1.73
diff -u -p -r1.73 Makefile
--- Makefile29 Jul 2022 07:45:04 -  1.73
+++ Makefile14 Nov 2022 14:51:53 -
@@ -1,7 +1,6 @@
 COMMENT=   multiple virtual desktop window manager
 
-VERSION=   2.6.9
-REVISION=  1
+VERSION=   2.7.0
 DISTNAME=  fvwm-${VERSION}
 PKGNAME=   fvwm2-${VERSION}
 
@@ -18,7 +17,7 @@ PERMIT_PACKAGE=   Yes
 WANTLIB += ICE SM X11 Xcursor Xext Xft Xinerama Xpm Xrender
 WANTLIB += c cairo curses fontconfig freetype gdk_pixbuf-2.0
 WANTLIB += gio-2.0 glib-2.0 gobject-2.0 iconv intl m png
-WANTLIB += readline rsvg-2 z
+WANTLIB += readline rsvg-2
 
 MASTER_SITES=  https://github.com/fvwmorg/fvwm/releases/download/${VERSION}/
 
Index: distinfo
===
RCS file: /cvs/ports/x11/fvwm2/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo8 Jan 2021 15:01:14 -   1.16
+++ distinfo14 Nov 2022 14:51:53 -
@@ -1,2 +1,2 @@
-SHA256 (fvwm-2.6.9.tar.gz) = G8ZM88zQBzAIdYFoMnqCZbgFne+bI5tFHWufqyzDka4=
-SIZE (fvwm-2.6.9.tar.gz) = 3942859
+SHA256 (fvwm-2.7.0.tar.gz) = ZoJt1gt3REcXADfZB4/UPnX3IwpJrPuEqYjuvOfjQYs=
+SIZE (fvwm-2.7.0.tar.gz) = 3933529
Index: patches/patch-configure
===
RCS file: /cvs/ports/x11/fvwm2/patches/patch-configure,v
retrieving revision 1.6
diff -u -p -r1.6 patch-configure
--- patches/patch-configure 11 Mar 2022 20:15:31 -  1.6
+++ patches/patch-configure 14 Nov 2022 14:51:53 -
@@ -1,8 +1,8 @@
 Index: configure
 --- configure.orig
 +++ configure
-@@ -11355,7 +11355,7 @@ if test "${with_intl_library+set}" = set; then :
- else
+@@ -12109,7 +12109,7 @@ then :
+ else $as_nop
  
  with_intl=maybe
 -intl_LIBS="-l${smr_lib}"
Index: patches/patch-default-config_Makefile_in
===
RCS file: /cvs/ports/x11/fvwm2/patches/patch-default-config_Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-default-config_Makefile_in
--- patches/patch-default-config_Makefile_in11 Mar 2022 20:15:31 -  
1.3
+++ patches/patch-default-config_Makefile_in14 Nov 2022 14:51:53 -
@@ -1,16 +1,16 @@
 Index: default-config/Makefile.in
 --- default-config/Makefile.in.orig
 +++ default-config/Makefile.in
-@@ -602,9 +602,9 @@ uninstall-am: uninstall-configDATA
+@@ -604,9 +604,9 @@ uninstall-am: uninstall-configDATA
  
  install-data-hook:
-   cp -r $(srcdir)/images $(inst_location)
--  ln -sf default-config/FvwmScript-DateTime $(inst_location)/..
--  ln -sf default-config/FvwmScript-ConfirmQuit $(inst_location)/..
--  ln -sf default-config/FvwmScript-ConfirmCopyConfig $(inst_location)/..
-+  mv $(inst_location)/FvwmScript-DateTime $(inst_location)/..
-+  mv $(inst_location)/FvwmScript-ConfirmQuit $(inst_location)/..
-+  mv $(inst_location)/FvwmScript-ConfirmCopyConfig $(inst_location)/..
+   cp -r $(srcdir)/images $(inst_location)/default-config
+-  ln -sf default-config/FvwmScript-DateTime $(inst_location)
+-  ln -sf default-config/FvwmScript-ConfirmQuit $(inst_location)
+-  ln -sf default-config/FvwmScript-ConfirmCopyConfig $(inst_location)
++  mv $(inst_location)/default-config/FvwmScript-DateTime $(inst_location)
++  mv $(inst_location)/default-config/FvwmScript-ConfirmQuit 
$(inst_location)
++  mv $(inst_location)/default-config/FvwmScript-ConfirmCopyConfig 
$(inst_location)
  
  uninstall-hook:
rm -fr $(DESTDIR)/$(configdir)
Index: patches/patch-fvwm_Makefile_in
===
RCS file: /cvs/ports/x11/fvwm2/patches/patch-fvwm_Makefile_in,v
retrieving revision 1.10
diff -u -p -r1.10 patch-fvwm_Makefile_in
--- patches/patch-fvwm_Makefile_in  11 Mar 2022 20:15:31 -  1.10
+++ patches/patch-fvwm_Makefile_in  14 Nov 2022 14:51:53 -
@@ -10,7 +10,7 @@ Index: fvwm/Makefile.in
  subdir = fvwm
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
-@@ -576,7 +576,7 @@ uninstall-binPROGRAMS:
+@@ -577,7 +577,7 @@ uninstall-binPROGRAMS:
  clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/fvwm2/pkg/PLIST,v
retrieving revision 1.19
diff -u -p -r1.19 PLIST
--- pkg/PLIST   11 Mar 2022 20:15:31 -  1.19
+++ pkg/PLIST   14 Nov 2022 14:51:53 -
@@ -1,8 +1,8 @@
+@conflict fvwm2+fvicons-*
+@conflict fvicons-*
 @pkgpath x11/fvwm2,-main
 @pkgpath x11/fvwm2,-fvicons
 @pkgpath 

CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 02:34:51

Modified files:
devel/py-jeepney: Makefile distinfo 
devel/py-jeepney/pkg: PLIST 

Log message:
update to py3-jeepney-0.8.0



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 02:24:50

Modified files:
www/mozilla: Tag: OPENBSD_7_2 mozilla.port.mk 

Log message:
www/mozilla: MFC default MASTER_SITES fix

will be required by upcoming 102.5.0esr/107.0 backports



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 02:20:10

Modified files:
devel/py-doit  : Makefile distinfo 
devel/py-doit/pkg: PLIST 

Log message:
update to doit-0.36.0



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 02:12:15

Modified files:
security/nss   : Makefile distinfo 
Removed files:
security/nss/patches: patch-nss_lib_freebl_pqg_c 

Log message:
security/nss: update to 3.85.

relnotes should be at
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_85.html
but in the meantime use
https://hg.mozilla.org/projects/nss/file/tip/doc/rst/releases/nss_3_85.rst

drop patch from #1384827, i386 was fixed by #1796308



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 02:10:07

Modified files:
devel/nspr : Makefile 

Log message:
devel/nspr: fix default MASTER_SITES, mozilla.org was dropped from the url



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/11/15 02:09:41

Modified files:
www/mozilla: mozilla.port.mk 

Log message:
www/mozilla: fix default MASTER_SITES, mozilla.org was dropped from the path



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/15 01:59:38

Modified files:
net/nbtscan: Makefile distinfo 
net/nbtscan/pkg: PLIST 
Removed files:
net/nbtscan/patches: patch-nbtscan_c patch-statusq_h 

Log message:
update to nbtscan-1.7.2



Re: Early look: PostgreSQL 15.0

2022-11-15 Thread Theo Buehler
On Sat, Nov 12, 2022 at 07:13:39PM +, Jeremy Evans wrote:
> PostgreSQL 15.1 was released recently:
> https://www.postgresql.org/about/news/postgresql-151-146-139-1213-1118-and-1023-released-2543/
> 
> Here's an updated diff with the following changes:
> 
> * postgresql: 14.5 -> 15.1
> * postgresql-previous: 13.5 -> 14.6
> * postgresql-pllua: Use upstream pull request for PG 15 support and bump
> * repmgr: 5.2.1 -> 5.3.3
> * timescaledb: Mark BROKEN until release with PostgreSQL 15 support
> 
> Can someone please put this into a bulk?  Assuming no build fallout, I'd
> like to commit this, so I'm also looking for OKs.  It's a good point in
> the release cycle for the switch, and will give us a few months to
> potentially discover and fix any runtime issues.

Bulk completed, no fallout. I agree that now is a good time for landing
this. Diff looks as expected,

ok tb



Re: ping [NEW: textproc/py-coloredlogs, textproc/py-humanfriendly]

2022-11-15 Thread Antoine Jacoutot
OK

On Tue, Nov 15, 2022 at 12:35:50AM +, Stuart Henderson wrote:
> - Forwarded message from Stuart Henderson  -
> 
> From: Stuart Henderson 
> Date: Tue, 8 Nov 2022 12:12:48 +
> To: ports 
> Subject: NEW: textproc/py-coloredlogs, textproc/py-humanfriendly
> Mail-Followup-To: ports 
> 
> coloredlogs is needed to update ocrmypdf, humanfriendly is a dependency
> for coloredlogs.
> 
> OK to import?
> 
> 
> 
> Information for inst:py3-coloredlogs-15.0.1
> 
> Comment:
> colored terminal output for Python's logging module
> 
> Description:
> The coloredlogs package enables colored terminal output for Python's
> logging module. The ColoredFormatter class inherits from logging.Formatter
> and uses ANSI escape sequences to render your logging messages in color.
> 
> Maintainer: The OpenBSD ports mailing-list 
> 
> WWW: https://coloredlogs.readthedocs.io/
> 
> 
> Information for inst:py3-humanfriendly-10.0
> 
> Comment:
> human-friendly output for Python text interfaces
> 
> Required by:
> py3-coloredlogs-15.0.1
> 
> Description:
> The functions and classes in the humanfriendly package can be used to
> make text interfaces more user friendly. Some example features:
> 
> - Parsing and formatting numbers, file sizes, pathnames and timespans in
> simple, human friendly formats.
> 
> - Easy to use timers for long running operations, with human friendly
> formatting of the resulting timespans.
> 
> - Prompting the user to select a choice from a list of options by typing
> the option's number or a unique substring of the option.
> 
> - Terminal interaction including text styling (ANSI escape sequences),
> user friendly rendering of usage messages and querying the terminal for
> its size.
> 
> Maintainer: The OpenBSD ports mailing-list 
> 
> WWW: https://humanfriendly.readthedocs.io/
> 
> 
> 
> 
> 
> - End forwarded message -



-- 
Antoine



Re: NEW: devel/py-mypy-extensions

2022-11-15 Thread Antoine Jacoutot
On Tue, Nov 15, 2022 at 12:35:17AM +, Stuart Henderson wrote:
> required dep for updating py-black, and I've seen it come up in various
> other places too. ok to import?
> 
> ---
> The "mypy_extensions" module defines experimental extensions to the
> standard "typing" module that are supported by the mypy typechecker.
> ---

OK but you may want to regen PLIST.


-- 
Antoine



CVS: cvs.openbsd.org: ports

2022-11-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/15 01:16:54

Modified files:
www/tor-browser/browser: Makefile 
www/tor-browser/browser/files: unveil.main 
www/firefox-esr: Makefile 
www/firefox-esr/files: unveil.main 
www/mozilla-firefox: Makefile 
www/mozilla-firefox/files: unveil.main 

Log message:
Unbreak cups printing.

ok landry@ sdk@