libressl: fix /etc/ssl/openssl.cnf perms (must be 644).
This commit is contained in:
parent
d5d9024673
commit
32b010568a
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=3
|
revision=4
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
||||||
@ -35,7 +35,7 @@ libressl-openssl_package() {
|
|||||||
replaces="libressl<2.0.1_2 openssl>=0"
|
replaces="libressl<2.0.1_2 openssl>=0"
|
||||||
conf_files="/etc/ssl/openssl.cnf"
|
conf_files="/etc/ssl/openssl.cnf"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vinstall ${FILESDIR}/openssl.cnf 640 etc/ssl
|
vinstall ${FILESDIR}/openssl.cnf 644 etc/ssl
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove usr/share/man/man1
|
vmove usr/share/man/man1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user