Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 14:56:07 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Gautam Mani <execve@gmail.com>
Subject:   git: bc0eed4005b9 - main - games/stockfish: Update 17.1 => 18
Message-ID:  <699c6a87.2107b.3719d0ec@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bc0eed4005b958c3466ddc3ff3ad20af5daeb8d4

commit bc0eed4005b958c3466ddc3ff3ad20af5daeb8d4
Author:     Gautam Mani <execve@gmail.com>
AuthorDate: 2026-02-23 14:54:04 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-23 14:56:02 +0000

    games/stockfish: Update 17.1 => 18
    
    Summary of changes:
    + Improved quality of chess play, ELO gain of up to 46 points.
    + Next generation evaluation introducing the SFNNv10 network
      architecture.
    + Hardware and Performance Optimizations.
    + Search Improvements.
    
    Changelog:
    https://github.com/official-stockfish/Stockfish/releases/tag/sf_18
    
    PR:     292927
---
 games/stockfish/Makefile |  4 ++--
 games/stockfish/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile
index 9f7723851f54..069e77801b28 100644
--- a/games/stockfish/Makefile
+++ b/games/stockfish/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	stockfish
 DISTVERSIONPREFIX=	sf_
-DISTVERSION=	17.1
+DISTVERSION=	18
 CATEGORIES=	games
 MASTER_SITES=	https://tests.stockfishchess.org/api/nn/:nnue1 \
 		https://tests.stockfishchess.org/api/nn/:nnue2
@@ -27,7 +27,7 @@ MAKE_ARGS=	ARCH=${MYARCH} \
 		PREFIX=${PREFIX}
 ALL_TARGET=	build
 
-_NNUE1_VER=	1c0000000000
+_NNUE1_VER=	c288c895ea92
 _NNUE2_VER=	37f18f62d772
 
 BINARY_ALIAS=	wget=true
diff --git a/games/stockfish/distinfo b/games/stockfish/distinfo
index 3b9950554a0f..9cc8bc12fa92 100644
--- a/games/stockfish/distinfo
+++ b/games/stockfish/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1743583714
-SHA256 (nn-1c0000000000.nnue) = 1c0000000000a67d629999d932d0c373f7450ce43cd12d0562868f4eaf9ae2ad
-SIZE (nn-1c0000000000.nnue) = 74874478
+TIMESTAMP = 1770188374
+SHA256 (nn-c288c895ea92.nnue) = c288c895ea924429ea9092e3f36b2b3c1f00f2a3a4c759ff7e57e79e3b43e4a7
+SIZE (nn-c288c895ea92.nnue) = 108919594
 SHA256 (nn-37f18f62d772.nnue) = 37f18f62d772f3107e1d6aaca3898c130c3c86f2ab63e6555fbbca20635a899d
 SIZE (nn-37f18f62d772.nnue) = 3519630
-SHA256 (official-stockfish-Stockfish-sf_17.1_GH0.tar.gz) = 0cfd9396438798cc68f5c0d5fa0bb458bb8ffff7de06add841aaeace86bec1f1
-SIZE (official-stockfish-Stockfish-sf_17.1_GH0.tar.gz) = 222553
+SHA256 (official-stockfish-Stockfish-sf_18_GH0.tar.gz) = 22a195567e3493e7c9ca8bf8fa2339f4ffc876384849ac8a417ff4b919607e7b
+SIZE (official-stockfish-Stockfish-sf_18_GH0.tar.gz) = 251738


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699c6a87.2107b.3719d0ec>