611 Commits

Author SHA1 Message Date
Fabian Grünbichler
875ca5348d bump version to 5.1-45 2018-02-16 12:46:35 +01:00
Wolfgang Bumiller
1595997d0d bump version to 5.1-44
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-01-26 10:41:49 +01:00
Dominik Csapak
e8c6a71f35 use pve-i18n package
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-01-25 13:36:37 +01:00
Dominik Csapak
fdf74e410b add proxmox-widget-toolkit to pve gui
we will use components from proxmox-widget-toolkit rather than
directly from pve-manager

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-23 10:15:09 +01:00
Fabian Grünbichler
bdb080298a bump version to 5.1-43 2018-01-17 09:11:00 +01:00
Wolfgang Bumiller
724a6cb3c8 bump version to 5.1-42
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-01-10 11:53:42 +01:00
Fabian Grünbichler
0b958203d1 bump version to 5.1-41 2017-12-21 12:47:49 +01:00
Wolfgang Bumiller
ea05b379d0 bump version to 5.1-40
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-12-13 14:51:07 +01:00
Dominik Csapak
de9b5cd0aa add termproxy api call for nodes
and add dependency for pve-xtermjs

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-12-12 08:34:07 +01:00
Fabian Grünbichler
5fa9d6c1f3 bump version to 5.1-39 2017-12-11 15:35:22 +01:00
Fabian Grünbichler
1e9bc77700 add versioned dependency on libpve-storage-perl
for API changes needed for new DiskSelector
2017-11-30 11:40:03 +01:00
Fabian Grünbichler
cdcbb81543 bump version to 5.1-38 2017-11-30 11:36:30 +01:00
Wolfgang Bumiller
c52848aa6f bump version to 5.1-37
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-11-28 16:42:55 +01:00
Thomas Lamprecht
d80ef0516c access log rotate: try to reload not restart services
with the use of systemd the /etc/init.d/pveproxy restart call got
intercepted and redirected to systemd, which did an restart.
But, that is a behvaior change to the intention of the init.d script,
which would not restart but reload the service.
Thus change this to systemds equivalent:
systemctl try-reload-or-restart pveproxy.service

Which tries to reload, if the unit supports it, and only if that does
not worked it restarts.

Same for spiceproxy.

Reported-by: Stefan Priebe <s.priebe@profihost.ag>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-11-14 14:08:52 +01:00
Wolfgang Bumiller
c6ef43b57f buildsys: add excludes to dh_fixperms
Instead of fixing up permissions manually as the make
install target is actually responsible for this (and already
doing it).

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-11-14 14:06:51 +01:00
Wolfgang Bumiller
131401db6d bump version to 5.1-36 2017-10-25 11:16:27 +02:00
Fabian Grünbichler
722cc48803 bump version to 5.1-35 2017-10-23 09:21:06 +02:00
Wolfgang Bumiller
b325d69e0e bump version to 5.0-34 2017-10-20 12:04:34 +02:00
Fabian Grünbichler
23132090a0 bump version to 5.0-33
and add versioned dependencies:
- libpve-common-perl: for PVE::Subscription
- libpve-access-control: for new VM.Snapshot.Rollback privilege
2017-10-10 14:23:00 +02:00
Fabian Grünbichler
ce72e11d38 build: reformat debian/control
using wrap-and-sort -abt
2017-10-04 11:05:32 +02:00
Wolfgang Bumiller
2560e07395 bump version to 5.0-32 2017-09-12 13:55:49 +02:00
Thomas Lamprecht
8e144795cc rename pve-manager.service to pve-guests
the name 'pve-manager' collides with our pve-manager package name,
which - from the user point of view - provides mainly the API and
WebUI.
An user could thus think that restarting 'pve-manager' would restart
the WebUIs server, which is relatable.
But, the pve-manager.service does not controls the WebUI or its
server but is responsible for starting all guest with 'onboot=1' in
their config on system boot and to stop all remaining running guests
on system shutdown.

Thus rename it to pve-guests and adapt its description. This may not
seem as ideal name at first glance, but its better than the current
option. Further it leads to log messages like:
 > Starting PVE guests (Service providing start-on-boot and stop-all-on-shutdown)
 > [...]
 > Started PVE guests (Service providing start-on-boot and stop-all-on-shutdown)
 > [...]
 > Stopping PVE guests (Service providing start-on-boot and stop-all-on-shutdown)

