Commit Graph

737 Commits

Author SHA1 Message Date
Thomas Lamprecht
dd0d2d6c61 bump version to 5.1-48
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-22 09:45:30 +01:00
Thomas Lamprecht
ae997e258a postinst: ensure pve-daily-upgrade timer gets started on transition
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-13 12:14:38 +01:00
Thomas Lamprecht
78bf2ea277 postinst: handle masked units
check if a unit is masked before starting/restarting/reloading it,
as else we get pretty ugly error messages during upgrade.

as "deb-systemd-helper --quiet was-enabled" differs from the
"systemctl is-enabled" behaviour, the former returns true for masked
units while the latter does not, we have to manually call systemctl,
circumventing the deb helper.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-13 12:14:22 +01:00
Fabian Grünbichler
378d47688a postinst: switch to /bin/sh
we don't use anything bash specific in our postinst, and this way linitian
should warn us about any bashisms we introduce.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-13 11:06:12 +01:00
Fabian Grünbichler
637935f058 postinst: start/restart units like dh_start
with an added "reload-or" for pvedaemon/pveproxy/spiceproxy, which
dh_start unfortunately does not yet support

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-13 11:06:12 +01:00
Fabian Grünbichler
492af7c510 postinst: unify version-dependent cleanup
putting this into one place is better for readability

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-13 11:06:12 +01:00
Fabian Grünbichler
81d670ebd7 postinst: refactor service/timer handling
reduce code duplication, and reload-or-restart timers just like service
units instead of just starting them.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-13 11:06:12 +01:00
Fabian Grünbichler
ec33c02fde postinst: actually enable and start pveupdate.timer
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-13 11:06:12 +01:00
Fabian Grünbichler
37595bed0c postinst: cleanup trigger code
reload-or-try-restart works just fine even if the unit is stopped or
disabled

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-13 11:06:12 +01:00
Thomas Lamprecht
7c50adb24c b/prerm: cleanup cruft from prerm helper
we actually want to keep this for now as else we get the
autogenerated systemd helper code here which stops all services from
this package before upgrading, which we really really do not want
(kills API connections, among other things)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:14:16 +01:00
Thomas Lamprecht
a5d11de2fe buildsys: remove outdated preinst helper
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:14:16 +01:00
Thomas Lamprecht
d0e0394481 b/postrm: let debhelper generate systemd stuff
With #DEBHELPER# the manual maintained code will be autogenerated, no
need to manually track which services and timers this packages has.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:14:16 +01:00
Thomas Lamprecht
1605fdfacd pveupdate: replace cron job with systemd timer
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:14:13 +01:00
Thomas Lamprecht
a637b9ac8c postinst: remove pvebanner call
We have the pvebanner.service in places which ensures this gets
called on boot before the getty target.

Thus this only had an effect if we changed the nodename to IP mapping
_and_ upgraded/reinstalled pve-manager, then switching to another TTY
would show the updated IP. But as this a) is for sure not a common
triggered path and b) a IP change suggest a reboot either way, and if
the user can handle it on their own without a reboot, they should be
able to also handle an outdated /etc/issue until the next reboot.

