UPDATE security/py-securesystemslib to 0.25.0

2022-10-20 Thread George Rosamond
Diff for security/py-securesystemslib from 0.23.0 to 0.25.0. Dropped REVISION. https://github.com/secure-systems-lab/securesystemslib/blob/master/CHANGELOG.md * securesystemslib v0.25.0 Changed Do not use max salt lengths in RSA PSS signature creation (#436) Restrict read and write

UPDATE textproc/p5-ack 3.5.0 to 3.6.0

2022-10-13 Thread George Rosamond
Update of p5-ack. Diff attached. https://metacpan.org/dist/ack/changes: v3.6.0 Sat Aug 20 22:57:47 CDT 2022 [FEATURES] Added default ignores for Python's pickle serialization format (GH#348) Added default ignore for Visual Studio's user & workspace

Re: [UPDATE] net/py-websocket-client to 1.4.1

2022-10-13 Thread George Rosamond
ping. This version update is required for another port I have ready for certificate transparency, py-certstream. g On 10/5/22 18:48, George Rosamond wrote: > Jump from 0.37.0 to 1.4.1. Dropped REVISION. > > Will take MAINTAINER. > > Moved to MODPY_PYBUILD. Change

[NEW] www/py-requests-file-1.5.1

2022-10-06 Thread George Rosamond
from pkg/DESCR: Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs. from `make test` 9 passed, 2 skipped in 0.26s thanks. g py-requests-file-1.5.1.tgz Description: Binary data

Re: [NEW] graphics/py-termcolor-2.0.1

2022-10-06 Thread George Rosamond
On 10/6/22 12:06, Omar Polo wrote: > imported, thanks! Missing FLAVOR/FLAVORS for python3 Diff attached with bumped REVISION. g > > On 2022/10/06 13:53:19 +0100, Stuart Henderson wrote: >> ok >> >> On 2022/10/05 19:16, George Rosamond wrote: >>> Attached.

[NEW] net/py-portpicker-1.5.2

2022-10-06 Thread George Rosamond
$ TEST_PORT=`python3 -m portpicker $$` && echo $TEST_PORT 12194 *** from pkg/DESCR: This module is useful for finding unused network ports on a host. If you need legacy Python 2 support, use the 1.3.x releases. This module provides a pure Python pick_unused_port() function. It can also be

Re: [NEW] net/py-eventlet-0.33.1

2022-10-06 Thread George Rosamond
LAVOR} seems to get it further = 333 failed, 248 passed, 119 skipped, 1083 warnings, 30 errors in 189.08s (0:03:09) = but still lots of AssertionError errors appearing. New tarball attached including sthen@'s PYTEST_ARGS and py-nose as a test depend. g > > On 2022/10/05 20:19, George Rosam

Re: [NEW] net/py-gevent-websocket-0.10.1

2022-10-05 Thread George Rosamond
bump with new tarball attached. On 9/13/22 17:01, George Rosamond wrote: > Dependency for future net/py-onionshare_cli. > > $ cat pkg/DESCR > Websocket handler for the gevent pywsgi server, a Python network > library. > > Thanks > > g py-gevent-websocket-0.10.1.tgz Description: Binary data

Re: [NEW] www/py-flask-socketio-5.3.1

2022-10-05 Thread George Rosamond
bump with new tarball attached. Removed py-wheel as a BUILD_DEPEND. Thanks. g On 9/13/22 17:11, George Rosamond wrote: > Another future net/py-onionshare_cli DEPEND > > $ cat pkg/DESCR > Flask-SocketIO gives Flask applications access to low latency > bi-directional communi

Re: [NEW] net/py-eventlet-0.33.1

2022-10-05 Thread George Rosamond
bump. New tarball attached.. Removed TEST_DEPENDS for now. g On 9/13/22 17:25, George Rosamond wrote: > The third newly ported DEPENDS for net/py-onionshare_cli. > > $ cat pkg/DESCR > Eventlet is a concurrent networking library for Python that allows > you to change how yo

[NEW] graphics/py-termcolor-2.0.1

2022-10-05 Thread George Rosamond
Attached. from pkg/DESCR: ANSI color formatting for output in terminal. Dependency for a few ports I'm tinkering on. from `make test`: 34 passed in 0.20s g py-termcolor-2.0.1.tgz Description: Binary data

[UPDATE] net/py-websocket-client to 1.4.1

2022-10-05 Thread George Rosamond
/ -# LGPLv2.1+ +MAINTAINER = George Rosamond + +# Apache2 PERMIT_PACKAGE = Yes MODPY_PI = Yes -MODPY_PI_DIR = w/websocket-client -MODPY_SETUPTOOLS = Yes +MODPY_PYBUILD = setuptools MODULES = lang/python FLAVORS = python3 FLAVOR = python3 -RUN_DEPENDS = devel/py-six${MODPY_FLAVOR

