NetBSD/src YSOwivZdoc CHANGES-11.0

   Additional pull-ups for ticket #309
VersionDeltaFile
1.1.2.99+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/src McGpOD0distrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   Pull up the following revisions, requested by christos in ticket #309:

        src/distrib/sets/lists/base/shl.mi      1.1041
        src/distrib/sets/lists/debug/shl.mi     1.401

   bump libunbound
VersionDeltaFile
1.1008.2.7+2-2distrib/sets/lists/base/shl.mi
1.367.2.8+2-2distrib/sets/lists/debug/shl.mi
+4-42 files

NetBSD/src ZElaXmuexternal/bsd/unbound/include config.h, external/bsd/unbound/lib/libunbound unbound.expsym shlib_version

   Pull up the following revisions, requested by christos in ticket #309:

        src/external/bsd/unbound/include/config.h       1.16,1.17
        external/bsd/unbound/lib/libunbound/shlib_version       1.9
        external/bsd/unbound/lib/libunbound/unbound.expsym      1.4

   Merge changes between unbound 1.24.2 and 1.25.1

   turn off HAVE_ATTR_NONSTRING for clang, our clang doesn't have it.
   should fix all the llvm builds i hope.
VersionDeltaFile
1.12.4.3+218-190external/bsd/unbound/include/config.h
1.1.2.2+8-0external/bsd/unbound/lib/libunbound/unbound.expsym
1.6.4.2+2-2external/bsd/unbound/lib/libunbound/shlib_version
+228-1923 files

NetBSD/src uQslwpvtests/usr.bin/xlint/lint1 msg_132.c, usr.bin/xlint/lint1 tree.c

   lint: clean up
VersionDeltaFile
1.715+7-12usr.bin/xlint/lint1/tree.c
1.59+3-3tests/usr.bin/xlint/lint1/msg_132.c
+10-152 files

NetBSD/src KDa9WrAsys/arch/mips/mips mips_fixup.c

   KNF
VersionDeltaFile
1.25+5-5sys/arch/mips/mips/mips_fixup.c
+5-51 files

NetBSD/src E463AhEtests/usr.bin/xlint/lint1 msg_062.c decl.c, usr.bin/xlint/lint1 decl.c func.c

   lint: warn about non-prototype function definition even without -h

   There's nothing heuristic about function prototypes, so having this
   warning conditional on -h doesn't make sense.  But if there's an
   identifier list in the function definition, don't warn, as that case is
   already covered by message 384.
VersionDeltaFile
1.429+6-4usr.bin/xlint/lint1/decl.c
1.200+4-4usr.bin/xlint/lint1/func.c
1.10+3-2tests/usr.bin/xlint/lint1/msg_062.c
1.37+2-2tests/usr.bin/xlint/lint1/decl.c
1.12+2-1tests/usr.bin/xlint/lint1/msg_343.c
1.241+2-1usr.bin/xlint/lint1/lint1.h
+19-146 files

