FreeBSD/doc 8064e59documentation/content/ru/books/faq _index.po _index.adoc

update translation of books/faq to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55583
DeltaFile
+46-44documentation/content/ru/books/faq/_index.po
+12-12documentation/content/ru/books/faq/_index.adoc
+58-562 files

FreeBSD/doc 8ce37e5documentation/content/ru/books/developers-handbook/ipv6 _index.po, documentation/content/ru/books/developers-handbook/policies _index.po

update translation of books/developers-handbook to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55582
DeltaFile
+77-78documentation/content/ru/books/developers-handbook/sockets/_index.po
+30-30documentation/content/ru/books/developers-handbook/x86/_index.po
+25-24documentation/content/ru/books/developers-handbook/ipv6/_index.po
+24-24documentation/content/ru/books/developers-handbook/x86/_index.adoc
+15-13documentation/content/ru/books/developers-handbook/policies/_index.po
+14-14documentation/content/ru/books/developers-handbook/sockets/_index.adoc
+185-18314 files not shown
+243-24120 files

FreeBSD/ports 2bf9c3fjava/openjdk20 Makefile, java/openjdk20/files patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c

java/openjdk20: Remove expired port

2026-03-12 java/openjdk20: No longer supported by upstream
DeltaFile
+0-209java/openjdk20/files/patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c
+0-182java/openjdk20/Makefile
+0-89java/openjdk20/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c
+0-28java/openjdk20/files/patch-src_hotspot_os__cpu_bsd__ppc_javaThread__bsd__ppc.cpp
+0-20java/openjdk20/files/patch-make_hotspot_lib_JvmMapfile.gmk
+0-19java/openjdk20/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp
+0-54711 files not shown
+1-65317 files

FreeBSD/doc c850d38documentation/content/ru/articles/problem-reports _index.po _index.adoc

update translation of articles/problem-reports to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55722
DeltaFile
+377-300documentation/content/ru/articles/problem-reports/_index.po
+46-33documentation/content/ru/articles/problem-reports/_index.adoc
+423-3332 files

NetBSD/pkgsrc-wip 4d249c4. TODO

TODO: + crush-0.49.0.
DeltaFile
+1-0TODO
+1-01 files

FreeBSD/ports b755eb7Mk bsd.default-versions.mk, Mk/Uses java.mk

Mk: unregister expired java/openjdk20
DeltaFile
+3-6Mk/Uses/java.mk
+1-1Mk/bsd.default-versions.mk
+4-72 files

FreeBSD/doc 1e81db9documentation/content/ru/articles/pr-guidelines _index.po _index.adoc

update translation of articles/pr-guidelines to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55721
DeltaFile
+402-361documentation/content/ru/articles/pr-guidelines/_index.po
+31-21documentation/content/ru/articles/pr-guidelines/_index.adoc
+433-3822 files

FreeBSD/ports 8ef049e. MOVED, devel Makefile

devel/py-marshmallow-enum: Remove expired port

2026-01-31 devel/py-marshmallow-enum: Upstream repository has been archived on Oct 19, 2022
DeltaFile
+0-27devel/py-marshmallow-enum/Makefile
+0-3devel/py-marshmallow-enum/distinfo
+0-1devel/Makefile
+1-0MOVED
+0-1devel/py-marshmallow-enum/pkg-descr
+1-325 files

NetBSD/src kkZsnbBexternal/cddl/osnet/dist/uts/common/fs/zfs zfs_vfsops.c

   zfs: purge name cache on teardown

   this fixes name cache inconsistencies on
   certain events. eg. rollback

   ```
   zfs create $FS
   echo a > /$FS/a.txt
   echo b > /$FS/b.txt
   echo c > /$FS/c.txt
   zfs snap $FS at 2
   rm /$FS/b.txt
   cat /$FS/a.txt
   cat /$FS/b.txt || :  # create negative cache entry
   cat /$FS/c.txt
   zfs rollback $FS at 2
   cat /$FS/a.txt
   cat /$FS/b.txt  # hit the negative cache entry because of the bug
   cat /$FS/c.txt
   ```
VersionDeltaFile
1.31+3-0external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vfsops.c
+3-01 files

FreeBSD/doc 07e991cdocumentation/content/ru/articles/pam _index.po _index.adoc

update translation of articles/pam to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55581
DeltaFile
+57-64documentation/content/ru/articles/pam/_index.po
+15-15documentation/content/ru/articles/pam/_index.adoc
+72-792 files

NetBSD/src CFq1Lnbexternal/cddl/osnet/dist/uts/common/fs/zfs zfs_vnops.c zfs_znode.c

   zfs: fix case insensitive / utf-8 normalized file names

   zfs has a few options for file name comparison.
   when they are enabled, disable netbsd's name cache, which only
   supports exact-byte-matching, to avoid inconsistent behaviors.

   cf. "casesensitivity" and "normalization" in zfs(8)
VersionDeltaFile
1.86+14-6external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c
1.35+5-2external/cddl/osnet/dist/uts/common/fs/zfs/zfs_znode.c
+19-82 files

FreeBSD/doc f59e9d6documentation/content/ru/articles/gjournal-desktop _index.po _index.adoc

update translation of articles/gjournal-desktop to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55720
DeltaFile
+2,641-717documentation/content/ru/articles/gjournal-desktop/_index.po
+574-129documentation/content/ru/articles/gjournal-desktop/_index.adoc
+3,215-8462 files

FreeBSD/doc 88d0c61documentation/content/ru/articles/contributing _index.po _index.adoc

update translation of articles/contributing to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55719
DeltaFile
+298-281documentation/content/ru/articles/contributing/_index.po
+19-18documentation/content/ru/articles/contributing/_index.adoc
+317-2992 files

LLVM/project f8b2bc6llvm/lib/Target/X86 X86InstrAVX512.td, llvm/test/CodeGen/X86 shift-i512.ll

