Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
1.17.99.3
Baptiste Daroussin committed 4 years ago
commit 014693e3e773513e87df6e7639d2d86ba210b4a4
parent d6e8dbd
2 files changed +17 -1
modified NEWS
@@ -1,3 +1,19 @@
+
Changes from 1.17.99.2 to 1.17.99.3
+
- make pkg/audit.h C++ friendly
+
- fix build with libressl
+
- Enable aarch64 support for linux
+
- plenty of portability fixes for linux with musl libc
+
- autoremove: respect -q
+
- version: report an error if the provided INDEX file does not exist
+
- periodic: allow users so provide an ignore list of jails
+
- periodic: reduce audit script verbosity
+
- arch: to not consider .h as potentially arch specific
+
- query: allow -e to be used with other filter options
+
- register: implement a -N to disable registration in the database
+
- rework internal hash tables
+
- plenty of memory leak fixed
+
- fetch; do not count cached files as files to be fetched
+

Changes from 1.17.99.1 to 1.17.99.2
- by default only create .txz symlinks for metadata
- only consider the .pkg when creating a repository
modified auto.def
@@ -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 2
+
set dev_ver 3
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" : ""}]