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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Maxim Karasev
aports
Commits
7f0d3977
Commit
7f0d3977
authored
8 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
testing/acme-clinet: set default ca certificates file
parent
ffa25e79
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/acme-client/APKBUILD
+8
-4
8 additions, 4 deletions
testing/acme-client/APKBUILD
testing/acme-client/default-ca.patch
+12
-0
12 additions, 0 deletions
testing/acme-client/default-ca.patch
with
20 additions
and
4 deletions
testing/acme-client/APKBUILD
+
8
−
4
View file @
7f0d3977
...
...
@@ -3,7 +3,7 @@
pkgname
=
acme-client
pkgver
=
0.1.15
_ver
=
${
pkgver
//./_
}
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"An ACME client for Let's Encrypt written in C"
url
=
"https://github.com/kristapsdz/acme-client-portable"
arch
=
"all"
...
...
@@ -13,6 +13,7 @@ makedepends="bsd-compat-headers libressl-dev"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/kristapsdz/acme-client-portable/archive/VERSION_
$_ver
.tar.gz
default-ca.patch
"
builddir
=
"
$srcdir
/acme-client-portable-VERSION_
$_ver
"
...
...
@@ -28,6 +29,9 @@ package() {
||
return
1
}
md5sums
=
"a4a84688c8e8700f60a2e5379cd0af48 acme-client-0.1.15.tar.gz"
sha256sums
=
"05d60ef179fa26a4f7026dfb086a267274016438787f6c72135bedfded3e44b7 acme-client-0.1.15.tar.gz"
sha512sums
=
"3d78dc152aceaf1712f2deb19923a1b998b1f93cf86b4e0c1918abcd01e074318ee4874dec17aadf07cdfbd4ab266c4985608aecfddbbd785314e96a147d84eb acme-client-0.1.15.tar.gz"
md5sums
=
"a4a84688c8e8700f60a2e5379cd0af48 acme-client-0.1.15.tar.gz
00fcc789b98a41df6ffbfdf0a3539661 default-ca.patch"
sha256sums
=
"05d60ef179fa26a4f7026dfb086a267274016438787f6c72135bedfded3e44b7 acme-client-0.1.15.tar.gz
bff603a1457b5bd619105596c6ccc9a8b1d4a459afe74f644c321d56411af77a default-ca.patch"
sha512sums
=
"3d78dc152aceaf1712f2deb19923a1b998b1f93cf86b4e0c1918abcd01e074318ee4874dec17aadf07cdfbd4ab266c4985608aecfddbbd785314e96a147d84eb acme-client-0.1.15.tar.gz
ff416bad782a60675e0c42c8f611902403f3bdb3daf4e006434cf07837d4c7998e90eef0701f789672495f7cde2d158953f9365055e834619c2ccf52328598ed default-ca.patch"
This diff is collapsed.
Click to expand it.
testing/acme-client/default-ca.patch
0 → 100644
+
12
−
0
View file @
7f0d3977
diff --git a/config.h b/config.h
index 31f9653..e2a493f 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,7 @@
# define NOBODY_USER "nobody"
#endif
+#define DEFAULT_CA_FILE "/etc/ssl/certs/ca-certificates.crt"
/*
* You can define this if your system has its /var/empty elsewhere.
*/
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