Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
d914b943
Commit
d914b943
authored
Sep 24, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version to 3.1-14 - avoid warning in daily cron script
parent
262cf0b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
APT.pm
PVE/API2/APT.pm
+1
-1
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
No files found.
PVE/API2/APT.pm
View file @
d914b943
...
...
@@ -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
;
...
...
debian/changelog.Debian
View file @
d914b943
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)
...
...
defines.mk
View file @
d914b943
...
...
@@ -2,7 +2,7 @@ RELEASE=3.1
VERSION=3.1
PACKAGE=pve-manager
PACKAGERELEASE=1
3
PACKAGERELEASE=1
4
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment