summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorayekat2017-10-03 11:38:53 +0200
committerayekat2017-10-03 11:38:53 +0200
commitf3ff231a306e19bd660a84d9c9953713f7016967 (patch)
tree6d113bafb8d9e92c976c5ebd15271926b70ad1b9
parent95c32ad700eae615a7d6629a6b9b647778c8c18c (diff)
downloadaur-f3ff231a306e19bd660a84d9c9953713f7016967.tar.gz
Upstream update
epfl-vpn: Add option for running command in a separate namespace
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--changelog3
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85cb6582fabc..ee4ae52fb8b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = epfl-scripts-git
pkgdesc = Collection of scripts for simplifying one's life at EPFL
- pkgver = r50.46ba816
+ pkgver = r52.eb0bdd4
pkgrel = 1
url = https://gitlab.gnugen.ch/gnugen/epfl-scripts
changelog = changelog
@@ -15,6 +15,7 @@ pkgbase = epfl-scripts-git
pkgname = epfl-scripts-git
depends = coreutils
depends = curl
+ depends = bash
depends = file
depends = openconnect
depends = perl-html-tree
@@ -23,5 +24,6 @@ pkgname = epfl-scripts-git
depends = perl-html-treebuilder-xpath
depends = perl-www-mechanize
depends = perl-xml-xpathengine
- depends = sh
+ optdepends = iproute2: network-namespaces in epfl-vpn
+ optdepends = iptables: network-namespaces in epfl-vpn
diff --git a/PKGBUILD b/PKGBUILD
index 1dd9a980f921..d2c18477f884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=epfl-scripts-git
_pkgname=epfl-scripts
-pkgver=r50.46ba816
+pkgver=r52.eb0bdd4
pkgrel=1
pkgdesc="Collection of scripts for simplifying one's life at EPFL"
arch=('any')
@@ -21,9 +21,11 @@ pkgver() {
}
package() {
- depends+=(curl file openconnect perl-html-tree perl-io-stringy
+ depends+=(curl bash file openconnect perl-html-tree perl-io-stringy
perl-lwp-protocol-https perl-html-treebuilder-xpath
- perl-www-mechanize perl-xml-xpathengine sh)
+ perl-www-mechanize perl-xml-xpathengine)
+ optdepends=('iproute2: network-namespaces in epfl-vpn'
+ 'iptables: network-namespaces in epfl-vpn')
cd "$srcdir"/"$_pkgname"
install -Dm 755 bin/epfl-vpn "$pkgdir"/usr/bin/epfl-vpn
install -Dm 755 bin/gnupaste "$pkgdir"/usr/bin/gnupaste
diff --git a/changelog b/changelog
index 8ed3c8cf6be9..ea07bcf05944 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+2017-10-03 Tinu Weber <martin.weber@epfl.ch>
+ * epfl-vpn: Add option for running command in a separate namespace
+
2017-09-24 Tinu Weber <martin.weber@epfl.ch>
* epfl-scripts-git: Update for upstream merge (no new features downstream)