pkgng/pkgng c2eb4b1. NEWS auto.def

Release 2.2.1
DeltaFile
+6-0NEWS
+1-1auto.def
+7-12 files

pkgng/pkgng cb576calibpkg pkghash.c

pkghash: explicitly initialize the iterator

No change intended, but it is safer for the futur and appease gcc16's
static analyzer
DeltaFile
+1-2libpkg/pkghash.c
+1-21 files

pkgng/pkgng 01e1139src check.c

check: fix iterator leak
DeltaFile
+1-0src/check.c
+1-01 files

pkgng/pkgng 99afaa7tests/frontend conflicts.sh

tests: fix split_upgrades test to match scheduler

Sponsored by:   The FreeBSD Foundation
DeltaFile
+10-6tests/frontend/conflicts.sh
+10-61 files

pkgng/pkgng 2586f53libpkg pkg_jobs_schedule.c

Revert "scheduler: only split upgrades if a conflicts is found"

This causes frequent segmentation faults if the code is reached.
It was never reached due to inverted logic fixed in 7e7c8af752.

This reverts commit db3ff4e131936b8408a7deae3b334de41cfa04ab.
DeltaFile
+1-1libpkg/pkg_jobs_schedule.c
+1-11 files

pkgng/pkgng 8d11762libpkg pkg_jobs_schedule.c, tests/frontend issue1425.sh conflicts.sh

Revert "scheduler: fix scheduling"

This logic was not, in fact, inverted.

This reverts commit b6859a2541e7178bdaef9df5541f57a4cbe893ae.
DeltaFile
+16-16tests/frontend/issue1425.sh
+14-12tests/frontend/conflicts.sh
+8-8tests/frontend/issue1440.sh
+6-4tests/frontend/conflicts-multirepo.sh
+1-1libpkg/pkg_jobs_schedule.c
+45-415 files

pkgng/pkgng 40e24f8external/libcurl Makefile.autosetup

curl: fix build with gmake
DeltaFile
+1-1external/libcurl/Makefile.autosetup
+1-11 files

pkgng/pkgng 3f6b36fexternal/libcurl Makefile.autosetup

curl: fix build with gmake
DeltaFile
+1-1external/libcurl/Makefile.autosetup
+1-11 files

pkgng/pkgng db44eaetests/frontend conflicts.sh

tests: fix split_upgrades test to match scheduler

Sponsored by:   The FreeBSD Foundation
DeltaFile
+10-6tests/frontend/conflicts.sh
+10-61 files

pkgng/pkgng 9a1949elibpkg pkg_jobs_schedule.c

Revert "scheduler: only split upgrades if a conflicts is found"

This causes frequent segmentation faults if the code is reached.
It was never reached due to inverted logic fixed in 7e7c8af752.

This reverts commit db3ff4e131936b8408a7deae3b334de41cfa04ab.
DeltaFile
+1-1libpkg/pkg_jobs_schedule.c
+1-11 files

pkgng/pkgng 725dc2clibpkg pkg_jobs_schedule.c, tests/frontend issue1425.sh conflicts.sh

Revert "scheduler: fix scheduling"

This logic was not, in fact, inverted.

This reverts commit b6859a2541e7178bdaef9df5541f57a4cbe893ae.
DeltaFile
+16-16tests/frontend/issue1425.sh
+14-12tests/frontend/conflicts.sh
+8-8tests/frontend/issue1440.sh
+6-4tests/frontend/conflicts-multirepo.sh
+1-1libpkg/pkg_jobs_schedule.c
+45-415 files

pkgng/pkgng b8df356libpkg pkghash.c

pkghash: explicitly initialize the iterator

No change intended, but it is safer for the futur and appease gcc16's
static analyzer
DeltaFile
+1-2libpkg/pkghash.c
+1-21 files

pkgng/pkgng e16b30asrc check.c

check: fix iterator leak
DeltaFile
+1-0src/check.c
+1-01 files

pkgng/pkgng b4d15cf. NEWS auto.def

2.2.99.0
DeltaFile
+7-0NEWS
+2-2auto.def
+9-22 files

pkgng/pkgng 9d29cde. NEWS auto.def

Release 2.2.0
DeltaFile
+7-0NEWS
+3-3auto.def
+10-32 files

