Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
pkg
Commits
63985a71
Commit
63985a71
authored
May 27, 2022
by
Baptiste Daroussin
Browse files
1.17.99.11
parent
4b896f71
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
63985a71
Changes
from
1.17.99.10
to
1.17.99.11
-
Fix
performance
issue
while
computing
upgrades
-
Fix
shlibs
always
considered
as
changed
Changes
from
1.17.99.9
to
1.17.99.10
-
greatly
improve
test
coverage
-
many
improvements
in
error
handling
for
pkg
fetch
...
...
auto.def
View file @
63985a71
...
...
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 1
set med_ver 17
set min_ver 99
set dev_ver 1
0
set dev_ver 1
1
define PKG_API [expr $maj_ver * 1000000 + $med_ver * 1000 + $min_ver]
define VERSION $maj_ver.$med_ver.$min_ver[expr {$dev_ver ? ".$dev_ver" : ""}]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment