pve-manager/aplinfo
Thomas Lamprecht 085cf362bd aplinfo: ensure keyring is in binary format
GnuPG chokes on it otherwise...

Fixes: 00ea2e4b ("aplinfo: use sequioa for key ring generation")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 11:49:35 +02:00
..
aplinfo.dat appliance info: update shipped index 2022-11-30 16:20:19 +01:00
apltest.pl appliance info: update apltest for zstd based archives 2022-11-30 16:20:58 +01:00
Makefile aplinfo: ensure keyring is in binary format 2023-06-07 11:49:35 +02:00
proxmox-release-6.x.pubkey aplinfo: remove 4.x and older key, add 6.x key 2019-07-19 19:19:07 +02:00
proxmox-release-bookworm.gpg aplinfo: add bookworm release key to trusted ones 2023-05-29 18:24:00 +02:00
proxmox-release-bullseye.pubkey apl: add bullseye pub key 2021-07-06 12:20:54 +02:00
README.format aplinfo: update format spec with SHA512 2016-08-24 10:09:57 +02:00
release@turnkeylinux.com.pubkey implement template download 2012-02-21 11:45:30 +01:00

PVE Package description format
==============================

We basically use a debian like format - see:

http://www.debian.org/doc/debian-policy/ch-controlfields.html

The following (debian) field are used:

Package, Section, Version, Maintainer, Description

Additionally we define the following fields:

Type: openvz | qemu | lxc
OS: Operating system type
Location: download url
Infopage: url to additional info
ManageUrl: url to connect to management interface
md5sum: md5sum of the package
sha512sum: sha512sum of the package

Here is an example:

Package: proxmox-mailgateway
Version: 2.4-2
Type: openvz
OS: debian-4.0
Section: mail
Certified: yes
Maintainer: Proxmox Support Team <support@proxmox.com>
Location: http://download.proxmox.com/appliances/mail/debian-4.0-proxmox-mailgateway_2.4-2_i386.tar.gz
Infopage: http://pve.proxmox.com/wiki/Proxmox_Mail_Gateway
ManageUrl: https://__IPADDRESS__/
md5sum: 3b48ffe08347229a854bc8d5ee161e1f
sha512sum: 85d2a87a70feb0e595dde83b487f1c549c3ef26e7338f39259c81094077479864fac537ec05152510ae7b9735c672033031f267add03410950c721a8e55a2a9c
Description: Proxmox Mail Gateway
  A full featured mail proxy for spam an virus filtering.


The filename is automatically generated from the above description:

${OS}-${Package}_${VERSION}_i386.tar.gz

If ${Package} starts with "${OS}-", the filename is:

${Package}_${VERSION}_i386.tar.gz