Commit Graph

38 Commits

Author SHA1 Message Date
Wolfgang Bumiller
1829e9f1d3 This repository was moved to proxmox-perl-rs
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-01-04 11:08:05 +01:00
Wolfgang Bumiller
cc12109834 bump version to 0.3.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-11-18 11:20:49 +01:00
Stoiko Ivanov
0e6f8a01c3 update to perlmod 0.8
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-11-18 11:17:41 +01:00
Stoiko Ivanov
4bbeca4316 add support for set_proxy
this commit needs a versioned dependency bump on proxmox-acme-rs

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-11-18 11:17:41 +01:00
Wolfgang Bumiller
ff8ec6bc68 bump proxmox-acme-rs dependency to 0.3.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-11-18 11:17:41 +01:00
Wolfgang Bumiller
13dee53141 bump version to 0.3.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-21 13:17:07 +02:00
Wolfgang Bumiller
a8a71c454b drop proxmox dependency
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-21 13:17:07 +02:00
Wolfgang Bumiller
eec18e14ff update to perlmod 0.7
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-21 13:17:07 +02:00
Wolfgang Bumiller
375e9e88a7 update to proxmox-acme-rs 0.3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-21 13:15:16 +02:00
Dominik Csapak
7edeab9e03 fix #3688: handle optional meta property of the directory
meta is optional so handle that, fixes the issue where one could not
create an account on custom ACME endpoints without a meta property since
it could not be parsed

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-21 13:12:50 +02:00
Wolfgang Bumiller
a179bae014 use hex crate instead of proxmox::tools::digest_to_hex
and drop proxmox dependency
and update proxmox-apt dependency

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-13 10:24:03 +02:00
Thomas Lamprecht
e480a2573b buildsys: upload to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-30 11:01:10 +02:00
Thomas Lamprecht
a1d3c1ddd2 bump version to 0.3.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-30 10:57:22 +02:00
Thomas Lamprecht
9343eb1464 d/source: switch to native versioning
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-30 10:56:55 +02:00
Thomas Lamprecht
d2bfd22214 cargo: update proxmox and proxmox-apt
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-30 10:42:52 +02:00
Fabian Ebner
4b79c86db4 apt: repos: adapt to further back-end changes
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-07-30 10:37:07 +02:00
Fabian Ebner
19bef7528f apt: repos: adapt to back-end changes
It's up to the caller to provide the current release for standard
repository detection/addition.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-07-30 10:37:07 +02:00
Thomas Lamprecht
a27853c778 cargo: set features to empty array
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-13 14:13:27 +02:00
Thomas Lamprecht
cc48eb0098 bump version to 0.2.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-13 12:51:02 +02:00
Thomas Lamprecht
3dea33dc2d cargo: update authors
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-13 12:50:42 +02:00
Fabian Ebner
8d2fc4876a add bindings for proxmox-apt
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-07-13 12:46:43 +02:00
Fabian Ebner
dae75bf9d8 bump perlmod dependency
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-07-13 12:46:43 +02:00
Thomas Lamprecht
d84e6ff20d bump version to 0.2-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-27 20:25:54 +02:00
Thomas Lamprecht
c298530ed4 debian: update debhelper compat level to 12
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-27 20:23:35 +02:00
Wolfgang Bumiller
08f654f816 acme: drop unnecessary 'mut' in to_account_data
this also fixes a clippy lint

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-05-07 13:57:56 +02:00
Wolfgang Bumiller
c9f2b85d87 bump proxmox-acme-rs dependency to 0.2.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-05-07 13:57:32 +02:00
Wolfgang Bumiller
80ccedc945 d/changelog: switch suite to pmg from onwards 0.1.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-04-15 08:55:00 +02:00
Wolfgang Bumiller
ed754ac402 csr generation was moved to to proxmox-acme-rs
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-04-13 11:39:06 +02:00
Wolfgang Bumiller
38095afe19 bump proxmox-acme-rs dep to 0.2.0
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-04-13 11:33:43 +02:00
Wolfgang Bumiller
3c3d16dbab bump version to 0.1.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-03-29 14:18:26 +02:00
Wolfgang Bumiller
1e9bd7cea0 enable 'make upload' target
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-03-29 14:17:30 +02:00
Wolfgang Bumiller
c0b1aa5d07 style fixup
The `options` aren't reused, so inline them up to the open
call.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-03-29 14:01:46 +02:00
Stoiko Ivanov
02142179e5 account: create account files with 0600 permissions
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2021-03-29 13:26:33 +02:00
Wolfgang Bumiller
47a9472e0c bump version to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-03-17 13:44:58 +01:00
Wolfgang Bumiller
721c58c9c5 bugfix: require proxmox-acme-rs 0.1.3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-03-17 13:35:26 +01:00
Thomas Lamprecht
f1fecd6af0 d/control: update and track build dependencies
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-03-16 14:10:32 +01:00
Wolfgang Bumiller
71874e9485 avoid debug build building deb file
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-03-16 14:06:34 +01:00
Wolfgang Bumiller
9d1ff9b3d9 import
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-03-09 13:24:55 +01:00