Index | Thread | Search

From:
Pascal Stumpf <pascal@stumpf.co>
Subject:
Re: devel/binutils, devel/gas: update to 2.46.1; add myself as co-maintainer
To:
ports@openbsd.org
Date:
Thu, 18 Jun 2026 21:12:34 +0200

Download raw body.

Thread
OK for devel/gas.

On Wed, 17 Jun 2026 14:24:24 +0200, Kirill A. Korinsky wrote:
> Pascal, ports@,
> 
> I'd like to update both devel/binutils and devel/gas to 2.46.1 and add
> myself as co-maintainer of devel/gas and maintainer of devel/binutils.
> 
> Tested on -current/amd64 by building both lang/gcc/15 and lang/gcc/16.
> 
> Ok?
> 
> Index: devel/binutils/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/devel/binutils/Makefile,v
> diff -u -p -r1.27 Makefile
> --- devel/binutils/Makefile	27 Mar 2026 20:40:12 -0000	1.27
> +++ devel/binutils/Makefile	17 Jun 2026 10:33:04 -0000
> @@ -1,13 +1,14 @@
>  COMMENT =	GNU binary utilities
>  
>  # keep version synchronized with devel/gas
> -V =		2.45.1
> +V =		2.46.1
>  DISTNAME =	binutils-${V}
> -REVISION =	4
>  
>  CATEGORIES =	devel
>  
>  HOMEPAGE =	https://sourceware.org/binutils/
> +
> +MAINTAINER =	Kirill A. Korinsky <kirill@korins.ky>
>  
>  # GPLv3+
>  PERMIT_PACKAGE =	Yes
> Index: devel/binutils/distinfo
> ===================================================================
> RCS file: /home/cvs/ports/devel/binutils/distinfo,v
> diff -u -p -r1.9 distinfo
> --- devel/binutils/distinfo	29 Nov 2025 18:11:04 -0000	1.9
> +++ devel/binutils/distinfo	17 Jun 2026 10:33:10 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (binutils-2.45.1.tar.gz) = K2OuCtAV6ydVKU8Se/0XnBhJl53Ye26OGnN2lkpDI9w=
> -SIZE (binutils-2.45.1.tar.gz) = 52703549
> +SHA256 (binutils-2.46.1.tar.gz) = NkyPqhnqRsRAicLVnB/ubtqaJzeH0P6Kud+ySQacau4=
> +SIZE (binutils-2.46.1.tar.gz) = 53938528
> Index: devel/gas/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/devel/gas/Makefile,v
> diff -u -p -r1.10 Makefile
> --- devel/gas/Makefile	25 Nov 2025 14:13:57 -0000	1.10
> +++ devel/gas/Makefile	17 Jun 2026 10:32:40 -0000
> @@ -1,7 +1,7 @@
>  COMMENT =		GNU assembler
>  
>  # keep version synchronized with devel/binutils
> -V =			2.45.1
> +V =			2.46.1
>  DISTNAME =		binutils-$V
>  PKGNAME =		gas-$V
>  
> @@ -9,7 +9,8 @@ CATEGORIES =		devel
>  
>  HOMEPAGE =		https://sourceware.org/binutils/
>  
> -MAINTAINER =		Pascal Stumpf <pascal@stumpf.co>
> +MAINTAINER =		Pascal Stumpf <pascal@stumpf.co> \
> +			Kirill A. Korinsky <kirill@korins.ky>
>  
>  # GPLv3+
>  PERMIT_PACKAGE =	Yes
> Index: devel/gas/distinfo
> ===================================================================
> RCS file: /home/cvs/ports/devel/gas/distinfo,v
> diff -u -p -r1.4 distinfo
> --- devel/gas/distinfo	25 Nov 2025 14:13:57 -0000	1.4
> +++ devel/gas/distinfo	17 Jun 2026 10:32:45 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (binutils-2.45.1.tar.gz) = K2OuCtAV6ydVKU8Se/0XnBhJl53Ye26OGnN2lkpDI9w=
> -SIZE (binutils-2.45.1.tar.gz) = 52703549
> +SHA256 (binutils-2.46.1.tar.gz) = NkyPqhnqRsRAicLVnB/ubtqaJzeH0P6Kud+ySQacau4=
> +SIZE (binutils-2.46.1.tar.gz) = 53938528
> 
> 
> -- 
> wbr, Kirill