CVS: cvs.openbsd.org: ports

2020-07-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/14 12:10:33

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
register cve quirk for apache-ant



CVS: cvs.openbsd.org: ports

2020-07-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/14 12:08:49

Modified files:
devel/apache-ant: Makefile distinfo 
devel/apache-ant/pkg: PLIST 

Log message:
update to apache-ant 1.10.8

this addresses CVE-2020-1945



CVS: cvs.openbsd.org: ports

2020-07-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/14 11:59:56

Modified files:
security/py-cryptodome: Makefile distinfo 

Log message:
update to cryptodome-3.9.8 (mostly fixes related to the Shamir's Secret Sharing 
implementation)



CVS: cvs.openbsd.org: ports

2020-07-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/14 11:52:11

Modified files:
sysutils/py-ghmi: Makefile distinfo 

Log message:
update to pyghmi-1.5.15



Re: salt: fix sysctl state

2020-07-09 Thread Jasper Lievisse Adriaanse
Ok with me, thanks for spotting and handling this.

Cheers,
---
jasper 

> On 9 Jul 2020, at 09:28, Florian Obser  wrote:
> 
> This fixes:
> 
> 2020-07-09 08:38:42,136 [salt.state   
>  :328 ][ERROR   ][26771] An exception occurred in this state: 
> Traceback (most recent call last):
>  File "/usr/local/lib/python3.8/site-packages/salt/state.py", line 2153, in 
> call
>ret = self.states[cdata["full"]](
>  File "/usr/local/lib/python3.8/site-packages/salt/loader.py", line 2087, in 
> wrapper
>return f(*args, **kwargs)
>  File "/usr/local/lib/python3.8/site-packages/salt/states/sysctl.py", line 
> 117, in present
>update = __salt__["sysctl.persist"](name, value, config, ignore)
> TypeError: persist() takes from 2 to 3 positional arguments but 4 were given
> 
> 
> OK?
> 
> diff --git Makefile Makefile
> index ea0b8d03d59..1f38fa8af70 100644
> --- Makefile
> +++ Makefile
> @@ -19,7 +19,7 @@ COMMENT =remote execution and configuration 
> management system
> 
> MODPY_EGG_VERSION =3001
> DISTNAME =salt-${MODPY_EGG_VERSION}
> -REVISION =2
> +REVISION =3
> 
> CATEGORIES =sysutils net devel
> 
> diff --git patches/patch-salt_states_sysctl_py 
> patches/patch-salt_states_sysctl_py
> new file mode 100644
> index 000..1f24dfbedc0
> --- /dev/null
> +++ patches/patch-salt_states_sysctl_py
> @@ -0,0 +1,20 @@
> +$OpenBSD$
> +"Only run sysctl ignore when configured"
> +https://github.com/saltstack/salt/pull/57841
> +
> +Index: salt/states/sysctl.py
> +--- salt/states/sysctl.py.orig
>  salt/states/sysctl.py
> +@@ -114,7 +114,11 @@ def present(name, value, config=None, ignore=False):
> + return ret
> + 
> + try:
> +-update = __salt__["sysctl.persist"](name, value, config, ignore)
> ++if ignore:
> ++# ignore is a linux only sysctl setting
> ++update = __salt__["sysctl.persist"](name, value, config, ignore)
> ++else:
> ++update = __salt__["sysctl.persist"](name, value, config)
> + except CommandExecutionError as exc:
> + ret["result"] = False
> + ret["comment"] = "Failed to set {0} to {1}: {2}".format(name, 
> value, exc)
> 
> 
> -- 
> I'm not entirely sure you are real.



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/08 01:31:47

Modified files:
x11/gnome/shell: Makefile distinfo 

Log message:
update to gnome-shell-3.36.4



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/08 01:31:44

Modified files:
x11/gnome/mutter: Makefile distinfo 

Log message:
update to mutter-3.36.4



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/08 00:46:44

Modified files:
x11/gnome/bijiben: Makefile distinfo 
x11/gnome/bijiben/pkg: PLIST 

Log message:
update to bijiben-3.36.2



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/08 00:46:46

Modified files:
sysutils/borgmatic: Makefile distinfo 

Log message:
update to borgmatic-1.5.8



CVS: cvs.openbsd.org: ports

2020-07-07 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/07 00:21:42

Modified files:
sysutils   : Makefile 

Log message:
+py-hpilo,python3



CVS: cvs.openbsd.org: ports

2020-07-07 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/07 00:20:46

Log message:
import py-hpilo-4.3

Python module to interface with HP iLO. Using the same XML interface as
HP's own management tools, here is a python library and command-line
tool that make it a lot easier to do all the above. No manual XML
writing, just call functions from either python or your shell(script).

ok sthen@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20200707

N ports/sysutils/py-hpilo/Makefile
N ports/sysutils/py-hpilo/distinfo
N ports/sysutils/py-hpilo/pkg/DESCR
N ports/sysutils/py-hpilo/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/06 11:17:14

Modified files:
sysutils/salt  : Makefile 
Added files:
sysutils/salt/patches: patch-salt_client_ssh_shell_py 

Log message:
stop passing GSSAPIAuthentication to ssh(1) which isn't understood and only 
results
in a message getting logged to stderr



CVS: cvs.openbsd.org: ports

2020-07-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/06 10:56:08

Modified files:
sysutils/borgmatic: Makefile 
sysutils/borgmatic/files: config.yaml.dist 

Log message:
sync sample configuration with reality, adding loads of new sections
such as hooks



CVS: cvs.openbsd.org: ports

2020-07-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/06 10:52:27

Modified files:
sysutils/salt  : Makefile 

Log message:
add py-psutil as RDEP as it's used by quite a number of modules



CVS: cvs.openbsd.org: ports

2020-07-03 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/03 01:21:39

Modified files:
www/epiphany   : Makefile distinfo 
www/epiphany/patches: patch-lib_ephy-sync-utils_c 

Log message:
- update to epiphany-3.36.3
- rework patch to use getentropy instead of reverting to an older commit



CVS: cvs.openbsd.org: ports

2020-07-02 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/02 13:04:32

Modified files:
sysutils/salt  : Makefile distinfo 
sysutils/salt/patches: patch-requirements_crypto_txt 
   patch-salt_modules_salt_proxy_py 
   patch-salt_returners_zabbix_return_py 
   patch-salt_utils_network_py 
sysutils/salt/pkg: PLIST 
Removed files:
sysutils/salt/patches: patch-salt_modules_file_py 
   patch-salt_modules_win_file_py 
   patch-salt_utils_oset_py 

Log message:
- update to salt-3001

https://docs.saltstack.com/en/master/topics/releases/3001.html

from Uwe Werler



CVS: cvs.openbsd.org: ports

2020-07-02 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/02 11:50:45

Modified files:
meta/tor-browser: Makefile 
www/tor-browser: Makefile.inc 
www/tor-browser/browser: Makefile distinfo 
www/tor-browser/noscript: Makefile distinfo 

Log message:
- update tor-browser to 9.5.1 and sync noscript accordingly

release notes: https://blog.torproject.org/new-release-tor-browser-951

from Caspar Schutijser (MAINTAINER)



CVS: cvs.openbsd.org: ports

2020-07-02 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/02 11:33:12

Modified files:
devel/nasm : Makefile distinfo 
devel/nasm/patches: patch-doc_Makefile_in 
devel/nasm/pkg : PLIST 

Log message:
- update to nasm-2.15.02
- take maintainership

please see https://nasm.us/doc/nasmdocc.html for a full changelog;
amonst other fixes/features, this release adds support for 'note' ELF
sections as used in .note.openbsd.ident.

additional testing by gonzalo@, thanks!



CVS: cvs.openbsd.org: ports

2020-07-01 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/01 10:10:23

Modified files:
graphics/gdcm  : Makefile distinfo 

Log message:
update to gdcm-3.0.7



CVS: cvs.openbsd.org: ports

2020-06-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/30 11:44:48

Modified files:
lang/vala  : Makefile distinfo 

Log message:
update to vala-0.48.7



CVS: cvs.openbsd.org: ports

2020-06-28 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/28 06:19:35

Modified files:
math/z3: Makefile distinfo 
math/z3/patches: patch-scripts_mk_util_py 

Log message:
update to z3-4.8.8



CVS: cvs.openbsd.org: ports

2020-06-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/27 08:33:20

Modified files:
sysutils/supervisor: Makefile distinfo 
sysutils/supervisor/patches: patch-supervisor_skel_sample_conf 
sysutils/supervisor/pkg: PLIST 

Log message:
update to supervisor-4.2.0



CVS: cvs.openbsd.org: ports

2020-06-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/27 03:09:54

Modified files:
devel/spidermonkey68: Makefile 

Log message:
this spiderpig needs both python 2 and 3 as pointed out by antoine



CVS: cvs.openbsd.org: ports

2020-06-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/27 02:58:56

Modified files:
devel/spidermonkey68: Makefile 

Log message:
this port lacked a BDEP on python 3. it was previously brought in by the 
lang/rust
dependency which was recently removed.



CVS: cvs.openbsd.org: ports

2020-06-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/27 02:52:16

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
add quirks entry for wireguard-go after it was effectively removed (through 
IGNORE)



CVS: cvs.openbsd.org: ports

2020-06-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/27 02:47:43

Modified files:
security/pwntools: Makefile distinfo 

Log message:
update to pwntools-4.1.4



CVS: cvs.openbsd.org: ports

2020-06-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/27 02:42:56

Modified files:
x11/gtksourceview4: Makefile distinfo 
x11/gtksourceview4/pkg: PLIST 

Log message:
update to gtksourceview4-4.6.1



CVS: cvs.openbsd.org: ports

2020-06-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/25 01:38:16

Modified files:
net/fastnetmon/patches: patch-src_fastnetmon_cpp 
net/mosquitto/patches: patch-lib_socks_mosq_c 
   patch-src_CMakeLists_txt 

Log message:
mosquitto patches were merged upstream, and fastnetmon was submitted upstream



CVS: cvs.openbsd.org: ports

2020-06-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/25 01:28:29

Modified files:
net/fastnetmon : Makefile distinfo 
net/fastnetmon/patches: patch-src_CMakeLists_txt 
Added files:
net/fastnetmon/patches: 

patch-src_afpacket_plugin_afpacket_collector_cpp 
patch-src_fast_library_cpp 
patch-src_fast_library_h 
patch-src_fastnetmon_cpp 

Log message:
update to fastnetmon-1.1.6, but revert an upstream commit which adds
a dependency on SIOCGIFINDEX



CVS: cvs.openbsd.org: ports

2020-06-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/25 01:12:21

Modified files:
sysutils/borgmatic: Makefile distinfo 

Log message:
update to borgmatic-1.5.7



CVS: cvs.openbsd.org: ports

2020-06-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/25 01:10:31

Modified files:
security/pwntools: Makefile distinfo 
security/pwntools/pkg: PLIST 

Log message:
update to pwntools-4.1.3



Re: [all archs] devel/spidermonkey68 can be built without rust and llvm

2020-06-25 Thread Jasper Lievisse Adriaanse


> On 25 Jun 2020, at 00:28, Charlene Wendling  wrote:
> 
> Hi,
> 
> I was trying to build a port depending on spidermonkey68 on my macppc
> machine and found out it "requires" rust. After seeing how other
> downstreams deal with it, i've found out that Debian actually does not
> use rust for spidermonkey. For all archs [0].
> 
> What i'm proposing here is a proof of concept that allows building
> spidermonkey68 on !rust archs, like macppc [1], but i think really we
> should drop rust and llvm for all archs.
> 
> Comments/feedback are welcome,
> 
> Charlène.
> 
> [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959144
> [1] https://bin.charlenew.xyz/spidermonkey_norust.log

Hi,

Since it doesn’t change anything (as in, nothing ends up using it) I see no 
point in keeping
the dependencies around for a subset of architectures. The cost of maintaining 
these patches
is already there anyway. Go ahead and just drop these dependencies on all 
architectures.

Cheers,
Jasper

> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/spidermonkey68/Makefile,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 Makefile
> --- Makefile  24 Jun 2020 08:57:02 -  1.4
> +++ Makefile  24 Jun 2020 22:18:37 -
> @@ -54,9 +54,7 @@ LIB_DEPENDS =   devel/nspr \
> DEBUG_PACKAGES =  ${BUILD_PACKAGES}
> 
> AUTOCONF_VERSION= 2.13
> -BUILD_DEPENDS += devel/autoconf/${AUTOCONF_VERSION} \
> - devel/llvm \
> - lang/rust
> +BUILD_DEPENDS += devel/autoconf/${AUTOCONF_VERSION}
> 
> SEPARATE_BUILD =  Yes
> WRKDIST = ${WRKDIR}/firefox-${V}
> @@ -77,9 +75,7 @@ CONFIGURE_ARGS =--disable-debug \
>   --with-system-zlib \
>   --with-system-icu \
>   --with-system-nspr \
> - --enable-unaligned-private-values \
> - --with-libclang-path=${LOCALBASE}/lib \
> - --with-clang-path=${LOCALBASE}/bin/clang
> + --enable-unaligned-private-values
> 
> # Build failure on mips64(,el}. Related bug on Debian:
> # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908486
> @@ -99,6 +95,16 @@ MAKE_ENV = SHELL=/bin/sh \
>   SO_VERSION=${SO_VERSION}
> 
> NO_TEST = Yes
> +
> +.include 
> +.if ${PROPERTIES:Mrust} 
> +BUILD_DEPENDS += devel/llvm \
> + lang/rust
> +CONFIGURE_ARGS +=--with-libclang-path=${LOCALBASE}/lib \
> + --with-clang-path=${LOCALBASE}/bin/clang
> +.else
> +PATCH_LIST +=patch-* patch_norust-*
> +.endif
> 
> pre-configure:
>   cd ${WRKSRC} && env -i AUTOCONF_VERSION=${AUTOCONF_VERSION} autoconf
> Index: patches/patch_norust-js_moz_configure
> ===
> RCS file: patches/patch_norust-js_moz_configure
> diff -N patches/patch_norust-js_moz_configure
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch_norust-js_moz_configure 24 Jun 2020 22:18:37 -
> @@ -0,0 +1,31 @@
> +$OpenBSD$
> +
> +Remove unused LLVM and Rust build dependencies. Since the Javascript engine 
> is
> +normally part of Firefox, its build system has dependencies on the LLVM and
> +Rust toolchains. This limits  the number of architectures which mozjs68 can 
> be
> +built on. It turns out, however, that neither LLVM nor Rust are used when
> +mozjs68 is being built and these build dependencies are therefore not
> +necessary.
> +
> +This patch removes them and allows mozjs68 to be built on any
> +architecture.
> +
> +Author: John Paul Adrian Glaubitz 
> +
> +From: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959144
> +
> +Index: js/moz.configure
> +--- js/moz.configure.orig
>  js/moz.configure
> +@@ -18,11 +18,6 @@ def building_js(build_project):
> + option(env='JS_STANDALONE', default=building_js,
> +help='Reserved for internal use')
> + 
> +-include('../build/moz.configure/rust.configure',
> +-when='--enable-compile-environment')
> +-include('../build/moz.configure/bindgen.configure',
> +-when='--enable-compile-environment')
> +-
> + @depends('JS_STANDALONE')
> + def js_standalone(value):
> + if value:
> Index: patches/patch_norust-moz_configure
> ===
> RCS file: patches/patch_norust-moz_configure
> diff -N patches/patch_norust-moz_configure
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch_norust-moz_configure24 Jun 2020 22:18:37 -
> @@ -0,0 +1,56 @@
> +$OpenBSD$
> +
> +Remove unused LLVM and Rust build dependencies. Since the Javascript engine 
> is
> +normally part of Firefox, its build system has dependencies on the LLVM and
> +Rust toolchains. This limits  the number of architectures which mozjs68 can 
> be
> +built on. It turns out, however, that neither LLVM nor Rust are used when

CVS: cvs.openbsd.org: ports

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

Modified files:
devel/spidermonkey68: Makefile 
devel/spidermonkey68/pkg: PLIST 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
provide upgrade path from spidermonkey60 to spidermonkey68

prompted by landry@, ok aja@



CVS: cvs.openbsd.org: ports

2020-06-24 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/24 01:01:16

Modified files:
net/wireguard-go: Makefile 
net/wireguard-go/pkg: DESCR 

Log message:
set IGNORE and amend DESCR to make it clear this is kept around for testing
purposes only now that wg(4) is enabled in -current.

as discussed with Jason A. Donenfeld



CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/23 02:27:26

Modified files:
graphics/evince: Makefile distinfo 

Log message:
update to evince-3.36.6



CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/23 02:16:57

Modified files:
x11/gnome/contacts: Makefile distinfo 

Log message:
update to gnome-contacts-3.36.2



CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/23 01:54:47

Modified files:
x11/gnome/libgweather: Makefile distinfo 
x11/gnome/libgweather/patches: patch-libgweather_weather-metar_c 

Log message:
- update to libgweather-3.36.1
- give tests a better chance at running by setting XDG_CACHE_HOME



CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/23 01:36:53

Modified files:
sysutils/py-pynetbox: Makefile distinfo 

Log message:
update to pynetbox-4.3.3



CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/23 01:35:45

Modified files:
sysutils/py-croniter: Makefile distinfo 

Log message:
update to py-croniter-0.3.34



CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/23 01:34:17

Modified files:
net/gupnp/core : Makefile distinfo 
net/gupnp/core/pkg: PLIST 

Log message:
update to gupnp-1.2.3



CVS: cvs.openbsd.org: ports

2020-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/23 01:34:11

Modified files:
net/gssdp  : Makefile distinfo 

Log message:
update to gssdp-1.2.3



CVS: cvs.openbsd.org: ports

2020-06-18 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/18 12:17:09

Modified files:
www/qutebrowser: Makefile distinfo 

Log message:
update to qutebrowser-1.12.0



CVS: cvs.openbsd.org: ports

2020-06-18 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/18 12:02:37

Modified files:
x11/gnome/calendar: Makefile distinfo 

Log message:
update to gnome-calendar-3.36.2



CVS: cvs.openbsd.org: ports

2020-06-18 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/18 12:00:18

Modified files:
sysutils/py-croniter: Makefile distinfo 

Log message:
update to py-croniter-0.3.33



CVS: cvs.openbsd.org: ports

2020-06-18 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/18 11:54:50

Modified files:
devel  : Makefile 
Removed files:
devel/spidermonkey60: Makefile distinfo 
devel/spidermonkey60/patches: patch-config_gcc_hidden_h 
  patch-js_src_Makefile_in 
  patch-js_src_build_moz_build 
  patch-js_src_jit_ExecutableAllocator_h 
  
patch-js_src_jit_ProcessExecutableMemory_cpp 
  patch-js_src_old-configure_in 
  patch-js_src_wasm_WasmSignalHandlers_cpp 
  patch-moz_configure 
  
patch-python_mozbuild_mozbuild_backend_recursivemake_py 
devel/spidermonkey60/pkg: DESCR PLIST 

Log message:
another spidermonkey bites the dust after the last consumer (polkit)
switch to spidermonkey68.

ok aja@



CVS: cvs.openbsd.org: ports

2020-06-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/14 04:19:46

Modified files:
databases/postgresql: Makefile 
databases/postgresql/pkg: README-server 

Log message:
don't hardcode the PHP version of phppgadmin in README; it was outdated and
in this context it suffices to say it uses PHP



CVS: cvs.openbsd.org: ports

2020-06-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/14 04:05:14

Modified files:
security/emldump: Makefile 

Log message:
switch to python3

ok rpointel@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 04:54:39

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
register gtkparasite and gutenpy removals



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 04:54:29

Modified files:
misc   : Makefile 
Removed files:
misc/gutenpy   : Makefile distinfo 
misc/gutenpy/patches: patch-gutenpy_py 
misc/gutenpy/pkg: DESCR PLIST 

Log message:
bye bye gutenpy; no releases in 14 years, python2/gtk2-only and a webbrowser
works just as well.

ok aja@



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 04:52:34

Modified files:
devel  : Makefile 
Removed files:
devel/gtkparasite: Makefile distinfo 
devel/gtkparasite/pkg: DESCR PLIST 

Log message:
remove gtkparasite, a debugger for gtk2 applications. hint, if you're debugging
a gtk2 application, perhaps you ought to migrate to gtk3.

ok aja@



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 04:14:24

Modified files:
security/pwntools: Makefile 
security/pwntools/patches: patch-setup_py 

Log message:
tidy after unicorn was updated



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 04:12:54

Modified files:
devel/py-unicorn: Makefile distinfo 
devel/py-unicorn/patches: patch-src_Makefile 
devel/py-unicorn/pkg: PLIST 

Log message:
update to py3-unicorn-1.0.2rc3; this makes pwntools happy and angr doesn't get 
upset



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 03:27:59

Modified files:
devel  : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
py-unicorn => py3-unicorn



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 03:26:31

Modified files:
devel/py-unicorn: Makefile 
devel/py-unicorn/pkg: PLIST 

Log message:
build python3 flavor only for its dependant ports are python3-only
(it still has a quirky BDEP on python2 though)



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 03:24:29

Modified files:
security/pwntools: Makefile distinfo 
security/pwntools/patches: patch-pwnlib_asm_py 
   patch-pwnlib_elf_elf_py 
   patch-setup_py 
security/pwntools/pkg: PLIST 

Log message:
- update to pwntools-4.1.2
- relax the unicorn dependency in setup.py for now as it requires 1.0.2rc3 
which we don't have just yet.
this effectively unfixes upstream #1115 (Fix gadget caching for ROP objects 
with multiple ELFs) for us
for the time being; which i think is a fair trade-off to allow us to update 
pwntools

based on an earlier diff by gonzalo@



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 03:00:37

Modified files:
security/ROPgadget: Makefile distinfo 

Log message:
update to ROPGadget-6.3



CVS: cvs.openbsd.org: ports

2020-06-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/13 02:34:50

Modified files:
net/mosquitto/patches: patch-lib_socks_mosq_c 
   patch-src_CMakeLists_txt 

Log message:
submitted upstream



CVS: cvs.openbsd.org: ports

2020-06-11 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/11 14:00:56

Modified files:
security/py-PyNaCl: Makefile distinfo 
security/py-PyNaCl/patches: patch-src_bindings_build_py 
security/py-PyNaCl/pkg: PLIST 

Log message:
update to py-PyNaCl-1.4.0



CVS: cvs.openbsd.org: ports

2020-06-11 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/11 13:57:20

Removed files:
graphics/gdcm/patches: patch-Applications_Cxx_gdcmpdf_cxx 

Log message:
be gone



CVS: cvs.openbsd.org: ports

2020-06-11 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/11 13:57:01

Modified files:
graphics/gdcm  : Makefile distinfo 
Removed files:
graphics/gdcm/patches: patch-Applications_Cxx_gdcminfo_cxx 

Log message:
update to gdcm-3.0.6



CVS: cvs.openbsd.org: ports

2020-06-11 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/11 13:51:33

Modified files:
devel/py-cachetools: Makefile distinfo 

Log message:
update to py-cachetools-4.1.0



CVS: cvs.openbsd.org: ports

2020-06-11 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/11 13:48:41

Modified files:
net/fastnetmon : Makefile distinfo 
net/fastnetmon/patches: patch-src_CMakeLists_txt 

Log message:
update to fastnetmon-1.1.5



CVS: cvs.openbsd.org: ports

2020-06-11 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/11 13:47:34

Modified files:
graphics/evince: Makefile distinfo 

Log message:
update to evince-3.36.5



CVS: cvs.openbsd.org: ports

2020-06-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/10 04:05:20

Modified files:
net/mosquitto  : Makefile 
Added files:
net/mosquitto/patches: patch-test_broker_c_Makefile 
   patch-test_lib_c_Makefile 
   patch-test_lib_cpp_Makefile 
   patch-test_unit_Makefile 

Log message:
give regress tests a chance to run again



CVS: cvs.openbsd.org: ports

2020-06-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/10 01:39:56

Modified files:
net/mosquitto  : Makefile distinfo 
net/mosquitto/patches: patch-CMakeLists_txt 
   patch-lib_socks_mosq_c 
   patch-src_CMakeLists_txt 
Removed files:
net/mosquitto/patches: patch-lib_CMakeLists_txt 
   patch-lib_mosquitto_c 

Log message:
- update to mosquitto-1.6.10
- switch to python3
- rework some patches for inclusion upstream



CVS: cvs.openbsd.org: ports

2020-06-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/10 01:16:57

Modified files:
sysutils/py-croniter: Makefile distinfo 

Log message:
update to py-croniter-0.3.32



CVS: cvs.openbsd.org: ports

2020-06-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/10 01:13:13

Modified files:
security/boofuzz: Makefile distinfo 
security/boofuzz/patches: patch-setup_py 
security/boofuzz/pkg: PLIST 

Log message:
update to boofuzz-0.2.0



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 13:12:03

Modified files:
graphics/evince: Makefile distinfo 

Log message:
update to evince-3.36.4



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 12:43:09

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
register gq removal



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 12:42:59

Modified files:
databases  : Makefile 
Removed files:
databases/gq   : Makefile distinfo 
databases/gq/patches: patch-configure patch-data_gq_desktop_in 
  patch-src_glib-helpers_c 
  patch-src_glib-helpers_h 
  patch-src_gq-hash-openssl_c 
  patch-src_gq-hash_h 
  patch-src_gq-main-loop_h 
  patch-src_gq-server_c patch-src_gq-stack_c 
  patch-src_gq-stack_h 
  patch-src_gq-tab-schema_c 
  patch-src_gq-tab_h patch-src_state_c 
  patch-src_syntax_h 
databases/gq/pkg: DESCR PLIST 

Log message:
remove gq; it's dead upstream, unmaintained and stands in the way of removing
the arcane gnome-doc-utils

ok aja@



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 01:41:20

Modified files:
net/telepathy/telepathy-glib: Makefile 
net/telepathy/telepathy-glib/pkg: PLIST 
Added files:
net/telepathy/telepathy-glib/patches: 
  
patch-tests_all-errors-documented_py 

Log message:
- switch to python3
- regen PLIST and WANTLIB while here



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 01:19:47

Modified files:
textproc/itstool: Makefile 

Log message:
switch to python3



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 01:19:28

Modified files:
x11/gnome/doc-utils: Makefile 
x11/gnome/doc-utils/pkg: PLIST 
Added files:
x11/gnome/doc-utils/patches: patch-xml2po_xml2po___init___py 
 patch-xml2po_xml2po_modes_docbook_py 
 patch-xml2po_xml2po_modes_gs_py 
 patch-xml2po_xml2po_modes_mallard_py 
 patch-xml2po_xml2po_modes_ubuntu_py 
 patch-xml2po_xml2po_modes_xhtml_py 
 patch-xml2po_xml2po_xml2po_py_in 

Log message:
even with one foot in the grave, switch this over to python3.
based on a patch from gentoo



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 01:17:20

Modified files:
textproc/libxml: Makefile 
textproc/libxml/pkg: PLIST-python 

Log message:
switch python subpackage to python3

dependant ports have either already been updated, removed or will be cut
over to python3 in the next commits



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 01:17:55

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
register py-libxml switch to python3



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 01:14:46

Modified files:
databases/pgadmin3: Makefile 
devel/electron : Makefile 
devel/goffice  : Makefile 
devel/kf5/kdoctools: Makefile 
devel/kf5/kio  : Makefile 
editors/libreoffice: Makefile 
games/wesnoth  : Makefile 
graphics/dia   : Makefile 
graphics/inkscape: Makefile 
lang/php/7.2   : Makefile 
lang/php/7.3   : Makefile 
lang/php/7.4   : Makefile 
misc/osinfo/libosinfo: Makefile 
multimedia/swfmill: Makefile 
net/icecast: Makefile 
net/yaz: Makefile 
productivity/vym: Makefile 
security/cvechecker: Makefile 
security/fwbuilder: Makefile 
security/xmlsec: Makefile 
telephony/asterisk: Makefile 
textproc/TclXML: Makefile 
textproc/apertium: Makefile 
textproc/docbook-xsl: Makefile 
textproc/docbook2x: Makefile 
textproc/p5-XML-LibXSLT: Makefile 
textproc/py-lxml: Makefile 
textproc/raptor: Makefile 
textproc/rarian: Makefile 
textproc/ruby-nokogiri: Makefile 
textproc/xmlstarlet: Makefile 
www/chromium   : Makefile 
www/hiawatha   : Makefile 
www/iridium: Makefile 
www/nginx  : Makefile 
www/webkitgtk4 : Makefile 
x11/compiz/bcop: Makefile 
x11/compiz/core: Makefile 
x11/gnome/doc-utils: Makefile 
x11/gnome/libgda: Makefile 
x11/gnome/yelp-tools: Makefile 
x11/gnustep/base: Makefile 
x11/kde/libs3  : Makefile 
x11/kde-applications/umbrello: Makefile 
x11/kde4/libs  : Makefile 
x11/kde4/parley: Makefile 
x11/qt5/qtwebengine: Makefile 
x11/qt5/qtwebkit: Makefile 
x11/tellico: Makefile 

Log message:
bump after libxslt dependency changed



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 01:14:19

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
register py-libxslt removal



CVS: cvs.openbsd.org: ports

2020-06-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/09 01:13:56

Modified files:
textproc/libxslt: Makefile 
Added files:
textproc/libxslt/pkg: DESCR PLIST 
Removed files:
textproc/libxslt/pkg: DESCR-main DESCR-python PLIST-main 
  PLIST-python 

Log message:
remove python subpackage which is unused in our tree and doesn't work with
python3. upstream has had this on their radar for 7 years however little
actual progress has been made so far.



CVS: cvs.openbsd.org: ports

2020-06-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/08 05:07:41

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
register py-gstreamer removal



CVS: cvs.openbsd.org: ports

2020-06-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/08 05:05:59

Modified files:
multimedia/gstreamer-0.10: Makefile 
Removed files:
multimedia/gstreamer-0.10/py-gstreamer: Makefile distinfo 
multimedia/gstreamer-0.10/py-gstreamer/patches: 

patch-gst___init___py_in 

patch-plugin_gstpythonplugin_c 
multimedia/gstreamer-0.10/py-gstreamer/pkg: DESCR PLIST 

Log message:
remove py-gstreamer-0.10; it's no longer used and stands in the way of 
py3-libxml

ok aja@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2020-06-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/08 05:01:11

Modified files:
audio/exaile   : Makefile distinfo 
audio/exaile/patches: patch-Makefile patch-data_exaile_desktop 
  patch-plugins_Makefile 
  patch-tests_xl_trax_test_track_py 
  patch-tools_generate-launcher 
  patch-xl_main_py 
audio/exaile/pkg: DESCR PLIST 
Removed files:
audio/exaile/patches: 
  patch-plugins_daapserver_spydaap_metadata_py 
  patch-xlgui___init___py 

Log message:
- update to exail-4.0.2
- switch to gstreamer1

tested by bcallah@ (MAINTAINER) a while ago



CVS: cvs.openbsd.org: ports

2020-06-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/08 04:58:19

Modified files:
devel  : Makefile 

Log message:
hookup py-mox3



CVS: cvs.openbsd.org: ports

2020-06-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/08 04:53:52

Log message:
import py-mox3-1.1.0

Mox will make mock objects for you, so you don't have to create your
own! It mocks the public/protected interfaces of Python objects. You set
up your mock objects expected behavior using a domain specific language
(DSL), which makes it easy to use, understand, and refactor!

This package provides Mox3, an unofficial update with Python 3 support.
It is fairly compatible with mox, but small enhancements have been made.

with sthen@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20200806

N ports/devel/py-mox3/Makefile
N ports/devel/py-mox3/distinfo
N ports/devel/py-mox3/pkg/DESCR
N ports/devel/py-mox3/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-06-07 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/07 06:55:00

Modified files:
graphics/clutter/cogl: Makefile distinfo 

Log message:
update to cogl-1.22.8



CVS: cvs.openbsd.org: ports

2020-06-07 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/07 06:41:09

Modified files:
sysutils/borgmatic: Makefile distinfo 

Log message:
update to borgmatic-1.5.6



CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/04 02:07:00

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

Log message:
update to borgmatic-1.5.5



CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/04 02:00:34

Modified files:
devel/radare2  : Makefile.inc 
devel/radare2/main: Makefile 

Log message:
give regress tests a chance to run



CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/04 01:34:31

Modified files:
x11/gnome/shell: Makefile distinfo 
x11/gnome/shell/pkg: PLIST 

Log message:
update to gnome-shell-3.36.3



CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/04 01:33:49

Modified files:
x11/gnome/mutter: Makefile distinfo 

Log message:
update to mutter-3.36.3



CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/04 01:24:06

Modified files:
sysutils   : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
sysutils/py-pynetbox: Makefile distinfo 
sysutils/py-pynetbox/pkg: PLIST 

Log message:
- update to pynetbox-4.3.1
- make this python3-only



CVS: cvs.openbsd.org: ports

2020-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/04 01:19:25

Modified files:
net/py-netmiko : Makefile distinfo 
net/py-netmiko/pkg: PLIST 

Log message:
update to py3-netmiko-3.1.1



CVS: cvs.openbsd.org: ports

2020-06-02 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/02 06:28:06

Modified files:
graphics/evince: Makefile distinfo 

Log message:
update to evince-3.36.3



CVS: cvs.openbsd.org: ports

2020-06-02 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/02 05:47:10

Modified files:
devel/capstone : Makefile.inc 
devel/capstone/main: distinfo 
devel/capstone/main/patches: patch-Makefile 
 patch-arch_Mips_MipsDisassembler_c 
devel/capstone/main/pkg: PLIST 
devel/capstone/python: Makefile distinfo 

Log message:
bugfix update to capstone-4.0.2

ok benoit@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2020-06-01 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/06/01 05:14:00

Modified files:
x11/gnome/gjs  : Makefile distinfo 

Log message:
update to gjs-1.64.3



CVS: cvs.openbsd.org: ports

2020-05-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/05/31 06:07:09

Modified files:
security/boofuzz: Makefile 
security/boofuzz/pkg: PLIST 

Log message:
- switch to python3
- install a few more example scripts
- add missing crc32c dependency (spotted with 'boo open')



CVS: cvs.openbsd.org: ports

2020-05-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/05/31 06:05:53

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
adjust for py3-impacket



CVS: cvs.openbsd.org: ports

2020-05-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/05/31 06:05:22

Modified files:
net/py-impacket: Makefile distinfo 
net/py-impacket/patches: patch-examples_goldenPac_py 
 patch-examples_nmapAnswerMachine_py 
 patch-examples_raiseChild_py 
net/py-impacket/pkg: DESCR PLIST 
Removed files:
net/py-impacket/patches: patch-examples_tracer_py 
 
patch-impacket_examples_ntlmrelayx_utils_targetsutils_py 
 patch-setup_py 

Log message:
- update to py-impacket-0.9.21
- switch to python3

tested with various machines in the hack the box labs



CVS: cvs.openbsd.org: ports

2020-05-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/05/31 05:48:57

Modified files:
devel  : Makefile 

Log message:
hookup py-crc32c,python3



CVS: cvs.openbsd.org: ports

2020-05-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/05/31 05:46:47

Log message:
import py-crc32c-2.0

This package implements the crc32c checksum algorithm. It automatically
chooses between a hardware-based implementation (using the CRC32C SSE
4.2 instruction of Intel CPUs), or a software-based one when no hardware
support can be found.

ok aja@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20203105

N ports/devel/py-crc32c/Makefile
N ports/devel/py-crc32c/distinfo
N ports/devel/py-crc32c/pkg/DESCR
N ports/devel/py-crc32c/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-05-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/05/31 03:49:07

Modified files:
net/uhttpmock  : Makefile distinfo 
net/uhttpmock/pkg: PLIST 

Log message:
update to uhttpmock-0.5.2



<    3   4   5   6   7   8   9   10   11   12   >