Advertisement
grahamperrin

PkgBase: pkg upgrade -f -r FreeBSD-base

Nov 5th, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. Script started on Mon Nov 6 02:55:32 2023
  2. root@mowa219-gjp4-freebsd-15-vm:~ # uname -aKU
  3.  
  4. FreeBSD mowa219-gjp4-freebsd-15-vm 15.0-CURRENT FreeBSD 15.0-CURRENT #0 main-n266202-559a218c9b25: Thu Nov 2 03:28:19 UTC 2023 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500003 1500003
  5. root@mowa219-gjp4-freebsd-15-vm:~ # pkg upgrade -f -r FreeBSD-base
  6.  
  7. Updating FreeBSD-base repository catalogue...
  8. FreeBSD-base repository is up to date.
  9. All repositories are up to date.
  10. Checking for upgrades (935 candidates): 0%
  11. Checking for upgrades (935 candidates): 0%
  12. Checking for upgrades (935 candidates): 1%
  13. Checking for upgrades (935 candidates): 98%
  14. Checking for upgrades (935 candidates): 99%
  15. Checking for upgrades (935 candidates): 100%
  16. Processing candidates (935 candidates): 0%
  17. Processing candidates (935 candidates): 100%
  18. Checking integrity... done (0 conflicting)
  19. Your packages are up to date.
  20. root@mowa219-gjp4-freebsd-15-vm:~ # pkg -vv upgrade -r FreeBSD-base
  21.  
  22. Version : 1.20.8
  23. PKG_DBDIR = "/var/db/pkg";
  24. PKG_CACHEDIR = "/var/cache/pkg";
  25. PORTSDIR = "/usr/ports";
  26. INDEXDIR = "";
  27. INDEXFILE = "INDEX-15";
  28. HANDLE_RC_SCRIPTS = false;
  29. DEFAULT_ALWAYS_YES = false;
  30. ASSUME_ALWAYS_YES = false;
  31. REPOS_DIR [
  32. "/etc/pkg/",
  33. "/usr/local/etc/pkg/repos/",
  34. ]
  35. PLIST_KEYWORDS_DIR = "";
  36. SYSLOG = true;
  37. ABI = "FreeBSD:15:amd64";
  38. ALTABI = "freebsd:15:x86:64";
  39. DEVELOPER_MODE = false;
  40. VULNXML_SITE = "http://vuxml.freebsd.org/freebsd/vuln.xml.xz";
  41. FETCH_RETRY = 3;
  42. PKG_PLUGINS_DIR = "/usr/local/lib/pkg/";
  43. PKG_ENABLE_PLUGINS = true;
  44. PLUGINS [
  45. ]
  46. DEBUG_SCRIPTS = false;
  47. PLUGINS_CONF_DIR = "/usr/local/etc/pkg/";
  48. PERMISSIVE = false;
  49. REPO_AUTOUPDATE = true;
  50. NAMESERVER = "";
  51. HTTP_USER_AGENT = "pkg/1.20.8";
  52. EVENT_PIPE = "";
  53. FETCH_TIMEOUT = 30;
  54. UNSET_TIMESTAMP = false;
  55. SSH_RESTRICT_DIR = "";
  56. PKG_ENV {
  57. }
  58. PKG_SSH_ARGS = "";
  59. DEBUG_LEVEL = 0;
  60. ALIAS {
  61. all-depends = "query %dn-%dv";
  62. annotations = "info -A";
  63. build-depends = "info -qd";
  64. cinfo = "info -Cx";
  65. comment = "query -i \"%c\"";
  66. csearch = "search -Cx";
  67. desc = "query -i \"%e\"";
  68. download = "fetch";
  69. iinfo = "info -ix";
  70. isearch = "search -ix";
  71. prime-list = "query -e '%a = 0' '%n'";
  72. prime-origins = "query -e '%a = 0' '%o'";
  73. leaf = "query -e '%#r == 0' '%n-%v'";
  74. list = "info -ql";
  75. noauto = "query -e '%a == 0' '%n-%v'";
  76. options = "query -i \"%n - %Ok: %Ov\"";
  77. origin = "info -qo";
  78. orphans = "version -vRl?";
  79. provided-depends = "info -qb";
  80. rall-depends = "rquery %dn-%dv";
  81. raw = "info -R";
  82. rcomment = "rquery -i \"%c\"";
  83. rdesc = "rquery -i \"%e\"";
  84. required-depends = "info -qr";
  85. roptions = "rquery -i \"%n - %Ok: %Ov\"";
  86. shared-depends = "info -qB";
  87. show = "info -f -k";
  88. size = "info -sq";
  89. unmaintained = "query -e '%m = \"ports@FreeBSD.org\"' '%o (%w)'";
  90. runmaintained = "rquery -e '%m = \"ports@FreeBSD.org\"' '%o (%w)'";
  91. }
  92. CUDF_SOLVER = "";
  93. SAT_SOLVER = "";
  94. RUN_SCRIPTS = true;
  95. CASE_SENSITIVE_MATCH = false;
  96. LOCK_WAIT = 1;
  97. LOCK_RETRIES = 5;
  98. SQLITE_PROFILE = false;
  99. WORKERS_COUNT = 0;
  100. READ_LOCK = false;
  101. IP_VERSION = 0;
  102. AUTOMERGE = true;
  103. VERSION_SOURCE = "";
  104. CONSERVATIVE_UPGRADE = true;
  105. PKG_CREATE_VERBOSE = false;
  106. AUTOCLEAN = false;
  107. DOT_FILE = "";
  108. REPOSITORIES {
  109. }
  110. VALID_URL_SCHEME [
  111. "pkg+http",
  112. "pkg+https",
  113. "https",
  114. "http",
  115. "file",
  116. "ssh",
  117. "tcp",
  118. ]
  119. ALLOW_BASE_SHLIBS = false;
  120. WARN_SIZE_LIMIT = 1048576;
  121. METALOG = "";
  122. OSVERSION = 1500003;
  123. IGNORE_OSVERSION = false;
  124. BACKUP_LIBRARIES = false;
  125. BACKUP_LIBRARY_PATH = "/usr/local/lib/compat/pkg";
  126. PKG_TRIGGERS_DIR = "/usr/local/share/pkg/triggers";
  127. PKG_TRIGGERS_ENABLE = true;
  128. AUDIT_IGNORE_GLOB [
  129. ]
  130. AUDIT_IGNORE_REGEX [
  131. ]
  132. COMPRESSION_FORMAT = "";
  133. COMPRESSION_LEVEL = -1;
  134. ARCHIVE_SYMLINK = false;
  135. REPO_ACCEPT_LEGACY_PKG = false;
  136. FILES_IGNORE_GLOB [
  137. ]
  138. FILES_IGNORE_REGEX [
  139. ]
  140.  
  141.  
  142. Repositories:
  143. FreeBSD: {
  144. url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/latest",
  145. enabled : yes,
  146. priority : 0,
  147. mirror_type : "SRV",
  148. signature_type : "FINGERPRINTS",
  149. fingerprints : "/usr/share/keys/pkg"
  150. }
  151. FreeBSD-base: {
  152. url : "pkg+https://pkg.freebsd.org/FreeBSD:15:amd64/base_latest",
  153. enabled : yes,
  154. priority : 0,
  155. mirror_type : "SRV",
  156. signature_type : "FINGERPRINTS",
  157. fingerprints : "/usr/share/keys/pkg"
  158. }
  159. root@mowa219-gjp4-freebsd-15-vm:~ # exit
  160.  
  161. exit
  162.  
  163. Script done on Mon Nov 6 02:57:14 2023
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement