mirror of
git://git.proxmox.com/git/pve-http-server.git
synced 2025-01-07 17:17:57 +03:00
aa6e7a0d63
The libanyevent-perl version 7.140-3 included a fix for this.
It migrated to the then still testing (buster was not yet released)
on 07.04.2019, and so we can safely revert this workaround again
here.
Albeit this was fixed since Buster was officially released, still
bump the version dependency to libanyevent-perl in debian/control.
A future libanyevent-perl will use "ffdhe3072" for DH; another good
reason to revert this, to not keep hardcoded parameters with possible
(future) security implications here.
[0]: https://tracker.debian.org/news/1037514/libanyevent-perl-7140-3-migrated-to-testing/
This reverts commit ea574439f7
.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
29 lines
827 B
Plaintext
29 lines
827 B
Plaintext
Source: libpve-http-server-perl
|
|
Section: perl
|
|
Priority: optional
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: debhelper (>= 9),
|
|
perl (>= 5.10.0-19),
|
|
unzip,
|
|
Standards-Version: 3.9.5
|
|
Homepage: https://www.proxmox.com
|
|
|
|
Package: libpve-http-server-perl
|
|
Architecture: all
|
|
Depends: libanyevent-http-perl,
|
|
libanyevent-perl (>= 7.140-3),
|
|
libcrypt-ssleay-perl,
|
|
libhtml-parser-perl,
|
|
libhttp-date-perl,
|
|
libhttp-message-perl,
|
|
libio-socket-ssl-perl,
|
|
libjs-jquery,
|
|
libjs-bootstrap,
|
|
libjson-perl,
|
|
libnet-ip-perl,
|
|
libpve-common-perl,
|
|
liburi-perl,
|
|
${perl:Depends},
|
|
Description: Proxmox Asynchrounous HTTP Server Implementation
|
|
This is used to implement the PVE REST API.
|