[arch-commits] Commit in openvpn/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Apr 20 20:59:09 UTC 2020


    Date: Monday, April 20, 2020 @ 20:59:08
  Author: eworm
Revision: 380642

upgpkg: openvpn 2.4.9-2

set proper permissions for scripts in contrib (FS#66323)

Modified:
  openvpn/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-20 18:52:04 UTC (rev 380641)
+++ PKGBUILD	2020-04-20 20:59:08 UTC (rev 380642)
@@ -2,7 +2,7 @@
 
 pkgname=openvpn
 pkgver=2.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network)'
 arch=('x86_64')
 url='https://openvpn.net/index.php/open-source.html'
@@ -69,7 +69,7 @@
 
   # Install contrib
   for FILE in $(find contrib -type f); do
-    case "$(file --brief --mime-type "${FILE}")" in
+    case "$(file --brief --mime-type --no-sandbox "${FILE}")" in
       "text/x-shellscript") install -D -m0755 "${FILE}" "${pkgdir}/usr/share/openvpn/${FILE}" ;;
       *) install -D -m0644 "${FILE}" "${pkgdir}/usr/share/openvpn/${FILE}" ;;
     esac



More information about the arch-commits mailing list