Created
January 29, 2025 07:42
-
-
Save gahr/71b3655d98003695930ce3ee32ffabe6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # pkg upgrade | |
| Updating FreeBSD repository catalogue... | |
| FreeBSD repository is up to date. | |
| Updating local repository catalogue... | |
| local repository is up to date. | |
| All repositories are up to date. | |
| Checking for upgrades (4 candidates): 100% | |
| Processing candidates (4 candidates): 100% | |
| Checking integrity... done (0 conflicting) | |
| Your packages are up to date. | |
| # pkg version -vl\< | |
| Updating FreeBSD repository catalogue... | |
| FreeBSD repository is up to date. | |
| Updating local repository catalogue... | |
| local repository is up to date. | |
| All repositories are up to date. | |
| sshguard-2.4.3_2,1 < needs updating (remote has 2.4.3_3,1)\ | |
| # pkg upgrade sshguard | |
| Updating FreeBSD repository catalogue... | |
| FreeBSD repository is up to date. | |
| Updating local repository catalogue... | |
| local repository is up to date. | |
| All repositories are up to date. | |
| The following 1 package(s) will be affected (of 0 checked): | |
| Installed packages to be UPGRADED: | |
| sshguard: 2.4.3_2,1 -> 2.4.3_3,1 [FreeBSD] | |
| Number of packages to be upgraded: 1 | |
| 529 KiB to be downloaded. | |
| Proceed with this action? [y/N]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment