CVS: cvs.openbsd.org: ports

2021-07-24 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/24 18:04:09

Modified files:
games/lwjgl3   : Makefile distinfo 

Log message:
Update to new upstream release (by me)

https://github.com/kmosiejczuk/lwjgl3/releases/tag/3.2.4alpha2

Also includes fix to get it building on i386 from Kurt Miller



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/24 15:33:15

Modified files:
net: Makefile 
security   : Makefile 

Log message:
Hook up magic-wormhole and dependencies

+ net/txtorcon,python3
+ net/magic-wormhole
+ security/py-hkdf,python3
+ security/py-spake2,python3



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/24 15:27:06

Log message:
Import net/magic-wormhole

Feedback OK sthen
---
Get things from one computer to another, safely.

This package provides a library and a command-line tool named `wormhole`,
which makes it possible to get arbitrary-sized files and directories
(or short pieces of text) from one computer to another. The two endpoints 
are
identified by using identical "wormhole codes": in general, the sending
machine generates and displays the code, which must then be typed into the
receiving machine.

The codes are short and human-pronounceable, using a phonetically-distinct
wordlist. The receiving side offers tab-completion on the codewords, so
usually only a few characters must be typed. Wormhole codes are single-use
and do not need to be memorized.

Status:

Vendor Tag: kn
Release Tags:   kn_20210724

N ports/net/magic-wormhole/Makefile
N ports/net/magic-wormhole/distinfo
N ports/net/magic-wormhole/pkg/DESCR
N ports/net/magic-wormhole/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/24 15:26:04

Log message:
Import security/py-spake2 as net/magic-wormhole dependency

Feedback OK sthen
---
SPAKE2 password-authenticated key exchange (pure python)

Status:

Vendor Tag: kn
Release Tags:   kn_20210724

N ports/security/py-spake2/Makefile
N ports/security/py-spake2/distinfo
N ports/security/py-spake2/pkg/DESCR
N ports/security/py-spake2/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/24 15:24:58

Log message:
Import security/py-hkdf as security/py-spake2 and net/magic-wormhole
dependency

Feedback OK sthen
---
HMAC-based Extract-and-Expand Key Derivation Function (HKDF)

Status:

Vendor Tag: kn
Release Tags:   kn_20210724

N ports/security/py-hkdf/Makefile
N ports/security/py-hkdf/distinfo
N ports/security/py-hkdf/pkg/DESCR
N ports/security/py-hkdf/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/24 15:23:25

Removed files:
net/py-txtorcon: msg 

Log message:
Remove CVS commit message file which should not have been imported.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/24 15:21:19

Log message:
Import net/py-txtorcon as net/magic-wormhole dependency

Feedback OK sthen
---
control-spec implementation for Tor

Status:

Vendor Tag: kn
Release Tags:   kn_20210724

N ports/net/py-txtorcon/Makefile
N ports/net/py-txtorcon/msg
N ports/net/py-txtorcon/distinfo
N ports/net/py-txtorcon/pkg/DESCR
N ports/net/py-txtorcon/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 14:16:47

Modified files:
graphics/libplacebo: Makefile distinfo 
graphics/libplacebo/pkg: PLIST 

Log message:
update to libplacebo-3.120.3, from Brad



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 14:02:04

Modified files:
security/py-M2Crypto: Makefile distinfo 
security/py-M2Crypto/pkg: PLIST 
Added files:
security/py-M2Crypto/patches: patch-src_M2Crypto_BIO_py 
  patch-src_SWIG__bio_i 
  patch-src_SWIG__evp_i 
  patch-src_SWIG__lib11_compat_i 
  patch-src_SWIG__lib_i 
  patch-src_SWIG__ssl_i 
  patch-src_SWIG__threads_i 
  patch-src_SWIG_libcrypto-compat_h 
