CVS: cvs.openbsd.org: ports

2022-07-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2022/07/04 16:31:47

Modified files:
devel/p5-Devel-FindPerl: Makefile distinfo 

Log message:
update p5-Devel-FindPerl to 0.016



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/07/04 10:36:53

Modified files:
sysutils/coreboot-utils: Makefile distinfo 
sysutils/coreboot-utils/patches: patch-util_cbmem_cbmem_c 

Log message:
update to coreboot 4.17



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2022/07/04 10:33:10

Modified files:
lang/ruby/3.0  : Makefile distinfo 
lang/ruby/3.1  : Makefile distinfo 

Log message:
Backport a fix for some integer multiplications on octeon

Integer multiplications where both integers are less than 64-bit but the
multiplication was greater than 64-bit were handled using an int128_t
type on octeon, with inconsistent results.  The simplest fix in this
case is to not use an int128_t type, and fallback to the default codepath.
I pushed a fix for this upstream, this backports that fix.

Problem discovered by the openssl-ruby tests
Initial debugging by tb@ and claudio@
Access to octeon thanks to bluhm@
Further debugging and fix by me
Testing by tb@ and visa@

OK tb@



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2022/07/04 10:29:03

Modified files:
lang/ruby  : Makefile.inc 
lang/ruby/2.7  : Makefile 

Log message:
Add MASTER_SITES0 and PATCH_DIST_STRIP to Makefile.inc

Any Ruby distpatches are going to use these going forward, and it's
better to set these once in Makefile.inc instead of in the Makefile
for each version.



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/07/04 09:56:41

Modified files:
devel/json-c   : Makefile distinfo 
devel/json-c/pkg: PLIST 
Removed files:
devel/json-c/patches: patch-configure_ac patch-json_object_c 
  patch-random_seed_c 

Log message:
update to json-c-0.16 (went through an i386 bulk)



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/07/04 09:12:23

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

Log message:
update net/gmid to 1.8.4

