Commit d914b943 authored by Dietmar Maurer's avatar Dietmar Maurer

bump version to 3.1-14 - avoid warning in daily cron script

parent 262cf0b8
......@@ -176,7 +176,7 @@ my $update_pve_pkgstatus = sub {
foreach my $pkgname (keys %$cache) {
my $p = $cache->{$pkgname};
next if $p->{SelectedState} ne 'Install';
next if !$p->{SelectedState} || ($p->{SelectedState} ne 'Install');
my $current_ver = $p->{CurrentVer} || next;
my $candidate_ver = $policy->candidate($p) || next;
......
pve-manager (3.1-14) unstable; urgency=low
* avoid warning in daily cron script
-- Proxmox Support Team <support@proxmox.com> Tue, 24 Sep 2013 06:41:03 +0200
pve-manager (3.1-13) unstable; urgency=low
* dissable SSL compression (avoid TLS CRIME vulnerability)
......
......@@ -2,7 +2,7 @@ RELEASE=3.1
VERSION=3.1
PACKAGE=pve-manager
PACKAGERELEASE=13
PACKAGERELEASE=14
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment