DragonFlyBSD/src 32b06a3contrib/openresolv README.DRAGONFLY

Sync with import of openresolv-3.14.0
DeltaFile
+4-4contrib/openresolv/README.DRAGONFLY
+4-41 files

DragonFlyBSD/src 0206326contrib/openresolv resolvconf.in unbound.in

Merge branch 'vendor/OPENRESOLV'
DeltaFile
+100-15contrib/openresolv/resolvconf.in
+17-3contrib/openresolv/unbound.in
+17-2contrib/openresolv/resolvconf.conf.5.in
+14-3contrib/openresolv/resolvconf.8.in
+2-2contrib/openresolv/libc.in
+150-255 files

DragonFlyBSD/src 777eeaacontrib/openresolv resolvconf.in unbound.in

Import openresolv-3.14.0 with the following changes:

unbound: Add option for marking domains as private
resolvconf: Add option to exclude a whole file on match
DeltaFile
+100-15contrib/openresolv/resolvconf.in
+17-3contrib/openresolv/unbound.in
+17-2contrib/openresolv/resolvconf.conf.5.in
+14-3contrib/openresolv/resolvconf.8.in
+2-2contrib/openresolv/libc.in
+150-255 files

DragonFlyBSD/src 5b03e1esys/dev/sound/pci/hda hdac.h hdacc.c

hda defines, hdac devices, hdacc codecs updated from FreeBSD 14.2.
DeltaFile
+285-5sys/dev/sound/pci/hda/hdac.h
+81-0sys/dev/sound/pci/hda/hdacc.c
+54-10sys/dev/sound/pci/hda/hdac.c
+420-153 files

DragonFlyBSD/src 45f6ad1contrib/nvi2 README.DRAGONFLY

contrib/nvi2: Add brief upgrade notes
DeltaFile
+11-0contrib/nvi2/README.DRAGONFLY
+11-01 files

DragonFlyBSD/src ccbf6b9usr.bin/vi/catalog Makefile

vi(1): Add tr_TR catalog as per vendor addition
DeltaFile
+2-2usr.bin/vi/catalog/Makefile
+2-21 files

DragonFlyBSD/src b3537eausr.bin/vi pathnames.h Makefile

vi(1): Auto generate pathnames.h from source
DeltaFile
+0-29usr.bin/vi/pathnames.h
+6-1usr.bin/vi/Makefile
+6-302 files

DragonFlyBSD/src 546bc9cusr.bin/vi Makefile

vi(1): Improve the Makefile a bit
DeltaFile
+6-11usr.bin/vi/Makefile
+6-111 files

DragonFlyBSD/src a21e48cusr.bin/vi Makefile

vi(1): Update Makefile to fix build
DeltaFile
+7-8usr.bin/vi/Makefile
+7-81 files

DragonFlyBSD/src d4208adcontrib/nvi2 README.DRAGONFLY README.DELETED

contrib/nvi2: Update our README files
DeltaFile
+8-6contrib/nvi2/README.DRAGONFLY
+3-1contrib/nvi2/README.DELETED
+11-72 files

DragonFlyBSD/src 7a84a72contrib/nvi2/common conv.c

contrib/nvi2: Revert now obsolete local change to common/conv.c
DeltaFile
+0-4contrib/nvi2/common/conv.c
+0-41 files

DragonFlyBSD/src bed685fcontrib/nvi2/common key.c mem.h, contrib/nvi2/ex ex_subst.c

Merge branch 'vendor/NVI2'

Upgrade nvi2 from 2.2.0 to the 'main' branch on 2025-03-21.

Use merge options: --strategy=ort --strategy-option=theirs
DeltaFile
+94-5contrib/nvi2/common/key.c
+42-30contrib/nvi2/common/mem.h
+51-12contrib/nvi2/man/vi.1
+33-3contrib/nvi2/common/exf.c
+19-15contrib/nvi2/ex/ex_subst.c
+7-20contrib/nvi2/common/log.c
+246-8540 files not shown
+489-18346 files

DragonFlyBSD/src b687ff8contrib/nvi2/common key.c mem.h, contrib/nvi2/ex ex_subst.c

