Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
Re: [Update] devel/libinotify 20240724
To:
Volker Schlecht <openbsd-ports@schlecht.dev>
Cc:
ports <ports@openbsd.org>, kirby@openbsd.org
Date:
Mon, 26 May 2025 11:22:12 +0200

Download raw body.

Thread
On Sat, 24 May 2025 16:35:24 +0200,
Volker Schlecht <openbsd-ports@schlecht.dev> wrote:
> 
> [1  <text/plain; UTF-8 (7bit)>]
> Updates devel/libinotify to
> 
> https://github.com/libinotify-kqueue/libinotify-kqueue/releases/tag/20240724
> 
> with the recent fix from visa@, this port picks up EVFILT_USER which
> enables the direct mode for OpenBSD.
> 
> Tests pass on today's snapshot and inotify things generally seem to
> work.
> 
> ok?
>

Tested with devel/intellij-fsnotifier, no regression.

ok kirill@

> 
> [2 libinotify.diff <text/x-patch; UTF-8 (base64)>]
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/libinotify/Makefile,v
> retrieving revision 1.17
> diff -u -p -r1.17 Makefile
> --- Makefile	11 Mar 2022 18:50:34 -0000	1.17
> +++ Makefile	24 May 2025 14:15:47 -0000
> @@ -2,10 +2,10 @@ COMMENT =		kevent based inotify
>  
>  GH_ACCOUNT =		libinotify-kqueue
>  GH_PROJECT =		libinotify-kqueue
> -GH_TAGNAME =		20211018
> +GH_TAGNAME =		20240724
>  PKGNAME =		libinotify-${GH_TAGNAME}
>  
> -SHARED_LIBS =		inotify 3.0
> +SHARED_LIBS =		inotify 3.1
>  
>  CATEGORIES =		devel
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/libinotify/distinfo,v
> retrieving revision 1.9
> diff -u -p -r1.9 distinfo
> --- distinfo	24 Nov 2021 11:18:26 -0000	1.9
> +++ distinfo	24 May 2025 14:15:47 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (libinotify-kqueue-20211018.tar.gz) = 4KMthn87bRBSS0XRbaVWEfv4vLuE69QOxJ49S2S3o6Y=
> -SIZE (libinotify-kqueue-20211018.tar.gz) = 74778
> +SHA256 (libinotify-kqueue-20240724.tar.gz) = EgOY/5UzbQTzznrIIOBJAFliWXYmQQDcya+dEemSsMo=
> +SIZE (libinotify-kqueue-20240724.tar.gz) = 77857

-- 
wbr, Kirill