Also for PVE ontop of plain Debian a reboot is needed, so that the
PVE kernel gets booted, so this shouldn't be an issue ther neither.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
b0138a12bc postinst: remove commented out call to a2ensite
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
482aa8094e postinst: remove fixup for ceph jewel update transition
In commit 8b89f7533e we needed to
change the ceph.service install target to multi-user.target, as
ceph.target could hang indefinitely if ceph-common gets upgraded.
This change is included in pve-manager 4.4-13 and newer, as users
wanting to upgrade to 5.0 must upgrade to latest 4.4 to be able to do
so (without headache) this can be removed.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
46eba56edb postinst: simplify code for transitional updates
The first case won't happen anymore on a recent PVE.
The 'version is empty or <unknown>' check may drop the '<unknown>'
part, it gets handled by the 'dpkg --compare-versions' bits just
fine, if it happens at all for the 'configure' case

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
25ba75f77d postinst: combine abort-* cases and remove boilerplate cruft
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
eda656f50d postinst: simplify root's mail .forward check
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
63b66fd921 postinst: bootlogd is not used under systemd
"Note that not all init systems print messages to the system console,
so that the logfile may remain empty; this is the case with systemd
(the default init system). Try "journalctl -b" instead."
-- https://packages.debian.org/stretch/bootlogd

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
7aca385740 postinst: removing old APL dir is obsolete
This was added by 82f9a5d7c on 2012-02-21 11:42:32, as we had 2 major
upgrades since them every system either was update or new installed,
so just remove this.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
13f8d48604 buildsys: remove unused debconf template
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:48 +01:00
Thomas Lamprecht
0ae4418f95 postinst: purge all old init.d service files on upgrade
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-12 15:13:44 +01:00
Wolfgang Bumiller
97a08ab2e6 bump version to 5.1-47
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-02-26 10:29:18 +01:00
Thomas Lamprecht
f39cb3cb3a d/control: update version dependency to widget toolkit 2018-02-23 11:14:33 +01:00
Wolfgang Bumiller
ae8241d498 bump version to 5.1-46
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-02-16 15:08:32 +01:00
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 7637ce6464.

Revert "add missing file"

This reverts commit 7599e35af8.

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
Fabian Grünbichler
338f7f62ce build: make control static 2017-06-12 09:26:57 +02:00
Fabian Grünbichler
22c3aa1b01 build: cleanup control.in 2017-06-12 09:26:22 +02:00
Fabian Grünbichler
e0fc0a2edb debian: reformat depends in control 2017-06-09 14:32:36 +02:00
Dominik Csapak
dd147b56fa change from dpkg-deb to dpkg-buildpackage
for better building pve-manager

this moves the copyright file to debian/
the debian/changelog.Debian to debian/changelog

we do not need the debian/conffiles anymore (gets autogenerated from
files in ./etc/)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-06-09 14:00:32 +02:00
Dietmar Maurer
fe1580856e bump version to 5.0-11 2017-05-31 09:38:42 +02:00
Dietmar Maurer
0d270679f1 bump version to 5.0-10 2017-04-24 07:46:07 +02:00
Wolfgang Bumiller
c7bdd8723a bump version to 5.0-9 2017-04-20 12:27:34 +02:00
Dietmar Maurer
2ecfe8ad02 bump version to 5.0-8 2017-04-20 06:25:43 +02:00
Dietmar Maurer
982e08a87c bump version to 5.0-7 2017-04-14 15:20:33 +02:00
Fabian Grünbichler
669657dfc1 bump version to 5.0-6 2017-04-10 16:25:10 +02:00
Fabian Grünbichler
c155b5bc96 bump version to 5.0-5 2017-03-22 10:52:43 +01:00
Fabian Grünbichler
e97c2852d1 bump version to 5.0-4 2017-03-21 13:50:28 +01:00
Dietmar Maurer
2aeaed3ea9 bump version to 5.0-3 2017-03-17 12:13:13 +01:00
Dietmar Maurer
e50879a14d bump version to 5.0-2 2017-03-14 07:57:15 +01:00
Dietmar Maurer
13cd348698 control.in: change description to avoid lintian warning
Avoids warning: description-synopsis-starts-with-article
2017-03-14 07:34:22 +01:00
Dietmar Maurer
8acb37b0ab depend on libc6 to avoid lintian error missing-dependency-on-libc 2017-03-14 07:29:00 +01:00
Dietmar Maurer
b2ca8bd893 install lintian overrides file 2017-03-14 06:45:29 +01:00
Wolfgang Bumiller
d2b8a6b5d2 bump version to 5.0-1 2017-03-13 14:23:52 +01:00
Wolfgang Bumiller
7ea5616508 bump version to 4.4-13 2017-03-13 14:20:14 +01:00
Fabian Grünbichler
8b89f7533e fix ceph.service for Ceph Jewel >= 10.2.6
having our ceph.service pulled in by ceph.target does not
work anymore, because "systemctl start ceph.target" hangs
forever on ceph-common upgrades. multi-user.target seems to
work as well, and we are ordered after pve-cluster anyway.