Removed files:
security/py-M2Crypto/patches: patch-M2Crypto_BIO_py 
  patch-SWIG__bio_i 
  patch-SWIG__evp_i 
  patch-SWIG__lib11_compat_i 
  patch-SWIG__lib_i 
  patch-SWIG__ssl_i 
  patch-SWIG__threads_i 
  patch-SWIG_libcrypto-compat_h 

Log message:
update to py-M2Crypto-0.38.0, tweak/ok tb@



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2021/07/24 13:35:41

Modified files:
games/qqwing   : Makefile 
Added files:
games/qqwing/patches: patch-main_cpp 

Log message:
qqwing: fix an infinite loop on unsigned char archs

Using the `--solve` option on powerpc made qqwing freeze. A looped
getchar(3) call never reached EOF, since the return value was stored
as a char, that is unsigned on powerpc and arm*, instead of int.

OK jca@



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2021/07/24 13:31:49

ports/games/qqwing/patches

Update of /cvs/ports/games/qqwing/patches
In directory cvs.openbsd.org:/tmp/cvs-serv60453/patches

Log Message:
Directory /cvs/ports/games/qqwing/patches added to the repository



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2021/07/24 13:26:54

Modified files:
converters/ish : Makefile 
converters/ish/patches: patch-decode_c 

Log message:
ish: fix an infinite loop on unsigned char archs

Decoding using the -lf option on powerpc made ish freeze. A looped
fgetc(3) call never reached EOF, since the return value was stored
as a char, that is unsigned on powerpc and arm*, instead of int.

OK jca@



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2021/07/24 13:03:14

Modified files:
databases/redis: Makefile distinfo 
databases/redis/patches: patch-src_Makefile patch-src_tls_c 

Log message:
Update to redis-6.2.5

ok tb



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 12:33:32

Modified files:
textproc/py-pygments: Makefile distinfo 
textproc/py-pygments/pkg: PLIST 

Log message:
update to py-pygments-2.9.0



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 12:24:50

Modified files:
textproc/py-defusedxml: Makefile distinfo 

Log message:
update to py-defusedxml-0.7.1



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/24 12:16:26

Modified files:
games/lwjgl3   : Makefile 

Log message:
Update MASTER_SITES2 since filedump.se.rit.edu went away



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 12:14:28

Modified files:
net/p5-SNMP-Info: Makefile distinfo 
net/p5-SNMP-Info/pkg: PLIST 

Log message:
update to p5-SNMP-Info-3.73



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 12:14:20

Modified files:
security/py-pyscard: Makefile distinfo 
security/py-pyscard/pkg: PLIST 

Log message:
update to py-pyscard-2.0.1



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/07/24 10:45:24

Modified files:
devel/liburcu  : Makefile distinfo 
devel/liburcu/patches: patch-include_urcu_syscall-compat_h 
   patch-tests_benchmark_common_sh 
devel/liburcu/pkg: PLIST 
Removed files:
devel/liburcu/patches: patch-tests_unit_run_sh 

Log message:
Major update to liburcu-0.13.0

Blocked for a long time for various TLS problems which don't seem
present any more.  There are two tests ("multiflavor") that segfault,
though.  Tested on amd64, sparc64, riscv64 (previously unsupported) and
powerpc (thx cwen@).



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/07/24 09:10:23

Modified files:
devel/dyncall  : Makefile 

Log message:
No support for riscv64



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/07/24 07:03:57

Modified files:
net/telepathy/folks: Makefile distinfo 
Removed files:
net/telepathy/folks/patches: 
 patch-backends_eds_lib_edsf-persona_vala 

Log message:
update to folks-0.15.3



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2021/07/24 05:21:24

Modified files:
devel/bats : Makefile distinfo 

Log message:
Update to bats-1.4.1

Changelog:
https://github.com/bats-core/bats-core/blob/v1.4.1/docs/CHANGELOG.md



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 03:44:24

Modified files:
sysutils/terragrunt: Makefile distinfo 

Log message:
Update to terragrunt-0.31.1.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2021/07/24 03:31:03

Modified files:
lang/guile2: Makefile distinfo 

