Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/upgrade.c  ·  View all commits
94 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
cleanup: avoid duplication of the logic to lock to the db
Baptiste Daroussin
9 days ago ada7b0d
B
quiet: do not pring messages when quiet is requested
Baptiste Daroussin
19 days ago 5f29413
B
upgrade: plug leak
Brooks Davis
21 days ago 515ff6d
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
upgrade: fix yet another endless upgrade loop of pkg
Baptiste Daroussin
1 month ago 2aa6216
B
autoremove: install, delete and upgrade are now autoremove aware
Baptiste Daroussin
1 month ago 329d205
B
capsicum: stop defining from the configure script
Baptiste Daroussin
3 months ago 3009baa
S
Merge commit '2d18505bf79a2eb87e2e72bbc3e30b0cf7f6b15c'
Shawn Webb
4 months ago eacbab2
B
upgrade: fix dry_run
Baptiste Daroussin
6 months ago 384f722
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
11 months ago ba89bd1
B
vec: simplify vec_init() usage
Baptiste Daroussin
1 year ago 6401b82
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 89d30c6
B
script-noexec: prevent anyscript which would call an external script
Baptiste Daroussin
1 year ago 0c1fea2
B
progress: fix progression and job count
Baptiste Daroussin
1 year ago 777ce1f
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 2498431
B
vec: rename pkgvec.h into pkg/vec.h
Baptiste Daroussin
1 year ago 22dddf2
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 834d09c
K
Final round of low hanging leaks.
Keve
1 year ago 2cbdc3b
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago c62eec6
B
db: allow passing multiple -r options
Baptiste Daroussin
1 year ago a9eccd9
V
Fix `pkg upgrade`
Vsevolod Stakhov
1 year ago 751160c
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
1 year ago 33f4711
B
STR*EQ: use macros where possible
Baptiste Daroussin
1 year ago 053f4a2
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago a88747a
r
src/upgrade.c: call pkg_audit_new() after pkg_audit_fetch()
rilysh
2 years ago 5ea536d
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago f17f98f
r
cleanup: use fputc, use goto, and some other cleanups
rilysh
2 years ago c254b69
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 9856def
G
Sink PKG_EVENT_SANDBOX_* handlers into libpkg.
Gleb Popov
2 years ago 7a630cf
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago 5768655
B
libpkg: add a _Generic pkg_get()
Baptiste Daroussin
3 years ago 2f040df
B
pkg_attribute: avoid collision with pkg_list
Baptiste Daroussin
3 years ago d9c65f6
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
B
API: replace generic pkg_get with typesafe version
Baptiste Daroussin
4 years ago 7bb8d7e
B
Coverage: add a flag to disable capsicum when running for coverage
Baptiste Daroussin
4 years ago e9c06cd
B
convert from khash to pkghash
Baptiste Daroussin
4 years ago 438bcc6
B
upgrade: simplify code, no functional change expected
Baptiste Daroussin
4 years ago d773e9e
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Consistency: all command now take --no-scripts
Baptiste Daroussin
5 years ago 2594333
B
Format the output of the audit system on the frontend
Baptiste Daroussin
5 years ago fb130ef
B
Create a namespace for public headers and move audit into it
Baptiste Daroussin
5 years ago 02f6a49
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
B
Do not run pkg_shutdown function too often
Baptiste Daroussin
5 years ago 380ac7f
B
Use open_memstream p1
Baptiste Daroussin
5 years ago 383d27c
B
Track the number of affected pkgs as well and display to the user.
Brad Davis
7 years ago 83e9c5e
V
Do not check remote packages when doing `pkg upgrade -v`
Vsevolod Stakhov
7 years ago 9007a52
B
Merge branch 'trombonehero-capsicum-header'
Brad Davis
8 years ago 9e9bf00
J
Change #include <capability.h> to capsicum.h.
Jonathan Anderson
8 years ago d657370
B
Fix resource leak
Brad Davis
8 years ago c3912e8
B
audit: Drop privileges after opening the files/database but before parsing.
Bryan Drewery
8 years ago c239d13
B
Revert "Do not drop privileges during upgrades it causes locking issues"
Baptiste Daroussin
9 years ago c321b5b
B
Do not drop privileges during upgrades it causes locking issues
Baptiste Daroussin
9 years ago 6cb343a
V
Fix check for vulnerable packages
Vsevolod Stakhov
9 years ago 1d1fc54
V
Minor fixes for vulnerable mode upgrade
Vsevolod Stakhov
9 years ago 9ad5f46
V
Add preliminary implementation of upgrade vulnerable
Vsevolod Stakhov
9 years ago 2181d87
B
Return an error if one refuse an operation (#1470)
Baptiste Daroussin
9 years ago 5aa0d1b
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
B
Remove bad initial attempt do fix conflict resolutions
Baptiste Daroussin
9 years ago 6e1d9f9
B
Reset the done flag as well
Baptiste Daroussin
9 years ago 05d8dbc
B
When having to return into the solver, replay it entirerly
Baptiste Daroussin
9 years ago 51ad2b3
B
Do not skip the proceed action question when the size or the action is below the limit set in pkg.conf. Only skip printing it
Baptiste Daroussin
10 years ago 8a955e6
V
Add WARN_SIZE_LIMIT option
Vsevolod Stakhov
10 years ago 9c3d051
B
Silence `pkg upgrade -q' when there are no packages to upgrade.
Brad Davis
10 years ago cbe7cb1
B
Implement AUTOCLEAN
Baptiste Daroussin
10 years ago 69205cd
f
Update upgrade.c
fixingshit
11 years ago ae02e75
B
Merge pull request #1166 from erikano/feature-default-always-yes
Baptiste Daroussin
11 years ago ddd8af8
E
pkg.conf(5) option DEFAULT_ALWAYS_YES. When this option is enabled pkg(1) will default to "yes" for all questions which require user confirmation before doing anything.
Erik Nordstroem
11 years ago eabd4fb
B
Make prompt outputs consistent
Bryan Drewery
11 years ago 8352b86
f
Prompt/display updates
fixingshit
11 years ago 36f9f5c
V
Update errors are now not fatal.
Vsevolod Stakhov
11 years ago d806bea
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
V
Improve output if no packages are going to be installed.
Vsevolod Stakhov
11 years ago 9957ad8
V
Merge branch 'globals-rework'
Vsevolod Stakhov
11 years ago e3eb7f3
V
Rework all tools to use globals.
Vsevolod Stakhov
11 years ago 08be5cc
M
Long options
Matthew Seaman
11 years ago c45b753
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 9eecfc4
V
Merge branch 'pkg-lock-config'
Vsevolod Stakhov
11 years ago e850b07
V
Update utilities for lock API.
Vsevolod Stakhov
11 years ago 8f1235f
B
Cleanup grammar for conflict message and respect style(9)
Bryan Drewery
11 years ago dcc0b1a
B
Cleanup grammar for conflict message
Bryan Drewery
11 years ago 0b78d4c
V
Merge branch 'upgrade-rework'
Vsevolod Stakhov
12 years ago e495c6f
V
Allow upgrade of individual packages.
Vsevolod Stakhov
12 years ago e5254dc
V
Improve output in `upgrade` and `install`.
Vsevolod Stakhov
12 years ago b69e254
M
Add new pkgdb_open_all() -- same as pkgdb_open(), but allows specifying the pkg repository to use as the 'reponame' arg. If 'reponame' is NULL, is identical to pkgdb_open()
Matthew Seaman
12 years ago 7794a36
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 669b695
V
Merge pull request #766 from skinder/master
Vsevolod Stakhov
12 years ago 3a95d74
E
pkg_emit_query_(yesno|select)
Elvira Khabirova
12 years ago 2614644
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 859bbf1
B
Propagate usage of ucl
Baptiste Daroussin
12 years ago 99f9cd1
V
Fix upgrade counter.
Vsevolod Stakhov
12 years ago f22dcf5
V
Improve pkg-upgrade output.
Vsevolod Stakhov
12 years ago c7210e9
V
Improve locking for pkg-upgrade.
Vsevolod Stakhov
12 years ago 2a4e70a
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde