Re: [update] lang/node to 12.22.7

2021-10-13 Thread Aaron Bieber
Volker Schlecht writes: > Hi, > > the attached patch updates lang/node to 12.22.7, fixing > > CVE-2021-22959 > CVE-2021-22960 > https://nodejs.org/en/blog/vulnerability/oct-2021-security-releases/ > > The update affects only their http parser. > > OK? Tested by building some navidrome resource

Re: devel/cargo: Support fetching crates as GitHub archive tarballs

2021-10-10 Thread Aaron Bieber
Sebastien Marie writes: > On Sun, Oct 10, 2021 at 05:49:15PM +, Klemens Nanni wrote: >> On Sun, Oct 10, 2021 at 02:59:06PM +, Klemens Nanni wrote: >> > Crates can come from various sources, we only support the registry which >> > is fine for most ports, but especially during development

[sec-update] net/gomuks to v0.2.4

2021-09-21 Thread Aaron Bieber
Hi! Here is an update to net/gomuks that, among other things, removes logging of sensitive data. Full changelog here: https://github.com/tulir/gomuks/releases/tag/v0.2.4 OK? Cheers, Aaron diff e66d1a024427328c29b6c8335e8e7aa939c89925 /usr/ports blob - 1dc5e566faa15e93d21451f391bc190b6a94360e f

Re: [update] net/synapse-1.42.0 devel/py-jsonschema-3.2.0

2021-09-17 Thread Aaron Bieber
Stuart Henderson writes: > On 2021/09/17 07:51, Aaron Bieber wrote: >> >> Stuart Henderson writes: >> >> > Have you tested the jsonschema update with the other 2 ports that use it >> > (anki, py-nbformat)? >> >> synapse do

Re: [update] net/synapse-1.42.0 devel/py-jsonschema-3.2.0

2021-09-17 Thread Aaron Bieber
Stuart Henderson writes: > Have you tested the jsonschema update with the other 2 ports that use it > (anki, py-nbformat)? synapse doesn't seem to want to package and I am not sure why: ===> Building package for synapse-1.42.0 Create /usr/ports/packages/amd64/all/synapse-1.42.0.tgz Creating

Re: [new] devel/luarocks

2021-09-13 Thread Aaron Bieber
On Sun, Sep 12, 2021, at 6:52 AM, Omar Polo wrote: > > Aaron Bieber writes: > > > Omar Polo writes: > > > >> this time with the tarball... > >> > >> Omar Polo writes: > >> > >>> Omar Polo writes: > >>>

[update] net/headscale to 0.8.0

2021-09-12 Thread Aaron Bieber
Hio! Here is the changelog for this update: https://github.com/juanfont/headscale/releases/tag/v0.8.0 Currently running fine for me! I'll probably commit this later today (since I don't think many people are using it and it is working fine on my end) but testing is always welcome! :D Cheers,

Re: [maintainer-update] sysutils/hcloud 1.28.0 -> 1.28.1

2021-09-10 Thread Aaron Bieber
Stefan Hagen writes: > Stefan Hagen wrote: >> Hi, >> >> This is a small update to syutils/hcloud. >> >> Changes: >> - Fix panic on iso & location list as json >> - Move RDNS Commands to RDNS Client >> >> portcheck, lib-depends-check, make test are ok on amd64. >> >> Best Regards, >> Stefan

Re: [new] devel/luarocks

2021-09-10 Thread Aaron Bieber
Omar Polo writes: > this time with the tarball... > > Omar Polo writes: > >> Omar Polo writes: >> >>> Hello ports, >>> >>> I wanted to play with lua and ended up needing luarocks. I tried to >>> resurrect the luarocks ports on openbsd-wip by abieber@ and cschutijser. >>> With this I was able

net/barrier: include barrier.desktop and artwork

2021-09-10 Thread Aaron Bieber
Hola, Here is a diff that includes the desktop bits for barrier. I have tested it with xfce and it seems to be working fine! I am not 100% sure I did the plist bits correctly - update-plist included an entry for all of the dir's in share/icons/hicolor/scalable/apps/ which seemed clunky.. OK? Ch

Re: [new] devel/cargo-audit a tool to check yer crates for security vulns!!

2021-09-10 Thread Aaron Bieber
Theo Buehler writes: > On Fri, Sep 10, 2021 at 06:54:10AM +0200, Sebastien Marie wrote: >> On Thu, Sep 09, 2021 at 01:19:21PM -0600, Aaron Bieber wrote: >> > Hi, >> > >> > Here is a port of cargo-audit: >> > https://github.com/RustSec/rustsec/tr

[new] devel/cargo-audit a tool to check yer crates for security vulns!!

2021-09-09 Thread Aaron Bieber
Hi, Here is a port of cargo-audit: https://github.com/RustSec/rustsec/tree/main/cargo-audit This isn't the latest version because that fails to build: https://github.com/rustsec/rustsec/issues/429 Unfortunately the program doesn't run unless you specify the full path. I tried creating a patch to