NetBSD/pkgsrc 9X0VECjgeography/R-osmdata Makefile distinfo

   (geography/R-osmdata) Updated 0.2.5 to 0.3.0, fix build against R 4.6.0

   # osmdata 0.3.0

   ## Breaking changes

   - Remove `magrittr` from imports. User code relaying on reexported pipe `%>%`
     from `osmdata` must explicitly load it with `library(magrittr)`.
     Code examples, tests and vignettes now use the pipe from base (`|>`) available since R 4.1 (#361)
   - `getbb(..., format_out = "polygon")` return polygons following [https://www.ogc.org/standards/sfa/].
     Polygons are defined by a list of matrices of coordinates. The first ring defines the exterior boundary, and the following rings define holes if present.
     Also fix `getbb(..., format_out = "sf_polygon")` returning each (multi)polygon as a row in an `sf` object.
     Before, every ring was an independent polygon, even for holes or multipolygons,
     and for `format_out = "sf_polygon"`, the features were split in a list with polygons in one item and multipolygons in another (#378).

   ## Major changes

   - Implemented `c.osmdata_sc` method to join `osmdata_sc` objects (#333)
   - Depends on R >= 4.1 to use the base pipe (`|>`) in examples and vignettes (#371)

    [22 lines not shown]
VersionDeltaFile
1.4+9-2geography/R-osmdata/Makefile
1.6+4-4geography/R-osmdata/distinfo
+13-62 files

NetBSD/src mp0bDWUsys/sys fcntl.h

   PR standards/60335 -- expose O_EXEC for Posix I7 & beyond

   XXX pullup -9 -10 -11
VersionDeltaFile
1.59+4-1sys/sys/fcntl.h
+4-11 files

NetBSD/src 2rxfRardoc CHANGES-11.0

   Tickets #306 - #310
VersionDeltaFile
1.1.2.98+514-1doc/CHANGES-11.0
+514-11 files

NetBSD/src tIzsnpwsys/arch/powerpc/ibm4xx/dev dwcsata.c, sys/arch/powerpc/include/ibm4xx dcr4xx.h

   Dubious workaround for SATA DMA vs. USB issues on 460EX.

   When USB host schedules start running at attach, controller
   bus masters these schedules on the same AHB bridge where SATA
   is. Then when SATA transfer occurs, it starves the DMAC's
   FIFO drain - workaround pauses USB schedules during SATA DMA.
   This improves the situation, but it's not bulletproof.
VersionDeltaFile
1.2+198-6sys/arch/powerpc/ibm4xx/dev/dwcsata.c
1.6+3-1sys/arch/powerpc/include/ibm4xx/dcr4xx.h
+201-72 files

NetBSD/pkgsrc 2fLTDzkdevel/cmocka distinfo, devel/cmocka/patches patch-include_cmocka.h

   devel/cmocka: Don't use newfangled attribute access on gcc < 12

   The usage is guarded on __has_attribute(access), but that apparently
   doesn't distinguish having access none.  Fix inspired by an upstream
   bug report (which has a huge hex string intstead of a number in the
   brave new world of gitlab), avoid attribute access on gcc <= 12.

   Upstream has not acted on or commented on the bug report, file on
   April 10.

   Resolves failure to build on NetBSD 10, probably resolves problems on
   other gcc 10 hosts, and shouldn't affect systems with gcc >= 12.
VersionDeltaFile
1.5+15-15devel/cmocka/patches/patch-include_cmocka.h
1.15+2-1devel/cmocka/distinfo
+17-162 files

NetBSD/src E9IVXNxdistrib/sets/lists/xbase md.evbarm md.i386, distrib/sets/lists/xdebug md.amd64 md.evbarm

   Pull up following revision(s) (requested by mrg in ticket #310):

        distrib/sets/lists/xdebug/md.amd64: revision 1.71
        distrib/sets/lists/xdebug/md.evbarm: revision 1.41
        distrib/sets/lists/xbase/md.amd64: revision 1.24
        distrib/sets/lists/xbase/md.evbarm: revision 1.12
        distrib/sets/lists/xdebug/md.i386: revision 1.68
        distrib/sets/lists/xbase/md.i386: revision 1.38
        external/mit/xorg/lib/libdrm_amdgpu/Makefile: revision 1.7
        external/mit/xorg/lib/libdrm_amdgpu/shlib_version: revision 1.5

   updates for libdrm 2.4.134.
VersionDeltaFile
1.4.2.1+2-2external/mit/xorg/lib/libdrm_amdgpu/shlib_version
1.11.2.1+2-2distrib/sets/lists/xbase/md.evbarm
1.37.2.1+2-2distrib/sets/lists/xbase/md.i386
1.69.2.1+2-2distrib/sets/lists/xdebug/md.amd64
1.39.2.1+2-2distrib/sets/lists/xdebug/md.evbarm
1.66.2.1+2-2distrib/sets/lists/xdebug/md.i386
+12-122 files not shown
+16-158 files

NetBSD/xsrc k60aEdEexternal/mit/libdrm/dist/amdgpu amdgpu_asic_id.c, external/mit/libdrm/dist/data amdgpu.ids

   Pull up the following revisions, requested by mrg in ticket #310:

        external/mit/libdrm/dist/amdgpu/amdgpu_userq.c  up to 1.2
        external/mit/libdrm/dist/tests/amdgpu/amdgpu_test.c delete
        external/mit/libdrm/dist/tests/amdgpu/amdgpu_test.h delete
        external/mit/libdrm/dist/tests/amdgpu/basic_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/bo_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/cp_dma_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/cs_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/deadlock_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/decode_messages.h delete
        external/mit/libdrm/dist/tests/amdgpu/frame.h   delete
        external/mit/libdrm/dist/tests/amdgpu/hotunplug_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/jpeg_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/ras_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/security_tests.c delete
        external/mit/libdrm/dist/tests/amdgpu/shader_code.h delete
        external/mit/libdrm/dist/tests/amdgpu/shader_code_gfx10.h delete
        external/mit/libdrm/dist/tests/amdgpu/shader_code_gfx11.h delete

    [57 lines not shown]
VersionDeltaFile
1.1.1.8.2.1+303-1external/mit/libdrm/dist/tests/util/pattern.c
1.1.1.13.2.1+300-0external/mit/libdrm/dist/include/drm/amdgpu_drm.h
1.1.1.10.2.1+230-32external/mit/libdrm/dist/include/drm/drm_fourcc.h
1.1.1.12.2.1+207-44external/mit/libdrm/dist/data/amdgpu.ids
1.1.1.3.6.1+189-5external/mit/libdrm/dist/amdgpu/amdgpu_asic_id.c
1.1.1.15.2.1+193-1external/mit/libdrm/dist/include/drm/drm_mode.h
+1,422-8367 files not shown
+2,263-33473 files

NetBSD/src f6njiPnexternal/bsd/unbound/dist configure, external/bsd/unbound/dist/doc unbound.conf.5.in unbound.conf.rst

   Pull up the following revisions, requested by christos in ticket #309:

        external/bsd/unbound/dist/contrib/gost12.patch  up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_https_origin.tdir/127.0.0.1/example.com.zone up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_https_origin.tdir/auth_https_origin.conf up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_https_origin.tdir/auth_https_origin.dsc up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_https_origin.tdir/auth_https_origin.post up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_https_origin.tdir/auth_https_origin.pre up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_https_origin.tdir/auth_https_origin.test up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_https_origin.tdir/petal.key up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_https_origin.tdir/petal.pem up to 1.1.1.1
        external/bsd/unbound/dist/testdata/subnet_cached_servfail_timeout.crpl up to 1.1.1.1
        external/bsd/unbound/dist/testdata/auth_notify_lookup.rpl up to 1.1.1.1
        external/bsd/unbound/dist/testdata/dname_unsigned_cname.rpl up to 1.1.1.1
        external/bsd/unbound/dist/testdata/ds_wildcard_cname.rpl up to 1.1.1.1
        external/bsd/unbound/dist/testdata/fwd_scrub_rrsig.rpl up to 1.1.1.1
        external/bsd/unbound/dist/testdata/iter_dname_ttl0.rpl up to 1.1.1.1
        external/bsd/unbound/dist/testdata/iter_nat64_donotq.rpl up to 1.1.1.1
        external/bsd/unbound/dist/testdata/iter_priv_svcb.rpl up to 1.1.1.1

    [185 lines not shown]
VersionDeltaFile
1.1.1.8.4.2+4,279-4,238external/bsd/unbound/dist/util/configlexer.c
1.1.1.8.4.2+2,312-2,835external/bsd/unbound/dist/configure
1.1.1.8.4.2+2,286-2,230external/bsd/unbound/dist/util/configparser.c
1.1.1.8.4.2+411-147external/bsd/unbound/dist/doc/unbound.conf.5.in
1.1.1.1.2.3+385-137external/bsd/unbound/dist/doc/unbound.conf.rst
1.1.1.1.2.2+522-0external/bsd/unbound/dist/testdata/respip_dns64_lookup.rpl
+10,195-9,587228 files not shown
+19,071-15,641234 files

NetBSD/src mNE27ubcrypto/external/apache2/openssl/dist/apps testrsa.h, crypto/external/apache2/openssl/dist/crypto/cast cast_s.h

   Pull up the following revisions, requested by christos in ticket #308:

        crypto/external/apache2/openssl/dist/test/recipes/80-test_cmsapi_data/cms_pwri_kek_oob.der up to 1.1.1.1
        crypto/external/apache2/openssl/dist/test/recipes/80-test_pkcs12_data/pbmac1_256_256.bad-key-len.p12 up to 1.1.1.1
        crypto/external/apache2/openssl/dist/test/recipes/80-test_pkcs12_data/pbmac1_256_256.good-shorter-key-len.p12 up to 1.1.1.1
        crypto/external/apache2/openssl/dist/test/recipes/70-test_tls13ticket.t up to 1.1.1.1
        crypto/external/apache2/openssl/dist/test/smime-eml/pkcs7-empty-digest-set.eml up to 1.1.1.1
        crypto/external/apache2/openssl/dist/test/cms-msg/make_missing_kdf_der.py up to 1.1.1.1
        crypto/external/apache2/openssl/dist/test/cms-msg/missing-kdf.der up to 1.1.1.1
        crypto/external/apache2/openssl/dist/test/tls13tickettest.c up to 1.1.1.1
        crypto/external/apache2/openssl/dist/CHANGES.md up to 1.1.1.4
        crypto/external/apache2/openssl/dist/Configure  up to 1.1.1.2
        crypto/external/apache2/openssl/dist/NEWS.md    up to 1.1.1.4
        crypto/external/apache2/openssl/dist/VERSION.dat up to 1.1.1.4
        crypto/external/apache2/openssl/dist/Configurations/README.md up to 1.1.1.2
        crypto/external/apache2/openssl/dist/apps/enc.c up to 1.1.1.3
        crypto/external/apache2/openssl/dist/apps/list.c up to 1.1.1.3
        crypto/external/apache2/openssl/dist/apps/s_client.c up to 1.1.1.4
        crypto/external/apache2/openssl/dist/apps/skeyutl.c up to 1.1.1.3

    [196 lines not shown]
VersionDeltaFile
1.1.1.1.2.2+1,195-8,676crypto/external/apache2/openssl/dist/test/quic_record_test.c
1.1.1.1.2.2+449-4,467crypto/external/apache2/openssl/dist/apps/testrsa.h
1.1.1.1.2.2+380-3,027crypto/external/apache2/openssl/dist/fuzz/dtlsserver.c
1.1.1.1.2.2+284-2,821crypto/external/apache2/openssl/dist/test/pkcs12_format_test.c
1.1.1.1.2.2+224-2,214crypto/external/apache2/openssl/dist/test/evp_extra_test2.c
1.1.1.1.2.2+257-2,049crypto/external/apache2/openssl/dist/crypto/cast/cast_s.h
+2,789-23,254213 files not shown
+8,428-36,078219 files

NetBSD/src 3XrAQTxcrypto/external/apache2/openssl/dist/ssl/record/methods tls_common.c

   Pull up following revision(s) (requested by wiz in ticket #307):

        crypto/external/apache2/openssl/dist/ssl/record/methods/tls_common.c: revision 1.2

   Apply "Fix false success when BIO_write returns 0 without retry" patch
   from https://github.com/openssl/openssl/pull/31021

   Fixes PR 60292.
VersionDeltaFile
1.1.1.1.2.2+18-6crypto/external/apache2/openssl/dist/ssl/record/methods/tls_common.c
+18-61 files

NetBSD/src YAl6Yd2doc CHANGES-9.5

   Ticket #2013
VersionDeltaFile
1.1.2.103+32-1doc/CHANGES-9.5
+32-11 files

NetBSD/src gNvFSLmexternal/public-domain/tz/dist theory.html NEWS

   Pull up the following revisions, requested by kre in ticket #2013:

        external/public-domain/tz/dist/CONTRIBUTING     up to 1.1.1.10
        external/public-domain/tz/dist/Makefile         up to 1.5
        external/public-domain/tz/dist/NEWS             up to 1.7
        external/public-domain/tz/dist/README           up to 1.3
        external/public-domain/tz/dist/SECURITY         up to 1.1.1.2
        external/public-domain/tz/dist/TZDATA_VERSION   up to 1.45
        external/public-domain/tz/dist/africa           up to 1.3
        external/public-domain/tz/dist/antarctica       up to 1.4
        external/public-domain/tz/dist/asia             up to 1.16
        external/public-domain/tz/dist/australasia      up to 1.12
        external/public-domain/tz/dist/backzone         up to 1.4
        external/public-domain/tz/dist/calendars        up to 1.1.1.3
        external/public-domain/tz/dist/checknow.awk     up to 1.4
        external/public-domain/tz/dist/etcetera         up to 1.4
        external/public-domain/tz/dist/europe           up to 1.5
        external/public-domain/tz/dist/iso3166.tab      up to 1.1.1.10
        external/public-domain/tz/dist/leap-seconds.list up to 1.11

    [12 lines not shown]
VersionDeltaFile
1.1.1.8.2.9+195-188external/public-domain/tz/dist/theory.html
1.1.1.27.2.12+269-0external/public-domain/tz/dist/NEWS
1.1.1.24.2.11+150-86external/public-domain/tz/dist/Makefile
1.1.1.24.2.11+104-22external/public-domain/tz/dist/europe
1.1.1.23.2.10+97-12external/public-domain/tz/dist/northamerica
1.1.1.1.4.6+50-50external/public-domain/tz/dist/zonenow.tab
+865-35821 files not shown
+986-47627 files

NetBSD/src 4dTVmpVdoc CHANGES-10.2

   Ticket #1271
VersionDeltaFile
1.1.2.101+31-1doc/CHANGES-10.2
+31-11 files

NetBSD/src rpqGVlLexternal/public-domain/tz/dist theory.html NEWS

   Pull up the following revisions, requested by kre in ticket #1271:

        external/public-domain/tz/dist/CONTRIBUTING     up to 1.1.1.10
        external/public-domain/tz/dist/Makefile         up to 1.5
        external/public-domain/tz/dist/NEWS             up to 1.7
        external/public-domain/tz/dist/README           up to 1.3
        external/public-domain/tz/dist/SECURITY         up to 1.1.1.2
        external/public-domain/tz/dist/TZDATA_VERSION   up to 1.45
        external/public-domain/tz/dist/africa           up to 1.3
        external/public-domain/tz/dist/antarctica       up to 1.4
        external/public-domain/tz/dist/asia             up to 1.16
        external/public-domain/tz/dist/australasia      up to 1.12
        external/public-domain/tz/dist/backzone         up to 1.4
        external/public-domain/tz/dist/calendars        up to 1.1.1.3
        external/public-domain/tz/dist/checknow.awk     up to 1.4
        external/public-domain/tz/dist/etcetera         up to 1.4
        external/public-domain/tz/dist/europe           up to 1.5
        external/public-domain/tz/dist/iso3166.tab      up to 1.1.1.10
        external/public-domain/tz/dist/leap-seconds.list up to 1.11

    [12 lines not shown]
VersionDeltaFile
1.1.1.17.2.4+195-188external/public-domain/tz/dist/theory.html
1.1.1.40.2.6+269-0external/public-domain/tz/dist/NEWS
1.1.1.35.2.5+150-86external/public-domain/tz/dist/Makefile
1.1.1.36.2.5+104-22external/public-domain/tz/dist/europe
1.1.1.32.2.6+97-12external/public-domain/tz/dist/northamerica
1.1.1.1.2.6+50-50external/public-domain/tz/dist/zonenow.tab
+865-35821 files not shown
+986-47627 files

NetBSD/src jSWaBkJsys/dev/acpi sdhc_acpi.c

   Pull up following revision(s) (requested by skrll in ticket #306):

        sys/dev/acpi/sdhc_acpi.c: revision 1.24
        sys/dev/acpi/sdhc_acpi.c: revision 1.25

   PR/60314 Raspberry PI 5 SD support doesn't work under UEFI

   Apply the necessary SDHC_FLAG_* flags to make the Broadcom STB SDHCI
   controllers (Arasan IP) with HID BRCM5D12 work.

   Thanks to Jared for help with this.


   Expand the RPi5 comment to explain the positioning of the BRCM5D12 entries.
VersionDeltaFile
1.22.2.1+17-2sys/dev/acpi/sdhc_acpi.c
+17-21 files

NetBSD/pkgsrc-wip 4c061ddresterm Makefile distinfo, resterm/patches patch-go.sum patch-go.mod

resterm: Make proper patch files to cover all required changes, also remove go tidy used for debug
DeltaFile
+44-3resterm/patches/patch-go.sum
+33-3resterm/patches/patch-go.mod
+0-5resterm/Makefile
+2-2resterm/distinfo
+79-134 files

NetBSD/pkgsrc-wip 5484e4eresterm distinfo go-modules.mk, resterm/patches patch-go.sum patch-go.mod

resterm: haking with cz.nic library which support NetBSD -> modernc.org/sqlite v1.52.1-0.20260614085003-e62c32f2abc6
DeltaFile
+32-32resterm/distinfo
+10-10resterm/go-modules.mk
+3-6resterm/patches/patch-go.sum
+2-5resterm/patches/patch-go.mod
+5-0resterm/Makefile
+52-535 files

NetBSD/src rVRxT4ksys/uvm uvm_map.c uvm_fault.c

   Remove __HAVE_UNLOCKED_PMAP support now there a no longer any users.
VersionDeltaFile
1.430+2-18sys/uvm/uvm_map.c
1.238+2-7sys/uvm/uvm_fault.c
+4-252 files

NetBSD/src Yk61Lhesys/arch/aarch64/include types.h pmap_machdep.h, sys/arch/mips/include types.h

   mi pmap: remove __HAVE_UNLOCKED_PMAP now the locking is fixed.

   The MI PMAP now allows the ability to process concurrent page faults on
   individual uvm_objects / vm_amaps in parallel, where the relevant pages
   are already in-core. As enabled in

   https://mail-index.netbsd.org/source-changes/2020/03/22/msg115362.html
VersionDeltaFile
1.22+1-6sys/arch/aarch64/include/types.h
1.67+1-6sys/arch/powerpc/include/types.h
1.21+1-4sys/arch/aarch64/include/pmap_machdep.h
1.79+1-4sys/arch/mips/include/types.h
1.20+1-3sys/arch/riscv/include/types.h
+5-235 files

NetBSD/pkgsrc CdLzhXbdoc CHANGES-2026

   doc: Updated math/R-forecast to 9.0.2
VersionDeltaFile
1.3810+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rXXXklRmath/R-forecast Makefile distinfo, math/R-forecast/patches patch-src_Makevars

   (math/R-forecast) Updated 8.23.0 to 9.0.2, Fix build against R 4.6.0

   # forecast 9.0.2

   * `checkresiduals()` correctly handles the `test` argument again (#1100)
   * `mstl()` now correctly accesses the `lambda` attribute on mstl matrix objects (#1097)

   # forecast 9.0.1

   * Performance improvements for ARFIMA model search
   * `forecast.mlm()` now finds `newdata` when passed as an argument from another function (#880)
   * `residuals.tslm()` now allows `type = "working"` as per CRAN request
   * Code modernization and performance improvements

   # forecast 9.0.0
     * `ets()` now allows missing values in the time series (#952)
     * Added `mean_model()` and `forecast.mean_model()`
     * Added `rw_model()` and `forecast.rw_model()` (m-muecke, #969)
     * Added `spline_model()` and `forecast.spline_model()` (#1013)

    [12 lines not shown]
VersionDeltaFile
1.9+15-2math/R-forecast/Makefile
1.1+10-0math/R-forecast/patches/patch-src_Makevars
1.9+5-4math/R-forecast/distinfo
+30-63 files

NetBSD/pkgsrc-wip 23cf870crush distinfo COMMIT_MSG

crush: Update to v0.77.0
DeltaFile
+57-57crush/distinfo
+10-37crush/COMMIT_MSG
+18-18crush/go-modules.mk
+1-2crush/Makefile
+86-1144 files

NetBSD/pkgsrc kclmKmTdoc CHANGES-2026

   doc: Updated math/R-igraph to 2.3.2nb2
VersionDeltaFile
1.3809+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc s7Tjqk8math/R-igraph distinfo Makefile, math/R-igraph/patches patch-src_Makevars.in

   (math/R-igraph) Updated 2.1.4 to 2.3.2, Fix Build against R-4.6.0

   # igraph 2.3.2
   --------------
   ## Bug fixes

   - Fix obsolete Fortran syntax (#2644).


   # igraph 2.3.1
   --------------
   ## Bug fixes

   - Fix mismatches between C function signatures and function
     calls. This only affects private functions that are defined but not
     yet used (#2620).


   # igraph 2.3.0

    [321 lines not shown]
VersionDeltaFile
1.1+15-0math/R-igraph/patches/patch-src_Makevars.in
1.14+5-4math/R-igraph/distinfo
1.29+2-2math/R-igraph/Makefile
+22-63 files