vendor/NVI2: Upgrade from 2.2.0 to main on 2025-03-21

Obtained from the 'main' branch as of commit
16de509a8b44fb50acd475473f6829baf2b3ef2c on 2025-03-21.

Vendor URL: https://github.com/lichray/nvi2
DeltaFile
+94-5contrib/nvi2/common/key.c
+42-30contrib/nvi2/common/mem.h
+51-12contrib/nvi2/man/vi.1
+33-3contrib/nvi2/common/exf.c
+19-15contrib/nvi2/ex/ex_subst.c
+7-20contrib/nvi2/common/log.c
+246-8541 files not shown
+493-18747 files

DragonFlyBSD/src a35767eusr.bin/vi options_def.h ex_def.h

vi(1): Auto generate ex_def.h and options_def.h from source files

Similar to the cmake build as performed in the vendor source.
DeltaFile
+0-84usr.bin/vi/options_def.h
+0-76usr.bin/vi/ex_def.h
+8-0usr.bin/vi/Makefile
+8-1603 files

DragonFlyBSD/src ae26203usr.bin/vi vi_extern.h ex_extern.h

vi(1): Auto generate extern headers from source files

Similar to the cmake build as performed in the vendor source.
DeltaFile
+0-145usr.bin/vi/vi_extern.h
+0-131usr.bin/vi/ex_extern.h
+0-131usr.bin/vi/common_extern.h
+36-23usr.bin/vi/Makefile
+0-31usr.bin/vi/cl_extern.h
+36-4615 files

DragonFlyBSD/src 240a24fusr.bin/vi Makefile, usr.bin/vi/ex version.h

vi(1): Auto generate version.h from README

Similar to the cmake build as performed in the vendor source.
(see the CMakeLists.txt by the vendor)
DeltaFile
+12-3usr.bin/vi/Makefile
+0-1usr.bin/vi/ex/version.h
+12-42 files

DragonFlyBSD/src 4177477contrib/nvi2/common recover.c, usr.bin/vi Makefile version.h

vi(1): Reorganize version.h and thus avoid another local modification

Meanwhile, remove the unnecessary '-I${SRCDIR}/vi' from CFLAGS.

Obtained-from: FreeBSD
DeltaFile
+3-1usr.bin/vi/Makefile
+1-1contrib/nvi2/common/recover.c
+0-1usr.bin/vi/version.h
+1-0usr.bin/vi/ex/version.h
+5-34 files

DragonFlyBSD/src 4299798contrib/nvi2/cl cl_term.c, contrib/nvi2/common exf.c

vi(1): Add CFLAGS to rename _FOREACH_SAFE() to _FOREACH_MUTABLE()

Therefore, we don't need to modify the contrib source.
DeltaFile
+4-0usr.bin/vi/Makefile
+1-1contrib/nvi2/ex/ex_cscope.c
+1-1contrib/nvi2/cl/cl_term.c
+1-1contrib/nvi2/common/exf.c
+1-1contrib/nvi2/ex/ex_global.c
+8-45 files

DragonFlyBSD/src 8747ac4contrib/nvi2/common exf.h

contrib/nvi2: Revert now obsolete local change to common/exf.h

As it turned out this local change is no longer needed.
DeltaFile
+0-2contrib/nvi2/common/exf.h
+0-21 files

DragonFlyBSD/src 5d39873lib/libz Symbol.map Versions.def

libz: Remove the 'ZLIBprivate_1.0' version together with its symbols

These three symbols are private and are not even needed to be exported
by the private 'ZLIBprivate_1.0' version tag.  So just remove them and
be the same as the default vendor zlib.map as well as other systems
(like FreeBSD and Debian Linux).
DeltaFile
+0-6lib/libz/Symbol.map
+0-3lib/libz/Versions.def
+0-92 files

DragonFlyBSD/src 91e6ac6usr.bin/vi Makefile

vi(1): Clean up Makefile

No functional changes.  In preparation for later updates.
DeltaFile
+20-22usr.bin/vi/Makefile
+20-221 files

