xbps/bin/xbps-install
Juan RP 8882b0215f Redo how the repository keys are stored.
- Repository keys are now stored in a new directory on metadir (/var/db/xbps):

	<metadir>/key>

- Repository keys are stored with the hex fingerprint of its RSA
  public key in a plist dictionary:

	<metadir>/keys/xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.plist

- Drop xbps-rkeys(8) and merge its functionality into xbps-install(8) and
  xbps-query(8).

- xbps-query(8) -vL now shows some more details of remote repositories:

 3134 http://localhost:8000 (RSA signed, verified)
      Signed-by: Void Linux
      4096 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d
   16 http://localhost:8000/nonfree (RSA signed, verified)
      Signed-by: Void Linux
      4096 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d

Bump XBPS_API_VERSION.
2013-11-18 16:05:46 +01:00
..
defs.h Added support for the long awaited feature: RSA signed repositories. 2013-10-05 11:38:04 +02:00
fetch_cb.c xbps_api.h -> xbps.h 2013-06-20 12:31:02 +02:00
main.c Redo how the repository keys are stored. 2013-11-18 16:05:46 +01:00
Makefile mk/prog.mk: set MAN to $(BIN).8 by default. 2013-09-16 08:57:24 +02:00
question.c Silence -Wformat-nonliteral warning with clang. 2013-01-04 10:35:00 +01:00
state_cb.c Redo how the repository keys are stored. 2013-11-18 16:05:46 +01:00
transaction.c xbps-install: size required on disk == dlsize+instsize. 2013-11-15 10:29:07 +01:00
util.c Assume 80 columns if TIOCGWINSZ ws.col is bogus (0). 2013-08-10 12:59:59 +02:00
xbps-install.8 Redo how the repository keys are stored. 2013-11-18 16:05:46 +01:00