910 Commits

Author SHA1 Message Date
Wolfgang Bumiller
c5023a7bef 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
411967db91 use pve-i18n package
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-01-25 13:36:37 +01:00
Dominik Csapak
f90908cb16 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
a79a07ddb2 bump version to 5.1-43 2018-01-17 09:11:00 +01:00
Wolfgang Bumiller
1623233032 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
550707c920 bump version to 5.1-41 2017-12-21 12:47:49 +01:00
Wolfgang Bumiller
646111ec9b 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
4b168c2772 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
6a21d936ec bump version to 5.1-39 2017-12-11 15:35:22 +01:00
Fabian Grünbichler
48f65bb454 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
9248857d28 bump version to 5.1-38 2017-11-30 11:36:30 +01:00
Wolfgang Bumiller
0628b7355c 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
f33f0a0fa1 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
8bbf53d332 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
214053d670 bump version to 5.1-36 2017-10-25 11:16:27 +02:00
Fabian Grünbichler
cfaf62cdd5 bump version to 5.1-35 2017-10-23 09:21:06 +02:00
Wolfgang Bumiller
016f392453 bump version to 5.0-34 2017-10-20 12:04:34 +02:00
Fabian Grünbichler
fc4a772e78 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
2b1f3fa87a build: reformat debian/control
using wrap-and-sort -abt
2017-10-04 11:05:32 +02:00
Wolfgang Bumiller
80adf793a8 bump version to 5.0-32 2017-09-12 13:55:49 +02:00
Thomas Lamprecht
57de747b0c 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
a0946ccba8 bump version to 5.0-31 2017-09-01 12:05:14 +02:00
Fabian Grünbichler
ad98a36fc1 bump version to 5.0-30 2017-08-08 11:08:24 +02:00
Wolfgang Bumiller
db9770dfd7 bump version to 5.0-29 2017-07-31 15:47:17 +02:00
Fabian Grünbichler
74911546dd bump version to 5.0-28 2017-07-31 15:31:33 +02:00
Wolfgang Bumiller
2ef26c4eec bump version to 5.0-27 2017-07-26 16:52:18 +02:00
Wolfgang Bumiller
f49b4beb54 add missing changelog entry 2017-07-26 16:51:06 +02:00
Wolfgang Bumiller
48c8c086ba bump version to 5.0-26 2017-07-26 15:40:29 +02:00
Wolfgang Bumiller
aa44a5a8cf bump version to 5.0-25 2017-07-24 16:17:16 +02:00
Wolfgang Bumiller
a58dc7f35f bump version to 5.0-24 2017-07-19 12:56:00 +02:00
Wolfgang Bumiller
85fd9b52ae Revert "trust StartCom_Certification_Authority_2.crt"
This reverts commit 12fe9183cb82c3ea148ac31990c67b518c50aabf.

Revert "add missing file"

This reverts commit c11885e0a0da0ad0c944a48e645d829553c6705d.

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
db3395bb83 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
9795f74434 bump version to 5.0-23 2017-07-04 11:51:00 +02:00
Dietmar Maurer
12fe9183cb trust StartCom_Certification_Authority_2.crt 2017-07-04 11:48:52 +02:00
Dietmar Maurer
dc4512ec14 bump version to 5.0-22 2017-07-04 08:18:55 +02:00
Dietmar Maurer
2c07461480 bump version to 5.0-21 2017-07-03 16:09:03 +02:00
Dietmar Maurer
d136f4ad68 bump version to 5.0-20 2017-06-30 11:19:10 +02:00
Dietmar Maurer
ee86f19f6a bump version to 5.0-19 2017-06-29 12:02:14 +02:00
Wolfgang Bumiller
74f644b7df bump version to 5.0-18 2017-06-28 14:24:19 +02:00
Dietmar Maurer
e9ac350dd8 bump version to 5.0-17 2017-06-28 13:34:42 +02:00
Dietmar Maurer
224c78da76 bump version to 5.0-16 2017-06-23 13:03:32 +02:00
Dietmar Maurer
75d71d4ea2 bump version to 5.0-15 2017-06-23 11:43:58 +02:00
Dietmar Maurer
6b562b3da7 bump version to 5.0-14 2017-06-23 10:48:59 +02:00
Wolfgang Link
0dfd4a9413 add systemd timer unit to trigger pvesr run 2017-06-23 10:20:34 +02:00
Dietmar Maurer
7d63c83ce4 bump version to 5.0-13 2017-06-22 12:28:24 +02:00
Dietmar Maurer
068d1c3494 bump version to 5.0-12 2017-06-22 09:32:01 +02:00
Thomas Lamprecht
9bd69cf8ce 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
7f3b89a012 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
8805380cc2 build: whitespace cleanup 2017-06-12 09:34:10 +02:00
Fabian Grünbichler
9222d45852 build: make control static 2017-06-12 09:26:57 +02:00