Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
f5e128b2
Commit
f5e128b2
authored
4 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/muacme: upgrade to 0.4.0
parent
1c3f8dde
No related branches found
Branches containing commit
No related tags found
Tags containing commit
5 merge requests
!20278
3.13 vala
,
!19254
3.13 gptfdisk
,
!19153
3.13 privoxy
,
!19008
3.13 openjpeg
,
!18354
3.13 webkit2gtk
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/muacme/APKBUILD
+4
-2
4 additions, 2 deletions
community/muacme/APKBUILD
community/muacme/revert-defaults-change.patch
+41
-0
41 additions, 0 deletions
community/muacme/revert-defaults-change.patch
with
45 additions
and
2 deletions
community/muacme/APKBUILD
+
4
−
2
View file @
f5e128b2
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
muacme
pkgver
=
0.
3.1
pkgver
=
0.
4.0
pkgrel
=
0
pkgdesc
=
"A convenient wrapper for the ACMEv2 client uacme"
url
=
"https://github.com/jirutka/muacme"
...
...
@@ -11,6 +11,7 @@ depends="uacme openssl"
install
=
"
$pkgname
.pre-upgrade
$pkgname
.post-upgrade"
options
=
"!check"
# no tests provided
source
=
"https://github.com/jirutka/muacme/archive/v
$pkgver
/
$pkgname
-
$pkgver
.tar.gz
revert-defaults-change.patch
muacme-renew-all.crond
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
...
...
@@ -24,5 +25,6 @@ package() {
install
-d
-m
755
"
$pkgdir
"
/etc/ssl/uacme
}
sha512sums
=
"1ad5dc74808d25164e65c1118853320dbc13382a578897a0c21f44a0f6f182be0a20e70c19252312a03d9b44ef526091b48663b70cd897f44b236dc83e52c820 muacme-0.3.1.tar.gz
sha512sums
=
"1d791fde1dcbc33d3d6cd2890e38a173d72e7176766ab4a2d82255bf45fbc9551c858b2d0c2ed3f4f662b7b90598ac4238f62549848385bb8d09774a29ec5d58 muacme-0.4.0.tar.gz
fa34e21e55f9ac7439f6da55476f0cce29d2d383f0e8b73d89501d2ed31e81a12a7e0d87cfa418f85fc3e22216782a70e0c3c01ad6c6d84d51092b79f3e7d3d7 revert-defaults-change.patch
37082df7ebd8b6ef3f683509b6d3852c6f56bb6903a90bb12b7fa116003e539617e2863abb600ad3484bcc8f2bc537e9d1a172573e6cf73e87983050b5d623bc muacme-renew-all.crond"
This diff is collapsed.
Click to expand it.
community/muacme/revert-defaults-change.patch
0 → 100644
+
41
−
0
View file @
f5e128b2
From 931079d1362aba4cacda7afcbb63b9a15fde7083 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Fri, 29 Jan 2021 11:21:01 +0100
Subject: [PATCH] Revert "Change default key_type in muacme.conf to EC"
Keep the original defaults to avoid risk of breaking change in Alpine 3.13.
This reverts commit 4b8d4e63e1549dc947787bca190a21df0764ae54.
---
muacme.conf | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/muacme.conf b/muacme.conf
index f72dde0..97089bf 100644
--- a/muacme.conf
+++ b/muacme.conf
@@ -22,15 +22,15 @@
# number of days.
#days=37
-# Key bit length (defaults to 3072). Only applies to newly generated keys.
-# RSA key length must be a multiple of 8 between 2048 and 8192.
+# Key bit length (default 2048 for RSA, 256 for EC). Only applies to newly
+# generated keys. RSA key length must be a multiple of 8 between 2048 and 8192.
# EC key length must be either 256 (NID_X9_62_prime256v1 curve) or
# 384 (NID_secp384r1 curve).
-key_bits=256
+#key_bits=3072
-# Key type, either "RSA" (default) or "EC". Only applies to newly generated
-# keys. The bit length can be specified with $key_bits.
-key_type="EC"
+# Key type, either "RSA" or "EC". Only applies to newly generated keys.
+# The bit length can be specified with $key_bits.
+#key_type="RSA"
# Path of the renew hook program that is executed after at least one
# certificate has been successfully renewed. It will get domain names of the
--
2.16.4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment