Re: [update] cataclysm-dda 0.E.3 -> 0.F

2021-07-07 Thread Stefmorino
Protonmail seems to be butchering my patches. I'm buying a vps and a
domain.



Re: empty files in the tree

2021-07-07 Thread Daniel Jakots
This has been committed, thanks for the feedback.

On Wed, 7 Jul 2021 10:25:37 -0400, Daniel Jakots  wrote:

> $ for _file in $(find /usr/ports -empty | grep -v -e pobj -e bulk -e
> tests -e packages -e update) ; do ls -l "${_file}" ; done 

I've been told:
14:58  fwiw   find . \( -path ./pobj -o -path ./bulk -o -path ./tests 
-o -path ./packages -o -path ./update -o -path ./distfiles -o -path ./.git \) 
-prune -type f -o -type f -empty -exec ls -l {} +
14:58  because $('ing find is evil because filenames are terrible 
things

(putting it here for next time)



Re: [new] bat, a 'cat replacement with wings'

2021-07-07 Thread STeve Andre'




On July 7, 2021 19:50:26 Stuart Henderson  wrote:


On 2021/07/07 16:01, Theo de Raadt wrote:

The rust ecosystem working hard to make an impression.


What, you didn't ever wish cat had syntax highlighting and git support
and took 12 minutes to build? It's the future!


Hmm.  Took me .81s real time to build cat...

Bat--the cat with Uranium wings!

STeve Andre'


Sent with Aqua Mail for Android
https://www.mobisystems.com/aqua-mail


CVS: cvs.openbsd.org: ports

2021-07-07 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2021/07/07 19:49:35

Removed files:
devel/flatbuffers/patches: patch-src_util_cpp 
games/openttd/patches: patch-Makefile_bundle_in patch-config_lib 
   patch-src_core_endian_type_hpp 
lang/moarvm/patches: patch-build_Makefile_in 
 patch-build_setup_pm 
lang/rakudo/patches: patch-src_core_Compiler_pm6 
 patch-tools_build_Makefile-Moar_in 
net/sniproxy/patches: patch-src_Makefile_am 

Log message:
Remove empty files

ok sthen solene



CVS: cvs.openbsd.org: ports

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

Modified files:
security/openssl: Makefile 
Added files:
security/openssl/3.0: Makefile distinfo 
security/openssl/3.0/patches: patch-Configurations_10-main_conf 
  patch-Configurations_shared-info_pl 
  patch-Configurations_unix-Makefile_tmpl 
security/openssl/3.0/pkg: DESCR PLIST 

Log message:
add openssl 3.0.0-beta1



Re: [new] bat, a 'cat replacement with wings'

2021-07-07 Thread Stuart Henderson
On 2021/07/07 16:01, Theo de Raadt wrote:
> The rust ecosystem working hard to make an impression.

What, you didn't ever wish cat had syntax highlighting and git support
and took 12 minutes to build? It's the future!



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/07 17:49:05

Modified files:
www/iridium: Makefile 

Log message:
mark BROKEN-i386, build fails due to sse2 problem with simd zlib code



Re: [new] bat, a 'cat replacement with wings'

2021-07-07 Thread Theo de Raadt
The rust ecosystem working hard to make an impression.

Rafael Sadowski  wrote:

> On Sat Jun 19, 2021 at 08:17:43AM +0200, Rafael Sadowski wrote:
> > On Thu Jan 16, 2020 at 03:29:42PM +0100, Landry Breuil wrote:
> > > Hi,
> > >
> > > sent this last year but it wasnt imported due to lack of interest, maybe
> > > more luck this time... yes, its a rust thing.
> > >
> > > cf https://github.com/sharkdp/bat for features.
> > >
> > > oks?
> > >
> > > Landry
> 
> ... new version bat-0.18.1 attched. OK to import?
> 
> > 
> > Won't build anymore :(
> > 
> > Running `/usr/local/bin/rustc --crate-name build_script_build
> > /usr/ports/pobj/bat-0.12.1/bat-0.12.1/modcargo-crates/onig_sys-69.2.0/build.rs
> > --error-format=json --json=diagnostic-rendered-ansi --crate-type bin
> > --emit=dep-info,link -C embed-bitcode=no -C debuginfo=0 -C 
> > debug-assertions=off
> > -C metadata=a5b175d23287ab50 -C extra-filename=-a5b175d23287ab50 --out-dir
> > /usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/onig_sys-a5b175d23287ab50
> > -L dependency=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/deps
> > --extern
> > bindgen=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/deps/libbindgen-62c0bb84d236c10f.rlib
> > --extern
> > cc=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/deps/libcc-633a2eee1b63040c.rlib
> > --extern
> > pkg_config=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/deps/libpkg_config-7439798e69ea89a9.rlib
> > --cap-lints allow -L
> > native=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/libloading-2740a77c029b8e84/out
> > -L
> > native=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/backtrace-sys-eed56fc95373cb8e/out`
> > Running 
> > `/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/onig_sys-a5b175d23287ab50/build-script-build`
> > error: failed to run custom build command for `onig_sys v69.2.0`
> > 
> > Caused by:
> >   process didn't exit successfully: 
> > `/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/onig_sys-a5b175d23287ab50/build-script-build`
> >  (exit code: 101)
> >  --- stderr
> >   thread 'main' panicked at 'Unable to find oniguruma in pkg-config, and 
> > RUSTONIG_SYSTEM_LIBONIG is set: `"pkg-config" "--libs" "--cflags" 
> > "oniguruma" "oniguruma >= 6.8.0"` did not exit successfully: exit code: 1
> >   --- stderr
> >   Package oniguruma was not found in the pkg-config search path
> >   ', 
> > /usr/ports/pobj/bat-0.12.1/bat-0.12.1/modcargo-crates/onig_sys-69.2.0/build.rs:223:17
> >   note: run with `RUST_BACKTRACE=1` environment variable to display a 
> > backtrace
> > 


Re: [new] bat, a 'cat replacement with wings'

2021-07-07 Thread Rafael Sadowski
On Sat Jun 19, 2021 at 08:17:43AM +0200, Rafael Sadowski wrote:
> On Thu Jan 16, 2020 at 03:29:42PM +0100, Landry Breuil wrote:
> > Hi,
> >
> > sent this last year but it wasnt imported due to lack of interest, maybe
> > more luck this time... yes, its a rust thing.
> >
> > cf https://github.com/sharkdp/bat for features.
> >
> > oks?
> >
> > Landry

... new version bat-0.18.1 attched. OK to import?

> 
> Won't build anymore :(
> 
> Running `/usr/local/bin/rustc --crate-name build_script_build
> /usr/ports/pobj/bat-0.12.1/bat-0.12.1/modcargo-crates/onig_sys-69.2.0/build.rs
> --error-format=json --json=diagnostic-rendered-ansi --crate-type bin
> --emit=dep-info,link -C embed-bitcode=no -C debuginfo=0 -C 
> debug-assertions=off
> -C metadata=a5b175d23287ab50 -C extra-filename=-a5b175d23287ab50 --out-dir
> /usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/onig_sys-a5b175d23287ab50
> -L dependency=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/deps
> --extern
> bindgen=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/deps/libbindgen-62c0bb84d236c10f.rlib
> --extern
> cc=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/deps/libcc-633a2eee1b63040c.rlib
> --extern
> pkg_config=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/deps/libpkg_config-7439798e69ea89a9.rlib
> --cap-lints allow -L
> native=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/libloading-2740a77c029b8e84/out
> -L
> native=/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/backtrace-sys-eed56fc95373cb8e/out`
> Running 
> `/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/onig_sys-a5b175d23287ab50/build-script-build`
> error: failed to run custom build command for `onig_sys v69.2.0`
> 
> Caused by:
>   process didn't exit successfully: 
> `/usr/ports/pobj/bat-0.12.1/build-amd64/target/release/build/onig_sys-a5b175d23287ab50/build-script-build`
>  (exit code: 101)
>  --- stderr
>   thread 'main' panicked at 'Unable to find oniguruma in pkg-config, and 
> RUSTONIG_SYSTEM_LIBONIG is set: `"pkg-config" "--libs" "--cflags" "oniguruma" 
> "oniguruma >= 6.8.0"` did not exit successfully: exit code: 1
>   --- stderr
>   Package oniguruma was not found in the pkg-config search path
>   ', 
> /usr/ports/pobj/bat-0.12.1/bat-0.12.1/modcargo-crates/onig_sys-69.2.0/build.rs:223:17
>   note: run with `RUST_BACKTRACE=1` environment variable to display a 
> backtrace
> 


bat-0.18.1.tar.gz
Description: Binary data


Re: UPDATE: Tor Browser 10.5

2021-07-07 Thread Lucas
Hi Caspar,

Thanks for your work on maintaining this port, I really appreciate it!
Given this issue [0] (saved logins being lost), shouldn't be best to
wait until it's fixed for updating, or at least include a big warning
somewhere like pkg/README? Personally I'll be unaffected by this, but
I can understand it being a PITA for other users.

[0]: https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/40506



Re: [ju...@sonarnerd.net: Bug in Alpine TLS patch applied in 6.7/6.8/6.9 (ports/mail/alpine)]

2021-07-07 Thread Jussi Laako

Hi,

I'd like to just update that this issue still happens with OpenBSD 6.9 
and latest uw-imapd installed from ports. I don't know if it's due to 
Thunderbird, iOS email client or Android email client. But in any case I 
end up having a lot of stale imapd processes in busyloop that I need to 
manually kill.


I don't know why it happens or where, but likely in disconnection code 
path related to SSL. So somehow it came back in OpenBSD 6.8 after it got 
fixed in 6.7. Possibly due to some changes in either imapd (I don't 
think so), or in libssl.



Best regards,

- Jussi


On 1/28/21 8:35 AM, Theo Buehler wrote:

Hi,

On Thu, Jan 28, 2021 at 01:09:20AM +0200, Jussi Laako wrote:

Hi,

Looks like this problem has somehow resurfaced on OpenBSD 6.8, at least in
the pre-built packages. I have again imapd processes stuck in a busyloop...


Do I understand correctly that you're back to seeing the spinning when
thunderbird clients connect after you upgraded your mail server from 6.7
to 6.8-stable?

Can you figure out where the spinning happens?

Is it again the patches/patch-imap_src_osdep_unix_ssl_unix_c patch for
alpine or is it something else?  My understanding is that this is still
needed to be able to talk to gmail.

It would probably speed things up if you could provide some instructions
and a config file so we can reproduce the problem and poke at it.

Regards,

Theo




Best regards,

- Jussi


On 13.9.2020 12.17, Jussi Laako wrote:

Hi,

I've updated my server with version built using this patch and it seems
to work without problems too.


Best regards,

  - Jussi


On 12.9.2020 14.00, richard.n.proc...@gmail.com wrote:



On Sat, 12 Sep 2020, Theo Buehler wrote:


On Sat, Sep 12, 2020 at 07:09:16PM +1200,
richard.n.proc...@gmail.com wrote:


On Fri, 11 Sep 2020, Theo Buehler wrote:


Hi Richard,

Could you please give the patch below a go on a relatively -current
machine (anything after May 24 should be fine) and try if you can send
and read mail with gmail?

We have enabled AUTO_RETRY in libssl, so we should no longer do the
retry of the writes, it may actually break things. That should also
address the busy looping Jussi sees on the alpine server.


Hi Theo,

Sure thing. It looks like a no-go. Here's what I did:

First build the latest alpine(1) sans-patch and test:
- sysupgrade
- /usr/ports$ cvs -ACd
- make build && make install    in /usr/ports/mail/alpine
- this connects to gmail fine (as expected).

Then build with your patch. Alpine then fails to connect to gmail with
"SSL negotiation failed".

I applied my debug patch below on top of your patch (I've attached the
final patches/patch-imap_src_osdep_unix_ssl_unix_c file as
the resultant
patch was unwieldly) and got the following two lines of output:

ssl_start_work: SSL_get_error: 3
ssl_start_work: ERR_get_error_line_data

Happy to help work on this further if you need.


Thank you. So that's again the issue we fixed by retrying the SSL_write
before 6.7.

The patch below should still let alpine interoperate with gmail and
hopefully also fix Jussi's thunderbird issue on the server. I simplified
and cleaned up the retry logic a bit. It preserves the logic apparently
really needed for gmail interoperation and removes the second SSL_write
retry that is probably spinning in a tight loop on Jussi's server.

Could both of you give this a try please?


alpine opens my gmail inbox with this patch.

I've also reconfirmed that the prior patch induced the "SSL negotiation
failed" error.

cheers,
Richard.



Index: Makefile
===
RCS file: /var/cvs/ports/mail/alpine/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile    1 May 2020 09:09:14 -    1.47
+++ Makefile    12 Sep 2020 07:42:47 -
@@ -28,7 +28,7 @@ PKGNAME-mailutil=    mailutil-uw-${V}
   PKGNAME-pico=    pico-${PICO_V}
   PKGNAME-pilot=    pilot-${PILOT_V}
-REVISION=    4
+REVISION=    5
   REVISION-pico=    20
   REVISION-pilot=    20
Index: patches/patch-imap_src_osdep_unix_ssl_unix_c
===
RCS file: 
/var/cvs/ports/mail/alpine/patches/patch-imap_src_osdep_unix_ssl_unix_c,v

retrieving revision 1.1
diff -u -p -r1.1 patch-imap_src_osdep_unix_ssl_unix_c
--- patches/patch-imap_src_osdep_unix_ssl_unix_c    1 May 2020
09:09:14 -    1.1
+++ patches/patch-imap_src_osdep_unix_ssl_unix_c    12 Sep 2020
07:57:42 -
@@ -1,7 +1,7 @@
   $OpenBSD: patch-imap_src_osdep_unix_ssl_unix_c,v 1.1
2020/05/01 09:09:14 tb Exp $
   * some popular mail services enforce SNI for TLSv1.3 clients,
so send it
-* retry SSL_write if we're told to do so.
+* retry SSL_write on blocking socket if we're told to do so.
   Index: imap/src/osdep/unix/ssl_unix.c
   --- imap/src/osdep/unix/ssl_unix.c.orig
@@ -14,7 +14,7 @@ Index: imap/src/osdep/unix/ssl_unix.c
  unsigned long sl,tl;
  char *s,*t,*err,tmp[MAILTMPLEN], buf[256];
   

[MAINTAINER UPDATE] www/qutebrowser -> 2.3.0

2021-07-07 Thread Dimitri Karamazov
Update www/qutebrowser to 2.3.0

Changelog:https://github.com/qutebrowser/qutebrowser/releases/tag/v2.3.0

Build & Run tested on amd64.

regards,
  Dimitri

Index: Makefile
===
RCS file: /cvs/ports/www/qutebrowser/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile28 Jun 2021 12:28:41 -  1.34
+++ Makefile7 Jul 2021 15:02:32 -
@@ -2,9 +2,8 @@
 
 COMMENT =  keyboard-focused browser with a minimal GUI
 
-MODPY_EGG_VERSION =2.2.3
+MODPY_EGG_VERSION =2.3.0
 DISTNAME = qutebrowser-${MODPY_EGG_VERSION}
-REVISION = 1
 
 HOMEPAGE = https://www.qutebrowser.org/
 
Index: distinfo
===
RCS file: /cvs/ports/www/qutebrowser/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo9 Jun 2021 09:30:41 -   1.19
+++ distinfo7 Jul 2021 15:02:32 -
@@ -1,2 +1,2 @@
-SHA256 (qutebrowser-2.2.3.tar.gz) = 
BoP168jxj94nvkrcgC83fPw/TPRsI2PbCooqzWNF62I=
-SIZE (qutebrowser-2.2.3.tar.gz) = 6234298
+SHA256 (qutebrowser-2.3.0.tar.gz) = 
EK0B8Huc51/IbLMA5pIIy6PSGaXZJofvwToqClo23yU=
+SIZE (qutebrowser-2.3.0.tar.gz) = 6244786



[MAINTAINER UPDATE] www/py-adblock -> 0.5.0

2021-07-07 Thread Dimitri Karamazov
Update www/py-adblock to 0.5.0

Changelog:https://github.com/ArniDagur/python-adblock/releases/tag/0.5.0

Build & Run tested with qutebrowser on amd64.
All tests pass.

regards,
  Dimitri

Index: Makefile
===
RCS file: /cvs/ports/www/py-adblock/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile21 Jun 2021 21:07:46 -  1.3
+++ Makefile7 Jul 2021 14:45:23 -
@@ -4,8 +4,8 @@ COMMENT =   Brave's adblock library
 
 GH_ACCOUNT =   ArniDagur
 GH_PROJECT =   python-adblock
-GH_TAGNAME =   0.4.4
-DISTNAME = py-adblock-0.4.4
+GH_TAGNAME =   0.5.0
+DISTNAME = py-adblock-0.5.0
 
 CATEGORIES =   www
 
@@ -18,72 +18,6 @@ WANTLIB += c c++abi pthread
 
 DISTFILES =${DISTNAME}${EXTRACT_SUFX}
 
-MODCARGO_CRATES += adblock 0.3.10  # MPL-2.0
-MODCARGO_CRATES += addr0.11.8  # MIT/Apache-2.0
-MODCARGO_CRATES += adler   1.0.2   # 0BSD OR MIT OR Apache-2.0
-MODCARGO_CRATES += aho-corasick0.7.15  # Unlicense/MIT
-MODCARGO_CRATES += autocfg 1.0.1   # Apache-2.0 OR MIT
-MODCARGO_CRATES += base64  0.13.0  # MIT/Apache-2.0
-MODCARGO_CRATES += bitflags1.2.1   # MIT/Apache-2.0
-MODCARGO_CRATES += byteorder   1.4.3   # Unlicense OR MIT
-MODCARGO_CRATES += cfg-if  1.0.0   # MIT/Apache-2.0
-MODCARGO_CRATES += crc32fast   1.2.1   # MIT OR Apache-2.0
-MODCARGO_CRATES += ctor0.1.20  # Apache-2.0 OR MIT
-MODCARGO_CRATES += either  1.6.1   # MIT/Apache-2.0
-MODCARGO_CRATES += flate2  1.0.20  # MIT/Apache-2.0
-MODCARGO_CRATES += form_urlencoded 1.0.1   # MIT/Apache-2.0
-MODCARGO_CRATES += ghost   0.1.2   # MIT OR Apache-2.0
-MODCARGO_CRATES += idna0.2.2   # MIT/Apache-2.0
-MODCARGO_CRATES += indoc   0.3.6   # MIT OR Apache-2.0
-MODCARGO_CRATES += indoc-impl  0.3.6   # MIT OR Apache-2.0
-MODCARGO_CRATES += instant 0.1.9   # BSD-3-Clause
-MODCARGO_CRATES += inventory   0.1.10  # MIT OR Apache-2.0
-MODCARGO_CRATES += inventory-impl  0.1.10  # MIT OR Apache-2.0
-MODCARGO_CRATES += itertools   0.9.0   # MIT/Apache-2.0
-MODCARGO_CRATES += libc0.2.93  # MIT OR Apache-2.0
-MODCARGO_CRATES += lock_api0.4.3   # Apache-2.0/MIT
-MODCARGO_CRATES += matches 0.1.8   # MIT
-MODCARGO_CRATES += memchr  2.3.4   # Unlicense/MIT
-MODCARGO_CRATES += miniz_oxide 0.4.4   # MIT OR Zlib OR Apache-2.0
-MODCARGO_CRATES += num-traits  0.2.14  # MIT OR Apache-2.0
-MODCARGO_CRATES += once_cell   1.7.2   # MIT OR Apache-2.0
-MODCARGO_CRATES += parking_lot 0.11.1  # Apache-2.0/MIT
-MODCARGO_CRATES += parking_lot_core0.8.3   # Apache-2.0/MIT
-MODCARGO_CRATES += paste   0.1.18  # MIT OR Apache-2.0
-MODCARGO_CRATES += paste-impl  0.1.18  # MIT OR Apache-2.0
-MODCARGO_CRATES += percent-encoding2.1.0   # MIT/Apache-2.0
-MODCARGO_CRATES += proc-macro-hack 0.5.19  # MIT OR Apache-2.0
-MODCARGO_CRATES += proc-macro2 1.0.26  # MIT OR Apache-2.0
-MODCARGO_CRATES += psl 2.0.18  # MIT/Apache-2.0
-MODCARGO_CRATES += psl-types   2.0.7   # MIT/Apache-2.0
-MODCARGO_CRATES += pyo30.13.2  # Apache-2.0
-MODCARGO_CRATES += pyo3-macros 0.13.2  # Apache-2.0
-MODCARGO_CRATES += pyo3-macros-backend 0.13.2  # Apache-2.0
-MODCARGO_CRATES += quote   1.0.9   # MIT OR Apache-2.0
-MODCARGO_CRATES += redox_syscall   0.2.5   # MIT
-MODCARGO_CRATES += regex   1.4.5   # MIT OR Apache-2.0
-MODCARGO_CRATES += regex-syntax0.6.23  # MIT/Apache-2.0
-MODCARGO_CRATES += rmp 0.8.10  # MIT
-MODCARGO_CRATES += rmp-serde   0.13.7  # MIT
-MODCARGO_CRATES += scopeguard  1.1.0   # MIT/Apache-2.0
-MODCARGO_CRATES += seahash 3.0.7   # MIT
-MODCARGO_CRATES += serde   1.0.125 # MIT OR Apache-2.0
-MODCARGO_CRATES += serde_derive1.0.125 # MIT OR Apache-2.0
-MODCARGO_CRATES += smallvec1.6.1   # MIT/Apache-2.0
-MODCARGO_CRATES += syn 1.0.69  # MIT OR Apache-2.0
-MODCARGO_CRATES += tinyvec 1.2.0   # Zlib OR Apache-2.0 OR MIT
-MODCARGO_CRATES += tinyvec_macros  0.1.0   # MIT OR Apache-2.0 OR Zlib
-MODCARGO_CRATES += twoway  0.2.1   # MIT/Apache-2.0
-MODCARGO_CRATES += unchecked-index 0.2.2   # MIT/Apache-2.0
-MODCARGO_CRATES += unicode-bidi0.3.5   # MIT / Apache-2.0
-MODCARGO_CRATES += unicode-normalization   0.1.17  # MIT/Apache-2.0
-MODCARGO_CRATES += unicode-xid 0.2.1   # MIT OR Apache-2.0
-MODCARGO_CRATES += unindent0.1.7   # MIT OR Apache-2.0
-MODCARGO_CRATES += url 2.2.1   # MIT/Apache-2.0
-MODCARGO_CRATES += winapi  0.3.9   # MIT/Apache-2.0
-MODCARGO_CRATES += winapi-i686-pc-windows-gnu  0.4.0   # MIT/Apache-2.0
-MODCARGO_CRATES += winapi-x86_64-pc-windows-gnu0.4.0   # MIT/Apache-2.0
-
 MODULES =  devel/cargo \
lang/python
 
@@ -119,5 +53,7 @@ do-install:
  

[MAINTAINER UPDATE] devel/maturin -> 0.11.0

2021-07-07 Thread Dimitri Karamazov
Update devel/maturin to 0.11.0

Changelog:https://github.com/PyO3/maturin/blob/main/Changelog.md

Build & Run tested with py-adblock on amd64

The diff removes the only existing patch leaving an empty directory.

regards,
  Dimitri

Index: Makefile
===
RCS file: /cvs/ports/devel/maturin/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile28 Jun 2021 12:27:55 -  1.3
+++ Makefile7 Jul 2021 14:27:54 -
@@ -6,7 +6,7 @@ COMMENT =   develop crates with pyo3, rust
 
 GH_ACCOUNT =   PyO3
 GH_PROJECT =   maturin
-GH_TAGNAME =   v0.10.6
+GH_TAGNAME =   v0.11.0
 
 CATEGORIES =   devel
 
Index: distinfo
===
RCS file: /cvs/ports/devel/maturin/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo21 Jun 2021 21:07:31 -  1.2
+++ distinfo7 Jul 2021 14:27:54 -
@@ -1,42 +1,39 @@
-SHA256 (cargo/addr2line-0.15.1.tar.gz) = 
AzRemK+PPXhrbZ9lbM+mrDFtlU6SvEhB8LuiB4nV+1o=
+SHA256 (cargo/addr2line-0.15.2.tar.gz) = 
56Lkeh++IJ7hAd1tYShSJnRMbI08Icjch4umy59Gfzo=
 SHA256 (cargo/adler-1.0.2.tar.gz) = 
8mIBYEyHseAb09mPjV2aj8u4FejO20H/zL60v1k6Nf4=
 SHA256 (cargo/aes-0.6.0.tar.gz) = iEOR7xBmrKpB52a6j1ljQbluk840+aQ+fSS/Cg6vBWE=
 SHA256 (cargo/aes-soft-0.6.4.tar.gz) = 
vhTHSY6lCCijjQ4kp2XtLv/pKnBYhbV9ApzWfUV0QHI=
 SHA256 (cargo/aesni-0.10.0.tar.gz) = 
6i4R9elML304YWTMKqH5eCP+1vJZ5IaUCnHBdN0BsM4=
 SHA256 (cargo/aho-corasick-0.7.18.tar.gz) = 
HjfP1edletpF90LW6ZyleIWAtcUp3Hj68R7ObccCZW8=
 SHA256 (cargo/ansi_term-0.11.0.tar.gz) = 
7km69sthe4U6qNk79CDbI4P6tG0xRILKKAO0DV/el5s=
-SHA256 (cargo/anyhow-1.0.40.tar.gz) = 
KLLNkttcvXTo5QKPfifdeqMJDonk8qGXzHyN+2nHBjs=
-SHA256 (cargo/ascii-0.9.3.tar.gz) = 
6rHASlcYQRAvU0Wo/A9rs9McMV3sh5tcbkLkDOf/o04=
+SHA256 (cargo/anyhow-1.0.41.tar.gz) = 
Fa8mKPaJD+JgmjuRvvTINFBRKALllIn5wcsfpd8GSmE=
 SHA256 (cargo/atty-0.2.14.tar.gz) = 
2bOb4Ydw0RQhzbG5lHpF3T836TCSy/N3YUgooxnV/ug=
 SHA256 (cargo/autocfg-1.0.1.tar.gz) = 
zbAx3XjihzHYfVbMj/70qPNsomw4/i3nAFQ+Yn+KRko=
-SHA256 (cargo/backtrace-0.3.59.tar.gz) = 
RxfPy/qmYaD9SPhFOVGDeufo+B5IH7sTbjIC1ygFp0Q=
+SHA256 (cargo/backtrace-0.3.60.tar.gz) = 
t4FepU5Ngh55EWLgeKy+v9bYyJOc1VnJM13OscjKcoI=
 SHA256 (cargo/base64-0.10.1.tar.gz) = 
CyXZkjVtLrDtghcvUkiHPbVWDEch9WSxPLUZO9peZo4=
 SHA256 (cargo/base64-0.13.0.tar.gz) = 
kE3+rFDzzauij8b1f9zdt19J7WE0ZnanjE/+VYd4Av0=
 SHA256 (cargo/bitflags-1.2.1.tar.gz) = 
zx3i/ox1vBRaL1d63ZUfgTSIm0eV1HRmpUpchG1pFpM=
 SHA256 (cargo/block-buffer-0.9.0.tar.gz) = 
QVIRb9bp2tspGuGPwew1de1thMKWQtl4kPS0o0Fyl+Q=
 SHA256 (cargo/block-modes-0.7.0.tar.gz) = 
V6DoBz6LqoghL7WCNXTALrzLOVE2upoWSriTeexgcvA=
 SHA256 (cargo/block-padding-0.2.1.tar.gz) = 
jWlsNwx1DJSK2mHGmg7iy7ucULEBnduG2TFxV6mcLK4=
-SHA256 (cargo/bumpalo-3.6.1.tar.gz) = 
Yzlrikud4/T9+zIKtggHYiQvZqjvF0xJ2OGbZ020zb4=
+SHA256 (cargo/bumpalo-3.7.0.tar.gz) = 
nFnnrwEscT9Snno+5Xzpsx3dhY1LUSkjYC90YIsAljE=
 SHA256 (cargo/byteorder-1.4.3.tar.gz) = 
FMGJxT0JiUVJnN+n7MY1Z884hrMzKzEqW0WF2NOmphA=
 SHA256 (cargo/bytes-1.0.1.tar.gz) = 
twDOQ3YEHc0KMn/QCXxBCVdDxMiviIcmWUL68RAL0EA=
 SHA256 (cargo/bytesize-1.0.1.tar.gz) = 
gaGGhyk6FUa2fCRkUiAru/FD0jnLQ0lMwWPaFJeQgto=
-SHA256 (cargo/bzip2-0.3.3.tar.gz) = 
QrfDy/D6nBuCMI1XGRcoygJWy4ISIPTi/UEKcq3ibjs=
-SHA256 (cargo/bzip2-sys-0.1.10+1.0.8.tar.gz) = 
F/o9GsHKIcXE42qX88PrJQhFdvb8R78BOcESNDQhbGw=
+SHA256 (cargo/bzip2-0.4.3.tar.gz) = 
avzZgLXzpFAXxX5XovzMuzUcxDo1bOEX73YO+AUribA=
+SHA256 (cargo/bzip2-sys-0.1.11+1.0.8.tar.gz) = 
c2qVXz+nh1EC1XyCuMrDfsRSJKB/0y1Y+fehhrbNTNw=
 SHA256 (cargo/camino-1.0.4.tar.gz) = 
1GSMbQCnCaoGmiNq3Krk9gWmJBxyv1vueTMaS2JZIak=
 SHA256 (cargo/cargo-platform-0.1.1.tar.gz) = 
AiaUSmPRvzWjtflI3XxZ4mPbg2lcnov/xAN94C4w8dc=
 SHA256 (cargo/cargo_metadata-0.13.1.tar.gz) = 
CB4/B1XB84DC0BBIG2+i4ClzWG1fKyTuu3oqHZixQ9g=
 SHA256 (cargo/cbindgen-0.19.0.tar.gz) = 
OHKMMbmU5LhJz1n+77Sovyas0pnuC5LJ+zW9FK1Ljfo=
-SHA256 (cargo/cc-1.0.67.tar.gz) = 48abB3rUNClNPOnx9hQ6KkuJqKLVTvgT2FADpP0RN/0=
+SHA256 (cargo/cc-1.0.68.tar.gz) = SnLCRMH/SXp0an4fs9FL0IQg7NpwyPJccRLyeBZS14c=
 SHA256 (cargo/cfg-if-1.0.0.tar.gz) = 
uvHeQzl2FYi8Bhnjy8ASDuWC67dLU7Tvv3kRe9LaQP0=
 SHA256 (cargo/charset-0.1.2.tar.gz) = 
T0JuZN8cPeJsv0RZPG//9dv9Q7v53g0HUFhVgSaz/HM=
-SHA256 (cargo/chrono-0.4.19.tar.gz) = 
ZwrWjJCIwqljqqKYyzaWiM8/lGXOXi1MoQ5uAJihznM=
 SHA256 (cargo/cipher-0.2.5.tar.gz) = 
EvjnmHy9BCpjJJSX9BrtCfjmWt2RfqZWbv+8VleNaAE=
 SHA256 (cargo/clap-2.33.3.tar.gz) = 
N+WKx4VzxAcI1FUi8NgPovAcxPm04r90mAclVFQxIAI=
-SHA256 (cargo/combine-3.8.1.tar.gz) = 
2j2muqMh7BnhzEHTG/WZ8Ax4PQUXCVza8DMuP+jSBoA=
-SHA256 (cargo/configparser-2.0.1.tar.gz) = 
Sq05122+RbgJ7214O4xZdzIiW489bE2M60pPg0qET/4=
+SHA256 (cargo/configparser-2.1.0.tar.gz) = 
9yAe5BbRJNWJqCARG6dVkw34t1hVMhqaG4cxKgWX7I8=
 SHA256 (cargo/core-foundation-0.7.0.tar.gz) = 
V9JMehPEPocON8FVa3RVVDeHCgRRT3aF9bNU4JBWcXE=
 SHA256 (cargo/core-foundation-sys-0.7.0.tar.gz) = 
s6catJTAtbhgvchAeuCJeAUkFwcMLO04VzqRV611uKw=
-SHA256 

UPDATE: Tor Browser 10.5

2021-07-07 Thread Caspar Schutijser
Hi,

The diff below updates Tor Browser to 10.5. Tested on amd64. More
information can be found here:
https://blog.torproject.org/new-release-tor-browser-105

This is a new major release of Tor Browser (still based on
Firefox ESR 78), test reports appreciated!

Thanks,
Caspar Schutijser


Index: meta/tor-browser/Makefile
===
RCS file: /cvs/ports/meta/tor-browser/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- meta/tor-browser/Makefile   4 Jun 2021 12:02:07 -   1.42
+++ meta/tor-browser/Makefile   7 Jul 2021 18:35:06 -
@@ -4,11 +4,11 @@ COMMENT=  Tor Browser meta package
 
 MAINTAINER=Caspar Schutijser 
 
-PKGNAME=   tor-browser-10.0.17
+PKGNAME=   tor-browser-10.5
 ONLY_FOR_ARCHS =   amd64
 
-RUN_DEPENDS=   www/tor-browser/browser>=10.0.17 \
-   www/tor-browser/noscript>=11.2.8 \
-   net/tor>=0.4.5.8
+RUN_DEPENDS=   www/tor-browser/browser>=10.5 \
+   www/tor-browser/noscript>=11.2.9 \
+   net/tor>=0.4.6.5
 
 .include 
Index: www/tor-browser/Makefile.inc
===
RCS file: /cvs/ports/www/tor-browser/Makefile.inc,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile.inc
--- www/tor-browser/Makefile.inc4 Jun 2021 12:02:07 -   1.41
+++ www/tor-browser/Makefile.inc7 Jul 2021 18:35:06 -
@@ -5,7 +5,7 @@ HOMEPAGE ?= https://www.torproject.org
 PERMIT_PACKAGE ?=  Yes
 CATEGORIES =   www
 BROWSER_NAME = tor-browser
-TB_VERSION =   10.0.17
+TB_VERSION =   10.5
 TB_PREFIX =tb
 
 SUBST_VARS +=  BROWSER_NAME TB_VERSION
Index: www/tor-browser/browser/Makefile
===
RCS file: /cvs/ports/www/tor-browser/browser/Makefile,v
retrieving revision 1.65
diff -u -p -r1.65 Makefile
--- www/tor-browser/browser/Makefile4 Jun 2021 12:02:07 -   1.65
+++ www/tor-browser/browser/Makefile7 Jul 2021 18:35:06 -
@@ -9,14 +9,14 @@ ONLY_FOR_ARCHS =  amd64
 MOZILLA_VERSION =  ${TB_VERSION}
 MOZILLA_PROJECT =  ${BROWSER_NAME}
 MOZILLA_CODENAME = browser
-TL_VERSION =   0.2.28
+TL_VERSION =   0.2.30
 HE_VERSION =   2021.4.15
 
 EXTRACT_SUFX = .tar.xz
 PATCHORIG =.pat.orig
 
 PKGNAME =  ${TB_PREFIX}-browser-${TB_VERSION}
-DISTNAME = src-firefox-tor-browser-78.11.0esr-10.0-1-build1
+DISTNAME = src-firefox-tor-browser-78.11.0esr-10.5-1-build3
 
 FIX_EXTRACT_PERMISSIONS= Yes
 EXTRACT_ONLY +=${DISTNAME}.tar.xz \
Index: www/tor-browser/browser/distinfo
===
RCS file: /cvs/ports/www/tor-browser/browser/distinfo,v
retrieving revision 1.40
diff -u -p -r1.40 distinfo
--- www/tor-browser/browser/distinfo4 Jun 2021 12:02:07 -   1.40
+++ www/tor-browser/browser/distinfo7 Jul 2021 18:35:06 -
@@ -1,8 +1,8 @@
 SHA256 (mozilla/https-everywhere-2021.4.15-eff.xpi) = 
fl9ygI6hSL7M1BbsvfM+oevEOkMuTnhbXl4TObeitwg=
-SHA256 (mozilla/src-firefox-tor-browser-78.11.0esr-10.0-1-build1.tar.xz) = 
ePtgBZHhMiybsD34gRw/0QTKqYwBb/zOdMIf+9M+y8o=
-SHA256 (mozilla/src-tor-launcher-0.2.28.tar.xz) = 
XkrjmcuH1oDf7yO4K1b1Yowkqrk6HWusjtiiZggObVU=
-SHA256 (mozilla/tor-browser-linux64-10.0.17_en-US.tar.xz) = 
VdQEwlG24PER2PudV//XRUzRKVLNCSfBl73izYJFo48=
+SHA256 (mozilla/src-firefox-tor-browser-78.11.0esr-10.5-1-build3.tar.xz) = 
Heek8NLVFxquMAJFKOf0EZz+4q1/6lwmArRETuM9yzs=
+SHA256 (mozilla/src-tor-launcher-0.2.30.tar.xz) = 
gPoCbTUDHk6WYhG0PM59jy1ybE4rhH1EiR2gFFPW/C0=
+SHA256 (mozilla/tor-browser-linux64-10.5_en-US.tar.xz) = 
dV8qVZ2nRMZJqEqgs9ARJ2pcXzJKrN3O4MJmYLSXCbc=
 SIZE (mozilla/https-everywhere-2021.4.15-eff.xpi) = 1746434
-SIZE (mozilla/src-firefox-tor-browser-78.11.0esr-10.0-1-build1.tar.xz) = 
364712956
-SIZE (mozilla/src-tor-launcher-0.2.28.tar.xz) = 225068
-SIZE (mozilla/tor-browser-linux64-10.0.17_en-US.tar.xz) = 85408540
+SIZE (mozilla/src-firefox-tor-browser-78.11.0esr-10.5-1-build3.tar.xz) = 
364785268
+SIZE (mozilla/src-tor-launcher-0.2.30.tar.xz) = 229888
+SIZE (mozilla/tor-browser-linux64-10.5_en-US.tar.xz) = 83650232
Index: www/tor-browser/browser/patches/patch-_mozconfig
===
RCS file: /cvs/ports/www/tor-browser/browser/patches/patch-_mozconfig,v
retrieving revision 1.7
diff -u -p -r1.7 patch-_mozconfig
--- www/tor-browser/browser/patches/patch-_mozconfig23 Oct 2020 07:04:09 
-  1.7
+++ www/tor-browser/browser/patches/patch-_mozconfig7 Jul 2021 18:35:06 
-
@@ -5,10 +5,20 @@ Disable the updater and related stuff.  
 Encrypted Media Extensions is not supported on OpenBSD. Apparently this also
 means we can not pass --disable-eme to configure so comment that out.
 
+Don't use --enable-rust-simd, 

Ruby 3.0.2, 2.7.4, 2.6.8

2021-07-07 Thread Jeremy Evans
This updates Ruby to the latest releases.  These releases address the
following CVEs:

CVE-2021-31810: Trusting FTP PASV responses vulnerability in Net::FTP
CVE-2021-32066: A StartTLS stripping vulnerability in Net::IMAP
CVE-2021-31799: A command injection vulnerability in RDoc

Release notes are available at:

https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/
https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-7-4-released/
https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-6-8-released/

Tested on amd64.  Will be comitting in a couple days unless I hear
objections.

Thanks,
Jeremy

Index: 2.6/Makefile
===
RCS file: /cvs/ports/lang/ruby/2.6/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- 2.6/Makefile7 Apr 2021 14:58:10 -   1.14
+++ 2.6/Makefile7 Jul 2021 15:30:08 -
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.14 2021/04/07 14:58:10 jeremy Exp $
 
-VERSION =  2.6.7
+VERSION =  2.6.8
 DISTNAME = ruby-${VERSION}
 SHARED_LIBS =  ruby26  0.0
 NEXTVER =  2.7
Index: 2.6/distinfo
===
RCS file: /cvs/ports/lang/ruby/2.6/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- 2.6/distinfo7 Apr 2021 14:58:10 -   1.9
+++ 2.6/distinfo7 Jul 2021 15:30:08 -
@@ -1,2 +1,2 @@
-SHA256 (ruby-2.6.7.tar.gz) = 5CJ+i39lSF7Lczl6g+DQnc058l79QRx4K2lCTlXHqZ4=
-SIZE (ruby-2.6.7.tar.gz) = 16198982
+SHA256 (ruby-2.6.8.tar.gz) = GAe3hXe8CFlqOQ6KQa7eN7hRIZDgXBM7F9BQF5Goym0=
+SIZE (ruby-2.6.8.tar.gz) = 16202660
Index: 2.6/pkg/PLIST-main
===
RCS file: /cvs/ports/lang/ruby/2.6/pkg/PLIST-main,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST-main
--- 2.6/pkg/PLIST-main  7 Apr 2021 14:58:10 -   1.8
+++ 2.6/pkg/PLIST-main  7 Jul 2021 15:30:08 -
@@ -42,7 +42,7 @@ include/ruby-${REV}/ruby/util.h
 include/ruby-${REV}/ruby/version.h
 include/ruby-${REV}/ruby/vm.h
 include/ruby-${REV}/${SUB}/
-include/ruby-${REV}/${SUB}/rb_mjit_min_header-2.6.7.h
+include/ruby-${REV}/${SUB}/rb_mjit_min_header-2.6.8.h
 include/ruby-${REV}/${SUB}/ruby/
 include/ruby-${REV}/${SUB}/ruby/config.h
 @so lib/libruby26.so
@@ -1517,10 +1517,10 @@ lib/ruby/gems/${REV}/gems/rake-12.3.3/li
 lib/ruby/gems/${REV}/gems/rake-12.3.3/lib/rake/version.rb
 lib/ruby/gems/${REV}/gems/rake-12.3.3/lib/rake/win32.rb
 lib/ruby/gems/${REV}/gems/rake-12.3.3/rake.gemspec
-lib/ruby/gems/${REV}/gems/rdoc-6.1.2/
-lib/ruby/gems/${REV}/gems/rdoc-6.1.2/exe/
-lib/ruby/gems/${REV}/gems/rdoc-6.1.2/exe/rdoc
-lib/ruby/gems/${REV}/gems/rdoc-6.1.2/exe/ri
+lib/ruby/gems/${REV}/gems/rdoc-6.1.2.1/
+lib/ruby/gems/${REV}/gems/rdoc-6.1.2.1/exe/
+lib/ruby/gems/${REV}/gems/rdoc-6.1.2.1/exe/rdoc
+lib/ruby/gems/${REV}/gems/rdoc-6.1.2.1/exe/ri
 lib/ruby/gems/${REV}/gems/test-unit-3.2.9/
 lib/ruby/gems/${REV}/gems/test-unit-3.2.9/COPYING
 lib/ruby/gems/${REV}/gems/test-unit-3.2.9/GPL
@@ -1692,7 +1692,7 @@ lib/ruby/gems/${REV}/specifications/defa
 lib/ruby/gems/${REV}/specifications/default/ostruct-0.1.0.gemspec
 lib/ruby/gems/${REV}/specifications/default/prime-0.1.0.gemspec
 lib/ruby/gems/${REV}/specifications/default/psych-3.1.0.gemspec
-lib/ruby/gems/${REV}/specifications/default/rdoc-6.1.2.gemspec
+lib/ruby/gems/${REV}/specifications/default/rdoc-6.1.2.1.gemspec
 lib/ruby/gems/${REV}/specifications/default/rexml-3.1.9.1.gemspec
 lib/ruby/gems/${REV}/specifications/default/rss-0.2.7.gemspec
 lib/ruby/gems/${REV}/specifications/default/scanf-1.0.0.gemspec
Index: 2.6/pkg/PLIST-ri_docs
===
RCS file: /cvs/ports/lang/ruby/2.6/pkg/PLIST-ri_docs,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-ri_docs
--- 2.6/pkg/PLIST-ri_docs   7 Apr 2021 14:58:10 -   1.5
+++ 2.6/pkg/PLIST-ri_docs   7 Jul 2021 15:30:10 -
@@ -8742,6 +8742,7 @@ share/ri/${REV}/system/Net/FTP/status-i.
 share/ri/${REV}/system/Net/FTP/storbinary-i.ri
 share/ri/${REV}/system/Net/FTP/storlines-i.ri
 share/ri/${REV}/system/Net/FTP/system-i.ri
+share/ri/${REV}/system/Net/FTP/use_pasv_ip-i.ri
 share/ri/${REV}/system/Net/FTP/voidcmd-i.ri
 share/ri/${REV}/system/Net/FTP/welcome-i.ri
 share/ri/${REV}/system/Net/FTPConnectionError/
@@ -9198,6 +9199,8 @@ share/ri/${REV}/system/Net/IMAP/Response
 share/ri/${REV}/system/Net/IMAP/ResponseError/response-i.ri
 share/ri/${REV}/system/Net/IMAP/ResponseParseError/
 share/ri/${REV}/system/Net/IMAP/ResponseParseError/cdesc-ResponseParseError.ri
+share/ri/${REV}/system/Net/IMAP/UnknownResponseError/
+share/ri/${REV}/system/Net/IMAP/UnknownResponseError/cdesc-UnknownResponseError.ri
 share/ri/${REV}/system/Net/IMAP/add_authenticator-c.ri
 share/ri/${REV}/system/Net/IMAP/add_response_handler-i.ri
 share/ri/${REV}/system/Net/IMAP/append-i.ri
@@ -14698,7 +14701,7 @@ 

CVS: cvs.openbsd.org: ports

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

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.19.106.



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/07 10:14:42

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.17.106.



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/07 10:14:29

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py3-botocore-1.20.106.



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/07 09:01:19

ports/security/openssl/3.0/patches

Update of /cvs/ports/security/openssl/3.0/patches
In directory cvs.openbsd.org:/tmp/cvs-serv59045/3.0/patches

Log Message:
Directory /cvs/ports/security/openssl/3.0/patches added to the repository



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/07 09:01:19

ports/security/openssl/3.0/pkg

Update of /cvs/ports/security/openssl/3.0/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv59045/3.0/pkg

Log Message:
Directory /cvs/ports/security/openssl/3.0/pkg added to the repository



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/07 09:01:19

ports/security/openssl/3.0

Update of /cvs/ports/security/openssl/3.0
In directory cvs.openbsd.org:/tmp/cvs-serv59045/3.0

Log Message:
Directory /cvs/ports/security/openssl/3.0 added to the repository



Re: empty files in the tree

2021-07-07 Thread Stuart Henderson
On 2021/07/07 10:25, Daniel Jakots wrote:
> Dear porters,
> 
> A recent commit said "remove patch" while it didn't remove any
> file. I checked if it was oversight. Spoiler alert, it wasn't, but
> here's the current list of empty files:
> 
> 
> $ for _file in $(find /usr/ports -empty | grep -v -e pobj -e bulk -e tests -e 
> packages -e update) ; do ls -l "${_file}" ; done 
> total 0
> -rw-r--r--  1 danj  wsrc  0 May 25 21:08 
> /usr/ports/devel/flatbuffers/patches/patch-src_util_cpp
> -rw-r--r--  1 danj  wsrc  0 Apr 29 01:01 
> /usr/ports/games/openttd/patches/patch-Makefile_bundle_in
> -rw-r--r--  1 danj  wsrc  0 Apr 29 01:01 
> /usr/ports/games/openttd/patches/patch-config_lib
> -rw-r--r--  1 danj  wsrc  0 Apr 29 01:01 
> /usr/ports/games/openttd/patches/patch-src_core_endian_type_hpp
> -rw-r--r--  1 danj  wsrc  0 Mar 16 19:51 
> /usr/ports/lang/moarvm/patches/patch-build_Makefile_in
> -rw-r--r--  1 danj  wsrc  0 Mar 16 19:51 
> /usr/ports/lang/moarvm/patches/patch-build_setup_pm
> -rw-r--r--  1 danj  wsrc  0 Mar 16 19:51 
> /usr/ports/lang/rakudo/patches/patch-src_core_Compiler_pm6
> -rw-r--r--  1 danj  wsrc  0 Mar 16 19:51 
> /usr/ports/lang/rakudo/patches/patch-tools_build_Makefile-Moar_in
> -rw-r--r--  1 danj  wsrc  0 Mar 16 19:52 
> /usr/ports/net/sniproxy/patches/patch-src_Makefile_am
> 
> 
> Since they're all in patches/, I assume it's fine to remove them.
> 
> Comments? OK?
> 
> Cheers,
> Daniel
> 

yep



empty files in the tree

2021-07-07 Thread Daniel Jakots
Dear porters,

A recent commit said "remove patch" while it didn't remove any
file. I checked if it was oversight. Spoiler alert, it wasn't, but
here's the current list of empty files:


$ for _file in $(find /usr/ports -empty | grep -v -e pobj -e bulk -e tests -e 
packages -e update) ; do ls -l "${_file}" ; done 
total 0
-rw-r--r--  1 danj  wsrc  0 May 25 21:08 
/usr/ports/devel/flatbuffers/patches/patch-src_util_cpp
-rw-r--r--  1 danj  wsrc  0 Apr 29 01:01 
/usr/ports/games/openttd/patches/patch-Makefile_bundle_in
-rw-r--r--  1 danj  wsrc  0 Apr 29 01:01 
/usr/ports/games/openttd/patches/patch-config_lib
-rw-r--r--  1 danj  wsrc  0 Apr 29 01:01 
/usr/ports/games/openttd/patches/patch-src_core_endian_type_hpp
-rw-r--r--  1 danj  wsrc  0 Mar 16 19:51 
/usr/ports/lang/moarvm/patches/patch-build_Makefile_in
-rw-r--r--  1 danj  wsrc  0 Mar 16 19:51 
/usr/ports/lang/moarvm/patches/patch-build_setup_pm
-rw-r--r--  1 danj  wsrc  0 Mar 16 19:51 
/usr/ports/lang/rakudo/patches/patch-src_core_Compiler_pm6
-rw-r--r--  1 danj  wsrc  0 Mar 16 19:51 
/usr/ports/lang/rakudo/patches/patch-tools_build_Makefile-Moar_in
-rw-r--r--  1 danj  wsrc  0 Mar 16 19:52 
/usr/ports/net/sniproxy/patches/patch-src_Makefile_am


Since they're all in patches/, I assume it's fine to remove them.

Comments? OK?

Cheers,
Daniel



CVS: cvs.openbsd.org: ports

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

Modified files:
www/squid  : Makefile distinfo 

Log message:
update to squid-4.16



CVS: cvs.openbsd.org: ports

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

Modified files:
net/freeradius3: Makefile distinfo 
net/freeradius3/patches: patch-raddb_radiusd_conf_in 
 patch-src_main_cb_c 
 patch-src_main_tls_c 
 
patch-src_modules_rlm_eap_types_rlm_eap_fast_rlm_eap_fast_c 
net/freeradius3/pkg: PLIST-main 
Added files:
net/freeradius3/patches: patch-raddb_mods-available_eap 
 patch-src_modules_stable 
net/freeradius3/pkg: DESCR-python3 PLIST-python3 

Log message:
update to freeradius-3.0.23
- patch sample config which has new text relating to DEFAULT@SECLEVEL=1
- enable building the experimental python3 rlm module



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/07/07 05:58:37

Modified files:
sysutils/u-boot: Makefile distinfo 
sysutils/u-boot/patches: 
 patch-configs_pinebook-pro-rk3399_defconfig 
 patch-configs_rock960-rk3399_defconfig 
 patch-configs_rockpro64-rk3399_defconfig 
sysutils/u-boot/pkg: PFRAG.arm PFRAG.riscv64 
Added files:
sysutils/u-boot/patches: patch-configs_qemu_arm64_defconfig 
 patch-configs_qemu_arm_defconfig 

Log message:
update to U-Boot 2021.07

build new sifive_unmatched target



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2021/07/07 05:53:39

Modified files:
net/qbittorrent: Makefile.inc 
net/qbittorrent/qbittorrent: Makefile distinfo 
net/qbittorrent/qbittorrent/patches: patch-configure_ac 
net/qbittorrent/qbittorrent-nox: Makefile distinfo 
net/qbittorrent/qbittorrent-nox/patches: patch-configure_ac 

Log message:
Updating net/qbittorrent from 4.3.5 to 4.3.6

Changelog:
https://github.com/qbittorrent/qBittorrent/blob/release-4.3.6/Changelog
Mostly bugfixes.

Removing patch related to zlib 1.2.3... We have 1.2.11 now !!



Re: [update] emulators/mednafen-1.27.1

2021-07-07 Thread Ricardo Mestre
bump

On 09:19 Tue 29 Jun , Ricardo Mestre wrote:
> Hi,
> 
> This new release drops dependency on libsndfile and instead uses libFLAC,
> additionally I also removed a few libs from WANTLIB according to
> `make lib-depends-check' and changelog is available on $HOMEPAGE.
> 
> Only tested on amd64, does it work on other archs? OK to commit?
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/emulators/mednafen/Makefile,v
> retrieving revision 1.31
> diff -u -p -u -r1.31 Makefile
> --- Makefile  20 Nov 2020 23:39:02 -  1.31
> +++ Makefile  28 Jun 2021 08:42:49 -
> @@ -3,7 +3,7 @@
>  BROKEN-hppa =../../include/mednafen/state.h:21:7: error: 
> 'exception_ptr' in namespace 'std' does not name a type
>  COMMENT =emulates numerous game consoles
>  
> -DISTNAME =   mednafen-1.26.1
> +DISTNAME =   mednafen-1.27.1
>  
>  CATEGORIES = emulators games
>  HOMEPAGE =   https://mednafen.github.io
> @@ -16,13 +16,12 @@ PERMIT_PACKAGE =  Yes
>  MASTER_SITES =   ${HOMEPAGE}/releases/files/
>  EXTRACT_SUFX =   .tar.xz
>  
> -WANTLIB += SDL2 c iconv intl m pthread sndfile sndio usbhid z
> -WANTLIB += FLAC ogg samplerate vorbis vorbisenc ${COMPILER_LIBCXX}
> +WANTLIB += FLAC SDL2 c iconv intl m pthread z ${COMPILER_LIBCXX}
>  
>  USE_GMAKE =  Yes
>  COMPILER =   base-clang ports-gcc
>  
> -LIB_DEPENDS =audio/libsndfile \
> +LIB_DEPENDS =audio/flac \
>   devel/gettext,-runtime \
>   devel/sdl2
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/emulators/mednafen/distinfo,v
> retrieving revision 1.15
> diff -u -p -u -r1.15 distinfo
> --- distinfo  20 Nov 2020 23:39:02 -  1.15
> +++ distinfo  28 Jun 2021 08:42:49 -
> @@ -1,2 +1,2 @@
> -SHA256 (mednafen-1.26.1.tar.xz) = 
> hCkHwlxCksm6SXycuSKcfRDgTiLLR0DRVKtpDmWH/fQ=
> -SIZE (mednafen-1.26.1.tar.xz) = 3319756
> +SHA256 (mednafen-1.27.1.tar.xz) = 
> 86ibLzL0DDIyWTgI0F4MIcvfRDaIrOBMnCfkz01ZVfs=
> +SIZE (mednafen-1.27.1.tar.xz) = 3363540



Re: [UPDATE] astro/sunclock to 3.57

2021-07-07 Thread Kinichiro Inoguchi
Thanks for checking this.

>Perhaps removing the old HOMEPAGE might be better? It doesn't have
>to be set.

Yes, I removed HOMEPAGE.

>Please remove the MASTER_SITES0 line, and remove the :0 from the end of
>the SUPDISTFILES entries.

Sure.

On Tue, Jul 06, 2021 at 11:15:09PM +0200, Jeremie Courreges-Anglas wrote:
> On Wed, Jul 07 2021, Kinichiro Inoguchi  wrote:
> > This is update for sunclock 3.57.
> >
> > - remove REVISION for the first revision of 3.57.
> > - change MASTER_SITES to github.
> 
> This looks better than what I had, at least because my stubborn diff
> was using GH_PROJECT/GH_COMMIT/etc instead of using a standalone mirror.
> https://pbot.rmdir.de/_sNK4DwEWIutWVkColzqqg for reference, though
> I don't suggest using it.
> 
> > +MASTER_SITES=  
> > https://raw.githubusercontent.com/nongiach/Sunclock/master/
> > +MASTER_SITES0= 
> > https://raw.githubusercontent.com/nongiach/Sunclock/master/
>   
>   ^^
> Since those URLs embed a reference to the "master" branch they aren't
> stable.  Using the commit hash instead of "master" works and should be
> reasonably stable.

Changed to use commit hash instead of "master".

> 
> Also, as noted by sthen@ no need for two MASTER_SITES lines.
> 
> > - remove Xext, Xau and Xdmcp from WANTLIB-main
> 
> > - remove Sunclock.se from PLIST-main since 3.57 drops it
> 
> Please run ''make plist'', the file has been renamed to Sunclock.sv.

I looked over this. I added Sunclock.sv, now. Thanks.

> 
> > HOMEPAGE appears to be unreachable, but I left it as is
> > since I couldn't find better alternative.
> 
> I agree with sthen: no need to keep the old HOMEPAGE.
> 
> Overall, your changes look good but please address the issue mentioned
> above.

I attached updated diff below.
Could you check again, please ?

> 
> One thing that was not clear to me was the -maps distfiles handling: if
> they bear no license, should we mirror them?  (And If it's ok to mirror
> them - I don't say it is - then surely we could also redistribute those
> original files as part of the -maps subpackage?)

I have no idea about that, though I took a look at other distributions.
Debian has package named sunclock-maps but it does not contain any of these
extra map files. it just has three .vmf files those are included in our
sunclock-main package.
https://packages.debian.org/buster/all/sunclock-maps/filelist
FreeBSD ports sunclock does not provide sunclock-maps package.
https://svnweb.freebsd.org/ports/head/astro/sunclock/

I'm not sure but I think no distro provides sunclock 3.57 with extra map files.
If user wants to use those extra map files, they can download them from
github and deflate them under /usr/local/share/sunclock/earthmaps/.

> 
> -- 
> jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Index: astro/sunclock//Makefile
===
RCS file: /cvs/ports/astro/sunclock/Makefile,v
retrieving revision 1.30
diff -u -p -u -p -r1.30 Makefile
--- astro/sunclock//Makefile4 Jul 2021 15:14:07 -   1.30
+++ astro/sunclock//Makefile7 Jul 2021 10:03:52 -
@@ -3,22 +3,17 @@
 COMMENT-main=  display the phase of the Sun on a map of the Earth
 COMMENT-maps=  additional maps of the Earth for sunclock
 
-VERSION=   3.56
+VERSION=   3.57
 DISTNAME=  sunclock-${VERSION}
 PKGNAME-main=  ${DISTNAME}
 PKGNAME-maps=  sunclock-maps-${VERSION}
-REVISION-main= 5
-REVISION-maps= 0
 CATEGORIES=astro
 
-HOMEPAGE=  http://www.arvernes.com/wiki/index.php/Sunclock
-
-MASTER_SITES=  ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/
-MASTER_SITES0= 
ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/data_packages/
-SUPDISTFILES=  big_images_270804.tar.bz2:0 \
-   medium_images_270804.tar.bz2:0 \
-   e43_color1_sh_16k.jpg:0 \
-   huge.jpg:0
+MASTER_SITES=  
https://raw.githubusercontent.com/nongiach/Sunclock/f4106eb0a81f7594726d6b2859efd8fc64cc1225/
+SUPDISTFILES=  big_images_270804.tar.bz2 \
+   medium_images_270804.tar.bz2 \
+   e43_color1_sh_16k.jpg \
+   huge.jpg
 EXTRACT_SUFX=  .tar.bz2
 
 CONFIGURE_STYLE=   imake
@@ -37,7 +32,7 @@ PKG_ARCH-maps=*
 PERMIT_PACKAGE=Yes
 PERMIT_PACKAGE-maps=   no license for additional maps
 
-WANTLIB-main=  X11 Xext Xpm Xau Xdmcp c m z jpeg png
+WANTLIB-main=  X11 Xpm c m z jpeg png
 DIST_SUBDIR=   sunclock
 
 
Index: astro/sunclock//distinfo
===
RCS file: /cvs/ports/astro/sunclock/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- astro/sunclock//distinfo4 Apr 2013 16:06:27 -  

CVS: cvs.openbsd.org: ports

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

Modified files:
security/gpgme : Makefile 

Log message:
drop CXXFLAGS, suggested by jca



CVS: cvs.openbsd.org: ports

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

Modified files:
net/bro: Makefile distinfo 
net/bro/patches: 
 patch-auxil_highwayhash_highwayhash_os_specific_cc 

Log message:
Update to zeek-4.0.3.



CVS: cvs.openbsd.org: ports

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

Modified files:
graphics/py-Pillow: Makefile distinfo 

Log message:
update to py3-Pillow-8.3.1



CVS: cvs.openbsd.org: ports

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

Modified files:
security/gpgme : Makefile distinfo 
security/gpgme/patches: patch-lang_qt_tests_Makefile_in 

Log message:
update to gpgme-1.16.0, good clue about c++17 from jca



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2021/07/07 01:53:30

Modified files:
security/pinentry: Makefile distinfo 

Log message:
security/pinentry: update to version 1.1.1.

OK sthen@ and jca@, thanks!



CVS: cvs.openbsd.org: ports

2021-07-07 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2021/07/07 01:52:07

Modified files:
security/libksba: Makefile distinfo 

Log message:
security/libksba: update to version 1.6.0.

With major bump to be sure, as discussed on ports@.

OK sthen@ and jca@, thanks!