From 93df7953f5cb2a0427a719a54b4cf3df1be13a84 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 24 Dec 2015 12:46:41 +0100 Subject: [PATCH 1/3] bin/xbps-install: document in the manpage that remote repositories must be signed. #141 --- bin/xbps-install/xbps-install.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/xbps-install/xbps-install.1 b/bin/xbps-install/xbps-install.1 index 96eebbed..61e8c423 100644 --- a/bin/xbps-install/xbps-install.1 +++ b/bin/xbps-install/xbps-install.1 @@ -99,7 +99,9 @@ than looking in the target root directory. Appends the specified repository to the top of the list. The .Ar url argument expects a URL to the repository for remote repositories or -a path for local repositories. +a path for local repositories. Note that remote repositories must be signed +using +.Xr xbps-rindex 1 . This option can be specified multiple times. .It Fl r, Fl -rootdir Ar dir Specifies a full path for the target root directory. From e7a2c0862972430c9e719c8d7e8dd894ef1e4bcf Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 24 Dec 2015 12:49:35 +0100 Subject: [PATCH 2/3] bin/xbps-query: document in the manpage that remote repositories must be signed. #141 --- bin/xbps-query/xbps-query.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/xbps-query/xbps-query.1 b/bin/xbps-query/xbps-query.1 index 5d14d16a..0d9c222f 100644 --- a/bin/xbps-query/xbps-query.1 +++ b/bin/xbps-query/xbps-query.1 @@ -83,7 +83,9 @@ than looking in the target root directory. Appends the specified repository to the top of the list. The .Ar url argument expects a URL to the repository for remote repositories or -a path for local repositories. +a path for local repositories. Note that remote repositories must be signed +using +.Xr xbps-rindex 1 . This option can be specified multiple times. .It Fl -regex Enables string matching by using Extended Regular Expressions in compatible modes, From c9c3bf6d52ecf36bcc2e4a5055c292c7f58fcb48 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 24 Dec 2015 13:45:42 +0100 Subject: [PATCH 3/3] data/xbps.d.5: document in the manpage that remote repositories must be signed. #141 --- data/xbps.d.5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/xbps.d.5 b/data/xbps.d.5 index 71c8951e..e4a7f970 100644 --- a/data/xbps.d.5 +++ b/data/xbps.d.5 @@ -74,7 +74,10 @@ Declares a package repository. The argument accepts local and remote repositories. A complete url or absolute path to the directory that stores the .Em -repodata -archive is expected, example: +archive is expected. +Note that remote repositories must be signed using +.Xr xbps-rindex 1 , +example: .Pp .Bl -tag -compact -width repository=http://repo.voidlinux.eu/current .It Sy repository=http://repo.voidlinux.eu/current