Displaying
1
—
48
of
383
commits
(0.313s)
pkgng
—
pkg pkg.conf.5
Start sentence on newline
| Delta |
File |
| +2 |
-1 |
pkg/pkg.conf.5 |
| +2 |
-1 |
1 file
|
pkgng
—
pkg pkg-audit.8
Removing trailing whitespace
| Delta |
File |
| +1 |
-1 |
pkg/pkg-audit.8 |
| +1 |
-1 |
1 file
|
pkgng
—
pkg pkg.8 pkg-query.8
Add some manpage examples
| Delta |
File |
| +60 |
-1 |
pkg/pkg.8 |
| +28 |
-1 |
pkg/pkg-query.8 |
| +17 |
-5 |
pkg/pkg-set.8 |
| +105 |
-7 |
3 files
|
pkgng
—
pkg pkg.8 pkg-query.8
Add some manpage examples
| Delta |
File |
| +60 |
-1 |
pkg/pkg.8 |
| +28 |
-1 |
pkg/pkg-query.8 |
| +17 |
-5 |
pkg/pkg-set.8 |
| +105 |
-7 |
3 files
|
pkgng
—
. FAQ.md
Fix roadmap for default pkgng
| Delta |
File |
| +1 |
-1 |
FAQ.md |
| +1 |
-1 |
1 file
|
pkgng
—
. FAQ.md
Fix roadmap for default pkgng
| Delta |
File |
| +1 |
-1 |
FAQ.md |
| +1 |
-1 |
1 file
|
pkgng
—
. README.md
Add links to new scanbuild location
Reported by: Marin Atanasov Nikolov <dnaeon at gmail.com>
| Delta |
File |
| +5 |
-2 |
README.md |
| +5 |
-2 |
1 file
|
pkgng
—
. README.md
Add links to new scanbuild location
Reported by: Marin Atanasov Nikolov <dnaeon at gmail.com>
| Delta |
File |
| +5 |
-2 |
README.md |
| +5 |
-2 |
1 file
|
pkgng
—
. newvers.sh
| Delta |
File |
| +1 |
-1 |
newvers.sh |
| +1 |
-1 |
1 file
|
pkgng
—
libpkg pkg_elf.c
Fix crash when installing netbeans
pkg: elf_getdata(note) for
/usr/local/netbeans-7.3/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl
failed: Invalid data buffer descriptor
Reported by: swills
| Delta |
File |
| +8 |
-2 |
libpkg/pkg_elf.c |
| +8 |
-2 |
1 file
|
pkgng
—
libpkg pkg_elf.c
Fix crash when installing netbeans
pkg: elf_getdata(note) for
/usr/local/netbeans-7.3/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl
failed: Invalid data buffer descriptor
Reported by: swills
| Delta |
File |
| +8 |
-2 |
libpkg/pkg_elf.c |
| +8 |
-2 |
1 file
|
pkgng
—
. README.md FAQ.md, pkg pkg.8
Update to new repository location
| Delta |
File |
| +5 |
-8 |
README.md |
| +3 |
-3 |
FAQ.md |
| +2 |
-2 |
pkg/pkg.8 |
| +1 |
-1 |
AUTHORS |
| +11 |
-14 |
4 files
|
pkgng
—
. README.md FAQ.md, pkg pkg.8
Update to new repository location
| Delta |
File |
| +5 |
-8 |
README.md |
| +6 |
-2 |
pkg/pkg.8 |
| +3 |
-3 |
FAQ.md |
| +1 |
-1 |
AUTHORS |
| +15 |
-14 |
4 files
|
pkgng
—
scripts/periodic 400.status-pkg 410.pkg-audit
pkg -N returns 0 on success >0 on not ready
This should not be copied to release-1.0 unless
-N support is also copied.
| Delta |
File |
| +1 |
-1 |
scripts/periodic/400.status-pkg |
| +1 |
-1 |
scripts/periodic/410.pkg-audit |
| +1 |
-1 |
scripts/periodic/411.pkg-backup |
| +1 |
-1 |
scripts/periodic/460.pkg-checksum |
| +1 |
-1 |
scripts/periodic/490.status-pkg-changes |
| +5 |
-5 |
5 files
|
pkgng
—
. newvers.sh
| Delta |
File |
| +1 |
-1 |
newvers.sh |
| +1 |
-1 |
1 file
|
pkgng
—
libpkg pkg_elf.c
Fix analyse_elf() leaking file descriptors
This would cause pkg-check -Ba to hold a file open
for every non-elf file in the system due to not
calling elf_end()
| Delta |
File |
| +3 |
-2 |
libpkg/pkg_elf.c |
| +3 |
-2 |
1 file
|
pkgng
—
libpkg pkg_elf.c
Fix analyse_elf() leaking file descriptors
This would cause pkg-check -Ba to hold a file open
for every non-elf file in the system due to not
calling elf_end()
| Delta |
File |
| +3 |
-2 |
libpkg/pkg_elf.c |
| +3 |
-2 |
1 file
|
pkgng
—
libpkg pkgdb.c
Fix selecting 0 for removed locked column
| Delta |
File |
| +1 |
-1 |
libpkg/pkgdb.c |
| +1 |
-1 |
1 file
|
pkgng
—
libpkg pkgdb.c
locked is not yet supported on 1.0
| Delta |
File |
| +6 |
-6 |
libpkg/pkgdb.c |
| +6 |
-6 |
1 file
|
pkgng
—
. newvers.sh
| Delta |
File |
| +1 |
-1 |
newvers.sh |
| +1 |
-1 |
1 file
|
pkgng
—
pkg query.c
Fix pkg-[r]query
This used to work as it fellthrough to the pkg_rdeps() code.
pkg_rdeps() was looping on the data fetched from pkg_deps()
as PKG_LIST_NEXT uses the passed dep object to find the next
object to lookup.
251ccfc31 removed the break, but left the invalid break still
in the pkg_deps() loop.
This has been effectively wrong since 281bca835
| Delta |
File |
| +0 |
-1 |
pkg/query.c |
| +0 |
-1 |
1 file
|
pkgng
—
pkg query.c
Fix pkg-[r]query
This used to work as it fellthrough to the pkg_rdeps() code.
pkg_rdeps() was looping on the data fetched from pkg_deps()
as PKG_LIST_NEXT uses the passed dep object to find the next
object to lookup.
251ccfc31 removed the break, but left the invalid break still
in the pkg_deps() loop.
This has been effectively wrong since 281bca835
| Delta |
File |
| +0 |
-1 |
pkg/query.c |
| +0 |
-1 |
1 file
|
pkgng
—
. Makefile
Fix tag reminder not working
| Delta |
File |
| +1 |
-1 |
Makefile |
| +1 |
-1 |
1 file
|
pkgng
—
. Makefile
Fix tag reminder not working
| Delta |
File |
| +1 |
-1 |
Makefile |
| +1 |
-1 |
1 file
|
pkgng
—
. newvers.sh
| Delta |
File |
| +2 |
-2 |
newvers.sh |
| +2 |
-2 |
1 file
|
pkgng
—
ports pkg2ng
Restore deleting of portupgrade's pkgdb after conversion
| Delta |
File |
| +3 |
-0 |
ports/pkg2ng |
| +3 |
-0 |
1 file
|
pkgng
—
ports pkg2ng
Use (or fetch) bsd.pkgng.mk for FORCE_POST
| Delta |
File |
| +19 |
-1 |
ports/pkg2ng |
| +19 |
-1 |
1 file
|
pkgng
—
ports pkg2ng
Fetch the latest bsd.pkgng.mk if a local version is not available
| Delta |
File |
| +15 |
-1 |
ports/pkg2ng |
| +15 |
-1 |
1 file
|
pkgng
—
ports pkg2ng
Grab FORCE_POST from local bsd.pkgng.mk now that is is tracked in ports
| Delta |
File |
| +3 |
-1 |
ports/pkg2ng |
| +3 |
-1 |
1 file
|
pkgng
—
pkg check.c
Restore 'X' from bad cherry-pick in 581e393538
| Delta |
File |
| +1 |
-1 |
pkg/check.c |
| +1 |
-1 |
1 file
|
pkgng
—
pkg pkg-check.8 pkg-install.8
| Delta |
File |
| +1 |
-1 |
pkg/pkg-check.8 |
| +1 |
-1 |
pkg/pkg-install.8 |
| +1 |
-1 |
pkg/pkg-query.8 |
| +1 |
-1 |
pkg/pkg-rquery.8 |
| +1 |
-1 |
pkg/pkg-upgrade.8 |
| +5 |
-5 |
5 files
|
pkgng
—
pkg pkg-install.8 pkg-upgrade.8
Remove trailing whitespace
| Delta |
File |
| +1 |
-1 |
pkg/pkg-install.8 |
| +1 |
-1 |
pkg/pkg-upgrade.8 |
| +2 |
-2 |
2 files
|
pkgng
—
pkg pkg-install.8 pkg-upgrade.8
| Delta |
File |
| +1 |
-5 |
pkg/pkg-install.8 |
| +0 |
-1 |
pkg/pkg-upgrade.8 |
| +1 |
-6 |
2 files
|
pkgng
—
pkg pkg-add.8 pkg-check.8
| Delta |
File |
| +1 |
-1 |
pkg/pkg-add.8 |
| +1 |
-1 |
pkg/pkg-check.8 |
| +1 |
-1 |
pkg/pkg-install.8 |
| +1 |
-1 |
pkg/pkg-query.8 |
| +1 |
-1 |
pkg/pkg-rquery.8 |
| +1 |
-1 |
pkg/pkg-upgrade.8 |
| +1 |
-1 |
pkg/pkg-which.8 |
| +7 |
-7 |
7 files
|
pkgng
—
pkg pkg-check.8 pkg-install.8
Remove trailing whitespace
| Delta |
File |
| +1 |
-1 |
pkg/pkg-check.8 |
| +1 |
-1 |
pkg/pkg-install.8 |
| +1 |
-1 |
pkg/pkg-upgrade.8 |
| +3 |
-3 |
3 files
|
pkgng
—
. newvers.sh
| Delta |
File |
| +1 |
-1 |
newvers.sh |
| +1 |
-1 |
1 file
|
pkgng
—
libpkg pkg_ports.c
Update gio modules after deinstalling files
This was causing the module cache file to remain as a leftover even
after all modules were removed. This could be seen with testing
devel/gio-fam-backend
| Delta |
File |
| +1 |
-0 |
libpkg/pkg_ports.c |
| +1 |
-0 |
1 file
|
pkgng
—
libpkg pkg_ports.c
Update gio modules after deinstalling files
This was causing the module cache file to remain as a leftover even
after all modules were removed. This could be seen with testing
devel/gio-fam-backend
| Delta |
File |
| +1 |
-0 |
libpkg/pkg_ports.c |
| +1 |
-0 |
1 file
|
pkgng
—
tests/frontend search.sh
Merge branch 'merge-atf' into release-1.0
This is not fully working yet. It needs more isolation from
the host system to avoid seeing newer databases from master.
* merge-atf:
Fix pkg-search test as -Q and -S are only on master
Add more pkg field tests
Rename pkg_value -> pkg_str
Enable pkg field tests
Revert "No more need for the LD_LIBRARY_PATH hack when calling the binary"
No more need for the LD_LIBRARY_PATH hack when calling the binary
Fix the more egregious errors in the file.
Add very minimal and not very good test case for pkg-search. We need a whole bunch
of dummy packages, repos etc. to write the tests properly.
Add the forgotten Makefile for tests
Add a test case for pkg -v
Add more pkg version tests
Add first shell test
Prepare layout for atf-sh
Convert tests (quick & dirty) to ATF
Unbreak test compilation
| Delta |
File |
| +1 |
-1 |
tests/frontend/search.sh |
| +1 |
-1 |
1 file
|
pkgng
—
. newvers.sh
| Delta |
File |
| +1 |
-1 |
newvers.sh |
| +1 |
-1 |
1 file
|
pkgng
—
. Makefile
Add a hint on how to support tar.xz in git-format-archive
| Delta |
File |
| +1 |
-1 |
Makefile |
| +1 |
-1 |
1 file
|
pkgng
—
. Makefile
Add a hint on how to support tar.xz in git-format-archive
| Delta |
File |
| +1 |
-1 |
Makefile |
| +1 |
-1 |
1 file
|
pkgng
—
. Makefile
Add reminder about pushing tags
| Delta |
File |
| +1 |
-0 |
Makefile |
| +1 |
-0 |
1 file
|
pkgng
—
. Makefile
Add reminder about pushing tags
| Delta |
File |
| +1 |
-0 |
Makefile |
| +1 |
-0 |
1 file
|
pkgng
—
. newvers.sh
| Delta |
File |
| +1 |
-1 |
newvers.sh |
| +1 |
-1 |
1 file
|
pkgng
—
pkg fetch.c
Add missing getopt support for 'U' from f406c7b
| Delta |
File |
| +1 |
-1 |
pkg/fetch.c |
| +1 |
-1 |
1 file
|
pkgng
—
pkg pkg-shell.8
pkg-shell.8: Be more specific on why this command should not be used and given hints
on other options
| Delta |
File |
| +12 |
-1 |
pkg/pkg-shell.8 |
| +12 |
-1 |
1 file
|
pkgng
—
pkg pkg-shell.8
pkg-shell.8: Be more specific on why this command should not be used and given hints
on other options
| Delta |
File |
| +12 |
-1 |
pkg/pkg-shell.8 |
| +12 |
-1 |
1 file
|
pkgng
—
pkg rquery.c search.c
Move write check into pkgcli_update()
Suggested by: Matthew Seaman
| Delta |
File |
| +0 |
-6 |
pkg/rquery.c |
| +0 |
-6 |
pkg/search.c |
| +5 |
-0 |
pkg/update.c |
| +5 |
-12 |
3 files
|
pkgng
—
pkg rquery.c search.c
The general case does not need PKGDB_CREATE access
Reported by: Matthew Seaman
| Delta |
File |
| +1 |
-1 |
pkg/rquery.c |
| +1 |
-1 |
pkg/search.c |
| +2 |
-2 |
2 files
|