pkgng/pkgng 1c5f88edocs pkg-lua-script.5, external/libecc/src/sig sig_algs.c

tidy spelling
DeltaFile
+2-2docs/pkg-lua-script.5
+1-1external/libecc/src/sig/sig_algs.c
+1-1external/libucl/include/ucl.h
+1-1external/sqlite/shell.c
+1-1external/sqlite/sqlite3.c
+1-1libpkg/fetch_libcurl.c
+7-71 files not shown
+8-87 files

pkgng/pkgng 1808779external/curl configure, external/curl/lib/vssh libssh2.c

curl: update to 3.14.1
DeltaFile
+7,129-6,317external/curl/src/tool_hugehelp.c
+2,545-2,584external/curl/configure
+1,767-1,962external/curl/tests/server/Makefile.in
+1,598-1,229external/curl/lib/vssh/libssh2.c
+1,454-1,362external/curl/src/tool_getparam.c
+1,347-1,088external/curl/tests/libtest/Makefile.in
+15,840-14,5421,614 files not shown
+74,307-57,1211,620 files

pkgng/pkgng 81eff7bexternal/sqlite sqlite3.c shell.c

sqlite: update to 3.50.1
DeltaFile
+2,879-1,522external/sqlite/sqlite3.c
+671-353external/sqlite/shell.c
+102-44external/sqlite/sqlite3.h
+3,652-1,9193 files

pkgng/pkgng a7ecd9bexternal/include mum.h

mum: update to latest version
DeltaFile
+115-147external/include/mum.h
+115-1471 files

pkgng/pkgng 86451badocs pkg-install.8

pkg-install.8: Optimize title to fit in one line

Remove the second instance of the word "packages".

Discussed with: emaste, jrm, kevans
DeltaFile
+1-1docs/pkg-install.8
+1-11 files

pkgng/pkgng 7942de8.builds alpine.yml

alpine: stop running the test suite

Because the binaries produces on alpines lack some elf notes,
pkg is not able to determine the ABI dynamically and the tests are
failings, never the less keep alpine in the CI to make sure pkg remain
compatible with musl libc.
DeltaFile
+0-1.builds/alpine.yml
+0-11 files

pkgng/pkgng e7aa65ftests/frontend conflicts.sh

test: try forcing the update of the metadata

It seems in ci the test can run too fast for pkg update to see
the metadata has chaneged
DeltaFile
+8-0tests/frontend/conflicts.sh
+8-01 files

pkgng/pkgng fb4fc5btests/frontend conflicts.sh

test: avoid pollution from installed pkg settings
DeltaFile
+10-4tests/frontend/conflicts.sh
+10-41 files

pkgng/pkgng 243fe27.builds alpine.yml

ci: alpine add atf-dev to ensure the test suite is run
DeltaFile
+1-0.builds/alpine.yml
+1-01 files

pkgng/pkgng 07fb86f.builds freebsd.yml

ci: readd kyua to the list of needed packages
DeltaFile
+1-0.builds/freebsd.yml
+1-01 files

pkgng/pkgng ea2a046libpkg pkgdb_iterator.c pkgdb_query.c, libpkg/repo/binary common.c init.c

sql: generalize the use of prepare_sql()
DeltaFile
+26-38libpkg/pkgdb_iterator.c
+8-21libpkg/pkgdb_query.c
+6-6libpkg/pkgdb.c
+2-4libpkg/repo/binary/common.c
+2-4libpkg/repo/binary/init.c
+44-735 files

pkgng/pkgng 15b97aclibpkg pkgdb.c

pkgdb: fix statement leak
DeltaFile
+1-0libpkg/pkgdb.c
+1-01 files

pkgng/pkgng 704c004. NEWS auto.def

2.1.99.5
DeltaFile
+8-2NEWS
+1-1auto.def
+9-32 files

pkgng/pkgng db3ff4elibpkg pkg_jobs_schedule.c

scheduler: only split upgrades if a conflicts is found
DeltaFile
+1-1libpkg/pkg_jobs_schedule.c
+1-11 files

pkgng/pkgng 44a5ab2tests/frontend conflicts.sh

tests: add more tests about split upgrades
DeltaFile
+101-1tests/frontend/conflicts.sh
+101-11 files