From 144f668471c0f3f3b8e9700d8e10bdf89368c79a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Oct 2013 11:11:19 +0200 Subject: [PATCH] README.md: mention RSA signed repos. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b171b565..97c8a25d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ The X Binary Package System (in short XBPS) is a new binary package system **des The XBPS code is totally **compatible with POSIX/SUSv2/C99 standards**, and released with a **Simplified BSD license (2 clause)**. There is a well documented API provided by the XBPS Library that is the basis for its frontends to handle binary packages and repositories. Some highlights: - * Supports **multiple local and remote repositories** (FTP/HTTP/HTTPS). + * Supports **multiple local and remote repositories** (HTTP/HTTPS/FTP). + * RSA signed remote repositories (NEW in 0.27). * **SHA256 hashes** for package metadata, files and binary packages. * Supports **package states** (ala dpkg) to mitigate broken package installs/updates. * Ability to **resume** partial package install/updates.