only replace the old ceph.service if it is an exact match.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-13 14:20:14 +01:00
Wolfgang Bumiller
85f16738ed buildsys: depend on lsb-base 2017-03-13 14:18:21 +01:00
Dominik Csapak
33fe20bc81 use Template::Toolkit instead of [ExtJs|Touch|NoVnc]Index.pm
this makes it easier to change the html if needed and seperates
it from the perl code

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-03-09 10:34:30 +01:00
Fabian Grünbichler
e71b7a7433 bump version to 4.4-12 2017-01-27 10:56:21 +01:00
Dietmar Maurer
6d3cd6782a bump version to 4.4-11 2017-01-26 09:23:19 +01:00
Dietmar Maurer
dd8a24be86 depend on libjs-extjs 2017-01-25 18:29:17 +01:00
Fabian Grünbichler
4f7b96bcdd bump version to 4.4-10 2017-01-25 09:38:53 +01:00
Dietmar Maurer
8935d2cb5c bump version to 4.4-9 2017-01-19 09:23:16 +01:00
Dietmar Maurer
99efdcf7a0 bump version to 4.4-8 2017-01-16 18:43:06 +01:00
Dietmar Maurer
54041bfd2e use new libpve-http-server-perl package
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2017-01-16 11:54:33 +01:00
Fabian Grünbichler
fb037f9cbc bump version to 4.4-7 2017-01-13 11:01:33 +01:00
Dietmar Maurer
8008a53855 bump version to 4.4-6 2017-01-12 14:24:13 +01:00
Dietmar Maurer
7fdb3e699d remove vznet.conf
leftover from openvz - not used anymore...
2017-01-04 10:43:15 +01:00
Dietmar Maurer
c43015a591 bump version to 4.4-5 2016-12-27 11:29:45 +01:00
Dietmar Maurer
d2d7106e96 bump version to 4.4 2016-12-22 12:28:28 +01:00
Dietmar Maurer
819f3c69d9 bump version to 4.4-3 2016-12-22 12:02:41 +01:00
Dietmar Maurer
80259e0530 bump version to 4.4-2 2016-12-21 12:27:01 +01:00
Dietmar Maurer
eb2d6f1e85 bump version to 4.4-1 2016-12-09 10:29:35 +01:00
Dietmar Maurer
3a8c61c7e0 bump version to 4.3-14 2016-12-05 12:33:51 +01:00
Dietmar Maurer
7da29e0613 bump version to 4.3-13 2016-12-02 16:39:40 +01:00
Dietmar Maurer
6894c9d9d5 update changelog for 4.3-12
The actual 4.3-12 release is done in a separate
branch "hotfix-4.3-12", because we cannot release
commit 58b12d605 now (requires updated pve-cluster
package).
2016-11-28 07:14:26 +01:00
Dietmar Maurer
e2641d7dcb bump version to 4.3-11 2016-11-23 12:40:32 +01:00
Dietmar Maurer
7230e60f27 bump version to 4.3-10 2016-10-29 15:12:20 +02:00
Dietmar Maurer
f7c6f0cd55 bump version to 4.3-9 2016-10-29 07:52:58 +02:00
Dietmar Maurer
15961f21fb bump version to 4.3-8 2016-10-27 12:34:03 +02:00
Fabian Grünbichler
db02a4de7b bump version to 4.3-7 2016-10-21 12:44:43 +02:00
Fabian Grünbichler
460dfe4c57 bump version to 4.3-6 2016-10-21 08:47:45 +02:00
Dietmar Maurer
e465d72830 bump version to 4.3-5 2016-10-14 09:02:07 +02:00
Dietmar Maurer
ada7f75093 bump version to 4.3-4 2016-10-13 11:29:03 +02:00
Dietmar Maurer
557191d37c bump version to 4.3-3 2016-10-07 11:46:40 +02:00
Dietmar Maurer
9eef3f4801 remove debugging code from postrm 2016-10-06 16:45:51 +02:00
Dietmar Maurer
ec90bfffcb bump version to 4.3-2 2016-10-05 07:11:31 +02:00
Dietmar Maurer
e7cdc16504 prepare version number for new 4.3 release 2016-09-23 08:40:16 +02:00
Dietmar Maurer
d94f9458be bump version to 4.2-23 2016-09-21 16:17:45 +02:00
Dietmar Maurer
066aa88dd7 bump version to 4.2-22 2016-09-20 17:28:38 +02:00
Dietmar Maurer
b68fe841d6 bump version to 4.2-21 2016-09-16 08:35:56 +02:00
Dietmar Maurer
25f438bbc5 bump version to 4.2-20 2016-09-09 10:40:48 +02:00
Dietmar Maurer
ffe79cd61c bump version to 4.2-19 2016-09-09 09:31:11 +02:00
Wolfgang Bumiller
158720b9cf bump version to 4.2-18 2016-08-19 14:57:35 +02:00
Emmanuel Kasper
ce532dac59 Do not use a hardcoded Certificate Authority for https repositories
Instead we will the use the CA certificate provided by the
ca-certificates packages, which is now a mandatory depency of
pve-manager since 8204daafaf and
pve-manager 4.2-17. This change allows us in the future to
use different CA for our https repositories.

