CVS: cvs.openbsd.org: ports

2021-08-17 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2021/08/17 18:42:10

Modified files:
net/haproxy: Makefile distinfo 

Log message:
Update to haproxy-2.3.13

"A vulnerability was found that makes it possible to abuse the
HTTP/2 parser, allowing an attacker to prepend hostnames to a
request, append top-level domains to an existing domain, and inject
invalid characters through the :method pseudo-header."
https://www.haproxy.com/blog/august-2021-haproxy-2-0-http-2-vulnerabilities-fixed/



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/08/17 14:41:36

Modified files:
graphics/ImageMagick: Makefile distinfo 
graphics/ImageMagick/patches: patch-configure_ac 

Log message:
update to ImageMagick-6.9.12-19



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/08/17 14:41:17

Modified files:
editors/vim: Makefile distinfo 
editors/vim/patches: patch-runtime_filetype_vim 
editors/vim/pkg: PLIST-main 

Log message:
update to vim-8.2.3357



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2021/08/17 14:22:02

Modified files:
devel/clang-tools-extra: Makefile 
devel/llvm : Makefile 
editors/xemacs21/stable: Makefile 
lang/bootgcc   : Makefile 
lang/gcc/11: Makefile 
lang/gcc/8 : Makefile 
lang/gpc   : Makefile 
lang/pcc/pcc-libs: Makefile 
lang/swi-prolog: Makefile 
math/octave: Makefile 

Log message:
bump for plist changes 6.9 -> 7.0



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/08/17 13:16:23

Modified files:
sysutils/salt  : Makefile 
sysutils/salt-testing: Makefile 
net/zeromq : Makefile 

Log message:
passing the salt to robert

ok robert@ (new maintainer)



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2021/08/17 12:38:56

Modified files:
net/tor: Makefile distinfo 
net/tor/patches: patch-configure_ac 
Removed files:
net/tor/patches: patch-src_feature_dirclient_dirclient_c 

Log message:
SECURITY update to tor 0.4.6.7.

This release fixes TROVE-2021-007 aka CVE-2021-38385.



Re: CVS: cvs.openbsd.org: ports

2021-08-17 Thread Greg Steuck
Stuart Henderson  writes:

> On 2021/08/16 15:23, Greg Steuck wrote:
>> Log message:
>> Update lang/ghc to 8.10.6
>> 
>> A couple of patches are obsolete now.
>> 
>> OK kili
>> 
>
> cabal-install isn't happy with this on i386:

Eek, sorry about the breakage. Fixed now.

I'll try to figure out how to make this piece less brittle.

Thanks
Greg



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Greg Steuck
CVSROOT:/cvs
Module name:ports
Changes by: gne...@cvs.openbsd.org  2021/08/17 12:01:20

Modified files:
devel/cabal-install/files: openbsd-8.10.3.json 

Log message:
cabal-install: bump up ghc builtin libraries version numbers

This was forgotten in lang/ghc upgrade and kindly pointed out by sthen@



Re: CVS: cvs.openbsd.org: ports

2021-08-17 Thread Stuart Henderson
On 2021/08/16 15:23, Greg Steuck wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   gne...@cvs.openbsd.org  2021/08/16 15:23:18
> 
> Modified files:
>   lang/ghc   : Makefile distinfo 
>   lang/ghc/pkg   : PFRAG.no_i386 
> Removed files:
>   lang/ghc/patches: patch-docs_users_guide_conf_py 
> patch-libraries_process_include_runProcess_h 
> 
> Log message:
> Update lang/ghc to 8.10.6
> 
> A couple of patches are obsolete now.
> 
> OK kili
> 

cabal-install isn't happy with this on i386:

===>  Building for cabal-install-3.4.0.0p1
ghc-pkg: cannot find package base-4.14.2.0
bootstrap: running /usr/local/bin/ghc-8.10.6 --info
Bootstrapping cabal-install with GHC 8.10.6 at /usr/local/bin/ghc-8.10.6...

DO NOT use this script if you have another recent cabal-install available.
This script is intended only for bootstrapping cabal-install on new
architectures.

Creating package database _build/packages.conf
bootstrap: running /usr/local/bin/ghc-pkg-8.10.6 init _build/packages.conf
bootstrap: running /usr/local/bin/ghc-pkg-8.10.6 describe rts-1.0.1
Using rts-1.0.1 from GHC...
bootstrap: running /usr/local/bin/ghc-pkg-8.10.6 describe ghc-prim-0.6.1
Using ghc-prim-0.6.1 from GHC...
bootstrap: running /usr/local/bin/ghc-pkg-8.10.6 describe integer-gmp-1.0.3.0
Using integer-gmp-1.0.3.0 from GHC...
bootstrap: running /usr/local/bin/ghc-pkg-8.10.6 describe base-4.14.2.0
Traceback (most recent call last):
  File "bootstrap/bootstrap.py", line 389, in 
main()
  File "bootstrap/bootstrap.py", line 357, in main
bootstrap(info, ghc)
  File "bootstrap/bootstrap.py", line 249, in bootstrap
check_builtin(dep, ghc)
  File "bootstrap/bootstrap.py", line 167, in check_builtin
subprocess_run([str(ghc.ghc_pkg_path), 'describe', 
f'{dep.package}-{dep.version}'],
  File "bootstrap/bootstrap.py", line 386, in subprocess_run
return subprocess.run(args, **kwargs)
  File "/usr/local/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/local/bin/ghc-pkg-8.10.6', 
'describe', 'base-4.14.2.0']' returned non-z
ero exit status 1.



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2021/08/17 09:12:07

Modified files:
sysutils/ggrep : Makefile distinfo 

Log message:
sysutils/ggrep: maintenance update to 3.7



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2021/08/17 08:28:58

Modified files:
mail/extsmail  : Makefile distinfo 

Log message:
Update mail/extsmail to version 2.5.

Diff sent to me by upstream, Laurence Tratt.

Tested locally for a few days. No issues.



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/08/17 08:04:46

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

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

See https://www.mozilla.org/en-US/firefox/91.0.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-37/



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2021/08/17 08:01:45

Modified files:
net/yggdrasil-go: Makefile distinfo 
net/yggdrasil-go/pkg: PLIST 

Log message:
Update yggdrasil to 0.4.0, diff from Wind R octeep ! protonmail com



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2021/08/17 07:51:32

Modified files:
net/synapse: Makefile distinfo 
net/synapse/patches: patch-synapse_python_dependencies_py 
net/synapse/pkg: PLIST synapse.rc 

Log message:
Update to 1.40.0, original diff from MAINTAINER Renaud Allard with some tweaks
from myself.



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/08/17 06:38:52

Modified files:
graphics/libgexiv2: Makefile distinfo 

Log message:
Update to libgexiv2-0.12.3.



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2021/08/17 05:50:53

Modified files:
net/catgirl: Makefile distinfo 

Log message:
Update to catgirl-1.9a

diff from kn@
ok kn@



CVS: cvs.openbsd.org: ports

2021-08-17 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2021/08/17 05:19:04

Modified files:
www/chromium   : Makefile distinfo 
www/chromium/patches: 
  patch-content_public_common_content_features_cc 
  patch-content_public_common_content_features_h 
  patch-weblayer_browser_browser_main_parts_impl_cc 

Log message:
update to 92.0.4515.159