Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove more references to SIGNED_REPOS
Bryan Drewery committed 13 years ago
commit 130ed8ea5cd7fc1efedcf070dc92b7410549602e
parent eeef1b6
3 files changed +3 -11
modified libpkg/pkg.h
@@ -255,9 +255,8 @@ typedef enum _pkg_config_key {
	PKG_CONFIG_SYSLOG = 10,
	PKG_CONFIG_SHLIBS = 11,
	PKG_CONFIG_AUTODEPS = 12,
-
	PKG_CONFIG_SIGNED_REPOS = 13,
-
	PKG_CONFIG_ABI = 14,
-
	PKG_CONFIG_DEVELOPER_MODE = 15,
+
	PKG_CONFIG_ABI = 13,
+
	PKG_CONFIG_DEVELOPER_MODE = 14,
} pkg_config_key;

typedef enum {
modified pkg/pkg-update.8
@@ -42,12 +42,9 @@ or upgrades via
If the repository is signed and
.Ev PUBKEY
is defined, it will be verified after being downloaded.
-
If
-
.Ev SIGNED_REPOS
-
is enabled, the repository will be required to be signed to be valid or it will be discarded.
See
.Xr pkg.conf 5
-
for more information on these variables.
+
for more information.
.Sh OPTIONS
The following options are supported by
.Nm :
@@ -65,7 +62,6 @@ for further description.
.It Ev PACKAGESITE
.It Ev PKG_DBDIR
.It Ev PKG_MULTIREPOS
-
.It Ev SIGNED_REPOS
.It Ev PUBKEY
.El
.Sh FILES
modified pkg/pkg.conf.5
@@ -109,9 +109,6 @@ default: off
Analyse the elf to add dependencies (shared libraries) that may have been
forgotten by the maintainer.
default: off
-
.It Cm SIGNED_REPOS: boolean
-
All the remote repositories should be signed.
-
default: off
.It Cm ABI: string
the abi of the package you want to install, by default the /bin/sh abi is used
.El