Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
J0WI
aports
Commits
45fa9ece
Commit
45fa9ece
authored
8 years ago
by
Kaarle Ritvanen
Browse files
Options
Downloads
Patches
Plain Diff
main/apache2: adjust genrsa options
increase key length to 2048 bits remove 'rand' option (not supported by libressl)
parent
f4c7e289
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
main/apache2/APKBUILD
+1
-1
1 addition, 1 deletion
main/apache2/APKBUILD
main/apache2/apache2-ssl.post-install
+1
-3
1 addition, 3 deletions
main/apache2/apache2-ssl.post-install
with
2 additions
and
4 deletions
main/apache2/APKBUILD
+
1
−
1
View file @
45fa9ece
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
pkgname
=
apache2
pkgname
=
apache2
_pkgreal
=
httpd
_pkgreal
=
httpd
pkgver
=
2.4.23
pkgver
=
2.4.23
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"A high performance Unix-based HTTP server"
pkgdesc
=
"A high performance Unix-based HTTP server"
url
=
"http://httpd.apache.org/"
url
=
"http://httpd.apache.org/"
arch
=
"all"
arch
=
"all"
...
...
This diff is collapsed.
Click to expand it.
main/apache2/apache2-ssl.post-install
+
1
−
3
View file @
45fa9ece
...
@@ -6,9 +6,7 @@ sslcert=$ssldir/server.pem
...
@@ -6,9 +6,7 @@ sslcert=$ssldir/server.pem
umask
077
umask
077
if
[
!
-f
${
sslkey
}
]
;
then
[
-f
$sslkey
]
||
openssl genrsa 2048
>
$sslkey
2>/dev/null
openssl genrsa
-rand
/proc/apm:/proc/cpuinfo:/proc/dma:/proc/filesystems:/proc/interrupts:/proc/ioports:/proc/pci:/proc/rtc:/proc/uptime 1024
>
${
sslkey
}
2> /dev/null
fi
FQDN
=
`
hostname
-f
`
FQDN
=
`
hostname
-f
`
if
[
"x
${
FQDN
}
"
=
"x"
]
;
then
if
[
"x
${
FQDN
}
"
=
"x"
]
;
then
...
...
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