Commit Graph

348 Commits

Author SHA1 Message Date
Dietmar Maurer
619ba5b0a5 bump version to 3.4-16 2017-01-04 10:57:07 +01:00
Fabian Grünbichler
cfbc6d9e25 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 35e0ea9a1d and
pve-manager 3.4-15. 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)

Cherry-Picked-By: f.gruenbichler@proxmox.com (from 4.2)
2016-08-17 13:35:28 +02:00
Fabian Grünbichler
21243a9b89 bump version to 3.4-15 2016-08-16 17:05:19 +02:00
Wolfgang Bumiller
5089350947 build-depends: add liblocale-po-perl 2016-07-05 09:43:34 +02:00
Fabian Grünbichler
35e0ea9a1d add ca-certificates as required dependency
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:34:47 +02:00
Fabian Grünbichler
2ca42e9946 catch malformed mailto/mailfrom in sendmail
backported from 4.2
2016-06-09 17:53:31 +02:00
Dietmar Maurer
67ff00199f bump version to 3.4-14 2016-06-09 17:45:58 +02:00
Dietmar Maurer
bcf90a51b0 bump version to 3.4-13 2016-02-19 10:55:06 +01:00
Dietmar Maurer
d9ff0aaff9 bump version to 3.4-12 2016-02-18 06:42:40 +01:00
Dietmar Maurer
ab285b1312 bump version to 3.4-11 2015-09-19 14:17:06 +02:00
Dietmar Maurer
454b7e172f bump version to 3.4-10 2015-09-18 12:42:31 +02:00
Dietmar Maurer
40b4525cc1 bump version to 3.4-9 2015-07-30 12:15:11 +02:00
Dietmar Maurer
1a5de0b450 bump version to 3.4-8 2015-06-26 09:45:55 +02:00
Dietmar Maurer
5d1a0d9a9c bump version to 3.4-7 2015-06-25 17:42:52 +02:00
Dietmar Maurer
6460bb32d5 bump version to 3.4-6 2015-04-27 06:34:59 +02:00
Dietmar Maurer
0819071ac6 bump version to 3.4-5 2015-04-23 06:16:47 +02:00
Dietmar Maurer
5865a7d406 bump version to 3.4-4 2015-04-13 15:28:22 +02:00
Dietmar Maurer
29d3f5f820 bump version to 3.4-3 2015-03-11 16:42:59 +01:00
Dietmar Maurer
3dee0c2698 fix logfile rotation
pveproxy and spiceproxy use the same logfile.
2015-03-11 16:41:01 +01:00
Dietmar Maurer
530c6d8832 bump version to 3.4-2 2015-03-10 08:25:16 +01:00
Dietmar Maurer
1adf98da71 bump version to 3.4-1 2015-02-19 06:32:20 +01:00
Dietmar Maurer
f1a4676864 bump version to 3.3-21 2015-02-18 05:52:11 +01:00
Dietmar Maurer
830f5a93ac bump version to 3.3-20 2015-02-13 09:03:39 +01:00
Dietmar Maurer
e70010681b bump version to 3.3-19 2015-02-12 08:03:43 +01:00
Dietmar Maurer
ef99da5594 bump version to 3.3-18 2015-02-11 09:18:10 +01:00
Dietmar Maurer
f54433af13 bump version to 3.3-17 2015-02-10 11:49:02 +01:00
Dietmar Maurer
e51d0d559b bump version to 3.3-16 2015-02-09 11:43:26 +01:00
Dietmar Maurer
7ba6e873fe bump version to 3.3-15 2015-01-27 12:38:05 +01:00
Dietmar Maurer
03aef10e55 bump version to 3.3-14 2015-01-23 09:13:31 +01:00
Dietmar Maurer
0affc2229d bump version to 3.3-13 2015-01-22 12:57:50 +01:00
Dietmar Maurer
7de0626923 GUI: dynamically update VM config every 5 seconds. 2015-01-21 11:36:06 +01:00
Dietmar Maurer
8f9540a15a bump version to 3.3-12 2015-01-21 08:39:56 +01:00
Dietmar Maurer
7affab261e use service command to stop old daemons 2015-01-20 12:32:45 +01:00
Dietmar Maurer
df3cb1a6d4 preinst: sleep 2 seconds to avoid restart problems 2015-01-20 11:56:32 +01:00
Wolfgang Link
caea0c7925 implement the disconnect nic button on the network edit pannel.
Signed-off-by: Wolfgang Link <wolfgang@linksystems.org>
2015-01-20 10:09:58 +01:00
Dietmar Maurer
eab837c4c4 cleanup vzdump -stop implementation
* do not unlink $pidfile inside stop_running_backups to avoid race conditions
* use pve UPID to save pid (see PVE::Tools::upid_decode)
* allow to pass -stop parameter to nomal backup job
* simple return 'OK' instead of calling exit() inside API call.
* rename stop_all_backups to stop_running_backups
2015-01-20 09:35:01 +01:00
Dietmar Maurer
19ef60c5fa bump version to 3.3-11 2015-01-20 07:26:46 +01:00
Dietmar Maurer
8a9e2b1055 bump version to 3.3-10 2015-01-15 07:23:24 +01:00
Dietmar Maurer
91186156d2 add preinst script
Older versions of our daemona do not restart with HUP, so we
need to do a stop/start.
2015-01-15 07:20:17 +01:00
Dietmar Maurer
05c21c7235 bump version to 3.3-9 2015-01-08 13:29:29 +01:00
Dietmar Maurer
0bcfe0124f depend on libev-perl
This is the preferred/default event loop for AnyEvent. This is faster and
better tested than the native perl loop.
2014-12-18 16:01:29 +01:00
Dietmar Maurer
7ae066cbdc bump version to 3.3-8 2014-12-02 14:04:57 +01:00
Dietmar Maurer
4536f27851 bump version to 3.3-7 2014-11-26 06:57:13 +01:00
Dietmar Maurer
77e3397ee5 bump version to 3.3-6 2014-11-24 06:46:46 +01:00
Dietmar Maurer
c19a07dd76 bump version to 3.3-5 2014-10-23 11:04:55 +02:00
Dietmar Maurer
fb4fa773ea bump version to 3.3-4 2014-10-15 15:49:45 +02:00
Dietmar Maurer
851570dd07 bump version to 3.3-3 2014-10-09 09:39:18 +02:00
Dietmar Maurer
f183a9fbb6 bump version to 3.3-2 2014-09-17 16:34:57 +02:00
Dietmar Maurer
6a04bb94c2 bump version to 3.3-1 2014-09-08 09:57:01 +02:00
Dietmar Maurer
10fe1979a6 bump version to 3.2-31 2014-09-04 17:35:12 +02:00