Log message:
guile2: provide a valid bootstrap for 32 bit big endian archs

This allows to reduce the building time by a factor of 6 on powerpc. A target
has been provided to create your own bootstrap (similarly to what lang/gcc
does), and could be extended for archs that have no bootstrap (64 bit big
endian notably) later.

EXTRACT_ONLY tweak and OK gkoehler@



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 03:32:44

Modified files:
devel/epoll-shim: Makefile distinfo 
devel/epoll-shim/pkg: PLIST 
Removed files:
devel/epoll-shim/patches: patch-src_signalfd_ctx_c 

Log message:
update to epoll-shim-0.0.20210418



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 03:28:36

Modified files:
sysutils/terraform: Makefile distinfo 

Log message:
Update to terraform-1.0.3.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 03:27:55

Modified files:
sysutils/packer: Makefile distinfo 

Log message:
Update to packer-1.7.4.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 03:27:33

Modified files:
x11/gnome/tracker3-miners: Makefile 
Added files:
x11/gnome/tracker3-miners/patches: 
   
patch-src_libtracker-extract_tracker-utils_c 

Log message:
Add fix from upstream to prevent filling up session logs
(~/.cache/gdm/session.log) with:
The overwriting error message was: Not a ISO 8601 date string.
Allowed form is [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 02:53:46

Modified files:
print/epson-inkjet-printer-escpr: Makefile distinfo 
print/epson-inkjet-printer-escpr/pkg: PLIST 

Log message:
Update to epson-inkjet-printer-escpr-1.7.15.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 02:53:31

Modified files:
audio/rgain: Makefile 

Log message:
rgain: add missing test dep



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 02:51:03

Modified files:
sysutils/amazon-ssm-agent: Makefile distinfo 
sysutils/amazon-ssm-agent/patches: patch-makefile 

Log message:
Update to amazon-ssm-agent-3.1.90.0.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 02:48:54

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-349.0.0.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 02:47:27

Modified files:
net/gnugk  : Makefile distinfo 
net/gnugk/patches: patch-configure 
Removed files:
net/gnugk/patches: patch-RasSrv_cxx 

Log message:
Update to gnugk-5.8.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 02:46:43

Modified files:
audio/rgain: Makefile distinfo 

Log message:
update to rgain3-1.1.1



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/24 02:40:59

Modified files:
www/composer   : Makefile distinfo 

Log message:
update to composer-2.1.5



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 02:36:37

Modified files:
sysutils/awscli: Makefile distinfo 
sysutils/awscli/pkg: PLIST 

Log message:
Update to awscli-1.20.6.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 02:36:18

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.18.6.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 02:36:07

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py3-botocore-1.21.6.



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 01:35:18

Modified files:
www/webkitgtk4 : Tag: OPENBSD_6_9 Makefile distinfo 
www/webkitgtk4/patches: Tag: OPENBSD_6_9 

patch-Source_JavaScriptCore_runtime_MachineContext_h 
patch-Source_WTF_wtf_PlatformHave_h 
patch-Source_WTF_wtf_PlatformRegisters_h 
Added files:
www/webkitgtk4/patches: Tag: OPENBSD_6_9 
patch-Source_WTF_wtf_Platform_h 
Removed files:
www/webkitgtk4/patches: Tag: OPENBSD_6_9 

patch-Source_WebKit_WebProcess_WebPage_CoordinatedGraphics_LayerTreeHost_h 

Log message:
SECURITY update to webkitgtk4-2.32.3.
- https://webkitgtk.org/security/WSA-2021-0004.html



CVS: cvs.openbsd.org: ports

2021-07-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/24 01:32:16

Modified files:
www/webkitgtk4 : Makefile distinfo 
Removed files:
www/webkitgtk4/patches: 

patch-Source_WebKit_WebProcess_WebPage_CoordinatedGraphics_LayerTreeHost_h 

Log message:
SECURITY update to webkitgtk4-2.32.3.
- https://webkitgtk.org/security/WSA-2021-0004.html