UPDATE security/py-pyotp to 2.7.0

2022-09-16 Thread George Rosamond
Update from 2.6.0 to 2.7.0. Moved from MODPY_SETUPTOOLS to MODPY_PYBUILD = Yes, with the PLIST changes. Version Change documented here: https://github.com/pyauth/pyotp/blob/develop/Changes.rst For tests: 23 passed in 0.21s Thanks. gIndex: py-pyotp//Makefile

UPDATE security/py-securesystemslib to 0.24.0

2022-09-16 Thread George Rosamond
Update from 0.23.0 to 0.24.0. It's a dependency for security/py-in-toto which builds fine with this update. REVISION dropped. https://github.com/secure-systems-lab/securesystemslib/blob/master/CHANGELOG.md Thanks gIndex: py-securesystemslib//Makefile

UPDATE math/py-datedelta -1.4

2022-09-15 Thread George Rosamond
--- py-datedelta//Makefile 13 Sep 2022 20:56:21 - 1.2 +++ py-datedelta//Makefile 15 Sep 2022 19:20:53 - @@ -8,6 +8,8 @@ PKGNAME = py-${DISTNAME} CATEGORIES = math HOMEPAGE = https://github.com/aaugustin/datedelta/ +MAINTAINER = George Rosamond +REVISION = 0 # BSD3 PERMIT_PACKAGE

[NEW] net/py-eventlet-0.33.1

2022-09-13 Thread George Rosamond
The third newly ported DEPENDS for net/py-onionshare_cli. $ cat pkg/DESCR Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the

[NEW] www/py-flask-socketio-5.3.1

2022-09-13 Thread George Rosamond
Another future net/py-onionshare_cli DEPEND $ cat pkg/DESCR Flask-SocketIO gives Flask applications access to low latency bi-directional communications between the clients and the server. The client-side application can use any of the SocketIO client libraries in Javascript, Python, C++, Java

[NEW] net/py-gevent-websocket-0.10.1

2022-09-13 Thread George Rosamond
Dependency for future net/py-onionshare_cli. $ cat pkg/DESCR Websocket handler for the gevent pywsgi server, a Python network library. Thanks g py-gevent-websocket-0.10.1.tgz Description: Binary data

net/onionshare status

2022-09-13 Thread George Rosamond
Planning on replacing the current net/onionshare with net/py-onionshare_cli (https://pypi.org/project/onionshare-cli/) at some point after the release depending on a few things, including more options for PEP517 support (the replacement for MODPY_SETUPTOOLS) and porting a few additional py

Re: [NEW] math/py-datedelta 1.4

2022-09-13 Thread George Rosamond
ping On 9/6/22 16:15, Stuart Henderson wrote: On 2022/09/05 21:10, George Rosamond wrote: Attached is py-datedelta... useful tool for doing date deltas/math. From pkg/DESCR: datedelta.datedelta is datetime.timedelta for date arithmetic. It accounts for oddities of the Gregorian calendar

Re: [NEW] net/py-semiphemeral 0.7

2022-09-11 Thread George Rosamond
On 9/11/22 22:49, Lucas Raab wrote: On Mon, Sep 12, 2022, at 01:53, George Rosamond wrote: Attached is a port for py-semiphemeral. From pkg/DESCR: There are plenty of tools that let you make your Twitter feed ephemeral, automatically deleting tweets older than some threshold, like one month

[NEW] net/py-semiphemeral 0.7

2022-09-11 Thread George Rosamond
Attached is a port for py-semiphemeral. From pkg/DESCR: There are plenty of tools that let you make your Twitter feed ephemeral, automatically deleting tweets older than some threshold, like one month. Semiphemeral does this, but also lets you automatically exclude tweets based on criteria:

[NEW] net/py-tweepy-4.10.1

2022-09-11 Thread George Rosamond
Library that's a DEPEND for net/py-semiphemeral which is arriving after this. From pkg/DESCR: Twitter library for Python. Attached. Thanks. g py-tweepy-4.10.1.tgz Description: Binary data

[UPDATE] net/py-websockets to PEP517

2022-09-10 Thread George Rosamond
Another change to MODPY_PEP517. Bumped REVISION = 0 PLSIT changes. Thanks gIndex: py-websockets//Makefile === RCS file: /cvs/ports/net/py-websockets/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile ---

[UPDATE] security/py-in-toto to PEP517

2022-09-10 Thread George Rosamond
Another dropping of MODPY_SETUPTOOLS and MODPY_PYTEST. Bump Revision = 1 with a bunch of PLIST changes. g Index: py-in-toto//Makefile === RCS file: /cvs/ports/security/py-in-toto/Makefile,v retrieving revision 1.2 diff -u -p -r1.2

[UPDATE] security/py-securesystemslib to PEP517 setup

2022-09-10 Thread George Rosamond
Another move to PEP517: -MODPY_SETUPTOOLS = Yes +MODPY_PEP517 = setuptools Bump to REVISION = 1 PLIST changes. Diff attached. Thanks.Index: py-securesystemslib//Makefile === RCS file:

[UPDATE] security/passphraseme to PEP517 setup

2022-09-10 Thread George Rosamond
+20,7 @@ MAINTAINER = George Rosamond

[UPDATE] stable net/tor to 0.4.7.10

2022-09-06 Thread George Rosamond
Attached diff is for net/tor on -stable bringing it from 0.4.7.8 to 0.4.7.10. Thanks. gIndex: tor//Makefile === RCS file: /cvs/ports/net/tor/Makefile,v retrieving revision 1.143.2.2 diff -u -p -r1.143.2.2 Makefile ---

[NEW] math/py-datedelta 1.4

2022-09-05 Thread George Rosamond
Attached is py-datedelta... useful tool for doing date deltas/math. From pkg/DESCR: datedelta.datedelta is datetime.timedelta for date arithmetic. It accounts for oddities of the Gregorian calendar. It's convenient for computing yearly, monthly, or weekly subscriptions periods. g

[NEW] security/ruby-shift_ciphers 1.0.1

2022-09-05 Thread George Rosamond
tarball attached. Installs as gem (as opposed to Github), assuming that's the preference. from pkg/DESCR: Shift Ciphers gem is simple, yet complete, implementation of classic Caesar and Vigenere ciphers. It also features custom, hardened version of Vigenere cipher, which uses autokey scheme

[UPDATE] fonts/vazirmatn

2022-09-05 Thread George Rosamond
Some small changes with kerning and thickness. https://github.com/rastikerdar/vazirmatn/blob/master/CHANGELOG.md Diff attached. gIndex: vazirmatn//Makefile === RCS file: /cvs/ports/fonts/vazirmatn/Makefile,v retrieving revision

[UPDATE] security/kpcli to 3.8.1

2022-09-05 Thread George Rosamond
Updated from 3.6. Major change just seems to be the web site? Not a user, but basic shell functions seem to work. Index: kpcli//Makefile === RCS file: /cvs/ports/security/kpcli/Makefile,v retrieving revision 1.15 diff -u -p -r1.15

[UPDATE] fonts/dai-banna to 4.000

2022-09-02 Thread George Rosamond
Diff attached. Number of changes under "Release Notes for v4.000" on https://software.sil.org/daibanna/. Thanks gIndex: dai-banna//Makefile === RCS file: /cvs/ports/fonts/dai-banna/Makefile,v retrieving revision 1.5 diff -u -p

Fwd: [UPDATE] MAINTAINER for security/py-in-toto-1.2.0

2022-08-30 Thread George Rosamond
Forwarded Message Subject: [UPDATE] MAINTAINER for security/py-in-toto-1.2.0 Date: Wed, 24 Aug 2022 11:53:56 -0400 From: George Rosamond To: OpenBSD Ports Added me as MAINTAINER, set REVISION = 0 Thanks. gIndex: py-in-toto//Makefile

Fwd: [UPDATE] MAINTAINER for security/py-securesystemslib-0.23.0

2022-08-30 Thread George Rosamond
ping Forwarded Message Subject: [UPDATE] MAINTAINER for security/py-securesystemslib-0.23.0 Date: Wed, 24 Aug 2022 11:54:13 -0400 From: George Rosamond To: OpenBSD Ports Added me as MAINTAINER, set REVISION = 0 Thanks. gIndex: py-securesystemslib//Makefile

[UPDATE] MAINTAINER for security/py-securesystemslib-0.23.0

2022-08-24 Thread George Rosamond
://github.com/secure-systems-lab/securesystemslib/ + +MAINTAINER = George Rosamond # MIT PERMIT_PACKAGE = Yes

[UPDATE] MAINTAINER for security/py-in-toto-1.2.0

2022-08-24 Thread George Rosamond
:34:36 - 1.1.1.1 +++ py-in-toto//Makefile 24 Aug 2022 15:10:46 - @@ -4,10 +4,13 @@ MODPY_EGG_VERSION = 1.2.0 DISTNAME = in-toto-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security HOMEPAGE = https://in-toto.io/ + +MAINTAINER = George Rosamond

Re: [NEW] security/py-securesystemslib

2022-08-23 Thread George Rosamond
On 8/2/22 17:54, George Rosamond wrote: This is the unported RUN_DEPEND for previously submitted security/py-in-toto. from pkg/DESCR: A library that provides cryptographic and general-purpose functions for Secure Systems Lab projects at New York University. The routines are general enough

Re: Fwd: [NEW] security/py-in-toto

2022-08-23 Thread George Rosamond
Oops. That second email had the correct tarball but with the wrong forwarded email. https://marc.info/?l=openbsd-ports=166012227330190=2 Again, here's sthen@'s email and his tarball attached. g On 8/8/22 11:41, George Rosamond wrote: ping Forwarded Message Subject: [NEW

Re: [NEW] security/py-securesystemslib

2022-08-23 Thread George Rosamond
On 8/2/22 17:54, George Rosamond wrote: This is the unported RUN_DEPEND for previously submitted security/py-in-toto. from pkg/DESCR: A library that provides cryptographic and general-purpose functions for Secure Systems Lab projects at New York University. The routines are general enough

Fwd: [NEW] net/py-websockets

2022-08-17 Thread George Rosamond
ping Forwarded Message Subject: Re: [NEW] net/py-websockets Date: Wed, 10 Aug 2022 13:45:05 -0400 From: George Rosamond To: OpenBSD Ports On 8/10/22 04:55, Stuart Henderson wrote: On 2022/07/26 16:38, George Rosamond wrote: from pkg/DESCR: websockets is a library

Re: [NEW] net/py-websockets

2022-08-10 Thread George Rosamond
On 8/10/22 04:55, Stuart Henderson wrote: On 2022/07/26 16:38, George Rosamond wrote: from pkg/DESCR: websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python's standard

Fwd: [NEW] net/py-websockets

2022-08-09 Thread George Rosamond
ping. Forwarded Message Subject: Re: [NEW] net/py-websockets Date: Tue, 2 Aug 2022 16:42:30 -0400 From: George Rosamond To: OpenBSD Ports ping. Reattached updated tarball based on newer GH_COMMIT g On 7/26/22 16:38, George Rosamond wrote: from pkg/DESCR: websockets

Fwd: [NEW] security/py-securesystemslib

2022-08-08 Thread George Rosamond
ping Forwarded Message Subject: [NEW] security/py-securesystemslib Date: Tue, 2 Aug 2022 17:54:24 -0400 From: George Rosamond To: OpenBSD Ports This is the unported RUN_DEPEND for previously submitted security/py-in-toto. from pkg/DESCR: A library that provides

Fwd: [NEW] security/py-in-toto

2022-08-08 Thread George Rosamond
ping Forwarded Message Subject: [NEW] security/py-in-toto Date: Tue, 2 Aug 2022 17:50:24 -0400 From: George Rosamond To: OpenBSD Ports in-toto (https://in-toto.io/) is from NYU's Secure Systems Lab (https://ssl.engineering.nyu.edu/) and NJIT's Cybersecurity Research

[NEW] security/py-securesystemslib

2022-08-02 Thread George Rosamond
This is the unported RUN_DEPEND for previously submitted security/py-in-toto. from pkg/DESCR: A library that provides cryptographic and general-purpose functions for Secure Systems Lab projects at New York University. The routines are general enough to be usable by other projects. Thanks. g

[NEW] security/py-in-toto

2022-08-02 Thread George Rosamond
in-toto (https://in-toto.io/) is from NYU's Secure Systems Lab (https://ssl.engineering.nyu.edu/) and NJIT's Cybersecurity Research Center (https://research.njit.edu/cybersecurity/) looking to mitigate 'supply chain' issues for package management systems. from pkg/DESCR: in-toto provides a

Re: [NEW] net/py-websockets

2022-08-02 Thread George Rosamond
ping. Reattached updated tarball based on newer GH_COMMIT g On 7/26/22 16:38, George Rosamond wrote: from pkg/DESCR: websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio

[UPDATE] fonts/junicode to 1.003

2022-07-26 Thread George Rosamond
://junicode.sourceforge.net/ -MAINTAINER = George Rosamond +TYPEFACE = junicode +V = 1.003 -# OFL -PERMIT_PACKAGE = Yes +DISTFILES = v${V}.zip +MASTER_SITES = https://github.com/psb1558/Junicode-font/archive/refs/tags/ + +MAINTAINER = George Rosamond -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE

[NEW] net/py-websockets

2022-07-26 Thread George Rosamond
from pkg/DESCR: websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python's standard asynchronous I/O framework, it provides an elegant coroutine-based API. *** This is a

Re: [NEW] sysutils/py-duo_client-4.4.0

2022-07-15 Thread George Rosamond
On 7/15/22 13:49, Daniel Jakots wrote: On Fri, 15 Jul 2022 13:36:59 -0400, George Rosamond wrote: It wasn't committed It actually was: https://github.com/openbsd/ports/tree/master/security/py-duo_universal That was the kmos@ committed one I mentioned py-duo_universal. This is security

Re: [NEW] sysutils/py-duo_client-4.4.0

2022-07-15 Thread George Rosamond
/duo_client_python/blob/master/requirements-dev.txt does include mock. Thanks. g On 2022/07/07 21:19, George Rosamond wrote: This is the Duo API Python library. MODPY_PI works fine with this port (as opposed to with py-duo_universal). from pkg/DESCR: Python library for interacting

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-08 Thread George Rosamond
On 7/8/22 15:54, Kurt Mosiejczuk wrote: On Thu, Jul 07, 2022 at 08:24:39PM -0400, George Rosamond wrote: So 2.0.3 is out on PyPI. So I reworked the port to use PyPI. I left flake8 and dlint out of the TEST_DEPENDS since it turns out they aren't actually used. (This version just has py3-mock

[NEW] sysutils/py-duo_client-4.4.0

2022-07-07 Thread George Rosamond
This is the Duo API Python library. MODPY_PI works fine with this port (as opposed to with py-duo_universal). from pkg/DESCR: Python library for interacting with the Duo Auth, Admin, and Accounts APIs. Tests pass fine with: 176 passed, 1 warning in 1.02sr I don't (at this point) have an

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-07 Thread George Rosamond
On 7/7/22 16:19, Kurt Mosiejczuk wrote: On Thu, Jul 07, 2022 at 04:03:22PM -0400, George Rosamond wrote: Revised port and in attached tgz file with new version 2.0.2. PyPi install from today's release persists with the requirements issue that Kurt mentioned. That last commit noted below

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-07 Thread George Rosamond
/22 14:55, George Rosamond wrote: Top-posting here... Actually, please hold off on committing this as there was a new release on PyPi which I'll try, plus moved CATEGORY to sysutils since that's where login_duo is and I changed the COMMENT. The port is bumped to 2.0.2 which includes

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-07 Thread George Rosamond
. g On 7/6/22 18:35, George Rosamond wrote: On 7/6/22 18:17, Kurt Mosiejczuk wrote: On Wed, Jul 06, 2022 at 05:59:27PM -0400, George Rosamond wrote: attached. from pkg/DESCR This SDK allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any

Re: [NEW] security/py-duo_universal_python-2.0.1

2022-07-06 Thread George Rosamond
On 7/6/22 18:17, Kurt Mosiejczuk wrote: On Wed, Jul 06, 2022 at 05:59:27PM -0400, George Rosamond wrote: attached. from pkg/DESCR This SDK allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any Python3 web login form. Only Python 3

[NEW] security/py-duo_universal_python-2.0.1

2022-07-06 Thread George Rosamond
attached. from pkg/DESCR This SDK allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any Python3 web login form. Only Python 3 is supported. thanks g py-duo_universal_python-2.0.1.tgz Description: Binary data

[UPDATE] -stable net/obfs4proxy to 0.0.13

2022-06-29 Thread George Rosamond
Diff attached for net/obfs4proxy-0.0.13 on -stable. Based on Yifei Zhan's diff, builds fine on 7.1 -stable. Been running on -stable with Tor since -current diff submitted and it works fine. g? obfs4proxy/modules.inc Index: obfs4proxy//Makefile

Fwd: [NEW] fonts/jaldi-1.007

2022-06-22 Thread George Rosamond
bump Forwarded Message Subject: [NEW] fonts/jaldi-1.007 Date: Tue, 14 Jun 2022 20:15:38 -0400 From: George Rosamond To: OpenBSD Ports Attached is a port for fonts/jaldi, a libre Devanagari typeface family From pkg/DESCR: Jaldi is a libre Devanagari typeface family

Fwd: [NEW] fonts/aref-ruqaa-1.005

2022-06-22 Thread George Rosamond
bump Forwarded Message Subject: [NEW] fonts/aref-ruqaa-1.005 Date: Tue, 14 Jun 2022 19:56:23 -0400 From: George Rosamond To: OpenBSD Ports Attached is aref-ruqaa, an Arabic typeface capturing classical Ruqaa calligraphic style. from pkg/DESCR: Aref Ruqaa is an Arabic

Fwd: [NEW] fonts/vazirmatn-33.001

2022-06-22 Thread George Rosamond
bump Forwarded Message Subject: [NEW] fonts/vazirmatn-33.001 Date: Tue, 14 Jun 2022 19:55:59 -0400 From: George Rosamond To: OpenBSD Ports Attached is vazirmatn, a simple Arabic/Persian font meant for web sites and applications. from pkg/DESCR: Vazirmatn is a Persian

Re: WIP graphics/py-fonttools-4.33.3

2022-06-20 Thread George Rosamond
On 6/18/22 11:54, Lucas Raab wrote: On Tue, Jun 14, 2022 at 10:42:02PM -0400, George Rosamond wrote: Attached is a preliminary port for graphics/fonttools for anyone interested. Tested with a bunch of the functions. There are optional dependencies for extended functionality which will require

[UPDATE] net/tor to 0.4.7.8

2022-06-17 Thread George Rosamond
Considered a critical security update. Diff attached. https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.7.8 Changes in version 0.4.7.8 - 2022-06-17 This version fixes several bugfixes including a High severity security issue categorized as a Denial of Service. Everyone

Re: update: obfs4proxy 0.0.7 -> 0.0.13 [tor/tor browser tester wanted]

2022-06-17 Thread George Rosamond
On 6/17/22 08:09, Yifei Zhan wrote: oops, forgot modules.inc in my previous diff, but the tarball should be fine I've been running today on a relay in server mode and seems fine. And running with the newly released tor-0.4.7.8 thanks g

WIP graphics/py-fonttools-4.33.3

2022-06-14 Thread George Rosamond
Attached is a preliminary port for graphics/fonttools for anyone interested. Tested with a bunch of the functions. There are optional dependencies for extended functionality which will require porting more python modules. pkg/DESCR: fontTools is a library for manipulating fonts, written in

[NEW] fonts/jaldi-1.007

2022-06-14 Thread George Rosamond
Attached is a port for fonts/jaldi, a libre Devanagari typeface family From pkg/DESCR: Jaldi is a libre Devanagari typeface family designed as a complement to the Asap font. Jaldi is a contemporary sans-serif non-modular Devanagari family with subtle rounded corners designed by Nicolas Silva

[NEW] fonts/aref-ruqaa-1.005

2022-06-14 Thread George Rosamond
Attached is aref-ruqaa, an Arabic typeface capturing classical Ruqaa calligraphic style. from pkg/DESCR: Aref Ruqaa is an Arabic typeface that aspires to capture the essence of the classical Ruqaa calligraphic style. The Arabic part of Aref Ruqaa is designed by the Arabic calligrapher and

[NEW] fonts/vazirmatn-33.001

2022-06-14 Thread George Rosamond
Attached is vazirmatn, a simple Arabic/Persian font meant for web sites and applications. from pkg/DESCR: Vazirmatn is a Persian/Arabic font project that started in 2015 under the name of Vazir with the idea of a new simple and legible typeface suitable for web pages and applications. g

[UPDATE] fonts/alkalami to 2.000

2022-06-12 Thread George Rosamond
Update from 1.300 to 2.000. One PLIST change which is also noted in the changelog below: Removed Alkalami Light font. Removed non Unicode compliant solutions Thanks gIndex: alkalami//Makefile === RCS file:

[UPDATE] security/py-scrypt to 0.8.20

2022-06-12 Thread George Rosamond
Update from 0.8.18 to 0.8.20 Dropped REVISION From Changelog since 0.8.18: 0.8.20 Fix #8 by adding missing gettimeofday.c to MANIFEST.in 0.8.19 Use RtlGenRandom instead of CryptGenRandom on windows (Thanks to https://github.com/veorq/cryptocoding/) Add check for c:Program

x11/xsel to 1.20.20220310

2022-06-12 Thread George Rosamond
Update from 1.20.20200526 to 1.20.20220310. No changes documented in ChangeLog, only in commit log: https://github.com/kfish/xsel/commits/master gIndex: xsel//Makefile === RCS file: /cvs/ports/x11/xsel/Makefile,v retrieving

[UPDATE] net/dnstop to 20220113

2022-06-12 Thread George Rosamond
Diff attached. Update from dnstop-20180521 to 20220113. CHANGES doesn't reflect commits since last version, but the commits are here: https://github.com/measurement-factory/dnstop/commits/master gIndex: dnstop//Makefile === RCS

[UPDATE] mail/ruby-mini_mime-1.1.2

2022-06-05 Thread George Rosamond
Update from 1.0.2 to 1.1.2. Most changes related to upstreams updating of mime types. gIndex: ruby-mini_mime//Makefile === RCS file: /cvs/ports/mail/ruby-mini_mime/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile ---

[UPDATE] mail/ruby-mime-types to 3.4.1

2022-06-05 Thread George Rosamond
Update from 3.3.1. For changes since 3.3.1 https://github.com/mime-types/ruby-mime-types/blob/main/History.md gIndex: ruby-mime-types/Makefile === RCS file: /cvs/ports/mail/ruby-mime-types/Makefile,v retrieving revision 1.18 diff

[UPDATE] mail/ruby-mime-types-data to 3.2022.0105

2022-06-05 Thread George Rosamond
For changes since 3.2019.1009: https://github.com/mime-types/mime-types-data/blob/main/History.md A few changes to PLIST > ${GEM_LIB}/gems/${DISTNAME}/data/content_type_mime.db > ${GEM_LIB}/gems/${DISTNAME}/data/ext_mime.db 35a38 >

[UPDATE] games/py-chess-1.9.1

2022-06-02 Thread George Rosamond
Update from 1.8.0 to 1.9.1. See https://github.com/niklasf/python-chess/blob/master/CHANGELOG.rst for changes in 1.9.0 and 1.9.1 since 1.8.0. Thanks gIndex: py-chess//Makefile === RCS file: /cvs/ports/games/py-chess/Makefile,v

[UPDATE] devel/p5-Modern-Perl-1.20220515

2022-06-02 Thread George Rosamond
Diff attached. Changes since 1.20200211 1.20220515 2022-05-15 11:15:25-07:00 America/Los_Angeles - enable signatures in 2022 year bundle - add 2021 and 2022 year bundles (https://metacpan.org/dist/Modern-Perl/changes) The five tests passed. thanks gIndex: p5-Modern-Perl//Makefile

[UPDATE] archivers/py-vpk-1.4.0

2022-06-02 Thread George Rosamond
Update from 1.3.3 to 1.4.0. Thanks. gIndex: py-vpk//Makefile === RCS file: /cvs/ports/archivers/py-vpk/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- py-vpk//Makefile 21 Mar 2022 12:55:04 - 1.1.1.1 +++

[UPDATE] fonts/alkalami-1.300

2022-06-02 Thread George Rosamond
MAINTAINER update from 1.200 to 1.300. Diff attached. Changelog with 1.300 includes: Added characters to support other languages: U+0600, U+0657..U+0658, U+065D, U+067D, U+0684, U+06A5, U+06E5, U+0761, U+0870, U+0872, U+0874, U+08A2..U+08A3, U+08F4..U+08FD, U+FDFD, U+2212 Changed design of

[UPDATE] security/easy-rsa to 3.1.0

2022-06-01 Thread George Rosamond
Update from 3.0.8 to 3.1.0. Bracketed $V for clarity. Changes from 3.0.9 include: 3.1.0 (2022-05-18) * Introduce basic support for OpenSSL version 3 (#492) * Update regex in grep to be POSIX compliant (#556) * Introduce status reporting tools (#555 & #557) * Display certificates

[UPDATE] security/dante to 1.4.3

2022-06-01 Thread George Rosamond
Update of security/dante to 1.4.3 from 1.4.2. Dropped REVISION. small pkg/PLIST changes. Lightly tested with tcp/9050 with Tor. gIndex: dante//Makefile === RCS file: /cvs/ports/security/dante/Makefile,v retrieving revision 1.52

[UPDATE] www/tinyproxy to 1.11.1

2022-06-01 Thread George Rosamond
Update of www/tinyproxy from 1.11.0 to 1.11.1. Dropped version requirement with textproc/asciidoc>=8.6.8 since both -current and 7.1 -stable ports are at 9.0.4. Tests pass fine. Tested fine with backport to 7.1 stable since I'm only running on -stable. Release page just says: "Fixes issues

[UPDATE] sysutils/sslmate to 1.9.1

2022-05-31 Thread George Rosamond
Update from 1.7.1 to 1.9.1 Diff attached. See ${WRKDIST}/NEWS for updates since 1.7.1. Thanks gIndex: sslmate//Makefile === RCS file: /cvs/ports/sysutils/sslmate/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile ---

[UPDATE] sysutils/py-prometheus_client to 0.14.1

2022-05-31 Thread George Rosamond
Diff attached. Update from 0.11.0 to 0.14.1, dropped REVISION. One change to PLIST. For me it's a DEPEND for a WIP port of mine. version 0.14.1 tests: = 13 failed, 277 passed, 7 skipped in 5.82s version 0.11.0 tests: = 13 failed, 248 passed, 5 skipped in 5.66s gIndex:

Fwd: devel/help2man to 1.49.2

2022-05-22 Thread George Rosamond
ping Forwarded Message Subject: devel/help2man to 1.49.2 Date: Sat, 14 May 2022 20:55:15 -0400 From: George Rosamond To: OpenBSD Ports Simple update to devel/help2man from 1.49.1 to 1.49.2 attached. According to ChangeLog, changes are only: * Add configure

[UPDATE] security/go-siphash to 1.2.3

2022-05-21 Thread George Rosamond
= siphash -GH_TAGNAME = v1.0.0 +GH_TAGNAME = v1.2.3 DISTNAME = go-siphash PKGNAME = ${DISTNAME}-${GH_TAGNAME:S/^v//} -REVISION = 0 CATEGORIES = security -HOMEPAGE = https://github.com/dchest/siphash +HOMEPAGE = https://github.com/dchest/siphash/ + +MAINTAINER = George Rosamond

[UPDATE] devel/iso-codes to 4.9.0

2022-05-19 Thread George Rosamond
Changelog since 4.5.0: https://salsa.debian.org/iso-codes-team/iso-codes/-/blob/main/CHANGELOG.md Enclosed V variable into brackets for clarity DISTNAME, PKGNAME (and therefore MASTER_SITES) syntax change gIndex: iso-codes//Makefile

[NEW] sysutils/py-pytz-2022.1

2022-05-17 Thread George Rosamond
Simple python port, seems to be common DEPEND out there. From pkg/DESCR: pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving

[UPDATE] security/passphraseme to 0.1.5

2022-05-15 Thread George Rosamond
I'm MAINTAINER. diff attached. Minor changes, including 'v' dropped from github archive download. Thanks. gIndex: passphraseme//Makefile === RCS file: /cvs/ports/security/passphraseme/Makefile,v retrieving revision 1.2 diff -u -p

devel/help2man to 1.49.2

2022-05-14 Thread George Rosamond
Simple update to devel/help2man from 1.49.1 to 1.49.2 attached. According to ChangeLog, changes are only: * Add configure~ to mostlyclean target. * Add Romanian translations (thanks to Remus-Gabriel Chelu). Thanks gIndex: help2man//Makefile

Fwd: [UPDATE] -stable net/tor to 0.4.7.7

2022-05-12 Thread George Rosamond
bump Forwarded Message Subject: [UPDATE] -stable net/tor to 0.4.7.7 Date: Thu, 5 May 2022 20:59:18 -0400 From: George Rosamond Attached is a diff to update net/tor on -stable to 0.4.7.7, which is essential for Tor exit relays. pascal@ updated -current on 20220427

[UPDATE] -stable net/tor to 0.4.7.7

2022-05-05 Thread George Rosamond
Attached is a diff to update net/tor on -stable to 0.4.7.7, which is essential for Tor exit relays. pascal@ updated -current on 20220427 with a reference to https://forum.torproject.net/t/stable-release-0-4-7-7/3108: https://marc.info/?l=openbsd-ports-cvs=165108414313612=2 I have been

Fwd: [UPDATE] fonts/gentium to 6.101

2022-05-05 Thread George Rosamond
ping Forwarded Message Subject: [UPDATE] fonts/gentium to 6.101 Date: Wed, 23 Mar 2022 15:23:22 -0400 From: George Rosamond Updated from 6.001 I can take MAINTAINER since I maintain the other SIL fonts. gIndex: gentium//Makefile

textproc/py-yaml to 6.0

2022-05-05 Thread George Rosamond
Had some issues with py-yaml since it's a RUN_DEPEND for another port I'm working on, so updated. Diff attached. * bumped to 6.0 and dropped REVISION * dropped ${MODPY_WANTLIB} from WANTLIB as per `make port-lib-depends-check` output * fixed for default python3 * removed whitespace in

[UPDATE] fonts/gentium to 6.101

2022-03-23 Thread George Rosamond
/ +MAINTAINER = George Rosamond # SIL OFL 1.1 PERMIT_PACKAGE = Yes Index: gentium//distinfo === RCS file: /cvs/ports/fonts/gentium/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- gentium//distinfo 19 Jul 2021 07:35:40

Re: [NEW] fonts/doulos-cipher

2022-03-22 Thread George Rosamond
On 3/22/22 05:17, Omar Polo wrote: Stuart Henderson wrote: On 2022/03/20 07:20, Yifei Zhan wrote: On 22/03/20 06:58AM, Yifei Zhan wrote: On 22/03/19 09:03PM, George Rosamond wrote: From pkg/DESCR: The Cipher music notation is used throughout Indonesia and China for all kinds of music

Re: [NEW] security/passphraseme-0.1.4

2022-03-21 Thread George Rosamond
On 3/21/22 05:22, Stefan Hagen wrote: George Rosamond wrote (2022-03-21 03:02 CET): Simple python-based tool to generate Diceware-like passphrases from provided or custom lists. From pkg/DESCR: A quick and simple cryptographically secure script to generate high entropy passphrases using

[UPDATE] fonts/public-sans to 2.000

2022-03-20 Thread George Rosamond
I'm not MAINTAINER. Version change from 1.008 to 2.000. Dropped REVISION. PLIST updated, path to OTF and TTF fonts. gIndex: public-sans//Makefile === RCS file: /cvs/ports/fonts/public-sans/Makefile,v retrieving revision 1.8 diff

  1   2   3   >