DragonFlyBSD/src 2ba61c6lib/libz Makefile

libz: Raise WARNS to 3

Actually, there would be only -Wcast-qual warnings if raise WARNS to 6.
DeltaFile
+1-1lib/libz/Makefile
+1-11 files

DragonFlyBSD/src 47fd39acontrib/zlib README.DRAGONFLY README.DELETED

contrib/zlib: Update our README files
DeltaFile
+4-4contrib/zlib/README.DRAGONFLY
+0-1contrib/zlib/README.DELETED
+4-52 files

DragonFlyBSD/src 158d5b3lib/libz Makefile Makefile.stand

libz: Update source path in Makefiles
DeltaFile
+1-1lib/libz/Makefile
+1-1lib/libz/Makefile.stand
+2-22 files

DragonFlyBSD/src 450d1b5lib/libz zconf.h

libz: Reconfigure to update zconf.h
DeltaFile
+7-11lib/libz/zconf.h
+7-111 files

DragonFlyBSD/src 340022dcontrib/zlib README.DRAGONFLY

contrib/zlib: Fix and improve the upgrade notes in README
DeltaFile
+4-2contrib/zlib/README.DRAGONFLY
+4-21 files

DragonFlyBSD/src f5aa1bccontrib/zlib crc32.h deflate.c, contrib/zlib-1.2 crc32.h deflate.c

Merge branch 'vendor/ZLIB'

Upgrade zlib from 1.2.13 to 1.3.1.
DeltaFile
+0-9,446contrib/zlib-1.2/crc32.h
+9,446-0contrib/zlib/crc32.h
+0-2,217contrib/zlib-1.2/deflate.c
+2,139-0contrib/zlib/deflate.c
+1,938-0contrib/zlib/zlib.h
+0-1,935contrib/zlib-1.2/zlib.h
+13,523-13,59857 files not shown
+24,156-24,63263 files

DragonFlyBSD/src 1e71fa9contrib/zlib LICENSE

vendor/ZLIB: Add back LICENSE

As we did for other vendor sources.  Don't know why it was
deleted/missed before.
DeltaFile
+22-0contrib/zlib/LICENSE
+22-01 files

DragonFlyBSD/src c7207a5contrib/zlib deflate.c trees.c

vendor/ZLIB: Upgrade from 1.2.13 to 1.3.1

Changes in 1.3.1 (22 Jan 2024)
- Reject overflows of zip header fields in minizip
- Fix bug in inflateSync() for data held in bit buffer
- Add LIT_MEM define to use more memory for a small deflate speedup
- Fix decision on the emission of Zip64 end records in minizip
- Add bounds checking to ERR_MSG() macro, used by zError()
- Neutralize zip file traversal attacks in miniunz
- Fix a bug in ZLIB_DEBUG compiles in check_match()
- Various portability and appearance improvements

Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9
- Fix bug when gzungetc() is used immediately after gzopen()
- Fix bug when using gzflush() with a very small buffer
- Fix crash when gzsetparams() attempted for transparent write
- Fix test/example.c to work with FORCE_STORED

    [10 lines not shown]
DeltaFile
+267-345contrib/zlib/deflate.c
+239-303contrib/zlib/trees.c
+197-194contrib/zlib/zlib.h
+86-162contrib/zlib/crc32.c
+31-100contrib/zlib/inflate.c
+28-85contrib/zlib/gzlib.c
+848-1,18918 files not shown
+1,046-1,54424 files

DragonFlyBSD/src 2f58d6fcontrib/zlib crc32.h deflate.c, contrib/zlib-1.2 crc32.h deflate.c

vendor/ZLIB: Remove the version suffix for later 1.3.x upgrade
DeltaFile
+9,446-0contrib/zlib/crc32.h
+0-9,446contrib/zlib-1.2/crc32.h
+2,217-0contrib/zlib/deflate.c
+0-2,217contrib/zlib-1.2/deflate.c
+1,935-0contrib/zlib/zlib.h
+0-1,935contrib/zlib-1.2/zlib.h
+13,598-13,59852 files not shown
+24,584-24,58458 files