This changed has been tested OK with the following combination:
 * https repository using a StartCom certificate: works
 * https repository using a Let's encrypt certificate: works

User visible changes:
 * none : the new configuration file 75pveconf silently
 overwrites the olderone, except if local changes were made
 in which case you're presented with the traditional debian menu
 (keep local/ use packager version/ diff / open a shell)
2016-08-17 12:35:16 +02:00
Wolfgang Bumiller
e140024880 bump version to 4.2-17 2016-07-11 13:11:11 +02:00
Emmanuel Kasper
8204daafaf add ca-certificates as required depency
ca-certificates provides the necessary root ca certificates
to connect to the PVE enterprise repositories
The package was always installed since pve-manager 3.1-13 as an indirect
'Depends:'  via liblwp-protocol-https, but could have been missing in previous
versions of pve.

Adding this dependency directly makes it sures that it's available
in each PVE installs no matter what Debian packagers do.
With this package installed we no longer need to ship
our own server CA cert.
2016-07-05 09:31:47 +02:00
Wolfgang Bumiller
837f149a72 bump version to 2.4-16 2016-06-29 14:41:05 +02:00
Wolfgang Bumiller
e29f36e3d1 build-depends: add liblocale-po-perl 2016-06-29 14:32:08 +02:00
Dietmar Maurer
bb37b5e3af bump version to 2.4-15 2016-06-16 10:59:03 +02:00
Dietmar Maurer
655f944ac8 bump version to 4.2-14 2016-06-14 12:21:36 +02:00
Dietmar Maurer
3dd7731ba2 bump version to 4.2-13 2016-06-10 15:34:51 +02:00
Wolfgang Bumiller
41d990ca75 Fix #191: acl: honor propagate checkbox 2016-06-08 16:39:46 +02:00
Dietmar Maurer
bcf0a1d411 bump version to 4.2-12 2016-06-08 12:46:23 +02:00
Dietmar Maurer
2c626aa1e9 bump version to 4.2-11 2016-06-03 12:12:44 +02:00
Dietmar Maurer
796c80858b bump version to 4.2-10 2016-06-02 10:01:56 +02:00
Dietmar Maurer
28dc3551e5 bump version to 4.2-9 2016-06-01 12:54:11 +02:00
Dominik Csapak
cb1520673b fix right click selection in tree
in my commit 2e1eb55afc
i introduced a bug with that an item gets selected
in the tree when you right click on it

also fix the function parameters

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-05-31 12:23:06 +02:00
Dietmar Maurer
b46a8f54d3 bump version to 4.2-8 2016-05-25 10:00:45 +02:00
Dietmar Maurer
2fddd335d6 depend on pve-docs package
and serve documentation files with pveproxy:

https://<HOST>:8006/pve-docs/index.html
2016-05-25 09:41:46 +02:00