summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-03-05 01:21:05 -0700
committerBrian Bidulock2016-03-05 01:21:05 -0700
commitaaaae0f05fa5d4c3fdf1a0ccdcd8cc778a64e8c0 (patch)
tree15dcbb6751601aa503a633ce66df003939defda6
parent74a405710cc2c7aeb56183b4f81409aa78542a16 (diff)
downloadaur-aaaae0f05fa5d4c3fdf1a0ccdcd8cc778a64e8c0.tar.gz
version 0.8.0.r571.gcdb967c-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--arch-config.diff13
3 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e47dd096fcf..96a4fe72fc27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 4 13:30:56 UTC 2015
+# Sat Mar 5 08:20:10 UTC 2016
pkgbase = xrdp-git
pkgdesc = An open source remote desktop protocol (RDP) server - GIT version
- pkgver = 0.8.0.r485.gf49e205
+ pkgver = 0.8.0.r571.gcdb967c
pkgrel = 1
epoch = 1
url = https://github.com/neutrinolabs/xrdp
@@ -25,7 +25,7 @@ pkgbase = xrdp-git
source = xrdp-git::git+https://github.com/neutrinolabs/xrdp.git
source = arch-config.diff
md5sums = SKIP
- md5sums = 1c1fa55fc542a45865ada72b91aa2c46
+ md5sums = b3062c2499f38d68bffa521c2300b53a
pkgname = xrdp-git
diff --git a/PKGBUILD b/PKGBUILD
index 1ad73db02d9f..8c8880e70bc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Tau Tsao <realturner at gmail.com>
pkgname=xrdp-git
-pkgver=0.8.0.r485.gf49e205
+pkgver=0.8.0.r571.gcdb967c
pkgrel=1
epoch=1
pkgdesc="An open source remote desktop protocol (RDP) server - GIT version"
@@ -19,7 +19,7 @@ install=xrdp-git.install
source=("$pkgname::git+https://github.com/neutrinolabs/xrdp.git"
"arch-config.diff")
md5sums=('SKIP'
- '1c1fa55fc542a45865ada72b91aa2c46')
+ 'b3062c2499f38d68bffa521c2300b53a')
pkgver() {
cd $pkgname
diff --git a/arch-config.diff b/arch-config.diff
index 067928d53fd2..071c03cf1cc6 100644
--- a/arch-config.diff
+++ b/arch-config.diff
@@ -1,16 +1,3 @@
-diff -up src/xrdp-git/instfiles/pam.d/xrdp-sesman.orig src/xrdp-git/instfiles/pam.d/xrdp-sesman
---- src/xrdp-git/instfiles/pam.d/xrdp-sesman.orig 2015-12-04 06:23:08.000000000 -0700
-+++ src/xrdp-git/instfiles/pam.d/xrdp-sesman 2015-12-04 06:23:12.000000000 -0700
-@@ -1,5 +1,5 @@
- #%PAM-1.0
--@include common-auth
--@include common-account
--@include common-session
--@include common-password
-+auth include system-auth
-+account include system-auth
-+password include system-auth
-+session include system-auth
diff -up src/xrdp-git/instfiles/xrdp.service.orig src/xrdp-git/instfiles/xrdp.service
--- src/xrdp-git/instfiles/xrdp.service.orig 2015-12-04 06:23:12.000000000 -0700
+++ src/xrdp-git/instfiles/xrdp.service 2015-12-04 06:28:25.000000000 -0700