* allow "@" and ":" in paths; spotted by freezr
* URL-encode the file names in the directory index; reported by cage
* improvements to the mime handling: fixed a memory leak and improve
lookup speed.
* log (with low priority) when gmid failed to open a file because of
its permissions.
* include a trailing "/" for dirs in the auto-generated directory index.
* deprecated the `map' rule in favour of the new `types' block.
* the default list is not loaded anymore when `types' is used; except for
the text/gemini to ".gmi"/".gemini" mappings.



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2022/07/04 08:49:03

Modified files:
editors/neovim : Makefile distinfo 
editors/neovim/patches: patch-static-deps_luajit_src_lj_arch_h 

Log message:
editors/neovim: update to 0.7.2

with tweak and ok edd@



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/07/04 08:25:47

Modified files:
sysutils/p5-Sys-Virt: Makefile distinfo 

Log message:
Update to p5-Sys-Virt-8.5.0.



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/07/04 08:24:23

Modified files:
misc/hwdata: Makefile distinfo 

Log message:
Update to hwdata-0.361.



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2022/07/04 07:36:49

Modified files:
devel/got  : Makefile distinfo 

Log message:
update to got 0.73

- got patch: use diff3 to merge changes if possible (op)
- tog: alias C-b/C-f to scroll page back/forward with b/f (jamsek)
- tog: make SPACE page down in all views (naddy)
- tog: allow prefixing movement keys with count modifier (jamsek)
- always show commit or tree IDs in diff header, in order to help 'got patch'
- build non-release builds with -Wwrite-strings (op)
- got patch: handle git-style diffs for the 3-way merge too (op)
- implement support for commit coloring in got-read-pack for speed
- move got_opentemp out of open_blob and blame.c for future gotwebd (tracey)
- move got_opentemp out of diff.c and diffreg.c for future gotwebd
- tog: refactor log cursor movement in preparation for horizontal split (jamsek)
- tog: implement support for horizontal splitscreens (jamsek)
- switch 'tog diff' and 'tog blame' to Myers diff by default for speed
- make the diff algorithm used by 'tog diff' and 'tog blame' configurable
- make the patch parser look for the next "diff" header for robustness (op)
- got patch: don't loose the x bit when merging with diff3 (op)
- got patch: handle mangled whitespace (op)
- fix "imsg_add TREE_ENTRY: Result too large" error on i386 (semarie, op)
- create and verify tags signed by SSH keys (jrick)
- tog: add C-g/backspace key map to abort compound commands (jamsek)
- rename got.conf(5) fetch-all-branches to fetch_all_branches for consistency
- rename got.conf(5) mirror-references to mirror_references for consistency
- use pipe() which is a more portable syscall than pipe2() (jrick)
- got patch: check for specific chars instead of using isspace(3) (op)



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/07/04 06:30:26

Modified files:
security/yubico/yubikey-personalization: Makefile 
Added files:
security/yubico/yubikey-personalization/patches: 
 patch-ykpers-args_c 
 patch-ykpers-json_c 
 patch-ykpers_c 
 patch-ykpersonalize_c 

Log message:
ykpers (yubikey-personalization): backport upstream patches (fix with newer
json-c, and pick up some memory cleaning diffs while there)



Re: CVS: cvs.openbsd.org: ports

2022-07-04 Thread Otto Moerbeek
On Mon, Jul 04, 2022 at 01:25:04PM +0200, Sol??ne Rapenne wrote:

> Le Mon, 4 Jul 2022 05:22:00 -0600 (MDT),
> Solene Rapenne  a ??crit :
> 
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: sol...@cvs.openbsd.org  2022/07/04 05:22:00
> > 
> > Modified files:
> > sysutils/appmanager: Makefile distinfo 
> > sysutils/appmanager/pkg: DESCR PLIST 
> > 
> > Log message:
> > 
> > 
> 
> cvs did commit while I thought I removed all the text in my commit
> message...
> 
> I updated it to 1.1.1, database is now built at runtime to prevent
> discrepancy between the generated database (which wasn't updated except
> if the package was rebuilt) and the actual package database.
> 
> I wanted to abort the commit because I wanted to ask a review about the
> changes, so if someone want to take a look, please go ahead, we can
> still commit changes later.
> 

Empty commit message convention is git specific. cvs only aborts the
commit if you exit the editor session witout saving. e.g. :q! in vi.

-Otto



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/07/04 06:17:55

Modified files:
archivers/lrzip: Makefile 

Log message:
lrzip: don't pick up nasm, it breaks the build



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/07/04 06:01:52

Modified files:
x11/qt5/qtbase : Makefile 
Added files:
x11/qt5/qtbase/patches: 

patch-src_corelib_thread_qwaitcondition_unix_cpp 

Log message:
qt5/qtbase: add hack to work around geq/qgis build failure on aarch64

atexit handlers in Python when running the pyuic_wrapper.sh during the
geo/qgis build segfault due to a double free in the QWaitCondition
destructor. Add a workaround to avoid this.

discussed with landry, phessler
ok rsadowski



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/07/04 05:52:42

Modified files:
www/py-tornado : Makefile distinfo 
www/py-tornado/pkg: PLIST 

Log message:
update to py3-tornado-6.2



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2022/07/04 05:26:02

Modified files:
games/vkquake/patches: patch-Quake_Makefile 

Log message:
games/vkquake: regen patch so it will apply



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2022/07/04 05:22:00

Modified files:
sysutils/appmanager: Makefile distinfo 
sysutils/appmanager/pkg: DESCR PLIST 

Log message:




CVS: cvs.openbsd.org: ports

2022-07-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/07/04 03:58:15

Modified files:
security/sslscan: Makefile distinfo 

Log message:
update to sslscan-2.0.15



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/07/04 03:58:12

Modified files:
audio/gsm  : Makefile distinfo 
audio/gsm/patches: patch-Makefile 
audio/gsm/pkg  : PLIST 

Log message:
update to gsm-1.0.20, and cleanup Makefile/patch



CVS: cvs.openbsd.org: ports

2022-07-04 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2022/07/04 02:43:57

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

Log message:
Update py-tinytuya to 1.6.1.