Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] openvpn: add a service file.
Date: Tue, 25 Jun 2019 07:45:09 +0200	[thread overview]
Message-ID: <20190625054509.WLBbpQwkMZOu25UbaU5xEaZfriOEpfbKozCNLyvscXI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12663@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages openvpn
https://github.com/void-linux/void-packages/pull/12663

openvpn: add a service file.
None

A patch file from https://github.com/void-linux/void-packages/pull/12663.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openvpn-12663.patch --]
[-- Type: application/text/x-diff, Size: 1833 bytes --]

From b409e8d2bd5dac8ea664a98d6918cb0bfbbc4b21 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 24 Jun 2019 21:59:36 -0700
Subject: [PATCH] openvpn: add a service file.

---
 srcpkgs/openvpn/files/openvpn/run | 2 ++
 srcpkgs/openvpn/template          | 7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/openvpn/files/openvpn/run

diff --git a/srcpkgs/openvpn/files/openvpn/run b/srcpkgs/openvpn/files/openvpn/run
new file mode 100644
index 00000000000..8173deff4af
--- /dev/null
+++ b/srcpkgs/openvpn/files/openvpn/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec openvpn --config /etc/openvpn/openvpn.conf
diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 9c07d62f95d..bd192f35351 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,18 +1,18 @@
 # Template file for 'openvpn'
 pkgname=openvpn
 version=2.4.7
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-pkcs11 --enable-iproute2 --disable-systemd"
 hostmakedepends="iproute2 pkg-config"
 makedepends="libressl-devel lzo-devel pam-devel pkcs11-helper-devel
  cmocka-devel"
 depends="iproute2"
-short_desc="An easy-to-use, robust, and highly configurable VPN"
+short_desc="Easy-to-use, robust, and highly configurable VPN"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
-distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
+distfiles="https://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
 checksum=a42f53570f669eaf10af68e98d65b531015ff9e12be7a62d9269ea684652f648
 
 post_install() {
@@ -20,4 +20,5 @@ post_install() {
 	cp -r sample/sample-config-files/* ${DESTDIR}/usr/share/examples/${pkgname}
 
 	rm -rf ${DESTDIR}/usr/include
+	vsv openvpn
 }

  parent reply	other threads:[~2019-06-25  5:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-25  5:01 [PR PATCH] " voidlinux-github
2019-06-25  5:43 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-25  5:43 ` voidlinux-github
2019-06-25  5:45 ` voidlinux-github
2019-06-25  5:45 ` voidlinux-github [this message]
2019-06-25  6:29 ` voidlinux-github
2019-06-26  4:49 ` voidlinux-github
2019-06-26  4:49 ` [PR PATCH] [Closed]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190625054509.WLBbpQwkMZOu25UbaU5xEaZfriOEpfbKozCNLyvscXI@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).