which makes it clearer what happens, or what this service is for.

Alias the new service to the old pve-manager.service for legacy
reasons. While our services do not depend on it an user could have
made an own service which used pve-manager.service as synchronisation
point.

Linitian then complains about init.d/pve-manager not having a related
systemd service file. Instead of renmaning it just drop it.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-09-11 09:34:02 +02:00
Fabian Grünbichler
27769b1f5d bump version to 5.0-31 2017-09-01 12:05:14 +02:00
Fabian Grünbichler
5ab26bc69d bump version to 5.0-30 2017-08-08 11:08:24 +02:00
Wolfgang Bumiller
6f01516d2f bump version to 5.0-29 2017-07-31 15:47:17 +02:00
Fabian Grünbichler
2584173f26 bump version to 5.0-28 2017-07-31 15:31:33 +02:00
Wolfgang Bumiller
1555b6ab96 bump version to 5.0-27 2017-07-26 16:52:18 +02:00
Wolfgang Bumiller
8ee3376f0b add missing changelog entry 2017-07-26 16:51:06 +02:00
Wolfgang Bumiller
3106494424 bump version to 5.0-26 2017-07-26 15:40:29 +02:00
Wolfgang Bumiller
738e02368f bump version to 5.0-25 2017-07-24 16:17:16 +02:00
Wolfgang Bumiller
3c0284b489 bump version to 5.0-24 2017-07-19 12:56:00 +02:00
Wolfgang Bumiller
088597a355 Revert "trust StartCom_Certification_Authority_2.crt"
This reverts commit 7637ce6464bc28c3651b5884c3fbf2fac6ed5b66.

Revert "add missing file"

This reverts commit 7599e35af893ad9d8b544a05d5289da4093749e4.

We've switched to Let's Encrypt.

postinst configure: run update-ca-certificates if the
  previous version is <= 5.0-23.
2017-07-19 09:38:49 +02:00
Emmanuel Kasper
88dac1e4f1 Fix #1450 : restore setgid bit on pvemailforward binary
When calling chown on a setuid/setgid executable, the
setuid/setgid bits are reset to 0. So ordering matters
here. See chown(2).
2017-07-19 08:57:31 +02:00
Dietmar Maurer
af4267bf76 bump version to 5.0-23 2017-07-04 11:51:00 +02:00
Dietmar Maurer
7637ce6464 trust StartCom_Certification_Authority_2.crt 2017-07-04 11:48:52 +02:00
Dietmar Maurer
98d8cc5af3 bump version to 5.0-22 2017-07-04 08:18:55 +02:00
Dietmar Maurer
8fbbc205c3 bump version to 5.0-21 2017-07-03 16:09:03 +02:00
Dietmar Maurer
a11734f648 bump version to 5.0-20 2017-06-30 11:19:10 +02:00
Dietmar Maurer
e66acebc4c bump version to 5.0-19 2017-06-29 12:02:14 +02:00
Wolfgang Bumiller
3b8190bc7c bump version to 5.0-18 2017-06-28 14:24:19 +02:00
Dietmar Maurer
f18e26d4bb bump version to 5.0-17 2017-06-28 13:34:42 +02:00
Dietmar Maurer
94223e2b5f bump version to 5.0-16 2017-06-23 13:03:32 +02:00
Dietmar Maurer
e76f333c76 bump version to 5.0-15 2017-06-23 11:43:58 +02:00
Dietmar Maurer
93a247d063 bump version to 5.0-14 2017-06-23 10:48:59 +02:00
Wolfgang Link
c74a828da0 add systemd timer unit to trigger pvesr run 2017-06-23 10:20:34 +02:00
Dietmar Maurer
efa075d9be bump version to 5.0-13 2017-06-22 12:28:24 +02:00
Dietmar Maurer
74e1ebdbcd bump version to 5.0-12 2017-06-22 09:32:01 +02:00
Thomas Lamprecht
7774a27eb3 use 'any' for build architecture
allows to build this on all architectures without marking it as
architecture independent.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-06-14 15:33:39 +02:00
Dominik Csapak
e97c26015d change to debian font-awesome
instead of having font-awesome copied into the repository,
depend on the debian package 'fonts-font-awesome', which provides all we
need

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-06-12 10:26:29 +02:00
Fabian Grünbichler
5c7acf55ce build: whitespace cleanup 2017-06-12 09:34:10 +02:00