Thomas Lamprecht
87fd494fe5
update aplinfo.dat
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-07 10:05:47 +02:00
Thomas Lamprecht
4c42fc7422
update shipped APL info
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-04-25 18:22:58 +02:00
Thomas Lamprecht
45d267c666
update aplinfo
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-12-11 09:59:25 +01:00
Thomas Lamprecht
5939af6bbb
aplinfo: update shipped index
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-11-16 18:06:16 +01:00
Thomas Lamprecht
a5e503c7e1
update aplinfo
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-08 17:43:31 +02:00
Thomas Lamprecht
2d05caaa5f
update aplinfo
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-07 22:02:31 +02:00
Thomas Lamprecht
084fca1cb8
update shipped appliance index for PMG 6.2
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-04-28 11:03:28 +02:00
Thomas Lamprecht
3c51d9ba9a
update aplinfo
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-04-27 10:08:10 +02:00
Thomas Lamprecht
56894d029c
update aplinfo
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-05 07:26:28 +01:00
Thomas Lamprecht
6976163d1b
aplinfo: see trusted keys as build product, always assembly
...
Don't track the binary trustedkeys.gpg but see it just as normal
build product with the armored keys as source.
This ensures we always ship those from TRUSTED_KEYS variable, not
more, not less.
Instead of the "gpg import+export in temporary home dir" just
de-armor and concatenate them our self, that's what happens anyway.
This could be even simplified by just using base64 -d on the pubkeys,
after the non base64 stuff was trimmed, that would omit our need for
gpg here completely.
Thanks to Wolfgang B. for giving the idea to just do simple stuff :)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-30 08:55:47 +01:00
Thomas Lamprecht
84981ac2d2
updated shipped aplinfo index
...
for Ubuntu 19.10, CentOS 8 and 6 (update), and deindexing of Alpine
Linux 3.8
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-17 18:29:46 +02:00
Thomas Lamprecht
757d69ea56
update trustedkeys
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-16 08:21:53 +02:00
Thomas Lamprecht
60a7c0a03c
updated shipped aplinfo index
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-09-27 15:56:06 +02:00
Thomas Lamprecht
4547052ec5
update appliance info for PMG 6.0
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-09-10 11:45:25 +02:00
Thomas Lamprecht
e00a96d4e1
update shipped aplinfo index
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-19 19:32:49 +02:00
Thomas Lamprecht
d7e0c3c7b1
aplinfo: make apltest a bit more flexible
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-19 19:32:23 +02:00
Thomas Lamprecht
486b9da5bc
aplinfo: update from aplinfo-pve-6.dat
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-19 19:19:07 +02:00
Thomas Lamprecht
8d99bc45c6
aplinfo: remove 4.x and older key, add 6.x key
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-19 19:19:07 +02:00
Thomas Lamprecht
cc6bb2ec3e
update shipped aplinfo index
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-08 07:52:34 +02:00
Thomas Lamprecht
40504ed2bb
update shipped aplinfo index
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-06 16:21:58 +02:00
Thomas Lamprecht
42b49c3569
update shipped aplinfo index: add debian updates
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-01-24 16:00:21 +01:00
Thomas Lamprecht
0fe92cb7f8
update shipped aplinfo index
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-01-24 11:04:43 +01:00
Thomas Lamprecht
34422e413e
update shipped aplinfo index
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-26 18:45:55 +01:00
Fabian Grünbichler
a9a4694475
update included aplinfo.dat
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-05-11 09:16:28 +02:00
Dietmar Maurer
d095787660
update aplinfo.dat
2017-07-04 08:17:45 +02:00
Dietmar Maurer
4840b6fd9b
update aplinfo.dat
2017-07-03 16:06:49 +02:00
Dietmar Maurer
ca31682687
update default aplinfo.dat
2017-06-19 06:52:52 +02:00
Dietmar Maurer
fc41e96b42
aplinfo.dat: update
2016-12-09 10:19:13 +01:00
Thomas Lamprecht
8f46103543
Makefile: fix distclean target
...
As some Makefiles in sub directories do not implement the distclean
target, namely:
PVE/Service/Makefile
PVE/CLI/Makefile
This target is broken.
As all other implementations just redirect to the 'clean' target I
do not implement the missing ones but rather remove all such
targets. Keep it just in the top level directory, for consistence
sake with other pve repos, and redirect it there directly to the
clean target.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-09-28 08:21:48 +02:00
Dietmar Maurer
d16531e394
add Proxmox Virtual Environment 5.x Release Key
...
In future, we want to use this key to sign our aplinfo.dat
2016-08-29 12:54:46 +02:00
Dietmar Maurer
9b7a927966
update default aplinfo.dat
2016-08-29 10:35:16 +02:00
Fabian Grünbichler
c9a8ee0f8d
aplinfo: add generated trustedkeys.gpg
2016-08-24 10:10:33 +02:00
Fabian Grünbichler
0d2daf2cc5
aplinfo: update format spec with SHA512
2016-08-24 10:09:57 +02:00
Fabian Grünbichler
868801cb22
aplinfo: improve signature verification
...
instead of importing the trusted gpg keys into root's
.gnupg on each appliance list update, install a trusted
keyring generated at build time.
verify signatures with gpgv and the trusted keyring instead
of gpg --verify on root's keyring with output parsing.
2016-08-24 09:56:38 +02:00
Dietmar Maurer
68097d8ca6
update aplinfo.dat
...
Use latest data from download server.
2015-09-11 08:29:11 +02:00
Dietmar Maurer
981c2c154a
update appliance info file - (use lxc compatible templates)
2015-07-01 13:47:35 +02:00
Dietmar Maurer
6de794eb71
APLInfo: split out code into read_aplinfo_from_fh
...
So that we can call the parser for any $fh. Add new type 'lxc'.
2015-06-30 13:43:59 +02:00
Dietmar Maurer
eac3a06d2a
apltest: ignore architecture
2013-07-22 07:27:48 +02:00
Dietmar Maurer
8e48e6f171
iupdate aplinfo for debian-7.0-standard
2013-07-22 07:08:35 +02:00
Dietmar Maurer
da477551ea
update request-tracker
2012-11-28 07:34:39 +01:00
Dietmar Maurer
739b444d7c
update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
2012-10-23 10:27:55 +02:00
Dietmar Maurer
e109bf2ed7
update applicance list
2012-10-23 08:54:12 +02:00
Dietmar Maurer
c916497537
implement template download
...
Also added turnkeylinux.com
2012-02-21 11:45:30 +01:00
Dietmar Maurer
beb651ee65
removed automake/autoconf, removed unused files
2011-08-23 16:11:04 +02:00
Dietmar Maurer
aff192e6f5
imported from svn 'pve-manager/pve2'
2011-08-23 07:40:22 +02:00