Re: Creating a new port, help needed [Go-lang]

2021-09-07 Thread Aaron Bieber
"Juris M." writes: > Hello, ports@! > > I'm trying to create a port of hydroxide[1], which is written in Go. > My knowledge of Go lang project infrastructure is minimal and the ports > infrastructure is new to me as well. > > So far, I've looked at other ports in Go as examples, mainly terrafo

Re: Have makesum target display hashes in common format

2021-09-03 Thread Aaron Bieber
Kurt Mosiejczuk writes: > On Fri, Sep 03, 2021 at 12:04:42PM -0600, Aaron Bieber wrote: > >> How many is multiple? :D - the Go stuff is gonna get ugly(er?)! > >> net/go-ipfs for example, the output is useless because it's so big :D > > Does go actually publis

Re: Have makesum target display hashes in common format

2021-09-03 Thread Aaron Bieber
Kurt Mosiejczuk writes: > Whenever I update a port or create a new one, to verify the hashes I have > to run sha256(1) or md5(1) on the distfile. makesum does display our SHA256 > has, but we use base64 format and everywhere else (that I've interacted with) > uses hexadecimal format. > > This d

Re: [update] lang/node to 12.22.6

2021-09-03 Thread Aaron Bieber
vl...@tuta.io writes: > I don’t want to nag, but I’ll do it anyway… > While I presume that NodeJS and its ecosystem don’t enjoy much popularity > here, I don’t think that keeping an outdated version in ports is a good idea > either. > > I’ll be happy to keep working on this if the patch isn’

[update] sysutils/gitlab-runner to 14.2.0

2021-09-03 Thread Aaron Bieber
Here is a simple diff that brings gitlab-runner to the latest version! Changelog here: https://gitlab.com/gitlab-org/gitlab-runner/blob/v14.2.0/CHANGELOG.md OK? diff d05dcdadd2cce0c8d0b776d4433bbfaefe56eaf6 /usr/ports blob - 2a1fbeaadb9a5987fe0cd41b444ef1b8097b1161 file + sysutils/gitlab-runner/

Re: [update] lang/node to 12.22.6

2021-09-02 Thread Aaron Bieber
vl...@tuta.io writes: > I don’t want to nag, but I’ll do it anyway… > While I presume that NodeJS and its ecosystem don’t enjoy much popularity > here, I don’t think that keeping an outdated version in ports is a good idea > either. > > I’ll be happy to keep working on this if the patch isn’

Re: CVS: cvs.openbsd.org: ports

2021-08-30 Thread Aaron Bieber
Stuart Henderson writes: > On 2021/08/27 10:32, Aaron Bieber wrote: >> CVSROOT: /cvs >> Module name: ports >> Changes by: abie...@cvs.openbsd.org 2021/08/27 10:32:06 >> >> Log message: >> Import tailscale: an overlay-like VPN built on top of Wi

Re: [maintainer-update] mail/mu 1.6.4 -> 1.6.5

2021-08-28 Thread Aaron Bieber
Stefan Hagen writes: > Hello, > > This is yet another mail/mu bugfix update. > > No port changes besides the version bump. > > Software changes: > https://github.com/djcb/mu/compare/1.6.4...1.6.5 > > portcheck, lib-depends-check, make test are happy on amd64. > > Best regards, > Stefan Working

Re: net/tg: Mention fzf in MESSAGE, ship readme

2021-08-27 Thread Aaron Bieber
Klemens Nanni writes: > readme.md contains a fair bit of details about tg's config.py which > otherwise requries a browser to learn about. > > OK? > Neat, I didn't know about tg! Doc was helpful for sure, OK abieber@ > > Index: Makefile > =

Re: [new] net/tailscale - easiest, most secure way to use WireGuard and 2FA

2021-08-26 Thread Aaron Bieber
Aaron Bieber writes: > Hola! > > Here is a port of Tailscale ( https://tailscale.com/ ) I have been > sitting on for a while. > > Currently I use tailscale + headscale to magically create tunnels > between a few of my machines. This works just fine with Tailscale's

Re: [maintainer-update] mail/mu 1.6.3 -> 1.6.4

2021-08-25 Thread Aaron Bieber
On Tue, 24 Aug 2021 at 13:01:49 +0200, Stefan Hagen wrote: > Hi, > > Here is yet another mail/mu update. > > Port changes: > * none, except version bump > > Software changes: > * Add back the `h' keybinding to toggle HTML view in a gnus article > * Bugfixes > > portcheck, lib-depends-check, mak

Re: [update] lang/go to Go 1.17

2021-08-24 Thread Aaron Bieber
On Wed, 25 Aug 2021 at 04:10:43 +1000, Joel Sing wrote: > The below diff updates lang/go to Go 1.17. > > Tested on amd64 and arm64, still need to retest on arm, i386 and mips64. > > ok? > Mini-bulk finished: Elapsed time=02:26:32 I=433 B=10 Q=0 T=105 F=0 !=1 E=net/termshark math/blas textproc/

Re: New: graphics/ruby-rqrcode-core 1.1.0

2021-08-24 Thread Aaron Bieber
On Tue, 24 Aug 2021 at 14:22:03 -0400, Kurt Mosiejczuk wrote: > rqrcode_core is a Ruby library for encoding QR Codes. The simple > interface (with no runtime dependencies) allows you to create QR Code data > structures. > > ok to import? OK abieber@ with devel added to CATEGORIES. > > --Kurt

[new] net/tailscale - easiest, most secure way to use WireGuard and 2FA

2021-08-23 Thread Aaron Bieber
Hola! Here is a port of Tailscale ( https://tailscale.com/ ) I have been sitting on for a while. Currently I use tailscale + headscale to magically create tunnels between a few of my machines. This works just fine with Tailscale's official service as well! Unfortunately it doesn't currently use

Re: NEW: www/dooble

2021-08-19 Thread Aaron Bieber
Brian Callahan writes: > Hi ports -- > > Attached is a new port, www/dooble. Dooble is a small, lightweight QtWebEngine > web browser. > > --- > pkg/DESCR: > Dooble, the scientific browser. Minimal, cute, and unusually stable. > > Dooble is a portable QtWebEngine-based minimalist web browser th

Re: [UPDATE] yggdrasil-go to 0.4.0

2021-08-17 Thread Aaron Bieber
Wind R writes: > ping > > Sent from ProtonMail mobile > > Original Message > On Aug 8, 2021, 00:12, octeep < oct...@protonmail.com> wrote: > Hi, > The following patch updates yggdrasil-go from 0.3.15 to 0.4.0. Please > note that this version update is not backwards-compatible.

Re: [update] net/synapse -> 1.40.0

2021-08-17 Thread Aaron Bieber
Renaud Allard writes: > [[S/MIME Signed Part:Undecided]] > > > On 8/16/21 7:37 PM, Aaron Bieber wrote: >> Renaud Allard writes: >> >>> [[S/MIME Signed Part:Undecided]] >>> With the actual patch, it makes more sense. >>> >>> On 8/16

Re: [update] net/synapse -> 1.40.0

2021-08-16 Thread Aaron Bieber
Renaud Allard writes: > [[S/MIME Signed Part:Undecided]] > With the actual patch, it makes more sense. > > On 8/16/21 2:29 PM, Renaud Allard wrote: >> Hello, >> Here is a diff for net/synapse to upgrade to 1.40.0. This needs >> textproc/py-ijson to be imported first. >> Works for me on amd64 >

Re: [update-maintainer] mail/mu to 1.6.2

2021-08-07 Thread Aaron Bieber
Stefan Hagen writes: > Hello, > > This is an update from mail/mu 1.4.15 to 1.6.2. > > Port changes: > - Two patches removing _XOPEN_SOURCE > - no longer depends on devel/json-glib > > The test suite runs fine. Portcheck and lib-depends-check are happy. > All tests done on amd64. Tests fin

Re: [update] sysutils/restic to 0.12.1

2021-08-05 Thread Aaron Bieber
Bjorn Ketelaars writes: > On Wed 04/08/2021 07:20, Aaron Bieber wrote: >> Hi, >> >> Here is an update to restic 0.12.1 - I am able to use it as expected. >> >> Biggest change on the port side is switching to modules.inc >> >> Full changelog here:

Re: [new] sysutils/gitlab-runner

2021-08-03 Thread Aaron Bieber
Aaron Bieber writes: > Hi! > > Here is another attempt at gitlab-runner: > > Comment: > CI/CD job runner for GitLab > > Description: > GitLab Runner is the open source project that is used to run your jobs and > send the results back to GitLab. It is used

[new] sysutils/gitlab-runner

2021-08-03 Thread Aaron Bieber
Hi! Here is another attempt at gitlab-runner: Comment: CI/CD job runner for GitLab Description: GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration

Re: Convenience changes for Go

2021-07-02 Thread Aaron Bieber
Daniel Jakots writes: > On Wed, 30 Jun 2021 14:24:24 -0600, Aaron Bieber > wrote: > > Thanks for working on it! I see a few possible improvements: > >> -# modgo-gen-modules will output MODGO_MODULES and MODGO_MODFILES >> +# modgo-gen-modules will output MODGO_MOD

Re: Convenience changes for Go

2021-06-30 Thread Aaron Bieber
Aaron Bieber writes: > Marc Espie writes: > >> On Wed, Jun 23, 2021 at 07:48:01AM -0600, Aaron Bieber wrote: >>> Hi, >>> >>> Here is a diff that adds: >>> >>> - -trimpath to MODGO_FLAGS: This removes paths like >>>"/bu

Re: Convenience changes for Go

2021-06-30 Thread Aaron Bieber
Marc Espie writes: > On Wed, Jun 23, 2021 at 07:48:01AM -0600, Aaron Bieber wrote: >> Hi, >> >> Here is a diff that adds: >> >> - -trimpath to MODGO_FLAGS: This removes paths like >>"/build/pobj/blablablablbal" from the resulting binary. &g

Re: Convenience changes for Go

2021-06-23 Thread Aaron Bieber
Paco Esteban writes: > On Wed, 23 Jun 2021, Aaron Bieber wrote: > >> Hi, >> >> Here is a diff that adds: >> >> - -trimpath to MODGO_FLAGS: This removes paths like >>"/build/pobj/blablablablbal" from the resulting binary. >> - Tea

Re: [update] net/mautrix-whatsapp -> 0.1.7

2021-06-23 Thread Aaron Bieber
Renaud Allard writes: > ping as this is the second update which is not committed :) > > On 6/16/21 1:18 PM, Renaud Allard wrote: >> Hello, >> Here is a diff for net/mautrix-whatsapp v0.1.7 >> Best Regards The GH_* vars should be dropped. The MODGO_ stuff will fetch the main distfile from proxy.g

Convenience changes for Go

2021-06-23 Thread Aaron Bieber
Hi, Here is a diff that adds: - -trimpath to MODGO_FLAGS: This removes paths like "/build/pobj/blablablablbal" from the resulting binary. - Teaches modgo-gen-modules-helper how to pass a version to the get_dist_info stuff. - Adds a new make target: "modgo-gen-current-modules". This will

Re: [NEW] net/amfora: terminal browser for gemini protocol

2021-06-09 Thread Aaron Bieber
Dimitri Karamazov writes: > Information for inst:amfora-1.8.0 > > Comment: > terminal browser for gemini protocol > > Description: > Amfora aims to be the best looking Gemini client with the most features all > in the terminal. It does not support Gopher or other non-Web protocols. > > Features:

Re: [new] py-subsonic-cli

2021-06-04 Thread Aaron Bieber
Stefan Hagen writes: > Stefan Hagen wrote: >> It's a super simple python port with no extra dependencies. > > I just learned from qbit that python ports that don't contain libraries, > should not be prefixed with py-. > > Attached the same port with the py- dropped. Looks good to me! OK abieber

Re: update lang/sbcl

2021-05-28 Thread Aaron Bieber
Solene Rapenne writes: > Le Fri, 30 Apr 2021 12:39:33 +0200, > Solene Rapenne a écrit : > >> This updates sbcl to latest version, we are a bit outdated. >> >> I had to manually fix patch for src/runtime/Config.generic-openbsd >> >> I tested stumpwm and compiling sbcl with itself >> > > ping

Re: NEW: patchelf

2021-05-25 Thread Aaron Bieber
Klemens Nanni writes: > With ld.so(1) fixed as of today, patchelf(1) (and now the resulting ELF > executable as well) just works on OpenBSD in that it passes 28/29 tests > and allows to replace interpreter as well as libraries in ELF files. > > Information for inst:patchelf-0.12 > >

Re: port using nodejs to build, binary in /tmp

2021-05-24 Thread Aaron Bieber
Stephane Guedon writes: > Hello > > I am beginning to write a peertube port, just as a way to better manage > my instance. I don't know if it will succeed. > > PeerTube uses nodejs and requires having the node binary in /tmp to > build its modules. Is there a way to deal with that or should I

Re: [NEW] cabal-bundler

2021-05-24 Thread Aaron Bieber
Greg Steuck writes: > Greg Steuck writes: > >> Aaron Bieber writes: >> >>>> * cabal-bundler >>> >>> Isn't cabal-bundler required for generating the list of deps? I'd say >>> that one should go in. I have held off on making

Re: More haskell ports on the side

2021-05-18 Thread Aaron Bieber
Greg Steuck writes: > I keep a few rough ports out of ports tree at > https://github.com/blackgnezdo/ports/commits/hs-ports > * stack > * hpack > * ormolu > * hlint > * cabal-bundler Isn't cabal-bundler required for generating the list of deps? I'd say that one should go in. I have he

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Aaron Bieber
Solene Rapenne writes: > On Thu, 06 May 2021 15:04:11 -0600 > Aaron Bieber : > >> Solene Rapenne writes: >> >> > On Thu, 06 May 2021 07:54:10 -0600 >> > Aaron Bieber : >> > >> >> Hi, >> >> >> >> Here is a p

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Aaron Bieber
Solene Rapenne writes: > On Thu, 06 May 2021 07:54:10 -0600 > Aaron Bieber : > >> Hi, >> >> Here is a port of navidrome: https://www.navidrome.org/ >> >> I have been using it for a week or so to play audio in my browser, it >> seems to work

[new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Aaron Bieber
Hi, Here is a port of navidrome: https://www.navidrome.org/ I have been using it for a week or so to play audio in my browser, it seems to work quite well! A few others are using it as well. The Go modules have been placed in a 'modules.inc' file to reduce churn in the Makefile. Cluesticks? Oks

[new] security/microca a small, simple certificate Authority

2021-05-06 Thread Aaron Bieber
Hi, Here is a port of microca which can be used to manage a simple certificate authority. It has no external dependencies beyond the Go stdlib. OK to import? microca.tgz Description: Binary data

Re: [OT] Upcoming Personal Access Tokens or Keys on github instructions make no sense to me

2021-05-05 Thread Aaron Bieber
Chris Bennett writes: > At the end of August, github will no longer accept passwords. > Months ago, I created a personal access token (PAT). > It then asks about a list of actions that are permitted. > I don't at all understand this list of permissions. > > At the time, none of it made any sense

Re: net/minio: update to 20210410 version

2021-04-14 Thread Aaron Bieber
Daniel Jakots writes: > On Wed, 14 Apr 2021 13:24:37 +0200, Denis Fondras > wrote: > >> Here is the updated diff : > > Thanks it works for me. ok danj@ > > Out of curiosity, how did you find the V value? It doesn't match the > release name on github which is where I thought I would have found i

Re: net/minio: update to 20210410 version

2021-04-13 Thread Aaron Bieber
Stuart Henderson writes: > On 2021/04/13 14:02, Daniel Jakots wrote: >> This is using a random commit from upstream, isn't it? Would it be >> possible to use a release/tag instead? > > ahahahahaa > > You're not familiar with the ways of the go stuff are you ;) A bit more info on this. Since min

Re: shells/fish minor update

2021-04-07 Thread Aaron Bieber
Solene Rapenne writes: > This update fish to latest version, bugfixes release. > > https://fishshell.com/docs/current/relnotes.html#fish-3-2-1-released-march-18-2021 > > If nobody objects, I would like to take maintainership. Builds and runs as expected! OK abieber@ - glad it's getting a good m

Re: [MAINTAINER UPDATE] www/honk 0.9.5 -> 0.9.6

2021-04-05 Thread Aaron Bieber
Horia Racoviceanu writes: > Upgrade to v0.9.6 > - Add myself to MAINTAINER > Working here: https://honk.suah.dev/u/qbit/h/cC8CZ4WL1j4XL9n55d \o/ OK abieber@ if anyone wants a free commit - if not i'll update it later this evening. > changelog > > === 0.9.6 Virile Vigorous and Potent > > + A

Re: NEW: graphics/promplot

2021-03-26 Thread Aaron Bieber
ps://github.com/qvl/promplot >> >> > Comment: >> > create plots from Prometheus metrics >> > >> > Description: >> > promplot is an opinionated tool to create plots from Prometheus >> > metrics and automatically sends them to Slack or sa

Re: Add pandoc-2.12 via devel/cabal module

2021-03-15 Thread Aaron Bieber
Stuart Henderson writes: > On 2021/03/15 08:35, Stuart Henderson wrote: >> ===> Extracting for pandoc-2.12 >> make: don't know how to make do-extract >> Stop in . >> >> Do you have something uncommitted in the cabal module? >> > > Well that's *strange*. It's working now... DESCR has some bad

Re: NEW: devel/git-annex

2021-03-05 Thread Aaron Bieber
Greg Steuck writes: > Hi James, > > Thanks for gathering the data and analyzing it! > > I do not believe that speed of git-annex build should be a blocker to > its inclusion into the tree. I'm just waiting for somebody to OK it > before committing. Though maybe it's best to do that after the ghc

Re: shells/fish update to 3.2.0

2021-03-04 Thread Aaron Bieber
DISTNAME = fish-$V > -REVISION = 2 > > CATEGORIES = shells > > @@ -15,6 +14,8 @@ MAINTAINER =Aaron Bieber # GPLv2 only > PERMIT_PACKAGE = Yes > > +EXTRACT_SUFX = .tar.xz > + > WANTLIB += ${COMPILER_LIBCXX} c

[update] lang/go to 1.16

2021-02-19 Thread Aaron Bieber
Hi! Here is a fairly well tested update to Go. This version now uses libc[1] thanks to jsing@'s hard work! Some other changes that impact OpenBSD: - Modules are used by default now. This breaks sysutils/amazon-ssm-agent, sysutils/fleetctl and textproc/loccount, but I have fixes standing by[2

Re: Update node_exporter v1.1.1

2021-02-15 Thread Aaron Bieber
Claudio Jeker writes: > This is my attempt to update node_exporter. > Since prometheus switched to go mod I decided to switch the port to. > > Now I did not want to fight with the lang/go module and dropped building > the port with promu. Now this works fine the only issue is that the > version

Re: Update micro editor to v2.0.8

2021-02-04 Thread Aaron Bieber
On Sun, 31 Jan 2021 at 21:00:47 +0100, Thaison Nguyen wrote: > Hi, > I have added your patch to the Makefile. Thanks for that. > I had to add WRKDIST=${WRKSRC}, else the correct directory for patching > was not found. > > OK? > > On Sat, 30 Jan 2021, Aaron Bieber wrot

Re: [new] devel/rest-analyzer An experimental Rust compiler front-end for IDEs

2021-02-03 Thread Aaron Bieber
On Wed, 03 Feb 2021 at 12:06:54 +, Laurence Tratt wrote: > On Tue, Feb 02, 2021 at 04:53:40PM -0700, Aaron Bieber wrote: > > Hello Aaron, > > > Here is a port I was tricked into making! > > > > It lets editors do LSP kinda things with rust. Apparently this i

[newish] kde-applications/neochat and its deps

2021-02-03 Thread Aaron Bieber
Hi, this is "newish" because it doesn't work \o/ I am mostly asking for cluesticks - for some reason x11/libquotient is not happy. Its test app 'quotest' segfaults (I can get a backtrace if I disable encryption in it, but it isn't of much help..). Here is the bt from running neochat: Starting pr

[new] devel/rest-analyzer An experimental Rust compiler front-end for IDEs

2021-02-02 Thread Aaron Bieber
Hi, Here is a port I was tricked into making! It lets editors do LSP kinda things with rust. Apparently this is the cool tool to use now, and RLS is.. not? (/me shakes his cane at the kids on the lawn) I haven't actually gotten this working in any of the editors I use.. so if anyone has more exp

Re: Update micro editor to v2.0.8

2021-01-31 Thread Aaron Bieber
On Sun, 31 Jan 2021 at 09:27:30 +, Stuart Henderson wrote: > On 2021/01/30 08:21, Aaron Bieber wrote: > > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > > > Hi, > > > > > > do you mean like this? > > > I have not seen any Makefile y

Re: [portgen go] try harder to determine the version

2021-01-30 Thread Aaron Bieber
Andrew Hewus Fresh writes: > On Sat, Jan 30, 2021 at 01:20:25PM -0700, Aaron Bieber wrote: >> >> Aaron Bieber writes: >> >> > Andrew Hewus Fresh writes: >> > >> >> On Tue, Jan 26, 2021 at 05:23:30PM -0700, Aaron Bieber wrote: >> >&g

Re: [portgen go] try harder to determine the version

2021-01-30 Thread Aaron Bieber
Aaron Bieber writes: > Andrew Hewus Fresh writes: > >> On Tue, Jan 26, 2021 at 05:23:30PM -0700, Aaron Bieber wrote: >>> Hi, >>> >>> Recently a program was found that caused breakage in 'portgen go'. The >>> breakage was two fold: &g

Re: Update micro editor to v2.0.8

2021-01-30 Thread Aaron Bieber
acherw' set 'make clean' breaks. > > On Mon, 25 Jan 2021, Aaron Bieber wrote: > > > On Fri, 22 Jan 2021 at 15:35:04 +0100, Thaison Nguyen wrote: > > > Hi, > > > > > > I have updated micro to the latest version (2.0.8). I had to change quite

Re: [portgen go] try harder to determine the version

2021-01-27 Thread Aaron Bieber
Andrew Hewus Fresh writes: > On Tue, Jan 26, 2021 at 05:23:30PM -0700, Aaron Bieber wrote: >> Hi, >> >> Recently a program was found that caused breakage in 'portgen go'. The >> breakage was two fold: >> >> 1) https://proxy.golang.org/qvl.io/

[portgen go] try harder to determine the version

2021-01-26 Thread Aaron Bieber
Hi, Recently a program was found that caused breakage in 'portgen go'. The breakage was two fold: 1) https://proxy.golang.org/qvl.io/promplot/@latest returns unexpected results. This caused portgen to bomb out. 2) Even it 1) had worked, the logic in 'get_ver_info' was broken and it picked t

Re: promplot - assistance with golang port

2021-01-25 Thread Aaron Bieber
Mikolaj Kucharski writes: > On Mon, Jan 25, 2021 at 07:48:09AM -0700, Aaron Bieber wrote: >> On Mon, 25 Jan 2021 at 07:40:56 -0700, Aaron Bieber wrote: >> > On Sun, 24 Jan 2021 at 14:38:01 +, Mikolaj Kucharski wrote: >> > > If some kind soul could push me i

[new] security/rbw a command line Bitwarden client

2021-01-25 Thread Aaron Bieber
Hi! Here is a port of rbw - a command line client for Bitwaden. It's written in rust so you know it's Good™! Huge thanks to tb@ for the portability fixes! I will try to upstream them here before too long. I tested on amd64 and arm64 without issue. OK to import? Cheers, Aaron rbw.tgz Descrip

Re: promplot - assistance with golang port

2021-01-25 Thread Aaron Bieber
On Mon, 25 Jan 2021 at 07:40:56 -0700, Aaron Bieber wrote: > On Sun, 24 Jan 2021 at 14:38:01 +, Mikolaj Kucharski wrote: > > If some kind soul could push me in the right direction, I would greatly > > appreciate it. See reattached port, what I have so far. > > > >

Re: promplot - assistance with golang port

2021-01-25 Thread Aaron Bieber
On Sun, 24 Jan 2021 at 14:38:01 +, Mikolaj Kucharski wrote: > If some kind soul could push me in the right direction, I would greatly > appreciate it. See reattached port, what I have so far. > > On Fri, Jan 01, 2021 at 02:17:31PM +, Mikolaj Kucharski wrote: > > > > I looking for a tool w

Re: Update micro editor to v2.0.8

2021-01-25 Thread Aaron Bieber
On Fri, 22 Jan 2021 at 15:35:04 +0100, Thaison Nguyen wrote: > Hi, > > I have updated micro to the latest version (2.0.8). I had to change quite > a lot because of the go modules. The modules list I have retrieved using > the new macro. > I have only tested it on amd64. > > OK? > Looks good!

[update] lang/go to 1.15.7

2021-01-20 Thread Aaron Bieber
Hi, Here is an update to Go that addresses some recent security issues: https://groups.google.com/g/golang-announce/c/mperVMGa98w/m/yo5W5wnvAAAJ Tests on amd64, arm64 and i386 all pass successfully (still waiting on armv7 to finish :P). I have also run a mini-bulk for amd64, i386. amd64 went o

Re: NEW: net/yggdrasil-go

2021-01-19 Thread Aaron Bieber
Wind R writes: > Hello again, > > It would appear that I have forgetten to add the HOMEPAGE for the port. > Here's the updated > version with the proper metadata. > > Thanks, > octeep > > On January 18, 2021 10:25:42 AM GMT+08:00, Wind R > wrote: >>Hello, >> >>I've made a port for yggdrasil-

Re: NEW: GoBuster-3.1.0

2021-01-17 Thread Aaron Bieber
On Sun, 17 Jan 2021 at 17:06:48 +0100, Gonzalo L. Rodriguez wrote: > Hello, > > Gobuster is a tool used to brute-force: > > *URIs (directories and files) in web sites. > *DNS subdomains (with wildcard support). > *Virtual Host names on target web servers. > *Open Amazon S3 buckets

[new] devel/gover a Go version manager tool

2021-01-16 Thread Aaron Bieber
Hi, This is a tool I wrote that lets you easily test something with a number of different Go versions. First you tell gover to download a specific version (pgp sigs are verified): gover download 1.16beta1 Then you can use it as you would the go command: gover 1.16beta1 build gover 1.16be

[update] mail/opensmtpd-filters/rspamd to 0.1.7

2021-01-16 Thread Aaron Bieber
spamd/ -MAINTAINER = Gilles Chehade +MAINTAINER = Aaron Bieber -MASTER_SITES = https://github.com/poolpOrg/filter-rspamd/releases/download/${V}/ - # ISC PERMIT_PACKAGE = Yes @@ -20,8 +24,7 @@ WANTLIB = c pthread MODULES = lang/go NO_TEST = Yes -ALL_TARGET = filter-rspamd +MODGO_MO

Re: [new] sysutils/obsdpkgup - tools for creating and using a package index

2021-01-16 Thread Aaron Bieber
Stuart Henderson writes: > On 2021/01/05 21:29, Aaron Bieber wrote: >> Hi, >> >> Here is a portgen'd port of obsdpkgup. You might remember it from >> previous threads on misc@[1]. >> >> I have been using it for some time now. Basically one can use

Re: [new] sysutils/obsdpkgup - tools for creating and using a package index

2021-01-08 Thread Aaron Bieber
Jeremy O'Brien writes: >> On 2021/01/06 12:03, Stuart Henderson wrote: >> Looking at this it's better than I thought it would be, there are some >> problems though - >> > > Hey thanks! > >> - The version number comparison using mcuadros/go-version is wrong, >> it doesn't match packages-specs(5).

[new] sysutils/obsdpkgup - tools for creating and using a package index

2021-01-05 Thread Aaron Bieber
Hi, Here is a portgen'd port of obsdpkgup. You might remember it from previous threads on misc@[1]. I have been using it for some time now. Basically one can use genpkgup to create a package index, this index can be used by end users to create a "slim" list of packages that need upgrading. You c

Re: [update][maintainer] mail/mu 1.4.13 -> 1.4.14

2021-01-05 Thread Aaron Bieber
Stefan Hagen writes: > Hello, > > Simple update of mail/mu. > It's a bugfix release without a change in functionality. > > Port changes: > - removed revision > - bumped version > > portcheck, port-lib-depends-check: ok > make test (amd64): ok > > Best Regards, > Stefan Working fine for me, OK a

[go.port.mk / portgen] Teach everyone how to handle Go's unique escaping

2021-01-05 Thread Aaron Bieber
Hi, This teaches portgen and go.port.mk how to handle module URLs that contain uppercase characters. Go has chosen to translate module names like 'github.com/poolpOrg/filter-rspamd' to 'github.com/ploop!org/filter-rspamd'. They had reasons: > To avoid ambiguity when serving from case-insensit

[update] net/dendrite to 0.3.2

2020-12-08 Thread Aaron Bieber
Hi, Trivial update to dendrite. I have been running this update for some time without issue! For anyone wondering if dendrite is "ready" - I would say not yet. There are still some issues syncing.. and not all of the API is fleshed out yet but it's getting really close! Here is the list of missi

Re: add checks to modgo-gen-modules-helper

2020-12-07 Thread Aaron Bieber
Paco Esteban writes: > Hi ports@, > > I saw on another thread that somebody was seeing errors when using the > modgo-gen-modules target. > > This patch tries to remove those errors. > > Gurus of Go and ports infra could take a look ? > > ok to commit ? OK abieber@ ! > > diff e5ef9980f1aa5da93e

Re: new gortr port

2020-12-07 Thread Aaron Bieber
Claudio Jeker writes: > This is a probably very dirty port of gortr (a RPKI to Router server). > gortr is able to serve rpki-client JSON files to routers via RTR protocol. Not too dirty! - MODGO_MODFILES can be removed since _MODULES adds both the .zip and the .mod files to DISTFILES. - The

Re: OpenBSD, Rails and core-js/node-sass

2020-11-30 Thread Aaron Bieber
Hola! On Mon, Nov 30, 2020, at 2:54 AM, Peter Aarhus wrote: > > On 2020-11-28 13:34:21 Solene wrote: > > > > I already had this error with yarn, the fix is > > > > ln -s /usr/local/bin/node /tmp/node > > > > I can't explain why. It works because node is trying to find the full path to itself when

Re: [update] net/dendrite to 0.3.0

2020-11-20 Thread Aaron Bieber
Aaron Bieber writes: > Halla! > > Trivial dendrite update. Changes here: > https://github.com/matrix-org/dendrite/releases/tag/v0.3.0 > > I have it running on my test Matrix server with no issues! > > OK? > > Cheers, > Aaron > And a new version! I am run

[update] net/dendrite to 0.3.0

2020-11-16 Thread Aaron Bieber
Halla! Trivial dendrite update. Changes here: https://github.com/matrix-org/dendrite/releases/tag/v0.3.0 I have it running on my test Matrix server with no issues! OK? Cheers, Aaron conf_set_now: duplicate tag [remote "origin"]:url, ignoring... conf_set_now: duplicate tag [remote "origin"]:url

[update] sysutils/restic-rest-server to 0.10.0

2020-11-16 Thread Aaron Bieber
/-/} -MAINTAINER = Aaron Bieber +CATEGORIES = sysutils # BSD PERMIT_PACKAGE = Yes -WANTLIB += c pthread - -MASTER_SITES = https://github.com/restic/rest-server/releases/download/v${V}/ - -MODULES = lang/go -MODGO_TYPE = bin +SUBST_VARS += VARBASE -NO_TEST = Yes - -SUBST_VARS += VARBASE

[update] sysutils/restic to 0.11.0

2020-11-16 Thread Aaron Bieber
Hi, Here is an update to restic. Full changelog can be found here: https://github.com/restic/restic/releases/tag/v0.11.0 I have been running without issues! Tests welcome. OK? Cheers, Aaron conf_set_now: duplicate tag [remote "origin"]:url, ignoring... conf_set_now: duplicate tag [remote "orig

Re: gpg no uid patch

2020-11-11 Thread Aaron Bieber
Edd Barrett writes: > Hi, > > While working with keys.openpgp.org, I've become aware of a patch that > allows gpg to recieve keys with no uid: > > https://keys.openpgp.org/about/faq#older-gnupg > > Perhaps that's good for privacy, but upstream have rejected the patch. > > Some Linux distros are

Re: Further ping, updated - [New] sysutils/direnv

2020-11-03 Thread Aaron Bieber
Ashton Fagg writes: > Ping again with an update and a correction. > > I have updated the port (attached) to the newest version of direnv. I > also noticed in my testing on a different machine, that shells/bash is a > required runtime dependency. I have corrected that as well. > > Again, portchec

Re: [new] net/dendrite v0.1.0 matrix.org homeserver written in go

2020-10-22 Thread Aaron Bieber
On Fri, 09 Oct 2020 at 07:36:45 -0600, Aaron Bieber wrote: > Hi, > > Attached is a port of Dendrite: > https://github.com/matrix-org/dendrite > > Dendrite is an alternative homeserver to synapse and is nearing being feature > complete with it! > > This is, howeve

Re: Update www/geckodriver to 0.27.0

2020-10-13 Thread Aaron Bieber
On Sun, 11 Oct 2020 at 12:21:47 +0200, Denis Fondras wrote: > Update to latest version. > > Index: Makefile > === > RCS file: /cvs/ports/www/geckodriver/Makefile,v > retrieving revision 1.6 > diff -u -p -r1.6 Makefile > --- Makefile

[new] net/dendrite v0.1.0 matrix.org homeserver written in go

2020-10-09 Thread Aaron Bieber
Hi, Attached is a port of Dendrite: https://github.com/matrix-org/dendrite Dendrite is an alternative homeserver to synapse and is nearing being feature complete with it! This is, however, still considered beta by upstream. Here is information on its release: https://matrix.org/blog/2020/10

<    1   2   3   4   5   6   7   >