[X86] Add missing VPSRAQ broadcast-from-mem patterns for non-VLX targets (#186654)
DeltaFile
+6-0llvm/lib/Target/X86/X86InstrAVX512.td
+1-2llvm/test/CodeGen/X86/shift-i512.ll
+7-22 files

FreeBSD/doc 5cbfbb4documentation/content/ru/articles/nanobsd _index.po _index.adoc

update translation of articles/nanobsd to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55570
DeltaFile
+229-200documentation/content/ru/articles/nanobsd/_index.po
+18-14documentation/content/ru/articles/nanobsd/_index.adoc
+247-2142 files

FreeBSD/doc 71b83b7documentation/content/ru/articles/ipsec-must _index.po _index.adoc

update translation of articles/ipsec-must to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55569
DeltaFile
+32-32documentation/content/ru/articles/ipsec-must/_index.po
+7-7documentation/content/ru/articles/ipsec-must/_index.adoc
+39-392 files

FreeBSD/doc 70a2c5adocumentation/content/ru/articles/committers-guide _index.po _index.adoc

update translation of articles/committers-guide to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55568
DeltaFile
+592-557documentation/content/ru/articles/committers-guide/_index.po
+59-47documentation/content/ru/articles/committers-guide/_index.adoc
+651-6042 files

FreeBSD/doc 897f9cbdocumentation/content/ru/articles/freebsd-status-report-process _index.po _index.adoc

update translation of articles/freebsd-status-report-process to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55567
DeltaFile
+197-229documentation/content/ru/articles/freebsd-status-report-process/_index.po
+15-27documentation/content/ru/articles/freebsd-status-report-process/_index.adoc
+212-2562 files

FreeBSD/doc f5b8439documentation/content/ru/articles/pgpkeys _index.po _index.adoc

update translation of articles/pgpkeys to Russian

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55565
DeltaFile
+39-14documentation/content/ru/articles/pgpkeys/_index.po
+13-1documentation/content/ru/articles/pgpkeys/_index.adoc
+52-152 files

OpenBSD/ports LTytXkxdevel/py-vulture distinfo Makefile, devel/py-vulture/pkg PLIST

   Update py-vulture to 2.15.
VersionDeltaFile
1.12+8-0devel/py-vulture/pkg/PLIST
1.12+2-2devel/py-vulture/distinfo
1.21+1-2devel/py-vulture/Makefile
+11-43 files

OpenBSD/ports UU3dR71net/tdlib/tdlib Makefile

   tdlib's cmake files changed, it now needs -DPHP_EXECUTABLE=OFF not
   -DPHP_FOUND=OFF to avoid picking up php during build.  ok kn@
VersionDeltaFile
1.4+1-1net/tdlib/tdlib/Makefile
+1-11 files

OpenBSD/src 4WLovySusr.bin/aucat aucat.c

   aucat: When printing {start,end}pos with "%lld", cast them to long long
VersionDeltaFile
1.185+2-2usr.bin/aucat/aucat.c
+2-21 files

LLVM/project cbcfa44clang/tools/clang-ssaf-format SSAFFormat.cpp CMakeLists.txt, clang/tools/clang-ssaf-linker SSAFLinker.cpp CMakeLists.txt

[clang][ssaf][NFC] Prefix ssaf-{linker,format} dirs with 'clang-' (#186610)

Addresses:
https://github.com/llvm/llvm-project/pull/185631#issuecomment-4054586633
DeltaFile
+0-483clang/tools/ssaf-format/SSAFFormat.cpp
+483-0clang/tools/clang-ssaf-format/SSAFFormat.cpp
+329-0clang/tools/clang-ssaf-linker/SSAFLinker.cpp
+0-329clang/tools/ssaf-linker/SSAFLinker.cpp
+14-0clang/tools/clang-ssaf-linker/CMakeLists.txt
+14-0clang/tools/clang-ssaf-format/CMakeLists.txt
+840-8128 files not shown
+864-86414 files

OpenBSD/src RsEdWXfusr.bin/sndiod dev.c

   sndiod: Fix calls to enc_sil_do() with uninitialized argument

   If the encoding is native the conv structure is uninitialized and
   memset() must be used instead.
VersionDeltaFile
1.129+5-2usr.bin/sndiod/dev.c
+5-21 files

OpenBSD/src 1wgQQu1lib/libsndio aucat.c

   libsndio: Simplify cookie handling

   Simple asnprintf(3) calls can replace the "clever" malloc(3) and
   memcpy(3) calls that are much harder to review.

   ok armani, deraadt
VersionDeltaFile
1.82+9-27lib/libsndio/aucat.c
+9-271 files

FreeBSD/ports 0738417mail/imap-tools distinfo Makefile.crates

mail/imap-tools: update to 1.8.2

Changes:        https://gitlab.com/mat813/imap-tools-rs/-/blob/v1.8.2/CHANGELOG.md                                                                                                                                                                                       
DeltaFile
+161-123mail/imap-tools/distinfo
+79-60mail/imap-tools/Makefile.crates
+1-2mail/imap-tools/Makefile
+241-1853 files

NetBSD/pkgsrc 7uTeAvswww/palemoon distinfo, www/palemoon/patches patch-platform_media_libvpx_moz.build patch-platform_media_libvpx_config_linux_arm64_vp9__rtcd.h

   palemoon: aarch64 fixes from upstream.

   Should be pulled up.
VersionDeltaFile
1.1+147-0www/palemoon/patches/patch-platform_media_libvpx_moz.build
1.1+40-0www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vp9__rtcd.h
1.1+29-0www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__dsp__rtcd.h
1.1+29-0www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h
1.1+20-0www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.asm
1.39+6-1www/palemoon/distinfo
+271-16 files

Dreckly/dreckly 3b67904www/palemoon distinfo, www/palemoon/patches patch-platform_media_libvpx_moz.build patch-platform_media_libvpx_config_linux_arm64_vp9__rtcd.h

palemoon: aarch64 fixes from upstream
DeltaFile
+147-0www/palemoon/patches/patch-platform_media_libvpx_moz.build
+40-0www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vp9__rtcd.h
+29-0www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h
+29-0www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__dsp__rtcd.h
+20-0www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.asm
+5-0www/palemoon/distinfo
+270-06 files

FreeBSD/ports 0738416dns/dnstracer-rs distinfo Makefile.crates

dns/dnstracer-rs: update to 1.2.3

Changes:        https://gitlab.com/mat813/dnstracer-rs/-/blob/v1.2.3/CHANGELOG.md                                                                                                                                                                                                                                               
DeltaFile
+183-147dns/dnstracer-rs/distinfo
+91-73dns/dnstracer-rs/Makefile.crates
+1-2dns/dnstracer-rs/Makefile
+275-2223 files

OPNSense/core 7704807src/etc/inc/plugins.inc.d ntpd.inc

Services: Network Time: PPS - remove stale symlink when pps is disabled, closes https://github.com/opnsense/core/pull/9969
DeltaFile
+7-11src/etc/inc/plugins.inc.d/ntpd.inc
+7-111 files